Dostępny jest już nowy interfejs Search Ads 360 Reporting API. Dołącz do grupy dyskusyjnej Google
searchads-api-announcements, aby na bieżąco otrzymywać informacje o nadchodzących ulepszeniach i wersjach.
etykieta
Etykieta.
Możesz też wybrać pola z powyższych zasobów
w klauzulach SELECT i WHERE. Te pola nie będą segmentowane
w klauzuli SELECT
.
label.id |
Opis pola | Identyfikator etykiety. Tylko do odczytu. |
Kategoria | ATTRIBUTE |
Typ danych | INT64 |
Wpisz URL | N/A |
Można filtrować | Prawda |
Do wyboru | Prawda |
Sortowanie | Prawda |
Powtórzenie | Fałsz |
|
label.name |
Opis pola | Nazwa etykiety. To pole jest wymagane i nie powinno być puste podczas tworzenia nowej etykiety. Długość tego ciągu powinna wynosić od 1 do 80 włącznie. |
Kategoria | ATTRIBUTE |
Typ danych | STRING |
Wpisz URL | N/A |
Można filtrować | Prawda |
Do wyboru | Prawda |
Sortowanie | Prawda |
Powtórzenie | Fałsz |
|
label.resource_name |
Opis pola | Nazwa zasobu. Nazwy zasobów etykiet mają format: customers/{customer_id}/labels/{label_id} |
Kategoria | ATTRIBUTE |
Typ danych | RESOURCE_NAME |
Wpisz URL | N/A |
Można filtrować | Prawda |
Do wyboru | Prawda |
Sortowanie | Fałsz |
Powtórzenie | Fałsz |
|
label.status |
Opis pola | Stan etykiety. Tylko do odczytu. |
Kategoria | ATTRIBUTE |
Typ danych |
ENUM
ENABLED REMOVED UNKNOWN UNSPECIFIED
|
Wpisz URL | google.ads.searchads360.v0.enums.LabelStatusEnum.LabelStatus |
Można filtrować | Prawda |
Do wyboru | Prawda |
Sortowanie | Prawda |
Powtórzenie | Fałsz |
|
label.text_label.background_color |
Opis pola | Kolor tła etykiety w formacie szesnastkowym. Ten ciąg musi być zgodny z wyrażeniem regularnym „^\#([a-fA-F0-9]{6}|[a-fA-F0-9]{3})$”. Uwaga: kolor tła może nie być widoczny na kontach menedżera. |
Kategoria | ATTRIBUTE |
Typ danych | STRING |
Wpisz URL | N/A |
Można filtrować | Prawda |
Do wyboru | Prawda |
Sortowanie | Prawda |
Powtórzenie | Fałsz |
|
label.text_label.description |
Opis pola | Krótki opis etykiety. Może mieć maksymalnie 200 znaków. |
Kategoria | ATTRIBUTE |
Typ danych | STRING |
Wpisz URL | N/A |
Można filtrować | Prawda |
Do wyboru | Prawda |
Sortowanie | Prawda |
Powtórzenie | Fałsz |
|
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2024-07-31 UTC.
[null,null,["Ostatnia aktualizacja: 2024-07-31 UTC."],[[["The Label resource allows you to define and apply labels to different entities within your Search Ads 360 account, such as campaigns, ad groups, and keywords, for organizational purposes."],["You can retrieve information about labels, including their ID, name, status, and associated color and description if defined as a text label, using the fields outlined in the table."],["These fields can be used for filtering and sorting data in your queries, enabling you to segment and analyze data based on label assignments without affecting the aggregation of metrics."],["Note that the background color for text labels might not be visible in manager accounts."]]],["The provided content describes the attributes of a \"label\" resource, which can be used in queries with the `customer` resource. Key label attributes include: `id` (read-only), `name` (required on creation, 1-80 characters), `resource_name` (specific format), `status` (read-only), `background_color` (HEX format), and `description` (max 200 characters). Each attribute has associated details such as data type, filtering, and sorting capabilities. Fields from the `customer` resource can be used in `SELECT` and `WHERE` clauses, but will not segment the metrics.\n"]]