Interested in sharing your feedback about the Google Ads API?
Sign up to be invited to participate in user research!
AdGroupAsset
Stay organized with collections
Save and categorize content based on your preferences.
A link between an ad group and an asset.
Fields |
resource_name
|
string
Immutable. The resource name of the ad group asset. AdGroupAsset resource names have the form: customers/{customer_id}/adGroupAssets/{ad_group_id}~{asset_id}~{field_type}
|
ad_group
|
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.
|
field_type
|
AssetFieldType
Required. Immutable. Role that the asset takes under the linked ad group.
|
source
|
AssetSource
Output only. Source of the adgroup asset link.
|
status
|
AssetLinkStatus
Status of the ad group asset.
|
primary_status
|
AssetLinkPrimaryStatus
Output only. Provides the PrimaryStatus of this asset link. Primary status is meant essentially to differentiate between the plain "status" field, which has advertiser set values of enabled, paused, or removed. The primary status takes into account other signals (for assets its mainly policy and quality approvals) to come up with a more comprehensive status to indicate its serving state.
|
primary_status_details[]
|
AssetLinkPrimaryStatusDetails
Output only. Provides the details of the primary status and its associated reasons.
|
primary_status_reasons[]
|
AssetLinkPrimaryStatusReason
Output only. Provides a list of reasons for why an asset is not serving or not serving at full capacity.
|
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-02-25 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-25 UTC."],[[["Represents a connection between an ad group and an asset, defining the asset's role in the ad group."],["Ad group assets are identified by a unique resource name with the format `customers/{customer_id}/adGroupAssets/{ad_group_id}~{asset_id}~{field_type}`."],["Crucial fields include the linked ad group, the linked asset, the asset's role (field type), and the link's status."],["System-managed fields offer insights into the asset link's primary status, including detailed reasons for serving limitations."],["The primary status provides a comprehensive view of the asset's serving state, considering policy and quality approvals alongside the advertiser-set status."]]],["This outlines the structure of an ad group asset link, connecting an asset to an ad group. Key information includes the resource name, the linked ad group and asset, the asset's role (`field_type`), and the source of the link. It also details the `status` of the link and provides a `primary_status`, with details and reasons, indicating the asset's serving state beyond basic enabled/paused/removed settings.\n"]]