La nuova API Search Ads 360 Reporting è ora disponibile. Unisciti al gruppo Google
searchads-api-announcements per non perderti i prossimi miglioramenti e release.
etichetta
Un'etichetta.
I campi delle risorse sopra indicate possono essere selezionati insieme a questo
risorsa nelle tue clausole SELECT e WHERE. Questi campi non verranno segmentati
nella clausola SELECT
.
label.id |
Descrizione del campo | ID dell'etichetta. Sola lettura. |
Categoria | ATTRIBUTE |
Tipo di dati | INT64 |
Digita un URL | N/A |
Filtrabile | Vero |
Selezionabile | Vero |
Sortable | Vero |
Ripetuto | Falso |
|
label.name |
Descrizione del campo | Il nome dell'etichetta. Questo campo è obbligatorio e non deve essere vuoto quando crei una nuova etichetta. La lunghezza di questa stringa deve essere compresa tra 1 e 80 inclusi. |
Categoria | ATTRIBUTE |
Tipo di dati | STRING |
Digita un URL | N/A |
Filtrabile | Vero |
Selezionabile | Vero |
Sortable | Vero |
Ripetuto | Falso |
|
label.resource_name |
Descrizione del campo | Nome della risorsa. I nomi delle risorse delle etichette hanno il formato: customers/{customer_id}/labels/{label_id} |
Categoria | ATTRIBUTE |
Tipo di dati | RESOURCE_NAME |
Digita un URL | N/A |
Filtrabile | Vero |
Selezionabile | Vero |
Sortable | Falso |
Ripetuto | Falso |
|
label.status |
Descrizione del campo | Stato dell'etichetta. Sola lettura. |
Categoria | ATTRIBUTE |
Tipo di dati |
ENUM
ENABLED REMOVED UNKNOWN UNSPECIFIED
|
Digita un URL | google.ads.searchads360.v0.enums.LabelStatusEnum.LabelStatus |
Filtrabile | Vero |
Selezionabile | Vero |
Sortable | Vero |
Ripetuto | Falso |
|
label.text_label.background_color |
Descrizione del campo | Colore di sfondo dell'etichetta in formato esadecimale. Questa stringa deve corrispondere all'espressione regolare "^\#([a-fA-F0-9]{6}|[a-fA-F0-9]{3})$'. Nota: il colore di sfondo potrebbe non essere visibile per gli account amministratore. |
Categoria | ATTRIBUTE |
Tipo di dati | STRING |
Digita un URL | N/A |
Filtrabile | Vero |
Selezionabile | Vero |
Sortable | Vero |
Ripetuto | Falso |
|
label.text_label.description |
Descrizione del campo | Una breve descrizione dell'etichetta. La lunghezza non deve essere superiore a 200 caratteri. |
Categoria | ATTRIBUTE |
Tipo di dati | STRING |
Digita un URL | N/A |
Filtrabile | Vero |
Selezionabile | Vero |
Sortable | Vero |
Ripetuto | Falso |
|
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2024-07-31 UTC.
[null,null,["Ultimo aggiornamento 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"]]