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.

AdGroupAsset

A link between an ad group and an asset.

JSON representation
{
  "resourceName": string,
  "adGroup": string,
  "asset": string,
  "fieldType": enum (AssetFieldType),
  "source": enum (AssetSource),
  "status": enum (AssetLinkStatus)
}
Fields
resourceName

string

Immutable. The resource name of the ad group asset. AdGroupAsset resource names have the form:

customers/{customerId}/adGroupAssets/{adGroupId}~{asset_id}~{fieldType}

adGroup

string

Required. Immutable. The ad group to which the asset is linked.

asset

string

Required. Immutable. The asset which is linked to the ad group.

fieldType

enum (AssetFieldType)

Required. Immutable. Role that the asset takes under the linked ad group.

source

enum (AssetSource)

Output only. Source of the adgroup asset link.

status

enum (AssetLinkStatus)

Status of the ad group asset.