GoogleApi.DFAReporting.V33.Model.LookbackConfiguration (google_api_dfa_reporting v0.31.0)

View Source

Lookback configuration settings.

Attributes

  • clickDuration (type: integer(), default: nil) - Lookback window, in days, from the last time a given user clicked on one of your ads. If you enter 0, clicks will not be considered as triggering events for floodlight tracking. If you leave this field blank, the default value for your account will be used. Acceptable values are 0 to 90, inclusive.
  • postImpressionActivitiesDuration (type: integer(), default: nil) - Lookback window, in days, from the last time a given user viewed one of your ads. If you enter 0, impressions will not be considered as triggering events for floodlight tracking. If you leave this field blank, the default value for your account will be used. Acceptable values are 0 to 90, inclusive.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DFAReporting.V33.Model.LookbackConfiguration{
  clickDuration: integer() | nil,
  postImpressionActivitiesDuration: integer() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.