View Source GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Resources_AssetGroupTopCombinationView (google_api_search_ads360 v0.8.0)

A view on the usage of ad group ad asset combination.

Attributes

  • assetGroupTopCombinations (type: list(GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Resources_AssetGroupAssetCombinationData.t), default: nil) - Output only. The top combinations of assets that served together.
  • resourceName (type: String.t, default: nil) - Output only. The resource name of the asset group top combination view. AssetGroup Top Combination view resource names have the form: `"customers/{customer_id}/assetGroupTopCombinationViews/{asset_group_id}~{asset_combination_category}"

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Resources_AssetGroupTopCombinationView{
    assetGroupTopCombinations:
      [
        GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Resources_AssetGroupAssetCombinationData.t()
      ]
      | nil,
    resourceName: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.