Class: Google::Apis::DfareportingV2_1::ListPopulationRule

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable
Defined in:
generated/google/apis/dfareporting_v2_1/classes.rb,
generated/google/apis/dfareporting_v2_1/representations.rb,
generated/google/apis/dfareporting_v2_1/representations.rb

Overview

Remarketing List Population Rule.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ ListPopulationRule

Returns a new instance of ListPopulationRule.



6184
6185
6186
# File 'generated/google/apis/dfareporting_v2_1/classes.rb', line 6184

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#floodlight_activity_idString

Floodlight activity ID associated with this rule. This field can be left blank. Corresponds to the JSON property floodlightActivityId

Returns:

  • (String)


6169
6170
6171
# File 'generated/google/apis/dfareporting_v2_1/classes.rb', line 6169

def floodlight_activity_id
  @floodlight_activity_id
end

#floodlight_activity_nameString

Name of floodlight activity associated with this rule. This is a read-only, auto-generated field. Corresponds to the JSON property floodlightActivityName

Returns:

  • (String)


6175
6176
6177
# File 'generated/google/apis/dfareporting_v2_1/classes.rb', line 6175

def floodlight_activity_name
  @floodlight_activity_name
end

#list_population_clausesArray<Google::Apis::DfareportingV2_1::ListPopulationClause>

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. Corresponds to the JSON property listPopulationClauses



6182
6183
6184
# File 'generated/google/apis/dfareporting_v2_1/classes.rb', line 6182

def list_population_clauses
  @list_population_clauses
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6189
6190
6191
6192
6193
# File 'generated/google/apis/dfareporting_v2_1/classes.rb', line 6189

def update!(**args)
  @floodlight_activity_id = args[:floodlight_activity_id] unless args[:floodlight_activity_id].nil?
  @floodlight_activity_name = args[:floodlight_activity_name] unless args[:floodlight_activity_name].nil?
  @list_population_clauses = args[:list_population_clauses] unless args[:list_population_clauses].nil?
end