google_api_dfa_reporting v0.17.0 GoogleApi.DFAReporting.V34.Model.LookbackConfiguration 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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.DFAReporting.V34.Model.LookbackConfiguration{
  clickDuration: integer(),
  postImpressionActivitiesDuration: integer()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.