View Source GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Common_AssetInteractionTarget (google_api_search_ads360 v0.6.0)

An AssetInteractionTarget segment.

Attributes

  • asset (type: String.t, default: nil) - The asset resource name.
  • interactionOnThisAsset (type: boolean(), default: nil) - Only used with CustomerAsset, CampaignAsset and AdGroupAsset metrics. Indicates whether the interaction metrics occurred on the asset itself or a different asset or ad unit.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Common_AssetInteractionTarget{
    asset: String.t() | nil,
    interactionOnThisAsset: boolean() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.