Class: Google::Apis::DfareportingV2_7::TargetingTemplate
- Inherits:
-
Object
- Object
- Google::Apis::DfareportingV2_7::TargetingTemplate
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/dfareporting_v2_7/classes.rb,
generated/google/apis/dfareporting_v2_7/representations.rb,
generated/google/apis/dfareporting_v2_7/representations.rb
Overview
Contains properties of a targeting template. A targeting template encapsulates targeting information which can be reused across multiple ads.
Instance Attribute Summary collapse
-
#account_id ⇒ String
Account ID of this targeting template.
-
#advertiser_id ⇒ String
Advertiser ID of this targeting template.
-
#advertiser_id_dimension_value ⇒ Google::Apis::DfareportingV2_7::DimensionValue
Represents a DimensionValue resource.
-
#day_part_targeting ⇒ Google::Apis::DfareportingV2_7::DayPartTargeting
Day Part Targeting.
-
#geo_targeting ⇒ Google::Apis::DfareportingV2_7::GeoTargeting
Geographical Targeting.
-
#id ⇒ String
ID of this targeting template.
-
#key_value_targeting_expression ⇒ Google::Apis::DfareportingV2_7::KeyValueTargetingExpression
Key Value Targeting Expression.
-
#kind ⇒ String
Identifies what kind of resource this is.
-
#language_targeting ⇒ Google::Apis::DfareportingV2_7::LanguageTargeting
Language Targeting.
-
#list_targeting_expression ⇒ Google::Apis::DfareportingV2_7::ListTargetingExpression
Remarketing List Targeting Expression.
-
#name ⇒ String
Name of this targeting template.
-
#subaccount_id ⇒ String
Subaccount ID of this targeting template.
-
#technology_targeting ⇒ Google::Apis::DfareportingV2_7::TechnologyTargeting
Technology Targeting.
Instance Method Summary collapse
-
#initialize(**args) ⇒ TargetingTemplate
constructor
A new instance of TargetingTemplate.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ TargetingTemplate
Returns a new instance of TargetingTemplate
11186 11187 11188 |
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 11186 def initialize(**args) update!(**args) end |
Instance Attribute Details
#account_id ⇒ String
Account ID of this targeting template. This field, if left unset, will be auto-
generated on insert and is read-only after insert.
Corresponds to the JSON property accountId
11120 11121 11122 |
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 11120 def account_id @account_id end |
#advertiser_id ⇒ String
Advertiser ID of this targeting template. This is a required field on insert
and is read-only after insert.
Corresponds to the JSON property advertiserId
11126 11127 11128 |
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 11126 def advertiser_id @advertiser_id end |
#advertiser_id_dimension_value ⇒ Google::Apis::DfareportingV2_7::DimensionValue
Represents a DimensionValue resource.
Corresponds to the JSON property advertiserIdDimensionValue
11131 11132 11133 |
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 11131 def advertiser_id_dimension_value @advertiser_id_dimension_value end |
#day_part_targeting ⇒ Google::Apis::DfareportingV2_7::DayPartTargeting
Day Part Targeting.
Corresponds to the JSON property dayPartTargeting
11136 11137 11138 |
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 11136 def day_part_targeting @day_part_targeting end |
#geo_targeting ⇒ Google::Apis::DfareportingV2_7::GeoTargeting
Geographical Targeting.
Corresponds to the JSON property geoTargeting
11141 11142 11143 |
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 11141 def geo_targeting @geo_targeting end |
#id ⇒ String
ID of this targeting template. This is a read-only, auto-generated field.
Corresponds to the JSON property id
11146 11147 11148 |
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 11146 def id @id end |
#key_value_targeting_expression ⇒ Google::Apis::DfareportingV2_7::KeyValueTargetingExpression
Key Value Targeting Expression.
Corresponds to the JSON property keyValueTargetingExpression
11151 11152 11153 |
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 11151 def key_value_targeting_expression @key_value_targeting_expression end |
#kind ⇒ String
Identifies what kind of resource this is. Value: the fixed string "
dfareporting#targetingTemplate".
Corresponds to the JSON property kind
11157 11158 11159 |
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 11157 def kind @kind end |
#language_targeting ⇒ Google::Apis::DfareportingV2_7::LanguageTargeting
Language Targeting.
Corresponds to the JSON property languageTargeting
11162 11163 11164 |
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 11162 def language_targeting @language_targeting end |
#list_targeting_expression ⇒ Google::Apis::DfareportingV2_7::ListTargetingExpression
Remarketing List Targeting Expression.
Corresponds to the JSON property listTargetingExpression
11167 11168 11169 |
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 11167 def list_targeting_expression @list_targeting_expression end |
#name ⇒ String
Name of this targeting template. This field is required. It must be less than
256 characters long and unique within an advertiser.
Corresponds to the JSON property name
11173 11174 11175 |
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 11173 def name @name end |
#subaccount_id ⇒ String
Subaccount ID of this targeting template. This field, if left unset, will be
auto-generated on insert and is read-only after insert.
Corresponds to the JSON property subaccountId
11179 11180 11181 |
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 11179 def subaccount_id @subaccount_id end |
#technology_targeting ⇒ Google::Apis::DfareportingV2_7::TechnologyTargeting
Technology Targeting.
Corresponds to the JSON property technologyTargeting
11184 11185 11186 |
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 11184 def technology_targeting @technology_targeting end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
11191 11192 11193 11194 11195 11196 11197 11198 11199 11200 11201 11202 11203 11204 11205 |
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 11191 def update!(**args) @account_id = args[:account_id] if args.key?(:account_id) @advertiser_id = args[:advertiser_id] if args.key?(:advertiser_id) @advertiser_id_dimension_value = args[:advertiser_id_dimension_value] if args.key?(:advertiser_id_dimension_value) @day_part_targeting = args[:day_part_targeting] if args.key?(:day_part_targeting) @geo_targeting = args[:geo_targeting] if args.key?(:geo_targeting) @id = args[:id] if args.key?(:id) @key_value_targeting_expression = args[:key_value_targeting_expression] if args.key?(:key_value_targeting_expression) @kind = args[:kind] if args.key?(:kind) @language_targeting = args[:language_targeting] if args.key?(:language_targeting) @list_targeting_expression = args[:list_targeting_expression] if args.key?(:list_targeting_expression) @name = args[:name] if args.key?(:name) @subaccount_id = args[:subaccount_id] if args.key?(:subaccount_id) @technology_targeting = args[:technology_targeting] if args.key?(:technology_targeting) end |