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.