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 2025-03-06 UTC.
[null,null,["Last updated 2025-03-06 UTC."],[[["AdGroupAssetSet links an asset set with an ad group, establishing a connection for ad delivery."],["It's defined by `resourceName`, `adGroup`, `assetSet`, and `status` fields within a JSON structure."],["The `resourceName` uniquely identifies the AdGroupAssetSet, while `adGroup` and `assetSet` specify the linked entities."],["The `status` field reflects the current state of the AdGroupAssetSet, which is read-only."]]],["AdGroupAssetSet links an ad group and an asset set. It uses a JSON structure including `resourceName`, `adGroup`, `assetSet`, and `status`. The `resourceName` is a unique identifier, formatted as `customers/{customerId}/adGroupAssetSets/{adGroupId}~{asset_set_id}`. Both `adGroup` and `assetSet` are immutable, specifying the linked entities. The `status`, read-only, reflects the link's current state, utilizing the `AssetSetLinkStatus` enumeration. Creating this entry connects the specified asset set to the ad group.\n"]]