GoogleApi.DFAReporting.V4.Model.ListPopulationRule (google_api_dfa_reporting v0.31.0)
View SourceRemarketing 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.V4.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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DFAReporting.V4.Model.ListPopulationRule{ floodlightActivityId: String.t() | nil, floodlightActivityName: String.t() | nil, listPopulationClauses: [GoogleApi.DFAReporting.V4.Model.ListPopulationClause.t()] | nil }