View Source GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Resources_AssetGroupSignal (google_api_search_ads360 v0.5.0)

AssetGroupSignal represents a signal in an asset group. The existence of a signal tells the performance max campaign who's most likely to convert. Performance Max uses the signal to look for new people with similar or stronger intent to find conversions across Search, Display, Video, and more.

Attributes

  • assetGroup (type: String.t, default: nil) - Immutable. The asset group which this asset group signal belongs to.
  • audience (type: GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Common_AudienceInfo.t, default: nil) - Immutable. The audience signal to be used by the performance max campaign.
  • resourceName (type: String.t, default: nil) - Immutable. The resource name of the asset group signal. Asset group signal resource name have the form: customers/{customer_id}/assetGroupSignals/{asset_group_id}~{signal_id}

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Resources_AssetGroupSignal{
    assetGroup: String.t() | nil,
    audience:
      GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Common_AudienceInfo.t()
      | nil,
    resourceName: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.