GoogleApi.Analytics.V3.Model.IncludeConditions (google_api_analytics v0.12.0) View Source

JSON template for an Analytics Remarketing Include Conditions.

Attributes

  • daysToLookBack (type: integer(), default: nil) - The look-back window lets you specify a time frame for evaluating the behavior that qualifies users for your audience. For example, if your filters include users from Central Asia, and Transactions Greater than 2, and you set the look-back window to 14 days, then any user from Central Asia whose cumulative transactions exceed 2 during the last 14 days is added to the audience.
  • isSmartList (type: boolean(), default: nil) - Boolean indicating whether this segment is a smart list. https://support.google.com/analytics/answer/4628577
  • kind (type: String.t, default: analytics#includeConditions) - Resource type for include conditions.
  • membershipDurationDays (type: integer(), default: nil) - Number of days (in the range 1 to 540) a user remains in the audience.
  • segment (type: String.t, default: nil) - The segment condition that will cause a user to be added to an audience.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Analytics.V3.Model.IncludeConditions{
  daysToLookBack: integer(),
  isSmartList: boolean(),
  kind: String.t(),
  membershipDurationDays: integer(),
  segment: String.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.