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.
customer_asset_set
Element CustomerAssetSet to połączenie między klientem a zbiorem komponentów. Dodanie obiektu CustomerAssetSet powoduje połączenie zestawu komponentów z klientem.
Pola z powyższych zasobów można wybrać razem z tym zasobem w klauzulach SELECT i WHERE. Te pola nie posegmentują danych w klauzuli SELECT
.
customer_asset_set.asset_set |
Opis pola | Zestaw komponentów połączony z klientem. |
Kategoria | ATTRIBUTE |
Typ danych | RESOURCE_NAME |
Wpisz URL | N/A |
Można filtrować | Prawda |
Do wyboru | Prawda |
Sortowanie | Fałsz |
Powtórzenie | Fałsz |
|
customer_asset_set.customer |
Opis pola | Klient, z którym ten zestaw komponentów jest połączony. |
Kategoria | ATTRIBUTE |
Typ danych | RESOURCE_NAME |
Wpisz URL | N/A |
Można filtrować | Prawda |
Do wyboru | Fałsz |
Sortowanie | Fałsz |
Powtórzenie | Fałsz |
|
customer_asset_set.resource_name |
Opis pola | Nazwa zasobu zestawu komponentów klienta. Nazwy zasobów zestawu zasobów mają postać: customers/{customer_id}/customerAssetSets/{asset_set_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 |
|
customer_asset_set.status |
Opis pola | Stan komponentu w zestawie komponentów klienta. Tylko do odczytu. |
Kategoria | ATTRIBUTE |
Typ danych |
ENUM
ENABLED REMOVED UNKNOWN UNSPECIFIED
|
Wpisz URL | google.ads.searchads360.v0.enums.AssetSetLinkStatusEnum.AssetSetLinkStatus |
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-01-10 UTC.
[null,null,["Ostatnia aktualizacja: 2024-01-10 UTC."],[[["CustomerAssetSet establishes a connection between a customer and an asset set, enabling the association of assets with specific customers."],["This resource allows for the selection of fields from linked assets and customers within queries, but these fields will not segment metrics."],["The resource includes attributes such as the linked asset set, customer, resource name, and status, which can be used for filtering and selection in queries."],["Notably, the `customer_asset_set.customer` field is selectable for filtering but not for selection in queries."],["The `customer_asset_set.status` attribute indicates the current state of the customer asset set and can be used for filtering and sorting results."]]],["CustomerAssetSet establishes a link between a customer and an asset set. Linking is achieved by adding a CustomerAssetSet. Key fields include `asset_set` and `customer`, both of which are resource names. The `resource_name` field uniquely identifies the CustomerAssetSet. The `status` field indicates the state of the asset link and can be `ENABLED`, `REMOVED`, `UNKNOWN` or `UNSPECIFIED`. These fields are all attributes, with filtering available for all, selection for `asset_set`,`resource_name`, and `status`.\n"]]