google-apis-searchads360_v0 0.17.0 → 0.19.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4ebc31b008300f4ae35bea84447e02ccdd03bac4fdd427713037d1ac41d2c01a
|
4
|
+
data.tar.gz: 3008ccb8261cc675a090a83a61d3f8883c4d146c1678a78db1aac4f49d07daca
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6adea95a64d4af82934bdae049da830ee85aa8073a0feff144fe9982cf5d8f1be090c5d2d85d3bee7d353d74a04819ca5c492aaa1e98f210699c1ed538c1c7cd
|
7
|
+
data.tar.gz: a103fb2c0617bb05a71ba7a20f0387e8682d74b650967e421824f838ddcedc5439ba2f50f314fe3f25c3d38db252ab0123e70df7141e70658a920b26afd47096
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-searchads360_v0
|
2
2
|
|
3
|
+
### v0.19.0 (2024-11-17)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20241108
|
6
|
+
|
7
|
+
### v0.18.0 (2024-10-06)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20241002
|
10
|
+
|
3
11
|
### v0.17.0 (2024-08-25)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20240822
|
@@ -1084,11 +1084,25 @@ module Google
|
|
1084
1084
|
# @return [Float]
|
1085
1085
|
attr_accessor :cross_device_conversions
|
1086
1086
|
|
1087
|
+
# The number of cross-device conversions by conversion date. Details for the
|
1088
|
+
# by_conversion_date columns are available at https://support.google.com/sa360/
|
1089
|
+
# answer/9250611.
|
1090
|
+
# Corresponds to the JSON property `crossDeviceConversionsByConversionDate`
|
1091
|
+
# @return [Float]
|
1092
|
+
attr_accessor :cross_device_conversions_by_conversion_date
|
1093
|
+
|
1087
1094
|
# The sum of the value of cross-device conversions.
|
1088
1095
|
# Corresponds to the JSON property `crossDeviceConversionsValue`
|
1089
1096
|
# @return [Float]
|
1090
1097
|
attr_accessor :cross_device_conversions_value
|
1091
1098
|
|
1099
|
+
# The sum of cross-device conversions value by conversion date. Details for the
|
1100
|
+
# by_conversion_date columns are available at https://support.google.com/sa360/
|
1101
|
+
# answer/9250611.
|
1102
|
+
# Corresponds to the JSON property `crossDeviceConversionsValueByConversionDate`
|
1103
|
+
# @return [Float]
|
1104
|
+
attr_accessor :cross_device_conversions_value_by_conversion_date
|
1105
|
+
|
1092
1106
|
# Cross-sell cost of goods sold (COGS) is the total cost of products sold as a
|
1093
1107
|
# result of advertising a different product. How it works: You report
|
1094
1108
|
# conversions with cart data for completed purchases on your website. If the ad
|
@@ -1167,6 +1181,27 @@ module Google
|
|
1167
1181
|
# @return [Float]
|
1168
1182
|
attr_accessor :ctr
|
1169
1183
|
|
1184
|
+
# The percentage of clicks that have been filtered out of your total number of
|
1185
|
+
# clicks (filtered + non-filtered clicks) due to being general invalid clicks.
|
1186
|
+
# These are clicks Google considers illegitimate that are detected through
|
1187
|
+
# routine means of filtration (that is, known invalid data-center traffic, bots
|
1188
|
+
# and spiders or other crawlers, irregular patterns, etc). You're not charged
|
1189
|
+
# for them, and they don't affect your account statistics. See the help page at
|
1190
|
+
# https://support.google.com/campaignmanager/answer/6076504 for details.
|
1191
|
+
# Corresponds to the JSON property `generalInvalidClickRate`
|
1192
|
+
# @return [Float]
|
1193
|
+
attr_accessor :general_invalid_click_rate
|
1194
|
+
|
1195
|
+
# Number of general invalid clicks. These are a subset of your invalid clicks
|
1196
|
+
# that are detected through routine means of filtration (such as known invalid
|
1197
|
+
# data-center traffic, bots and spiders or other crawlers, irregular patterns,
|
1198
|
+
# etc.). You're not charged for them, and they don't affect your account
|
1199
|
+
# statistics. See the help page at https://support.google.com/campaignmanager/
|
1200
|
+
# answer/6076504 for details.
|
1201
|
+
# Corresponds to the JSON property `generalInvalidClicks`
|
1202
|
+
# @return [Fixnum]
|
1203
|
+
attr_accessor :general_invalid_clicks
|
1204
|
+
|
1170
1205
|
# The creative historical quality score.
|
1171
1206
|
# Corresponds to the JSON property `historicalCreativeQualityScore`
|
1172
1207
|
# @return [String]
|
@@ -1483,12 +1518,16 @@ module Google
|
|
1483
1518
|
@cost_per_conversion = args[:cost_per_conversion] if args.key?(:cost_per_conversion)
|
1484
1519
|
@cost_per_current_model_attributed_conversion = args[:cost_per_current_model_attributed_conversion] if args.key?(:cost_per_current_model_attributed_conversion)
|
1485
1520
|
@cross_device_conversions = args[:cross_device_conversions] if args.key?(:cross_device_conversions)
|
1521
|
+
@cross_device_conversions_by_conversion_date = args[:cross_device_conversions_by_conversion_date] if args.key?(:cross_device_conversions_by_conversion_date)
|
1486
1522
|
@cross_device_conversions_value = args[:cross_device_conversions_value] if args.key?(:cross_device_conversions_value)
|
1523
|
+
@cross_device_conversions_value_by_conversion_date = args[:cross_device_conversions_value_by_conversion_date] if args.key?(:cross_device_conversions_value_by_conversion_date)
|
1487
1524
|
@cross_sell_cost_of_goods_sold_micros = args[:cross_sell_cost_of_goods_sold_micros] if args.key?(:cross_sell_cost_of_goods_sold_micros)
|
1488
1525
|
@cross_sell_gross_profit_micros = args[:cross_sell_gross_profit_micros] if args.key?(:cross_sell_gross_profit_micros)
|
1489
1526
|
@cross_sell_revenue_micros = args[:cross_sell_revenue_micros] if args.key?(:cross_sell_revenue_micros)
|
1490
1527
|
@cross_sell_units_sold = args[:cross_sell_units_sold] if args.key?(:cross_sell_units_sold)
|
1491
1528
|
@ctr = args[:ctr] if args.key?(:ctr)
|
1529
|
+
@general_invalid_click_rate = args[:general_invalid_click_rate] if args.key?(:general_invalid_click_rate)
|
1530
|
+
@general_invalid_clicks = args[:general_invalid_clicks] if args.key?(:general_invalid_clicks)
|
1492
1531
|
@historical_creative_quality_score = args[:historical_creative_quality_score] if args.key?(:historical_creative_quality_score)
|
1493
1532
|
@historical_landing_page_quality_score = args[:historical_landing_page_quality_score] if args.key?(:historical_landing_page_quality_score)
|
1494
1533
|
@historical_quality_score = args[:historical_quality_score] if args.key?(:historical_quality_score)
|
@@ -3506,7 +3545,8 @@ module Google
|
|
3506
3545
|
class GoogleAdsSearchads360V0ResourcesCampaignSelectiveOptimization
|
3507
3546
|
include Google::Apis::Core::Hashable
|
3508
3547
|
|
3509
|
-
# The selected set of conversion actions for optimizing this
|
3548
|
+
# The selected set of resource names for conversion actions for optimizing this
|
3549
|
+
# campaign.
|
3510
3550
|
# Corresponds to the JSON property `conversionActions`
|
3511
3551
|
# @return [Array<String>]
|
3512
3552
|
attr_accessor :conversion_actions
|
@@ -4081,6 +4121,12 @@ module Google
|
|
4081
4121
|
# @return [String]
|
4082
4122
|
attr_accessor :creation_time
|
4083
4123
|
|
4124
|
+
# Output only. The resource names of effective labels attached to this ad group.
|
4125
|
+
# An effective label is a label inherited or directly assigned to this ad group.
|
4126
|
+
# Corresponds to the JSON property `effectiveLabels`
|
4127
|
+
# @return [Array<String>]
|
4128
|
+
attr_accessor :effective_labels
|
4129
|
+
|
4084
4130
|
# Output only. Date when the ad group ends serving ads. By default, the ad group
|
4085
4131
|
# ends on the ad group's end date. If this field is set, then the ad group ends
|
4086
4132
|
# at the end of the specified date in the customer's time zone. This field is
|
@@ -4176,6 +4222,7 @@ module Google
|
|
4176
4222
|
@ad_rotation_mode = args[:ad_rotation_mode] if args.key?(:ad_rotation_mode)
|
4177
4223
|
@cpc_bid_micros = args[:cpc_bid_micros] if args.key?(:cpc_bid_micros)
|
4178
4224
|
@creation_time = args[:creation_time] if args.key?(:creation_time)
|
4225
|
+
@effective_labels = args[:effective_labels] if args.key?(:effective_labels)
|
4179
4226
|
@end_date = args[:end_date] if args.key?(:end_date)
|
4180
4227
|
@engine_id = args[:engine_id] if args.key?(:engine_id)
|
4181
4228
|
@engine_status = args[:engine_status] if args.key?(:engine_status)
|
@@ -4207,6 +4254,12 @@ module Google
|
|
4207
4254
|
# @return [String]
|
4208
4255
|
attr_accessor :creation_time
|
4209
4256
|
|
4257
|
+
# Output only. The resource names of effective labels attached to this ad. An
|
4258
|
+
# effective label is a label inherited or directly assigned to this ad.
|
4259
|
+
# Corresponds to the JSON property `effectiveLabels`
|
4260
|
+
# @return [Array<String>]
|
4261
|
+
attr_accessor :effective_labels
|
4262
|
+
|
4210
4263
|
# Output only. ID of the ad in the external engine account. This field is for
|
4211
4264
|
# Search Ads 360 account only, for example, Yahoo Japan, Microsoft, Baidu etc.
|
4212
4265
|
# For non-Search Ads 360 entity, use "ad_group_ad.ad.id" instead.
|
@@ -4252,6 +4305,7 @@ module Google
|
|
4252
4305
|
def update!(**args)
|
4253
4306
|
@ad = args[:ad] if args.key?(:ad)
|
4254
4307
|
@creation_time = args[:creation_time] if args.key?(:creation_time)
|
4308
|
+
@effective_labels = args[:effective_labels] if args.key?(:effective_labels)
|
4255
4309
|
@engine_id = args[:engine_id] if args.key?(:engine_id)
|
4256
4310
|
@engine_status = args[:engine_status] if args.key?(:engine_status)
|
4257
4311
|
@labels = args[:labels] if args.key?(:labels)
|
@@ -4261,6 +4315,46 @@ module Google
|
|
4261
4315
|
end
|
4262
4316
|
end
|
4263
4317
|
|
4318
|
+
# A relationship between an ad group ad and an effective label. An effective
|
4319
|
+
# label is a label inherited or directly assigned to this ad group ad.
|
4320
|
+
class GoogleAdsSearchads360V0ResourcesAdGroupAdEffectiveLabel
|
4321
|
+
include Google::Apis::Core::Hashable
|
4322
|
+
|
4323
|
+
# Immutable. The ad group ad to which the effective label is attached.
|
4324
|
+
# Corresponds to the JSON property `adGroupAd`
|
4325
|
+
# @return [String]
|
4326
|
+
attr_accessor :ad_group_ad
|
4327
|
+
|
4328
|
+
# Immutable. The effective label assigned to the ad group ad.
|
4329
|
+
# Corresponds to the JSON property `label`
|
4330
|
+
# @return [String]
|
4331
|
+
attr_accessor :label
|
4332
|
+
|
4333
|
+
# Output only. The ID of the Customer which owns the effective label.
|
4334
|
+
# Corresponds to the JSON property `ownerCustomerId`
|
4335
|
+
# @return [Fixnum]
|
4336
|
+
attr_accessor :owner_customer_id
|
4337
|
+
|
4338
|
+
# Immutable. The resource name of the ad group ad effective label. Ad group ad
|
4339
|
+
# effective label resource names have the form: `customers/`customer_id`/
|
4340
|
+
# adGroupAdEffectiveLabels/`ad_group_id`~`ad_id`~`label_id``
|
4341
|
+
# Corresponds to the JSON property `resourceName`
|
4342
|
+
# @return [String]
|
4343
|
+
attr_accessor :resource_name
|
4344
|
+
|
4345
|
+
def initialize(**args)
|
4346
|
+
update!(**args)
|
4347
|
+
end
|
4348
|
+
|
4349
|
+
# Update properties of this object
|
4350
|
+
def update!(**args)
|
4351
|
+
@ad_group_ad = args[:ad_group_ad] if args.key?(:ad_group_ad)
|
4352
|
+
@label = args[:label] if args.key?(:label)
|
4353
|
+
@owner_customer_id = args[:owner_customer_id] if args.key?(:owner_customer_id)
|
4354
|
+
@resource_name = args[:resource_name] if args.key?(:resource_name)
|
4355
|
+
end
|
4356
|
+
end
|
4357
|
+
|
4264
4358
|
# A relationship between an ad group ad and a label.
|
4265
4359
|
class GoogleAdsSearchads360V0ResourcesAdGroupAdLabel
|
4266
4360
|
include Google::Apis::Core::Hashable
|
@@ -4479,6 +4573,13 @@ module Google
|
|
4479
4573
|
# @return [Fixnum]
|
4480
4574
|
attr_accessor :effective_cpc_bid_micros
|
4481
4575
|
|
4576
|
+
# Output only. The resource names of effective labels attached to this ad group
|
4577
|
+
# criterion. An effective label is a label inherited or directly assigned to
|
4578
|
+
# this ad group criterion.
|
4579
|
+
# Corresponds to the JSON property `effectiveLabels`
|
4580
|
+
# @return [Array<String>]
|
4581
|
+
attr_accessor :effective_labels
|
4582
|
+
|
4482
4583
|
# Output only. ID of the ad group criterion in the external engine account. This
|
4483
4584
|
# field is for non-Google Ads account only, for example, Yahoo Japan, Microsoft,
|
4484
4585
|
# Baidu etc. For Google Ads entity, use "ad_group_criterion.criterion_id"
|
@@ -4605,6 +4706,7 @@ module Google
|
|
4605
4706
|
@creation_time = args[:creation_time] if args.key?(:creation_time)
|
4606
4707
|
@criterion_id = args[:criterion_id] if args.key?(:criterion_id)
|
4607
4708
|
@effective_cpc_bid_micros = args[:effective_cpc_bid_micros] if args.key?(:effective_cpc_bid_micros)
|
4709
|
+
@effective_labels = args[:effective_labels] if args.key?(:effective_labels)
|
4608
4710
|
@engine_id = args[:engine_id] if args.key?(:engine_id)
|
4609
4711
|
@engine_status = args[:engine_status] if args.key?(:engine_status)
|
4610
4712
|
@final_url_suffix = args[:final_url_suffix] if args.key?(:final_url_suffix)
|
@@ -4627,6 +4729,48 @@ module Google
|
|
4627
4729
|
end
|
4628
4730
|
end
|
4629
4731
|
|
4732
|
+
# A relationship between an ad group criterion and an effective label. An
|
4733
|
+
# effective label is a label inherited or directly assigned to this ad group
|
4734
|
+
# criterion.
|
4735
|
+
class GoogleAdsSearchads360V0ResourcesAdGroupCriterionEffectiveLabel
|
4736
|
+
include Google::Apis::Core::Hashable
|
4737
|
+
|
4738
|
+
# Immutable. The ad group criterion to which the effective label is attached.
|
4739
|
+
# Corresponds to the JSON property `adGroupCriterion`
|
4740
|
+
# @return [String]
|
4741
|
+
attr_accessor :ad_group_criterion
|
4742
|
+
|
4743
|
+
# Immutable. The effective label assigned to the ad group criterion.
|
4744
|
+
# Corresponds to the JSON property `label`
|
4745
|
+
# @return [String]
|
4746
|
+
attr_accessor :label
|
4747
|
+
|
4748
|
+
# Output only. The ID of the Customer which owns the effective label.
|
4749
|
+
# Corresponds to the JSON property `ownerCustomerId`
|
4750
|
+
# @return [Fixnum]
|
4751
|
+
attr_accessor :owner_customer_id
|
4752
|
+
|
4753
|
+
# Immutable. The resource name of the ad group criterion effective label. Ad
|
4754
|
+
# group criterion effective label resource names have the form: `customers/`
|
4755
|
+
# customer_id`/adGroupCriterionEffectiveLabels/`ad_group_id`~`criterion_id`~`
|
4756
|
+
# label_id``
|
4757
|
+
# Corresponds to the JSON property `resourceName`
|
4758
|
+
# @return [String]
|
4759
|
+
attr_accessor :resource_name
|
4760
|
+
|
4761
|
+
def initialize(**args)
|
4762
|
+
update!(**args)
|
4763
|
+
end
|
4764
|
+
|
4765
|
+
# Update properties of this object
|
4766
|
+
def update!(**args)
|
4767
|
+
@ad_group_criterion = args[:ad_group_criterion] if args.key?(:ad_group_criterion)
|
4768
|
+
@label = args[:label] if args.key?(:label)
|
4769
|
+
@owner_customer_id = args[:owner_customer_id] if args.key?(:owner_customer_id)
|
4770
|
+
@resource_name = args[:resource_name] if args.key?(:resource_name)
|
4771
|
+
end
|
4772
|
+
end
|
4773
|
+
|
4630
4774
|
# A relationship between an ad group criterion and a label.
|
4631
4775
|
class GoogleAdsSearchads360V0ResourcesAdGroupCriterionLabel
|
4632
4776
|
include Google::Apis::Core::Hashable
|
@@ -4666,6 +4810,46 @@ module Google
|
|
4666
4810
|
end
|
4667
4811
|
end
|
4668
4812
|
|
4813
|
+
# A relationship between an ad group and an effective label. An effective label
|
4814
|
+
# is a label inherited or directly assigned to this ad group.
|
4815
|
+
class GoogleAdsSearchads360V0ResourcesAdGroupEffectiveLabel
|
4816
|
+
include Google::Apis::Core::Hashable
|
4817
|
+
|
4818
|
+
# Immutable. The ad group to which the effective label is attached.
|
4819
|
+
# Corresponds to the JSON property `adGroup`
|
4820
|
+
# @return [String]
|
4821
|
+
attr_accessor :ad_group
|
4822
|
+
|
4823
|
+
# Immutable. The effective label assigned to the ad group.
|
4824
|
+
# Corresponds to the JSON property `label`
|
4825
|
+
# @return [String]
|
4826
|
+
attr_accessor :label
|
4827
|
+
|
4828
|
+
# Output only. The ID of the Customer which owns the effective label.
|
4829
|
+
# Corresponds to the JSON property `ownerCustomerId`
|
4830
|
+
# @return [Fixnum]
|
4831
|
+
attr_accessor :owner_customer_id
|
4832
|
+
|
4833
|
+
# Immutable. The resource name of the ad group effective label. Ad group
|
4834
|
+
# effective label resource names have the form: `customers/`customer_id`/
|
4835
|
+
# adGroupEffectiveLabels/`ad_group_id`~`label_id``
|
4836
|
+
# Corresponds to the JSON property `resourceName`
|
4837
|
+
# @return [String]
|
4838
|
+
attr_accessor :resource_name
|
4839
|
+
|
4840
|
+
def initialize(**args)
|
4841
|
+
update!(**args)
|
4842
|
+
end
|
4843
|
+
|
4844
|
+
# Update properties of this object
|
4845
|
+
def update!(**args)
|
4846
|
+
@ad_group = args[:ad_group] if args.key?(:ad_group)
|
4847
|
+
@label = args[:label] if args.key?(:label)
|
4848
|
+
@owner_customer_id = args[:owner_customer_id] if args.key?(:owner_customer_id)
|
4849
|
+
@resource_name = args[:resource_name] if args.key?(:resource_name)
|
4850
|
+
end
|
4851
|
+
end
|
4852
|
+
|
4669
4853
|
# A relationship between an ad group and a label.
|
4670
4854
|
class GoogleAdsSearchads360V0ResourcesAdGroupLabel
|
4671
4855
|
include Google::Apis::Core::Hashable
|
@@ -5430,7 +5614,7 @@ module Google
|
|
5430
5614
|
# @return [String]
|
5431
5615
|
attr_accessor :advertising_channel_type
|
5432
5616
|
|
5433
|
-
#
|
5617
|
+
# The resource name of the portfolio bidding strategy used by the campaign.
|
5434
5618
|
# Corresponds to the JSON property `biddingStrategy`
|
5435
5619
|
# @return [String]
|
5436
5620
|
attr_accessor :bidding_strategy
|
@@ -5448,7 +5632,7 @@ module Google
|
|
5448
5632
|
# @return [String]
|
5449
5633
|
attr_accessor :bidding_strategy_type
|
5450
5634
|
|
5451
|
-
# The budget of the campaign.
|
5635
|
+
# The resource name of the campaign budget of the campaign.
|
5452
5636
|
# Corresponds to the JSON property `campaignBudget`
|
5453
5637
|
# @return [String]
|
5454
5638
|
attr_accessor :campaign_budget
|
@@ -5471,6 +5655,12 @@ module Google
|
|
5471
5655
|
# @return [Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesCampaignDynamicSearchAdsSetting]
|
5472
5656
|
attr_accessor :dynamic_search_ads_setting
|
5473
5657
|
|
5658
|
+
# Output only. The resource names of effective labels attached to this campaign.
|
5659
|
+
# An effective label is a label inherited or directly assigned to this campaign.
|
5660
|
+
# Corresponds to the JSON property `effectiveLabels`
|
5661
|
+
# @return [Array<String>]
|
5662
|
+
attr_accessor :effective_labels
|
5663
|
+
|
5474
5664
|
# The last day of the campaign in serving customer's timezone in YYYY-MM-DD
|
5475
5665
|
# format. On create, defaults to 2037-12-30, which means the campaign will run
|
5476
5666
|
# indefinitely. To set an existing campaign to run indefinitely, set this field
|
@@ -5694,6 +5884,7 @@ module Google
|
|
5694
5884
|
@create_time = args[:create_time] if args.key?(:create_time)
|
5695
5885
|
@creation_time = args[:creation_time] if args.key?(:creation_time)
|
5696
5886
|
@dynamic_search_ads_setting = args[:dynamic_search_ads_setting] if args.key?(:dynamic_search_ads_setting)
|
5887
|
+
@effective_labels = args[:effective_labels] if args.key?(:effective_labels)
|
5697
5888
|
@end_date = args[:end_date] if args.key?(:end_date)
|
5698
5889
|
@engine_id = args[:engine_id] if args.key?(:engine_id)
|
5699
5890
|
@excluded_parent_asset_field_types = args[:excluded_parent_asset_field_types] if args.key?(:excluded_parent_asset_field_types)
|
@@ -6001,6 +6192,46 @@ module Google
|
|
6001
6192
|
end
|
6002
6193
|
end
|
6003
6194
|
|
6195
|
+
# Represents a relationship between a campaign and an effective label. An
|
6196
|
+
# effective label is a label inherited or directly assigned to this campaign.
|
6197
|
+
class GoogleAdsSearchads360V0ResourcesCampaignEffectiveLabel
|
6198
|
+
include Google::Apis::Core::Hashable
|
6199
|
+
|
6200
|
+
# Immutable. The campaign to which the effective label is attached.
|
6201
|
+
# Corresponds to the JSON property `campaign`
|
6202
|
+
# @return [String]
|
6203
|
+
attr_accessor :campaign
|
6204
|
+
|
6205
|
+
# Immutable. The effective label assigned to the campaign.
|
6206
|
+
# Corresponds to the JSON property `label`
|
6207
|
+
# @return [String]
|
6208
|
+
attr_accessor :label
|
6209
|
+
|
6210
|
+
# Output only. The ID of the Customer which owns the effective label.
|
6211
|
+
# Corresponds to the JSON property `ownerCustomerId`
|
6212
|
+
# @return [Fixnum]
|
6213
|
+
attr_accessor :owner_customer_id
|
6214
|
+
|
6215
|
+
# Immutable. Name of the resource. CampaignEffectivelabel resource names have
|
6216
|
+
# the form: `customers/`customer_id`/campaignEffectiveLabels/`campaign_id`~`
|
6217
|
+
# label_id``
|
6218
|
+
# Corresponds to the JSON property `resourceName`
|
6219
|
+
# @return [String]
|
6220
|
+
attr_accessor :resource_name
|
6221
|
+
|
6222
|
+
def initialize(**args)
|
6223
|
+
update!(**args)
|
6224
|
+
end
|
6225
|
+
|
6226
|
+
# Update properties of this object
|
6227
|
+
def update!(**args)
|
6228
|
+
@campaign = args[:campaign] if args.key?(:campaign)
|
6229
|
+
@label = args[:label] if args.key?(:label)
|
6230
|
+
@owner_customer_id = args[:owner_customer_id] if args.key?(:owner_customer_id)
|
6231
|
+
@resource_name = args[:resource_name] if args.key?(:resource_name)
|
6232
|
+
end
|
6233
|
+
end
|
6234
|
+
|
6004
6235
|
# Represents a relationship between a campaign and a label.
|
6005
6236
|
class GoogleAdsSearchads360V0ResourcesCampaignLabel
|
6006
6237
|
include Google::Apis::Core::Hashable
|
@@ -7578,6 +7809,43 @@ module Google
|
|
7578
7809
|
end
|
7579
7810
|
end
|
7580
7811
|
|
7812
|
+
# A user location view. User Location View includes all metrics aggregated at
|
7813
|
+
# the country level, one row per country. It reports metrics at the actual
|
7814
|
+
# physical location of the user by targeted or not targeted location. If other
|
7815
|
+
# segment fields are used, you may get more than one row per country.
|
7816
|
+
class GoogleAdsSearchads360V0ResourcesUserLocationView
|
7817
|
+
include Google::Apis::Core::Hashable
|
7818
|
+
|
7819
|
+
# Output only. Criterion Id for the country.
|
7820
|
+
# Corresponds to the JSON property `countryCriterionId`
|
7821
|
+
# @return [Fixnum]
|
7822
|
+
attr_accessor :country_criterion_id
|
7823
|
+
|
7824
|
+
# Output only. The resource name of the user location view. UserLocation view
|
7825
|
+
# resource names have the form: `customers/`customer_id`/userLocationViews/`
|
7826
|
+
# country_criterion_id`~`targeting_location``
|
7827
|
+
# Corresponds to the JSON property `resourceName`
|
7828
|
+
# @return [String]
|
7829
|
+
attr_accessor :resource_name
|
7830
|
+
|
7831
|
+
# Output only. Indicates whether location was targeted or not.
|
7832
|
+
# Corresponds to the JSON property `targetingLocation`
|
7833
|
+
# @return [Boolean]
|
7834
|
+
attr_accessor :targeting_location
|
7835
|
+
alias_method :targeting_location?, :targeting_location
|
7836
|
+
|
7837
|
+
def initialize(**args)
|
7838
|
+
update!(**args)
|
7839
|
+
end
|
7840
|
+
|
7841
|
+
# Update properties of this object
|
7842
|
+
def update!(**args)
|
7843
|
+
@country_criterion_id = args[:country_criterion_id] if args.key?(:country_criterion_id)
|
7844
|
+
@resource_name = args[:resource_name] if args.key?(:resource_name)
|
7845
|
+
@targeting_location = args[:targeting_location] if args.key?(:targeting_location)
|
7846
|
+
end
|
7847
|
+
end
|
7848
|
+
|
7581
7849
|
# A visit.
|
7582
7850
|
class GoogleAdsSearchads360V0ResourcesVisit
|
7583
7851
|
include Google::Apis::Core::Hashable
|
@@ -7901,6 +8169,12 @@ module Google
|
|
7901
8169
|
# @return [Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesAdGroupAd]
|
7902
8170
|
attr_accessor :ad_group_ad
|
7903
8171
|
|
8172
|
+
# A relationship between an ad group ad and an effective label. An effective
|
8173
|
+
# label is a label inherited or directly assigned to this ad group ad.
|
8174
|
+
# Corresponds to the JSON property `adGroupAdEffectiveLabel`
|
8175
|
+
# @return [Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesAdGroupAdEffectiveLabel]
|
8176
|
+
attr_accessor :ad_group_ad_effective_label
|
8177
|
+
|
7904
8178
|
# A relationship between an ad group ad and a label.
|
7905
8179
|
# Corresponds to the JSON property `adGroupAdLabel`
|
7906
8180
|
# @return [Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesAdGroupAdLabel]
|
@@ -7935,11 +8209,24 @@ module Google
|
|
7935
8209
|
# @return [Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesAdGroupCriterion]
|
7936
8210
|
attr_accessor :ad_group_criterion
|
7937
8211
|
|
8212
|
+
# A relationship between an ad group criterion and an effective label. An
|
8213
|
+
# effective label is a label inherited or directly assigned to this ad group
|
8214
|
+
# criterion.
|
8215
|
+
# Corresponds to the JSON property `adGroupCriterionEffectiveLabel`
|
8216
|
+
# @return [Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesAdGroupCriterionEffectiveLabel]
|
8217
|
+
attr_accessor :ad_group_criterion_effective_label
|
8218
|
+
|
7938
8219
|
# A relationship between an ad group criterion and a label.
|
7939
8220
|
# Corresponds to the JSON property `adGroupCriterionLabel`
|
7940
8221
|
# @return [Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesAdGroupCriterionLabel]
|
7941
8222
|
attr_accessor :ad_group_criterion_label
|
7942
8223
|
|
8224
|
+
# A relationship between an ad group and an effective label. An effective label
|
8225
|
+
# is a label inherited or directly assigned to this ad group.
|
8226
|
+
# Corresponds to the JSON property `adGroupEffectiveLabel`
|
8227
|
+
# @return [Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesAdGroupEffectiveLabel]
|
8228
|
+
attr_accessor :ad_group_effective_label
|
8229
|
+
|
7943
8230
|
# A relationship between an ad group and a label.
|
7944
8231
|
# Corresponds to the JSON property `adGroupLabel`
|
7945
8232
|
# @return [Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesAdGroupLabel]
|
@@ -8047,6 +8334,12 @@ module Google
|
|
8047
8334
|
# @return [Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesCampaignCriterion]
|
8048
8335
|
attr_accessor :campaign_criterion
|
8049
8336
|
|
8337
|
+
# Represents a relationship between a campaign and an effective label. An
|
8338
|
+
# effective label is a label inherited or directly assigned to this campaign.
|
8339
|
+
# Corresponds to the JSON property `campaignEffectiveLabel`
|
8340
|
+
# @return [Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesCampaignEffectiveLabel]
|
8341
|
+
attr_accessor :campaign_effective_label
|
8342
|
+
|
8050
8343
|
# Represents a relationship between a campaign and a label.
|
8051
8344
|
# Corresponds to the JSON property `campaignLabel`
|
8052
8345
|
# @return [Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesCampaignLabel]
|
@@ -8179,6 +8472,14 @@ module Google
|
|
8179
8472
|
# @return [Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesUserList]
|
8180
8473
|
attr_accessor :user_list
|
8181
8474
|
|
8475
|
+
# A user location view. User Location View includes all metrics aggregated at
|
8476
|
+
# the country level, one row per country. It reports metrics at the actual
|
8477
|
+
# physical location of the user by targeted or not targeted location. If other
|
8478
|
+
# segment fields are used, you may get more than one row per country.
|
8479
|
+
# Corresponds to the JSON property `userLocationView`
|
8480
|
+
# @return [Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesUserLocationView]
|
8481
|
+
attr_accessor :user_location_view
|
8482
|
+
|
8182
8483
|
# A visit.
|
8183
8484
|
# Corresponds to the JSON property `visit`
|
8184
8485
|
# @return [Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesVisit]
|
@@ -8198,13 +8499,16 @@ module Google
|
|
8198
8499
|
@accessible_bidding_strategy = args[:accessible_bidding_strategy] if args.key?(:accessible_bidding_strategy)
|
8199
8500
|
@ad_group = args[:ad_group] if args.key?(:ad_group)
|
8200
8501
|
@ad_group_ad = args[:ad_group_ad] if args.key?(:ad_group_ad)
|
8502
|
+
@ad_group_ad_effective_label = args[:ad_group_ad_effective_label] if args.key?(:ad_group_ad_effective_label)
|
8201
8503
|
@ad_group_ad_label = args[:ad_group_ad_label] if args.key?(:ad_group_ad_label)
|
8202
8504
|
@ad_group_asset = args[:ad_group_asset] if args.key?(:ad_group_asset)
|
8203
8505
|
@ad_group_asset_set = args[:ad_group_asset_set] if args.key?(:ad_group_asset_set)
|
8204
8506
|
@ad_group_audience_view = args[:ad_group_audience_view] if args.key?(:ad_group_audience_view)
|
8205
8507
|
@ad_group_bid_modifier = args[:ad_group_bid_modifier] if args.key?(:ad_group_bid_modifier)
|
8206
8508
|
@ad_group_criterion = args[:ad_group_criterion] if args.key?(:ad_group_criterion)
|
8509
|
+
@ad_group_criterion_effective_label = args[:ad_group_criterion_effective_label] if args.key?(:ad_group_criterion_effective_label)
|
8207
8510
|
@ad_group_criterion_label = args[:ad_group_criterion_label] if args.key?(:ad_group_criterion_label)
|
8511
|
+
@ad_group_effective_label = args[:ad_group_effective_label] if args.key?(:ad_group_effective_label)
|
8208
8512
|
@ad_group_label = args[:ad_group_label] if args.key?(:ad_group_label)
|
8209
8513
|
@age_range_view = args[:age_range_view] if args.key?(:age_range_view)
|
8210
8514
|
@asset = args[:asset] if args.key?(:asset)
|
@@ -8223,6 +8527,7 @@ module Google
|
|
8223
8527
|
@campaign_audience_view = args[:campaign_audience_view] if args.key?(:campaign_audience_view)
|
8224
8528
|
@campaign_budget = args[:campaign_budget] if args.key?(:campaign_budget)
|
8225
8529
|
@campaign_criterion = args[:campaign_criterion] if args.key?(:campaign_criterion)
|
8530
|
+
@campaign_effective_label = args[:campaign_effective_label] if args.key?(:campaign_effective_label)
|
8226
8531
|
@campaign_label = args[:campaign_label] if args.key?(:campaign_label)
|
8227
8532
|
@cart_data_sales_view = args[:cart_data_sales_view] if args.key?(:cart_data_sales_view)
|
8228
8533
|
@conversion = args[:conversion] if args.key?(:conversion)
|
@@ -8247,6 +8552,7 @@ module Google
|
|
8247
8552
|
@segments = args[:segments] if args.key?(:segments)
|
8248
8553
|
@shopping_performance_view = args[:shopping_performance_view] if args.key?(:shopping_performance_view)
|
8249
8554
|
@user_list = args[:user_list] if args.key?(:user_list)
|
8555
|
+
@user_location_view = args[:user_location_view] if args.key?(:user_location_view)
|
8250
8556
|
@visit = args[:visit] if args.key?(:visit)
|
8251
8557
|
@webpage_view = args[:webpage_view] if args.key?(:webpage_view)
|
8252
8558
|
end
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module Searchads360V0
|
18
18
|
# Version of the google-apis-searchads360_v0 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.19.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20241108"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -580,6 +580,12 @@ module Google
|
|
580
580
|
include Google::Apis::Core::JsonObjectSupport
|
581
581
|
end
|
582
582
|
|
583
|
+
class GoogleAdsSearchads360V0ResourcesAdGroupAdEffectiveLabel
|
584
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
585
|
+
|
586
|
+
include Google::Apis::Core::JsonObjectSupport
|
587
|
+
end
|
588
|
+
|
583
589
|
class GoogleAdsSearchads360V0ResourcesAdGroupAdLabel
|
584
590
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
585
591
|
|
@@ -616,12 +622,24 @@ module Google
|
|
616
622
|
include Google::Apis::Core::JsonObjectSupport
|
617
623
|
end
|
618
624
|
|
625
|
+
class GoogleAdsSearchads360V0ResourcesAdGroupCriterionEffectiveLabel
|
626
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
627
|
+
|
628
|
+
include Google::Apis::Core::JsonObjectSupport
|
629
|
+
end
|
630
|
+
|
619
631
|
class GoogleAdsSearchads360V0ResourcesAdGroupCriterionLabel
|
620
632
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
621
633
|
|
622
634
|
include Google::Apis::Core::JsonObjectSupport
|
623
635
|
end
|
624
636
|
|
637
|
+
class GoogleAdsSearchads360V0ResourcesAdGroupEffectiveLabel
|
638
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
639
|
+
|
640
|
+
include Google::Apis::Core::JsonObjectSupport
|
641
|
+
end
|
642
|
+
|
625
643
|
class GoogleAdsSearchads360V0ResourcesAdGroupLabel
|
626
644
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
627
645
|
|
@@ -736,6 +754,12 @@ module Google
|
|
736
754
|
include Google::Apis::Core::JsonObjectSupport
|
737
755
|
end
|
738
756
|
|
757
|
+
class GoogleAdsSearchads360V0ResourcesCampaignEffectiveLabel
|
758
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
759
|
+
|
760
|
+
include Google::Apis::Core::JsonObjectSupport
|
761
|
+
end
|
762
|
+
|
739
763
|
class GoogleAdsSearchads360V0ResourcesCampaignLabel
|
740
764
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
741
765
|
|
@@ -898,6 +922,12 @@ module Google
|
|
898
922
|
include Google::Apis::Core::JsonObjectSupport
|
899
923
|
end
|
900
924
|
|
925
|
+
class GoogleAdsSearchads360V0ResourcesUserLocationView
|
926
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
927
|
+
|
928
|
+
include Google::Apis::Core::JsonObjectSupport
|
929
|
+
end
|
930
|
+
|
901
931
|
class GoogleAdsSearchads360V0ResourcesVisit
|
902
932
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
903
933
|
|
@@ -1235,12 +1265,16 @@ module Google
|
|
1235
1265
|
property :cost_per_conversion, as: 'costPerConversion'
|
1236
1266
|
property :cost_per_current_model_attributed_conversion, as: 'costPerCurrentModelAttributedConversion'
|
1237
1267
|
property :cross_device_conversions, as: 'crossDeviceConversions'
|
1268
|
+
property :cross_device_conversions_by_conversion_date, as: 'crossDeviceConversionsByConversionDate'
|
1238
1269
|
property :cross_device_conversions_value, as: 'crossDeviceConversionsValue'
|
1270
|
+
property :cross_device_conversions_value_by_conversion_date, as: 'crossDeviceConversionsValueByConversionDate'
|
1239
1271
|
property :cross_sell_cost_of_goods_sold_micros, :numeric_string => true, as: 'crossSellCostOfGoodsSoldMicros'
|
1240
1272
|
property :cross_sell_gross_profit_micros, :numeric_string => true, as: 'crossSellGrossProfitMicros'
|
1241
1273
|
property :cross_sell_revenue_micros, :numeric_string => true, as: 'crossSellRevenueMicros'
|
1242
1274
|
property :cross_sell_units_sold, as: 'crossSellUnitsSold'
|
1243
1275
|
property :ctr, as: 'ctr'
|
1276
|
+
property :general_invalid_click_rate, as: 'generalInvalidClickRate'
|
1277
|
+
property :general_invalid_clicks, :numeric_string => true, as: 'generalInvalidClicks'
|
1244
1278
|
property :historical_creative_quality_score, as: 'historicalCreativeQualityScore'
|
1245
1279
|
property :historical_landing_page_quality_score, as: 'historicalLandingPageQualityScore'
|
1246
1280
|
property :historical_quality_score, :numeric_string => true, as: 'historicalQualityScore'
|
@@ -1950,6 +1984,7 @@ module Google
|
|
1950
1984
|
property :ad_rotation_mode, as: 'adRotationMode'
|
1951
1985
|
property :cpc_bid_micros, :numeric_string => true, as: 'cpcBidMicros'
|
1952
1986
|
property :creation_time, as: 'creationTime'
|
1987
|
+
collection :effective_labels, as: 'effectiveLabels'
|
1953
1988
|
property :end_date, as: 'endDate'
|
1954
1989
|
property :engine_id, as: 'engineId'
|
1955
1990
|
property :engine_status, as: 'engineStatus'
|
@@ -1973,6 +2008,7 @@ module Google
|
|
1973
2008
|
property :ad, as: 'ad', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesAd, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesAd::Representation
|
1974
2009
|
|
1975
2010
|
property :creation_time, as: 'creationTime'
|
2011
|
+
collection :effective_labels, as: 'effectiveLabels'
|
1976
2012
|
property :engine_id, as: 'engineId'
|
1977
2013
|
property :engine_status, as: 'engineStatus'
|
1978
2014
|
collection :labels, as: 'labels'
|
@@ -1982,6 +2018,16 @@ module Google
|
|
1982
2018
|
end
|
1983
2019
|
end
|
1984
2020
|
|
2021
|
+
class GoogleAdsSearchads360V0ResourcesAdGroupAdEffectiveLabel
|
2022
|
+
# @private
|
2023
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2024
|
+
property :ad_group_ad, as: 'adGroupAd'
|
2025
|
+
property :label, as: 'label'
|
2026
|
+
property :owner_customer_id, :numeric_string => true, as: 'ownerCustomerId'
|
2027
|
+
property :resource_name, as: 'resourceName'
|
2028
|
+
end
|
2029
|
+
end
|
2030
|
+
|
1985
2031
|
class GoogleAdsSearchads360V0ResourcesAdGroupAdLabel
|
1986
2032
|
# @private
|
1987
2033
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2040,6 +2086,7 @@ module Google
|
|
2040
2086
|
property :creation_time, as: 'creationTime'
|
2041
2087
|
property :criterion_id, :numeric_string => true, as: 'criterionId'
|
2042
2088
|
property :effective_cpc_bid_micros, :numeric_string => true, as: 'effectiveCpcBidMicros'
|
2089
|
+
collection :effective_labels, as: 'effectiveLabels'
|
2043
2090
|
property :engine_id, as: 'engineId'
|
2044
2091
|
property :engine_status, as: 'engineStatus'
|
2045
2092
|
property :final_url_suffix, as: 'finalUrlSuffix'
|
@@ -2070,6 +2117,16 @@ module Google
|
|
2070
2117
|
end
|
2071
2118
|
end
|
2072
2119
|
|
2120
|
+
class GoogleAdsSearchads360V0ResourcesAdGroupCriterionEffectiveLabel
|
2121
|
+
# @private
|
2122
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2123
|
+
property :ad_group_criterion, as: 'adGroupCriterion'
|
2124
|
+
property :label, as: 'label'
|
2125
|
+
property :owner_customer_id, :numeric_string => true, as: 'ownerCustomerId'
|
2126
|
+
property :resource_name, as: 'resourceName'
|
2127
|
+
end
|
2128
|
+
end
|
2129
|
+
|
2073
2130
|
class GoogleAdsSearchads360V0ResourcesAdGroupCriterionLabel
|
2074
2131
|
# @private
|
2075
2132
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2080,6 +2137,16 @@ module Google
|
|
2080
2137
|
end
|
2081
2138
|
end
|
2082
2139
|
|
2140
|
+
class GoogleAdsSearchads360V0ResourcesAdGroupEffectiveLabel
|
2141
|
+
# @private
|
2142
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2143
|
+
property :ad_group, as: 'adGroup'
|
2144
|
+
property :label, as: 'label'
|
2145
|
+
property :owner_customer_id, :numeric_string => true, as: 'ownerCustomerId'
|
2146
|
+
property :resource_name, as: 'resourceName'
|
2147
|
+
end
|
2148
|
+
end
|
2149
|
+
|
2083
2150
|
class GoogleAdsSearchads360V0ResourcesAdGroupLabel
|
2084
2151
|
# @private
|
2085
2152
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2277,6 +2344,7 @@ module Google
|
|
2277
2344
|
property :creation_time, as: 'creationTime'
|
2278
2345
|
property :dynamic_search_ads_setting, as: 'dynamicSearchAdsSetting', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesCampaignDynamicSearchAdsSetting, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesCampaignDynamicSearchAdsSetting::Representation
|
2279
2346
|
|
2347
|
+
collection :effective_labels, as: 'effectiveLabels'
|
2280
2348
|
property :end_date, as: 'endDate'
|
2281
2349
|
property :engine_id, as: 'engineId'
|
2282
2350
|
collection :excluded_parent_asset_field_types, as: 'excludedParentAssetFieldTypes'
|
@@ -2403,6 +2471,16 @@ module Google
|
|
2403
2471
|
end
|
2404
2472
|
end
|
2405
2473
|
|
2474
|
+
class GoogleAdsSearchads360V0ResourcesCampaignEffectiveLabel
|
2475
|
+
# @private
|
2476
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2477
|
+
property :campaign, as: 'campaign'
|
2478
|
+
property :label, as: 'label'
|
2479
|
+
property :owner_customer_id, :numeric_string => true, as: 'ownerCustomerId'
|
2480
|
+
property :resource_name, as: 'resourceName'
|
2481
|
+
end
|
2482
|
+
end
|
2483
|
+
|
2406
2484
|
class GoogleAdsSearchads360V0ResourcesCampaignLabel
|
2407
2485
|
# @private
|
2408
2486
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2755,6 +2833,15 @@ module Google
|
|
2755
2833
|
end
|
2756
2834
|
end
|
2757
2835
|
|
2836
|
+
class GoogleAdsSearchads360V0ResourcesUserLocationView
|
2837
|
+
# @private
|
2838
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2839
|
+
property :country_criterion_id, :numeric_string => true, as: 'countryCriterionId'
|
2840
|
+
property :resource_name, as: 'resourceName'
|
2841
|
+
property :targeting_location, as: 'targetingLocation'
|
2842
|
+
end
|
2843
|
+
end
|
2844
|
+
|
2758
2845
|
class GoogleAdsSearchads360V0ResourcesVisit
|
2759
2846
|
# @private
|
2760
2847
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2847,6 +2934,8 @@ module Google
|
|
2847
2934
|
|
2848
2935
|
property :ad_group_ad, as: 'adGroupAd', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesAdGroupAd, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesAdGroupAd::Representation
|
2849
2936
|
|
2937
|
+
property :ad_group_ad_effective_label, as: 'adGroupAdEffectiveLabel', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesAdGroupAdEffectiveLabel, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesAdGroupAdEffectiveLabel::Representation
|
2938
|
+
|
2850
2939
|
property :ad_group_ad_label, as: 'adGroupAdLabel', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesAdGroupAdLabel, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesAdGroupAdLabel::Representation
|
2851
2940
|
|
2852
2941
|
property :ad_group_asset, as: 'adGroupAsset', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesAdGroupAsset, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesAdGroupAsset::Representation
|
@@ -2859,8 +2948,12 @@ module Google
|
|
2859
2948
|
|
2860
2949
|
property :ad_group_criterion, as: 'adGroupCriterion', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesAdGroupCriterion, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesAdGroupCriterion::Representation
|
2861
2950
|
|
2951
|
+
property :ad_group_criterion_effective_label, as: 'adGroupCriterionEffectiveLabel', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesAdGroupCriterionEffectiveLabel, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesAdGroupCriterionEffectiveLabel::Representation
|
2952
|
+
|
2862
2953
|
property :ad_group_criterion_label, as: 'adGroupCriterionLabel', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesAdGroupCriterionLabel, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesAdGroupCriterionLabel::Representation
|
2863
2954
|
|
2955
|
+
property :ad_group_effective_label, as: 'adGroupEffectiveLabel', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesAdGroupEffectiveLabel, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesAdGroupEffectiveLabel::Representation
|
2956
|
+
|
2864
2957
|
property :ad_group_label, as: 'adGroupLabel', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesAdGroupLabel, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesAdGroupLabel::Representation
|
2865
2958
|
|
2866
2959
|
property :age_range_view, as: 'ageRangeView', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesAgeRangeView, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesAgeRangeView::Representation
|
@@ -2897,6 +2990,8 @@ module Google
|
|
2897
2990
|
|
2898
2991
|
property :campaign_criterion, as: 'campaignCriterion', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesCampaignCriterion, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesCampaignCriterion::Representation
|
2899
2992
|
|
2993
|
+
property :campaign_effective_label, as: 'campaignEffectiveLabel', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesCampaignEffectiveLabel, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesCampaignEffectiveLabel::Representation
|
2994
|
+
|
2900
2995
|
property :campaign_label, as: 'campaignLabel', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesCampaignLabel, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesCampaignLabel::Representation
|
2901
2996
|
|
2902
2997
|
property :cart_data_sales_view, as: 'cartDataSalesView', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesCartDataSalesView, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesCartDataSalesView::Representation
|
@@ -2945,6 +3040,8 @@ module Google
|
|
2945
3040
|
|
2946
3041
|
property :user_list, as: 'userList', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesUserList, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesUserList::Representation
|
2947
3042
|
|
3043
|
+
property :user_location_view, as: 'userLocationView', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesUserLocationView, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesUserLocationView::Representation
|
3044
|
+
|
2948
3045
|
property :visit, as: 'visit', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesVisit, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesVisit::Representation
|
2949
3046
|
|
2950
3047
|
property :webpage_view, as: 'webpageView', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesWebpageView, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesWebpageView::Representation
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-searchads360_v0
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.19.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-12-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-searchads360_v0/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-searchads360_v0/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-searchads360_v0/v0.19.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-searchads360_v0
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.5.
|
78
|
+
rubygems_version: 3.5.22
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Search Ads 360 Reporting API V0
|