AdGroupAdAssetCombinationView

  • Ad group ad asset combination views are currently supported for Responsive Search Ads, with future expansion to other ad types.

  • The resource_name field provides a unique identifier for each ad group ad asset combination view, incorporating details about the customer, ad group, ad, and asset combination.

  • The served_assets field shows the assets used in the combination, while the enabled field indicates if the asset combination is linked to the latest version of the ad.

A view on the usage of ad group ad asset combination. Now we only support AdGroupAdAssetCombinationView for Responsive Search Ads, with more ad types planned for the future.

Fields

resource_name

string

Output only. The resource name of the ad group ad asset combination view. The combination ID is 128 bits long, where the upper 64 bits are stored in asset_combination_id_high, and the lower 64 bits are stored in asset_combination_id_low. AdGroupAd Asset Combination view resource names have the form: customers/{customer_id}/adGroupAdAssetCombinationViews/{AdGroupAd.ad_group_id}~{AdGroupAd.ad.ad_id}~{AssetCombination.asset_combination_id_low}~{AssetCombination.asset_combination_id_high}

served_assets[]

AssetUsage

Output only. Served assets.

enabled

bool

Output only. The status between the asset combination and the latest version of the ad. If true, the asset combination is linked to the latest version of the ad. If false, it means the link once existed but has been removed and is no longer present in the latest version of the ad.