Caution: You are viewing documentation for the API's REST interface. Most of our official client libraries use gRPC. See the
REST Introduction for details.
AdGroupAssetSet
AdGroupAssetSet is the linkage between an ad group and an asset set. Creating an AdGroupAssetSet links an asset set with an ad group.
JSON representation |
{
"resourceName": string,
"adGroup": string,
"assetSet": string,
"status": enum (AssetSetLinkStatus )
} |
Fields |
resourceName |
string
Immutable. The resource name of the ad group asset set. Ad group asset set resource names have the form: customers/{customerId}/adGroupAssetSets/{adGroupId}~{asset_set_id}
|
adGroup |
string
Immutable. The ad group to which this asset set is linked.
|
assetSet |
string
Immutable. The asset set which is linked to the ad group.
|
status |
enum (AssetSetLinkStatus )
Output only. The status of the ad group asset set. Read-only.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-11 UTC.
[null,null,["Last updated 2024-10-11 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."]]],[]]