View Source GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Resources_ConversionAction_AttributionModelSettings (google_api_search_ads360 v0.4.0)

Settings related to this conversion action's attribution model.

Attributes

  • attributionModel (type: String.t, default: nil) - The attribution model type of this conversion action.
  • dataDrivenModelStatus (type: String.t, default: nil) - Output only. The status of the data-driven attribution model for the conversion action.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Resources_ConversionAction_AttributionModelSettings{
    attributionModel: String.t() | nil,
    dataDrivenModelStatus: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.