google-apis-searchads360_v0 0.16.0 → 0.18.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: dea63f1167e4ad7f835419ce1cb4ec64e88995ca777e61026a0fe3b676c6af19
4
- data.tar.gz: 5fa17d872451243d6b0a1d61b21e405500108314c173fb7b1617b3165f428fb5
3
+ metadata.gz: 61dd970e70eae5a527ec4fd96faa209dca9ad7c6af0b895da8248e4e4ef96b7c
4
+ data.tar.gz: ad6eec99297d16d23960ddc1d285edbd99e5525e24f929603c0333517f203538
5
5
  SHA512:
6
- metadata.gz: 9d340708af0f415c24f5339f0aa51b7d914933eab163bcc52151cb80aa808669ec1abc3b800ee1a68f3c95396cafd60e05fe6f3a0119d1b7a43c1445946805f9
7
- data.tar.gz: 1baa37885915f257069841db06d07997e3719816d9b1c13cfe8d768d483d2a39eb42e2974f914aaf0c2a25c30d235640db5d84ab17a55ae69ecaf903f2314096
6
+ metadata.gz: e67c29d15e40b75bffaa429b15093a9b062e94ee03e50038f83e2330b3aa9c31c493629bd881a1d5b027ca0b5c459090247cb2e8f4d09f57ef6c7f5deeb64dba
7
+ data.tar.gz: 228e8701bd30e473ecda95be6ea7c9f38159c2551cd8455483471d4357bce51abe4d6f54b15b342e473611a019018117af5bd2b7c3442b84de267af21997b82d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-searchads360_v0
2
2
 
3
+ ### v0.18.0 (2024-10-06)
4
+
5
+ * Regenerated from discovery document revision 20241002
6
+
7
+ ### v0.17.0 (2024-08-25)
8
+
9
+ * Regenerated from discovery document revision 20240822
10
+
3
11
  ### v0.16.0 (2024-08-18)
4
12
 
5
13
  * Regenerated from discovery document revision 20240808
@@ -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 campaign.
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)
@@ -4275,6 +4322,11 @@ module Google
4275
4322
  # @return [String]
4276
4323
  attr_accessor :label
4277
4324
 
4325
+ # Output only. The ID of the Customer which owns the label.
4326
+ # Corresponds to the JSON property `ownerCustomerId`
4327
+ # @return [Fixnum]
4328
+ attr_accessor :owner_customer_id
4329
+
4278
4330
  # Immutable. The resource name of the ad group ad label. Ad group ad label
4279
4331
  # resource names have the form: `customers/`customer_id`/adGroupAdLabels/`
4280
4332
  # ad_group_id`~`ad_id`~`label_id``
@@ -4290,6 +4342,7 @@ module Google
4290
4342
  def update!(**args)
4291
4343
  @ad_group_ad = args[:ad_group_ad] if args.key?(:ad_group_ad)
4292
4344
  @label = args[:label] if args.key?(:label)
4345
+ @owner_customer_id = args[:owner_customer_id] if args.key?(:owner_customer_id)
4293
4346
  @resource_name = args[:resource_name] if args.key?(:resource_name)
4294
4347
  end
4295
4348
  end
@@ -4635,6 +4688,11 @@ module Google
4635
4688
  # @return [String]
4636
4689
  attr_accessor :label
4637
4690
 
4691
+ # Output only. The ID of the Customer which owns the label.
4692
+ # Corresponds to the JSON property `ownerCustomerId`
4693
+ # @return [Fixnum]
4694
+ attr_accessor :owner_customer_id
4695
+
4638
4696
  # Immutable. The resource name of the ad group criterion label. Ad group
4639
4697
  # criterion label resource names have the form: `customers/`customer_id`/
4640
4698
  # adGroupCriterionLabels/`ad_group_id`~`criterion_id`~`label_id``
@@ -4650,6 +4708,47 @@ module Google
4650
4708
  def update!(**args)
4651
4709
  @ad_group_criterion = args[:ad_group_criterion] if args.key?(:ad_group_criterion)
4652
4710
  @label = args[:label] if args.key?(:label)
4711
+ @owner_customer_id = args[:owner_customer_id] if args.key?(:owner_customer_id)
4712
+ @resource_name = args[:resource_name] if args.key?(:resource_name)
4713
+ end
4714
+ end
4715
+
4716
+ # A relationship between an ad group and an effective label. An effective label
4717
+ # is a label inherited or directly assigned to this ad group.
4718
+ class GoogleAdsSearchads360V0ResourcesAdGroupEffectiveLabel
4719
+ include Google::Apis::Core::Hashable
4720
+
4721
+ # Immutable. The ad group to which the effective label is attached.
4722
+ # Corresponds to the JSON property `adGroup`
4723
+ # @return [String]
4724
+ attr_accessor :ad_group
4725
+
4726
+ # Immutable. The effective label assigned to the ad group.
4727
+ # Corresponds to the JSON property `label`
4728
+ # @return [String]
4729
+ attr_accessor :label
4730
+
4731
+ # Output only. The ID of the Customer which owns the effective label.
4732
+ # Corresponds to the JSON property `ownerCustomerId`
4733
+ # @return [Fixnum]
4734
+ attr_accessor :owner_customer_id
4735
+
4736
+ # Immutable. The resource name of the ad group effective label. Ad group
4737
+ # effective label resource names have the form: `customers/`customer_id`/
4738
+ # adGroupEffectiveLabels/`ad_group_id`~`label_id``
4739
+ # Corresponds to the JSON property `resourceName`
4740
+ # @return [String]
4741
+ attr_accessor :resource_name
4742
+
4743
+ def initialize(**args)
4744
+ update!(**args)
4745
+ end
4746
+
4747
+ # Update properties of this object
4748
+ def update!(**args)
4749
+ @ad_group = args[:ad_group] if args.key?(:ad_group)
4750
+ @label = args[:label] if args.key?(:label)
4751
+ @owner_customer_id = args[:owner_customer_id] if args.key?(:owner_customer_id)
4653
4752
  @resource_name = args[:resource_name] if args.key?(:resource_name)
4654
4753
  end
4655
4754
  end
@@ -4668,6 +4767,11 @@ module Google
4668
4767
  # @return [String]
4669
4768
  attr_accessor :label
4670
4769
 
4770
+ # Output only. The ID of the Customer which owns the label.
4771
+ # Corresponds to the JSON property `ownerCustomerId`
4772
+ # @return [Fixnum]
4773
+ attr_accessor :owner_customer_id
4774
+
4671
4775
  # Immutable. The resource name of the ad group label. Ad group label resource
4672
4776
  # names have the form: `customers/`customer_id`/adGroupLabels/`ad_group_id`~`
4673
4777
  # label_id``
@@ -4683,6 +4787,7 @@ module Google
4683
4787
  def update!(**args)
4684
4788
  @ad_group = args[:ad_group] if args.key?(:ad_group)
4685
4789
  @label = args[:label] if args.key?(:label)
4790
+ @owner_customer_id = args[:owner_customer_id] if args.key?(:owner_customer_id)
4686
4791
  @resource_name = args[:resource_name] if args.key?(:resource_name)
4687
4792
  end
4688
4793
  end
@@ -5412,7 +5517,7 @@ module Google
5412
5517
  # @return [String]
5413
5518
  attr_accessor :advertising_channel_type
5414
5519
 
5415
- # Portfolio bidding strategy used by campaign.
5520
+ # The resource name of the portfolio bidding strategy used by the campaign.
5416
5521
  # Corresponds to the JSON property `biddingStrategy`
5417
5522
  # @return [String]
5418
5523
  attr_accessor :bidding_strategy
@@ -5430,7 +5535,7 @@ module Google
5430
5535
  # @return [String]
5431
5536
  attr_accessor :bidding_strategy_type
5432
5537
 
5433
- # The budget of the campaign.
5538
+ # The resource name of the campaign budget of the campaign.
5434
5539
  # Corresponds to the JSON property `campaignBudget`
5435
5540
  # @return [String]
5436
5541
  attr_accessor :campaign_budget
@@ -5453,6 +5558,12 @@ module Google
5453
5558
  # @return [Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesCampaignDynamicSearchAdsSetting]
5454
5559
  attr_accessor :dynamic_search_ads_setting
5455
5560
 
5561
+ # Output only. The resource names of effective labels attached to this campaign.
5562
+ # An effective label is a label inherited or directly assigned to this campaign.
5563
+ # Corresponds to the JSON property `effectiveLabels`
5564
+ # @return [Array<String>]
5565
+ attr_accessor :effective_labels
5566
+
5456
5567
  # The last day of the campaign in serving customer's timezone in YYYY-MM-DD
5457
5568
  # format. On create, defaults to 2037-12-30, which means the campaign will run
5458
5569
  # indefinitely. To set an existing campaign to run indefinitely, set this field
@@ -5676,6 +5787,7 @@ module Google
5676
5787
  @create_time = args[:create_time] if args.key?(:create_time)
5677
5788
  @creation_time = args[:creation_time] if args.key?(:creation_time)
5678
5789
  @dynamic_search_ads_setting = args[:dynamic_search_ads_setting] if args.key?(:dynamic_search_ads_setting)
5790
+ @effective_labels = args[:effective_labels] if args.key?(:effective_labels)
5679
5791
  @end_date = args[:end_date] if args.key?(:end_date)
5680
5792
  @engine_id = args[:engine_id] if args.key?(:engine_id)
5681
5793
  @excluded_parent_asset_field_types = args[:excluded_parent_asset_field_types] if args.key?(:excluded_parent_asset_field_types)
@@ -5983,6 +6095,46 @@ module Google
5983
6095
  end
5984
6096
  end
5985
6097
 
6098
+ # Represents a relationship between a campaign and an effective label. An
6099
+ # effective label is a label inherited or directly assigned to this campaign.
6100
+ class GoogleAdsSearchads360V0ResourcesCampaignEffectiveLabel
6101
+ include Google::Apis::Core::Hashable
6102
+
6103
+ # Immutable. The campaign to which the effective label is attached.
6104
+ # Corresponds to the JSON property `campaign`
6105
+ # @return [String]
6106
+ attr_accessor :campaign
6107
+
6108
+ # Immutable. The effective label assigned to the campaign.
6109
+ # Corresponds to the JSON property `label`
6110
+ # @return [String]
6111
+ attr_accessor :label
6112
+
6113
+ # Output only. The ID of the Customer which owns the effective label.
6114
+ # Corresponds to the JSON property `ownerCustomerId`
6115
+ # @return [Fixnum]
6116
+ attr_accessor :owner_customer_id
6117
+
6118
+ # Immutable. Name of the resource. CampaignEffectivelabel resource names have
6119
+ # the form: `customers/`customer_id`/campaignEffectiveLabels/`campaign_id`~`
6120
+ # label_id``
6121
+ # Corresponds to the JSON property `resourceName`
6122
+ # @return [String]
6123
+ attr_accessor :resource_name
6124
+
6125
+ def initialize(**args)
6126
+ update!(**args)
6127
+ end
6128
+
6129
+ # Update properties of this object
6130
+ def update!(**args)
6131
+ @campaign = args[:campaign] if args.key?(:campaign)
6132
+ @label = args[:label] if args.key?(:label)
6133
+ @owner_customer_id = args[:owner_customer_id] if args.key?(:owner_customer_id)
6134
+ @resource_name = args[:resource_name] if args.key?(:resource_name)
6135
+ end
6136
+ end
6137
+
5986
6138
  # Represents a relationship between a campaign and a label.
5987
6139
  class GoogleAdsSearchads360V0ResourcesCampaignLabel
5988
6140
  include Google::Apis::Core::Hashable
@@ -5997,6 +6149,11 @@ module Google
5997
6149
  # @return [String]
5998
6150
  attr_accessor :label
5999
6151
 
6152
+ # Output only. The ID of the Customer which owns the label.
6153
+ # Corresponds to the JSON property `ownerCustomerId`
6154
+ # @return [Fixnum]
6155
+ attr_accessor :owner_customer_id
6156
+
6000
6157
  # Immutable. Name of the resource. Campaign label resource names have the form: `
6001
6158
  # customers/`customer_id`/campaignLabels/`campaign_id`~`label_id``
6002
6159
  # Corresponds to the JSON property `resourceName`
@@ -6011,6 +6168,7 @@ module Google
6011
6168
  def update!(**args)
6012
6169
  @campaign = args[:campaign] if args.key?(:campaign)
6013
6170
  @label = args[:label] if args.key?(:label)
6171
+ @owner_customer_id = args[:owner_customer_id] if args.key?(:owner_customer_id)
6014
6172
  @resource_name = args[:resource_name] if args.key?(:resource_name)
6015
6173
  end
6016
6174
  end
@@ -6545,6 +6703,11 @@ module Google
6545
6703
  attr_accessor :references_metrics
6546
6704
  alias_method :references_metrics?, :references_metrics
6547
6705
 
6706
+ # Output only. How the result value of the custom column should be interpreted.
6707
+ # Corresponds to the JSON property `renderType`
6708
+ # @return [String]
6709
+ attr_accessor :render_type
6710
+
6548
6711
  # Immutable. The resource name of the custom column. Custom column resource
6549
6712
  # names have the form: `customers/`customer_id`/customColumns/`custom_column_id``
6550
6713
  # Corresponds to the JSON property `resourceName`
@@ -6569,6 +6732,7 @@ module Google
6569
6732
  @referenced_system_columns = args[:referenced_system_columns] if args.key?(:referenced_system_columns)
6570
6733
  @references_attributes = args[:references_attributes] if args.key?(:references_attributes)
6571
6734
  @references_metrics = args[:references_metrics] if args.key?(:references_metrics)
6735
+ @render_type = args[:render_type] if args.key?(:render_type)
6572
6736
  @resource_name = args[:resource_name] if args.key?(:resource_name)
6573
6737
  @value_type = args[:value_type] if args.key?(:value_type)
6574
6738
  end
@@ -7910,6 +8074,12 @@ module Google
7910
8074
  # @return [Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesAdGroupCriterionLabel]
7911
8075
  attr_accessor :ad_group_criterion_label
7912
8076
 
8077
+ # A relationship between an ad group and an effective label. An effective label
8078
+ # is a label inherited or directly assigned to this ad group.
8079
+ # Corresponds to the JSON property `adGroupEffectiveLabel`
8080
+ # @return [Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesAdGroupEffectiveLabel]
8081
+ attr_accessor :ad_group_effective_label
8082
+
7913
8083
  # A relationship between an ad group and a label.
7914
8084
  # Corresponds to the JSON property `adGroupLabel`
7915
8085
  # @return [Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesAdGroupLabel]
@@ -8017,6 +8187,12 @@ module Google
8017
8187
  # @return [Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesCampaignCriterion]
8018
8188
  attr_accessor :campaign_criterion
8019
8189
 
8190
+ # Represents a relationship between a campaign and an effective label. An
8191
+ # effective label is a label inherited or directly assigned to this campaign.
8192
+ # Corresponds to the JSON property `campaignEffectiveLabel`
8193
+ # @return [Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesCampaignEffectiveLabel]
8194
+ attr_accessor :campaign_effective_label
8195
+
8020
8196
  # Represents a relationship between a campaign and a label.
8021
8197
  # Corresponds to the JSON property `campaignLabel`
8022
8198
  # @return [Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesCampaignLabel]
@@ -8175,6 +8351,7 @@ module Google
8175
8351
  @ad_group_bid_modifier = args[:ad_group_bid_modifier] if args.key?(:ad_group_bid_modifier)
8176
8352
  @ad_group_criterion = args[:ad_group_criterion] if args.key?(:ad_group_criterion)
8177
8353
  @ad_group_criterion_label = args[:ad_group_criterion_label] if args.key?(:ad_group_criterion_label)
8354
+ @ad_group_effective_label = args[:ad_group_effective_label] if args.key?(:ad_group_effective_label)
8178
8355
  @ad_group_label = args[:ad_group_label] if args.key?(:ad_group_label)
8179
8356
  @age_range_view = args[:age_range_view] if args.key?(:age_range_view)
8180
8357
  @asset = args[:asset] if args.key?(:asset)
@@ -8193,6 +8370,7 @@ module Google
8193
8370
  @campaign_audience_view = args[:campaign_audience_view] if args.key?(:campaign_audience_view)
8194
8371
  @campaign_budget = args[:campaign_budget] if args.key?(:campaign_budget)
8195
8372
  @campaign_criterion = args[:campaign_criterion] if args.key?(:campaign_criterion)
8373
+ @campaign_effective_label = args[:campaign_effective_label] if args.key?(:campaign_effective_label)
8196
8374
  @campaign_label = args[:campaign_label] if args.key?(:campaign_label)
8197
8375
  @cart_data_sales_view = args[:cart_data_sales_view] if args.key?(:cart_data_sales_view)
8198
8376
  @conversion = args[:conversion] if args.key?(:conversion)
@@ -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.16.0"
19
+ GEM_VERSION = "0.18.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 = "20240808"
25
+ REVISION = "20241002"
26
26
  end
27
27
  end
28
28
  end
@@ -622,6 +622,12 @@ module Google
622
622
  include Google::Apis::Core::JsonObjectSupport
623
623
  end
624
624
 
625
+ class GoogleAdsSearchads360V0ResourcesAdGroupEffectiveLabel
626
+ class Representation < Google::Apis::Core::JsonRepresentation; end
627
+
628
+ include Google::Apis::Core::JsonObjectSupport
629
+ end
630
+
625
631
  class GoogleAdsSearchads360V0ResourcesAdGroupLabel
626
632
  class Representation < Google::Apis::Core::JsonRepresentation; end
627
633
 
@@ -736,6 +742,12 @@ module Google
736
742
  include Google::Apis::Core::JsonObjectSupport
737
743
  end
738
744
 
745
+ class GoogleAdsSearchads360V0ResourcesCampaignEffectiveLabel
746
+ class Representation < Google::Apis::Core::JsonRepresentation; end
747
+
748
+ include Google::Apis::Core::JsonObjectSupport
749
+ end
750
+
739
751
  class GoogleAdsSearchads360V0ResourcesCampaignLabel
740
752
  class Representation < Google::Apis::Core::JsonRepresentation; end
741
753
 
@@ -1235,12 +1247,16 @@ module Google
1235
1247
  property :cost_per_conversion, as: 'costPerConversion'
1236
1248
  property :cost_per_current_model_attributed_conversion, as: 'costPerCurrentModelAttributedConversion'
1237
1249
  property :cross_device_conversions, as: 'crossDeviceConversions'
1250
+ property :cross_device_conversions_by_conversion_date, as: 'crossDeviceConversionsByConversionDate'
1238
1251
  property :cross_device_conversions_value, as: 'crossDeviceConversionsValue'
1252
+ property :cross_device_conversions_value_by_conversion_date, as: 'crossDeviceConversionsValueByConversionDate'
1239
1253
  property :cross_sell_cost_of_goods_sold_micros, :numeric_string => true, as: 'crossSellCostOfGoodsSoldMicros'
1240
1254
  property :cross_sell_gross_profit_micros, :numeric_string => true, as: 'crossSellGrossProfitMicros'
1241
1255
  property :cross_sell_revenue_micros, :numeric_string => true, as: 'crossSellRevenueMicros'
1242
1256
  property :cross_sell_units_sold, as: 'crossSellUnitsSold'
1243
1257
  property :ctr, as: 'ctr'
1258
+ property :general_invalid_click_rate, as: 'generalInvalidClickRate'
1259
+ property :general_invalid_clicks, :numeric_string => true, as: 'generalInvalidClicks'
1244
1260
  property :historical_creative_quality_score, as: 'historicalCreativeQualityScore'
1245
1261
  property :historical_landing_page_quality_score, as: 'historicalLandingPageQualityScore'
1246
1262
  property :historical_quality_score, :numeric_string => true, as: 'historicalQualityScore'
@@ -1950,6 +1966,7 @@ module Google
1950
1966
  property :ad_rotation_mode, as: 'adRotationMode'
1951
1967
  property :cpc_bid_micros, :numeric_string => true, as: 'cpcBidMicros'
1952
1968
  property :creation_time, as: 'creationTime'
1969
+ collection :effective_labels, as: 'effectiveLabels'
1953
1970
  property :end_date, as: 'endDate'
1954
1971
  property :engine_id, as: 'engineId'
1955
1972
  property :engine_status, as: 'engineStatus'
@@ -1987,6 +2004,7 @@ module Google
1987
2004
  class Representation < Google::Apis::Core::JsonRepresentation
1988
2005
  property :ad_group_ad, as: 'adGroupAd'
1989
2006
  property :label, as: 'label'
2007
+ property :owner_customer_id, :numeric_string => true, as: 'ownerCustomerId'
1990
2008
  property :resource_name, as: 'resourceName'
1991
2009
  end
1992
2010
  end
@@ -2074,6 +2092,17 @@ module Google
2074
2092
  class Representation < Google::Apis::Core::JsonRepresentation
2075
2093
  property :ad_group_criterion, as: 'adGroupCriterion'
2076
2094
  property :label, as: 'label'
2095
+ property :owner_customer_id, :numeric_string => true, as: 'ownerCustomerId'
2096
+ property :resource_name, as: 'resourceName'
2097
+ end
2098
+ end
2099
+
2100
+ class GoogleAdsSearchads360V0ResourcesAdGroupEffectiveLabel
2101
+ # @private
2102
+ class Representation < Google::Apis::Core::JsonRepresentation
2103
+ property :ad_group, as: 'adGroup'
2104
+ property :label, as: 'label'
2105
+ property :owner_customer_id, :numeric_string => true, as: 'ownerCustomerId'
2077
2106
  property :resource_name, as: 'resourceName'
2078
2107
  end
2079
2108
  end
@@ -2083,6 +2112,7 @@ module Google
2083
2112
  class Representation < Google::Apis::Core::JsonRepresentation
2084
2113
  property :ad_group, as: 'adGroup'
2085
2114
  property :label, as: 'label'
2115
+ property :owner_customer_id, :numeric_string => true, as: 'ownerCustomerId'
2086
2116
  property :resource_name, as: 'resourceName'
2087
2117
  end
2088
2118
  end
@@ -2274,6 +2304,7 @@ module Google
2274
2304
  property :creation_time, as: 'creationTime'
2275
2305
  property :dynamic_search_ads_setting, as: 'dynamicSearchAdsSetting', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesCampaignDynamicSearchAdsSetting, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesCampaignDynamicSearchAdsSetting::Representation
2276
2306
 
2307
+ collection :effective_labels, as: 'effectiveLabels'
2277
2308
  property :end_date, as: 'endDate'
2278
2309
  property :engine_id, as: 'engineId'
2279
2310
  collection :excluded_parent_asset_field_types, as: 'excludedParentAssetFieldTypes'
@@ -2400,11 +2431,22 @@ module Google
2400
2431
  end
2401
2432
  end
2402
2433
 
2434
+ class GoogleAdsSearchads360V0ResourcesCampaignEffectiveLabel
2435
+ # @private
2436
+ class Representation < Google::Apis::Core::JsonRepresentation
2437
+ property :campaign, as: 'campaign'
2438
+ property :label, as: 'label'
2439
+ property :owner_customer_id, :numeric_string => true, as: 'ownerCustomerId'
2440
+ property :resource_name, as: 'resourceName'
2441
+ end
2442
+ end
2443
+
2403
2444
  class GoogleAdsSearchads360V0ResourcesCampaignLabel
2404
2445
  # @private
2405
2446
  class Representation < Google::Apis::Core::JsonRepresentation
2406
2447
  property :campaign, as: 'campaign'
2407
2448
  property :label, as: 'label'
2449
+ property :owner_customer_id, :numeric_string => true, as: 'ownerCustomerId'
2408
2450
  property :resource_name, as: 'resourceName'
2409
2451
  end
2410
2452
  end
@@ -2511,6 +2553,7 @@ module Google
2511
2553
  collection :referenced_system_columns, as: 'referencedSystemColumns'
2512
2554
  property :references_attributes, as: 'referencesAttributes'
2513
2555
  property :references_metrics, as: 'referencesMetrics'
2556
+ property :render_type, as: 'renderType'
2514
2557
  property :resource_name, as: 'resourceName'
2515
2558
  property :value_type, as: 'valueType'
2516
2559
  end
@@ -2856,6 +2899,8 @@ module Google
2856
2899
 
2857
2900
  property :ad_group_criterion_label, as: 'adGroupCriterionLabel', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesAdGroupCriterionLabel, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesAdGroupCriterionLabel::Representation
2858
2901
 
2902
+ property :ad_group_effective_label, as: 'adGroupEffectiveLabel', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesAdGroupEffectiveLabel, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesAdGroupEffectiveLabel::Representation
2903
+
2859
2904
  property :ad_group_label, as: 'adGroupLabel', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesAdGroupLabel, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesAdGroupLabel::Representation
2860
2905
 
2861
2906
  property :age_range_view, as: 'ageRangeView', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesAgeRangeView, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesAgeRangeView::Representation
@@ -2892,6 +2937,8 @@ module Google
2892
2937
 
2893
2938
  property :campaign_criterion, as: 'campaignCriterion', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesCampaignCriterion, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesCampaignCriterion::Representation
2894
2939
 
2940
+ property :campaign_effective_label, as: 'campaignEffectiveLabel', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesCampaignEffectiveLabel, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesCampaignEffectiveLabel::Representation
2941
+
2895
2942
  property :campaign_label, as: 'campaignLabel', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesCampaignLabel, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesCampaignLabel::Representation
2896
2943
 
2897
2944
  property :cart_data_sales_view, as: 'cartDataSalesView', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesCartDataSalesView, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesCartDataSalesView::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.16.0
4
+ version: 0.18.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-08-18 00:00:00.000000000 Z
11
+ date: 2024-10-06 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.16.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-searchads360_v0/v0.18.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: []