View Source GoogleApi.Content.V21.Model.AttributionSettings (google_api_content v0.67.1)

Represents attribution settings for conversion sources receiving pre-attribution data.

Attributes

  • attributionLookbackWindowInDays (type: integer(), default: nil) - Required. Lookback windows (in days) used for attribution in this source. Supported values are 7, 30, 40.
  • attributionModel (type: String.t, default: nil) - Required. Attribution model.
  • conversionType (type: list(GoogleApi.Content.V21.Model.AttributionSettingsConversionType.t), default: nil) - Immutable. Unordered list. List of different conversion types a conversion event can be classified as. A standard "purchase" type will be automatically created if this list is empty at creation time.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Content.V21.Model.AttributionSettings{
  attributionLookbackWindowInDays: integer() | nil,
  attributionModel: String.t() | nil,
  conversionType:
    [GoogleApi.Content.V21.Model.AttributionSettingsConversionType.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.