Uwaga: przeglądasz dokumentację interfejsu REST interfejsu API. Większość oficjalnych bibliotek klienta używa gRPC. Więcej informacji znajdziesz we
wprowadzeniu do REST.
AdGroupAssetSet
AdGroupAssetSet to połączenie między grupą reklam a zestawem komponentów. Tworzenie zestawu komponentów grupy reklam powoduje połączenie zestawu komponentów z grupą reklam.
Zapis JSON |
{
"resourceName": string,
"adGroup": string,
"assetSet": string,
"status": enum (AssetSetLinkStatus )
} |
Pola |
resourceName |
string
Niezmienna. Nazwa zasobu zestawu komponentów grupy reklam. Nazwy zasobów zestawu komponentów grupy reklam mają postać: customers/{customerId}/adGroupAssetSets/{adGroupId}~{asset_set_id}
|
adGroup |
string
Niezmienna. Grupa reklam, z którą połączony jest ten zestaw komponentów.
|
assetSet |
string
Stała. Zbiór plików połączony z grupą reklam.
|
status |
enum (AssetSetLinkStatus )
Tylko dane wyjściowe. Stan zestawu komponentów grupy reklam. Tylko do odczytu.
|
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-10-18 UTC.
[null,null,["Ostatnia aktualizacja: 2024-10-18 UTC."],[[["AdGroupAssetSet links an asset set with an ad group, establishing a connection for utilizing assets within the ad group's context."],["It's represented by a JSON object containing resource name, ad group, asset set, and status information, enabling programmatic management and linking."],["Resource name, ad group, and asset set are immutable properties defined during creation, ensuring consistent linkage throughout the lifecycle."],["AdGroupAssetSet status is read-only and reflects the current state of the linkage, providing insights into its operational condition."]]],[]]