GoogleApi.DFAReporting.V34.Model.ListPopulationRule (google_api_dfa_reporting v0.20.0) View Source

Remarketing List Population Rule.

Attributes

  • floodlightActivityId (type: String.t, default: nil) - Floodlight activity ID associated with this rule. This field can be left blank.
  • floodlightActivityName (type: String.t, default: nil) - Name of floodlight activity associated with this rule. This is a read-only, auto-generated field.
  • listPopulationClauses (type: list(GoogleApi.DFAReporting.V34.Model.ListPopulationClause.t), default: nil) - Clauses that make up this list population rule. Clauses are joined by ANDs, and the clauses themselves are made up of list population terms which are joined by ORs.

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.ListPopulationRule{
  floodlightActivityId: String.t(),
  floodlightActivityName: String.t(),
  listPopulationClauses: [
    GoogleApi.DFAReporting.V34.Model.ListPopulationClause.t()
  ]
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.