Class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesCampaignCriterion
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesCampaignCriterion
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/searchads360_v0/classes.rb,
lib/google/apis/searchads360_v0/representations.rb,
lib/google/apis/searchads360_v0/representations.rb
Overview
A campaign criterion.
Instance Attribute Summary collapse
-
#age_range ⇒ Google::Apis::Searchads360V0::GoogleAdsSearchads360V0CommonAgeRangeInfo
An age range criterion.
-
#bid_modifier ⇒ Float
The modifier for the bids when the criterion matches.
-
#criterion_id ⇒ Fixnum
Output only.
-
#device ⇒ Google::Apis::Searchads360V0::GoogleAdsSearchads360V0CommonDeviceInfo
A device criterion.
-
#display_name ⇒ String
Output only.
-
#gender ⇒ Google::Apis::Searchads360V0::GoogleAdsSearchads360V0CommonGenderInfo
A gender criterion.
-
#keyword ⇒ Google::Apis::Searchads360V0::GoogleAdsSearchads360V0CommonKeywordInfo
A keyword criterion.
-
#language ⇒ Google::Apis::Searchads360V0::GoogleAdsSearchads360V0CommonLanguageInfo
A language criterion.
-
#last_modified_time ⇒ String
Output only.
-
#location ⇒ Google::Apis::Searchads360V0::GoogleAdsSearchads360V0CommonLocationInfo
A location criterion.
-
#location_group ⇒ Google::Apis::Searchads360V0::GoogleAdsSearchads360V0CommonLocationGroupInfo
A radius around a list of locations specified through a feed.
-
#negative ⇒ Boolean
(also: #negative?)
Immutable.
-
#resource_name ⇒ String
Immutable.
-
#status ⇒ String
The status of the criterion.
-
#type ⇒ String
Output only.
-
#user_list ⇒ Google::Apis::Searchads360V0::GoogleAdsSearchads360V0CommonUserListInfo
A User List criterion.
-
#webpage ⇒ Google::Apis::Searchads360V0::GoogleAdsSearchads360V0CommonWebpageInfo
Represents a criterion for targeting webpages of an advertiser's website.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V0ResourcesCampaignCriterion
constructor
A new instance of GoogleAdsSearchads360V0ResourcesCampaignCriterion.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V0ResourcesCampaignCriterion
Returns a new instance of GoogleAdsSearchads360V0ResourcesCampaignCriterion.
4333 4334 4335 |
# File 'lib/google/apis/searchads360_v0/classes.rb', line 4333 def initialize(**args) update!(**args) end |
Instance Attribute Details
#age_range ⇒ Google::Apis::Searchads360V0::GoogleAdsSearchads360V0CommonAgeRangeInfo
An age range criterion.
Corresponds to the JSON property ageRange
4242 4243 4244 |
# File 'lib/google/apis/searchads360_v0/classes.rb', line 4242 def age_range @age_range end |
#bid_modifier ⇒ Float
The modifier for the bids when the criterion matches. The modifier must be in
the range: 0.1 - 10.0. Most targetable criteria types support modifiers. Use 0
to opt out of a Device type.
Corresponds to the JSON property bidModifier
4249 4250 4251 |
# File 'lib/google/apis/searchads360_v0/classes.rb', line 4249 def bid_modifier @bid_modifier end |
#criterion_id ⇒ Fixnum
Output only. The ID of the criterion. This field is ignored during mutate.
Corresponds to the JSON property criterionId
4254 4255 4256 |
# File 'lib/google/apis/searchads360_v0/classes.rb', line 4254 def criterion_id @criterion_id end |
#device ⇒ Google::Apis::Searchads360V0::GoogleAdsSearchads360V0CommonDeviceInfo
A device criterion.
Corresponds to the JSON property device
4259 4260 4261 |
# File 'lib/google/apis/searchads360_v0/classes.rb', line 4259 def device @device end |
#display_name ⇒ String
Output only. The display name of the criterion. This field is ignored for
mutates.
Corresponds to the JSON property displayName
4265 4266 4267 |
# File 'lib/google/apis/searchads360_v0/classes.rb', line 4265 def display_name @display_name end |
#gender ⇒ Google::Apis::Searchads360V0::GoogleAdsSearchads360V0CommonGenderInfo
A gender criterion.
Corresponds to the JSON property gender
4270 4271 4272 |
# File 'lib/google/apis/searchads360_v0/classes.rb', line 4270 def gender @gender end |
#keyword ⇒ Google::Apis::Searchads360V0::GoogleAdsSearchads360V0CommonKeywordInfo
A keyword criterion.
Corresponds to the JSON property keyword
4275 4276 4277 |
# File 'lib/google/apis/searchads360_v0/classes.rb', line 4275 def keyword @keyword end |
#language ⇒ Google::Apis::Searchads360V0::GoogleAdsSearchads360V0CommonLanguageInfo
A language criterion.
Corresponds to the JSON property language
4280 4281 4282 |
# File 'lib/google/apis/searchads360_v0/classes.rb', line 4280 def language @language end |
#last_modified_time ⇒ String
Output only. The datetime when this campaign criterion was last modified. The
datetime is in the customer's time zone and in "yyyy-MM-dd HH:mm:ss.ssssss"
format.
Corresponds to the JSON property lastModifiedTime
4287 4288 4289 |
# File 'lib/google/apis/searchads360_v0/classes.rb', line 4287 def last_modified_time @last_modified_time end |
#location ⇒ Google::Apis::Searchads360V0::GoogleAdsSearchads360V0CommonLocationInfo
A location criterion.
Corresponds to the JSON property location
4292 4293 4294 |
# File 'lib/google/apis/searchads360_v0/classes.rb', line 4292 def location @location end |
#location_group ⇒ Google::Apis::Searchads360V0::GoogleAdsSearchads360V0CommonLocationGroupInfo
A radius around a list of locations specified through a feed.
Corresponds to the JSON property locationGroup
4297 4298 4299 |
# File 'lib/google/apis/searchads360_v0/classes.rb', line 4297 def location_group @location_group end |
#negative ⇒ Boolean Also known as: negative?
Immutable. Whether to target (false) or exclude (true) the criterion.
Corresponds to the JSON property negative
4302 4303 4304 |
# File 'lib/google/apis/searchads360_v0/classes.rb', line 4302 def negative @negative end |
#resource_name ⇒ String
Immutable. The resource name of the campaign criterion. Campaign criterion
resource names have the form: customers/customer_id/campaignCriteria/
campaign_id~criterion_id`
Corresponds to the JSON propertyresourceName`
4310 4311 4312 |
# File 'lib/google/apis/searchads360_v0/classes.rb', line 4310 def resource_name @resource_name end |
#status ⇒ String
The status of the criterion.
Corresponds to the JSON property status
4315 4316 4317 |
# File 'lib/google/apis/searchads360_v0/classes.rb', line 4315 def status @status end |
#type ⇒ String
Output only. The type of the criterion.
Corresponds to the JSON property type
4320 4321 4322 |
# File 'lib/google/apis/searchads360_v0/classes.rb', line 4320 def type @type end |
#user_list ⇒ Google::Apis::Searchads360V0::GoogleAdsSearchads360V0CommonUserListInfo
A User List criterion. Represents a user list that is defined by the
advertiser to be targeted.
Corresponds to the JSON property userList
4326 4327 4328 |
# File 'lib/google/apis/searchads360_v0/classes.rb', line 4326 def user_list @user_list end |
#webpage ⇒ Google::Apis::Searchads360V0::GoogleAdsSearchads360V0CommonWebpageInfo
Represents a criterion for targeting webpages of an advertiser's website.
Corresponds to the JSON property webpage
4331 4332 4333 |
# File 'lib/google/apis/searchads360_v0/classes.rb', line 4331 def webpage @webpage end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4338 4339 4340 4341 4342 4343 4344 4345 4346 4347 4348 4349 4350 4351 4352 4353 4354 4355 4356 |
# File 'lib/google/apis/searchads360_v0/classes.rb', line 4338 def update!(**args) @age_range = args[:age_range] if args.key?(:age_range) @bid_modifier = args[:bid_modifier] if args.key?(:bid_modifier) @criterion_id = args[:criterion_id] if args.key?(:criterion_id) @device = args[:device] if args.key?(:device) @display_name = args[:display_name] if args.key?(:display_name) @gender = args[:gender] if args.key?(:gender) @keyword = args[:keyword] if args.key?(:keyword) @language = args[:language] if args.key?(:language) @last_modified_time = args[:last_modified_time] if args.key?(:last_modified_time) @location = args[:location] if args.key?(:location) @location_group = args[:location_group] if args.key?(:location_group) @negative = args[:negative] if args.key?(:negative) @resource_name = args[:resource_name] if args.key?(:resource_name) @status = args[:status] if args.key?(:status) @type = args[:type] if args.key?(:type) @user_list = args[:user_list] if args.key?(:user_list) @webpage = args[:webpage] if args.key?(:webpage) end |