google-apis-searchads360_v0 0.10.0 → 0.11.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: 6a4cdcac8f55dbce50f95496697b58c290773bdb46aa28a1fa0003b91327a554
4
- data.tar.gz: f693d1c43438c2b0ec8c0c7d2a5ed3480e63f6dcc05e7c71d587a7734f5ec105
3
+ metadata.gz: a6ea7ff7d319dba41cf3ac4e93518d4e02768931efdd0867ef61ab2272f63432
4
+ data.tar.gz: 50510441cbe3140d273b9d54ef26fe328cd390202e2a04bcbb4b80adb8d56884
5
5
  SHA512:
6
- metadata.gz: 2d97992121832a1f319a1ad7d2d94839de6fb44c5664cd32fdf6f422d3da55ccb92c287e06cada8ec7a6acd29aae3d2c5f26ee142c0fcc81b47fc87cb9152e22
7
- data.tar.gz: cd961aafdbe592dcd26e7c60a84139cc8bdc386765ef4e14fa9e89ae0ed3e3af168a925469ed34f9c9772a46bf2cbbd1ceb81bd379bbea92475b8ae57ad1c5d1
6
+ metadata.gz: a79719b22764fb59cf6044a5cc74a8604ed52b95b6069ee5bcb4531e25f122bbae02d526f9ea8a44b733404b4b90bbeae43e3c2673aa0d775698ea34bca8f0f7
7
+ data.tar.gz: 941945de80bd602ee4ac8232585d020be647671b085ba992b90d76b0f50a3a574976a0f1bfed9d8738b2c9b03f575b902fd53655a5178d345b3e11baa78125f7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-searchads360_v0
2
2
 
3
+ ### v0.11.0 (2024-02-18)
4
+
5
+ * Regenerated from discovery document revision 20240208
6
+ * Regenerated using generator version 0.13.1
7
+
3
8
  ### v0.10.0 (2024-01-23)
4
9
 
5
10
  * Regenerated from discovery document revision 20231106
@@ -973,6 +973,11 @@ module Google
973
973
  # @return [Float]
974
974
  attr_accessor :content_rank_lost_impression_share
975
975
 
976
+ # The conversion custom metrics.
977
+ # Corresponds to the JSON property `conversionCustomMetrics`
978
+ # @return [Array<Google::Apis::Searchads360V0::GoogleAdsSearchads360V0CommonValue>]
979
+ attr_accessor :conversion_custom_metrics
980
+
976
981
  # The number of conversions. This only includes conversion actions which
977
982
  # include_in_conversions_metric attribute is set to true. If you use conversion-
978
983
  # based bidding, your bid strategies will optimize for these conversions.
@@ -1267,6 +1272,11 @@ module Google
1267
1272
  # @return [Float]
1268
1273
  attr_accessor :mobile_friendly_clicks_percentage
1269
1274
 
1275
+ # The raw event conversion metrics.
1276
+ # Corresponds to the JSON property `rawEventConversionMetrics`
1277
+ # @return [Array<Google::Apis::Searchads360V0::GoogleAdsSearchads360V0CommonValue>]
1278
+ attr_accessor :raw_event_conversion_metrics
1279
+
1270
1280
  # The percentage of the customer's Shopping or Search ad impressions that are
1271
1281
  # shown in the most prominent Shopping position. See https://support.google.com/
1272
1282
  # sa360/answer/9566729 for details. Any value below 0.1 is reported as 0.0999.
@@ -1434,6 +1444,7 @@ module Google
1434
1444
  @content_budget_lost_impression_share = args[:content_budget_lost_impression_share] if args.key?(:content_budget_lost_impression_share)
1435
1445
  @content_impression_share = args[:content_impression_share] if args.key?(:content_impression_share)
1436
1446
  @content_rank_lost_impression_share = args[:content_rank_lost_impression_share] if args.key?(:content_rank_lost_impression_share)
1447
+ @conversion_custom_metrics = args[:conversion_custom_metrics] if args.key?(:conversion_custom_metrics)
1437
1448
  @conversions = args[:conversions] if args.key?(:conversions)
1438
1449
  @conversions_by_conversion_date = args[:conversions_by_conversion_date] if args.key?(:conversions_by_conversion_date)
1439
1450
  @conversions_from_interactions_rate = args[:conversions_from_interactions_rate] if args.key?(:conversions_from_interactions_rate)
@@ -1467,6 +1478,7 @@ module Google
1467
1478
  @lead_revenue_micros = args[:lead_revenue_micros] if args.key?(:lead_revenue_micros)
1468
1479
  @lead_units_sold = args[:lead_units_sold] if args.key?(:lead_units_sold)
1469
1480
  @mobile_friendly_clicks_percentage = args[:mobile_friendly_clicks_percentage] if args.key?(:mobile_friendly_clicks_percentage)
1481
+ @raw_event_conversion_metrics = args[:raw_event_conversion_metrics] if args.key?(:raw_event_conversion_metrics)
1470
1482
  @search_absolute_top_impression_share = args[:search_absolute_top_impression_share] if args.key?(:search_absolute_top_impression_share)
1471
1483
  @search_budget_lost_absolute_top_impression_share = args[:search_budget_lost_absolute_top_impression_share] if args.key?(:search_budget_lost_absolute_top_impression_share)
1472
1484
  @search_budget_lost_impression_share = args[:search_budget_lost_impression_share] if args.key?(:search_budget_lost_impression_share)
@@ -1780,6 +1792,11 @@ module Google
1780
1792
  # @return [String]
1781
1793
  attr_accessor :conversion_action_name
1782
1794
 
1795
+ # The conversion custom dimensions.
1796
+ # Corresponds to the JSON property `conversionCustomDimensions`
1797
+ # @return [Array<Google::Apis::Searchads360V0::GoogleAdsSearchads360V0CommonValue>]
1798
+ attr_accessor :conversion_custom_dimensions
1799
+
1783
1800
  # Date to which metrics apply. yyyy-MM-dd format, for example, 2018-04-17.
1784
1801
  # Corresponds to the JSON property `date`
1785
1802
  # @return [String]
@@ -2029,6 +2046,11 @@ module Google
2029
2046
  # @return [String]
2030
2047
  attr_accessor :quarter
2031
2048
 
2049
+ # The raw event conversion dimensions.
2050
+ # Corresponds to the JSON property `rawEventConversionDimensions`
2051
+ # @return [Array<Google::Apis::Searchads360V0::GoogleAdsSearchads360V0CommonValue>]
2052
+ attr_accessor :raw_event_conversion_dimensions
2053
+
2032
2054
  # Week as defined as Monday through Sunday, and represented by the date of
2033
2055
  # Monday. Formatted as yyyy-MM-dd.
2034
2056
  # Corresponds to the JSON property `week`
@@ -2051,6 +2073,7 @@ module Google
2051
2073
  @conversion_action = args[:conversion_action] if args.key?(:conversion_action)
2052
2074
  @conversion_action_category = args[:conversion_action_category] if args.key?(:conversion_action_category)
2053
2075
  @conversion_action_name = args[:conversion_action_name] if args.key?(:conversion_action_name)
2076
+ @conversion_custom_dimensions = args[:conversion_custom_dimensions] if args.key?(:conversion_custom_dimensions)
2054
2077
  @date = args[:date] if args.key?(:date)
2055
2078
  @day_of_week = args[:day_of_week] if args.key?(:day_of_week)
2056
2079
  @device = args[:device] if args.key?(:device)
@@ -2100,6 +2123,7 @@ module Google
2100
2123
  @product_type_l4 = args[:product_type_l4] if args.key?(:product_type_l4)
2101
2124
  @product_type_l5 = args[:product_type_l5] if args.key?(:product_type_l5)
2102
2125
  @quarter = args[:quarter] if args.key?(:quarter)
2126
+ @raw_event_conversion_dimensions = args[:raw_event_conversion_dimensions] if args.key?(:raw_event_conversion_dimensions)
2103
2127
  @week = args[:week] if args.key?(:week)
2104
2128
  @year = args[:year] if args.key?(:year)
2105
2129
  end
@@ -3444,6 +3468,31 @@ module Google
3444
3468
  end
3445
3469
  end
3446
3470
 
3471
+ # Information for Search Ads 360 Floodlight Conversion Custom Variables.
3472
+ class GoogleAdsSearchads360V0ResourcesConversionCustomVariableFloodlightConversionCustomVariableInfo
3473
+ include Google::Apis::Core::Hashable
3474
+
3475
+ # Output only. Floodlight variable data type defined in Search Ads 360.
3476
+ # Corresponds to the JSON property `floodlightVariableDataType`
3477
+ # @return [String]
3478
+ attr_accessor :floodlight_variable_data_type
3479
+
3480
+ # Output only. Floodlight variable type defined in Search Ads 360.
3481
+ # Corresponds to the JSON property `floodlightVariableType`
3482
+ # @return [String]
3483
+ attr_accessor :floodlight_variable_type
3484
+
3485
+ def initialize(**args)
3486
+ update!(**args)
3487
+ end
3488
+
3489
+ # Update properties of this object
3490
+ def update!(**args)
3491
+ @floodlight_variable_data_type = args[:floodlight_variable_data_type] if args.key?(:floodlight_variable_data_type)
3492
+ @floodlight_variable_type = args[:floodlight_variable_type] if args.key?(:floodlight_variable_type)
3493
+ end
3494
+ end
3495
+
3447
3496
  # One element of a bidding category at a certain level. Top-level categories are
3448
3497
  # at level 1, their children at level 2, and so on. We currently support up to 5
3449
3498
  # levels. The user must specify a dimension type that indicates the level of the
@@ -5950,6 +5999,89 @@ module Google
5950
5999
  end
5951
6000
  end
5952
6001
 
6002
+ # A conversion custom variable. See "About custom Floodlight metrics and
6003
+ # dimensions in the new Search Ads 360" at https://support.google.com/sa360/
6004
+ # answer/13567857
6005
+ class GoogleAdsSearchads360V0ResourcesConversionCustomVariable
6006
+ include Google::Apis::Core::Hashable
6007
+
6008
+ # Output only. Cardinality of the conversion custom variable.
6009
+ # Corresponds to the JSON property `cardinality`
6010
+ # @return [String]
6011
+ attr_accessor :cardinality
6012
+
6013
+ # Output only. The IDs of custom columns that use this conversion custom
6014
+ # variable.
6015
+ # Corresponds to the JSON property `customColumnIds`
6016
+ # @return [Array<Fixnum>]
6017
+ attr_accessor :custom_column_ids
6018
+
6019
+ # Output only. Family of the conversion custom variable.
6020
+ # Corresponds to the JSON property `family`
6021
+ # @return [String]
6022
+ attr_accessor :family
6023
+
6024
+ # Information for Search Ads 360 Floodlight Conversion Custom Variables.
6025
+ # Corresponds to the JSON property `floodlightConversionCustomVariableInfo`
6026
+ # @return [Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesConversionCustomVariableFloodlightConversionCustomVariableInfo]
6027
+ attr_accessor :floodlight_conversion_custom_variable_info
6028
+
6029
+ # Output only. The ID of the conversion custom variable.
6030
+ # Corresponds to the JSON property `id`
6031
+ # @return [Fixnum]
6032
+ attr_accessor :id
6033
+
6034
+ # Required. The name of the conversion custom variable. Name should be unique.
6035
+ # The maximum length of name is 100 characters. There should not be any extra
6036
+ # spaces before and after.
6037
+ # Corresponds to the JSON property `name`
6038
+ # @return [String]
6039
+ attr_accessor :name
6040
+
6041
+ # Output only. The resource name of the customer that owns the conversion custom
6042
+ # variable.
6043
+ # Corresponds to the JSON property `ownerCustomer`
6044
+ # @return [String]
6045
+ attr_accessor :owner_customer
6046
+
6047
+ # Immutable. The resource name of the conversion custom variable. Conversion
6048
+ # custom variable resource names have the form: `customers/`customer_id`/
6049
+ # conversionCustomVariables/`conversion_custom_variable_id``
6050
+ # Corresponds to the JSON property `resourceName`
6051
+ # @return [String]
6052
+ attr_accessor :resource_name
6053
+
6054
+ # The status of the conversion custom variable for conversion event accrual.
6055
+ # Corresponds to the JSON property `status`
6056
+ # @return [String]
6057
+ attr_accessor :status
6058
+
6059
+ # Required. Immutable. The tag of the conversion custom variable. Tag should be
6060
+ # unique and consist of a "u" character directly followed with a number less
6061
+ # than ormequal to 100. For example: "u4".
6062
+ # Corresponds to the JSON property `tag`
6063
+ # @return [String]
6064
+ attr_accessor :tag
6065
+
6066
+ def initialize(**args)
6067
+ update!(**args)
6068
+ end
6069
+
6070
+ # Update properties of this object
6071
+ def update!(**args)
6072
+ @cardinality = args[:cardinality] if args.key?(:cardinality)
6073
+ @custom_column_ids = args[:custom_column_ids] if args.key?(:custom_column_ids)
6074
+ @family = args[:family] if args.key?(:family)
6075
+ @floodlight_conversion_custom_variable_info = args[:floodlight_conversion_custom_variable_info] if args.key?(:floodlight_conversion_custom_variable_info)
6076
+ @id = args[:id] if args.key?(:id)
6077
+ @name = args[:name] if args.key?(:name)
6078
+ @owner_customer = args[:owner_customer] if args.key?(:owner_customer)
6079
+ @resource_name = args[:resource_name] if args.key?(:resource_name)
6080
+ @status = args[:status] if args.key?(:status)
6081
+ @tag = args[:tag] if args.key?(:tag)
6082
+ end
6083
+ end
6084
+
5953
6085
  # A collection of customer-wide settings related to Search Ads 360 Conversion
5954
6086
  # Tracking.
5955
6087
  class GoogleAdsSearchads360V0ResourcesConversionTrackingSetting
@@ -7193,6 +7325,56 @@ module Google
7193
7325
  end
7194
7326
  end
7195
7327
 
7328
+ # Message for conversion custom dimension header.
7329
+ class GoogleAdsSearchads360V0ServicesConversionCustomDimensionHeader
7330
+ include Google::Apis::Core::Hashable
7331
+
7332
+ # The conversion custom dimension ID.
7333
+ # Corresponds to the JSON property `id`
7334
+ # @return [Fixnum]
7335
+ attr_accessor :id
7336
+
7337
+ # The user defined name of the conversion custom dimension.
7338
+ # Corresponds to the JSON property `name`
7339
+ # @return [String]
7340
+ attr_accessor :name
7341
+
7342
+ def initialize(**args)
7343
+ update!(**args)
7344
+ end
7345
+
7346
+ # Update properties of this object
7347
+ def update!(**args)
7348
+ @id = args[:id] if args.key?(:id)
7349
+ @name = args[:name] if args.key?(:name)
7350
+ end
7351
+ end
7352
+
7353
+ # Message for conversion custom metric header.
7354
+ class GoogleAdsSearchads360V0ServicesConversionCustomMetricHeader
7355
+ include Google::Apis::Core::Hashable
7356
+
7357
+ # The conversion custom metric ID.
7358
+ # Corresponds to the JSON property `id`
7359
+ # @return [Fixnum]
7360
+ attr_accessor :id
7361
+
7362
+ # The user defined name of the conversion custom metric.
7363
+ # Corresponds to the JSON property `name`
7364
+ # @return [String]
7365
+ attr_accessor :name
7366
+
7367
+ def initialize(**args)
7368
+ update!(**args)
7369
+ end
7370
+
7371
+ # Update properties of this object
7372
+ def update!(**args)
7373
+ @id = args[:id] if args.key?(:id)
7374
+ @name = args[:name] if args.key?(:name)
7375
+ end
7376
+ end
7377
+
7196
7378
  # Message for custom column header.
7197
7379
  class GoogleAdsSearchads360V0ServicesCustomColumnHeader
7198
7380
  include Google::Apis::Core::Hashable
@@ -7264,6 +7446,56 @@ module Google
7264
7446
  end
7265
7447
  end
7266
7448
 
7449
+ # Message for raw event conversion dimension header.
7450
+ class GoogleAdsSearchads360V0ServicesRawEventConversionDimensionHeader
7451
+ include Google::Apis::Core::Hashable
7452
+
7453
+ # The conversion custom variable ID.
7454
+ # Corresponds to the JSON property `id`
7455
+ # @return [Fixnum]
7456
+ attr_accessor :id
7457
+
7458
+ # The user defined name of the raw event dimension.
7459
+ # Corresponds to the JSON property `name`
7460
+ # @return [String]
7461
+ attr_accessor :name
7462
+
7463
+ def initialize(**args)
7464
+ update!(**args)
7465
+ end
7466
+
7467
+ # Update properties of this object
7468
+ def update!(**args)
7469
+ @id = args[:id] if args.key?(:id)
7470
+ @name = args[:name] if args.key?(:name)
7471
+ end
7472
+ end
7473
+
7474
+ # Message for raw event conversion metric header.
7475
+ class GoogleAdsSearchads360V0ServicesRawEventConversionMetricHeader
7476
+ include Google::Apis::Core::Hashable
7477
+
7478
+ # The conversion custom variable ID.
7479
+ # Corresponds to the JSON property `id`
7480
+ # @return [Fixnum]
7481
+ attr_accessor :id
7482
+
7483
+ # The user defined name of the raw event metric.
7484
+ # Corresponds to the JSON property `name`
7485
+ # @return [String]
7486
+ attr_accessor :name
7487
+
7488
+ def initialize(**args)
7489
+ update!(**args)
7490
+ end
7491
+
7492
+ # Update properties of this object
7493
+ def update!(**args)
7494
+ @id = args[:id] if args.key?(:id)
7495
+ @name = args[:name] if args.key?(:name)
7496
+ end
7497
+ end
7498
+
7267
7499
  # A returned row from the query.
7268
7500
  class GoogleAdsSearchads360V0ServicesSearchAds360Row
7269
7501
  include Google::Apis::Core::Hashable
@@ -7443,6 +7675,13 @@ module Google
7443
7675
  # @return [Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesConversionAction]
7444
7676
  attr_accessor :conversion_action
7445
7677
 
7678
+ # A conversion custom variable. See "About custom Floodlight metrics and
7679
+ # dimensions in the new Search Ads 360" at https://support.google.com/sa360/
7680
+ # answer/13567857
7681
+ # Corresponds to the JSON property `conversionCustomVariable`
7682
+ # @return [Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesConversionCustomVariable]
7683
+ attr_accessor :conversion_custom_variable
7684
+
7446
7685
  # The custom columns.
7447
7686
  # Corresponds to the JSON property `customColumns`
7448
7687
  # @return [Array<Google::Apis::Searchads360V0::GoogleAdsSearchads360V0CommonValue>]
@@ -7592,6 +7831,7 @@ module Google
7592
7831
  @cart_data_sales_view = args[:cart_data_sales_view] if args.key?(:cart_data_sales_view)
7593
7832
  @conversion = args[:conversion] if args.key?(:conversion)
7594
7833
  @conversion_action = args[:conversion_action] if args.key?(:conversion_action)
7834
+ @conversion_custom_variable = args[:conversion_custom_variable] if args.key?(:conversion_custom_variable)
7595
7835
  @custom_columns = args[:custom_columns] if args.key?(:custom_columns)
7596
7836
  @customer = args[:customer] if args.key?(:customer)
7597
7837
  @customer_asset = args[:customer_asset] if args.key?(:customer_asset)
@@ -7746,6 +7986,16 @@ module Google
7746
7986
  class GoogleAdsSearchads360V0ServicesSearchSearchAds360Response
7747
7987
  include Google::Apis::Core::Hashable
7748
7988
 
7989
+ # The headers of the conversion custom dimensions in the results.
7990
+ # Corresponds to the JSON property `conversionCustomDimensionHeaders`
7991
+ # @return [Array<Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ServicesConversionCustomDimensionHeader>]
7992
+ attr_accessor :conversion_custom_dimension_headers
7993
+
7994
+ # The headers of the conversion custom metrics in the results.
7995
+ # Corresponds to the JSON property `conversionCustomMetricHeaders`
7996
+ # @return [Array<Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ServicesConversionCustomMetricHeader>]
7997
+ attr_accessor :conversion_custom_metric_headers
7998
+
7749
7999
  # The headers of the custom columns in the results.
7750
8000
  # Corresponds to the JSON property `customColumnHeaders`
7751
8001
  # @return [Array<Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ServicesCustomColumnHeader>]
@@ -7763,6 +8013,16 @@ module Google
7763
8013
  # @return [String]
7764
8014
  attr_accessor :next_page_token
7765
8015
 
8016
+ # The headers of the raw event conversion dimensions in the results.
8017
+ # Corresponds to the JSON property `rawEventConversionDimensionHeaders`
8018
+ # @return [Array<Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ServicesRawEventConversionDimensionHeader>]
8019
+ attr_accessor :raw_event_conversion_dimension_headers
8020
+
8021
+ # The headers of the raw event conversion metrics in the results.
8022
+ # Corresponds to the JSON property `rawEventConversionMetricHeaders`
8023
+ # @return [Array<Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ServicesRawEventConversionMetricHeader>]
8024
+ attr_accessor :raw_event_conversion_metric_headers
8025
+
7766
8026
  # The list of rows that matched the query.
7767
8027
  # Corresponds to the JSON property `results`
7768
8028
  # @return [Array<Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ServicesSearchAds360Row>]
@@ -7784,9 +8044,13 @@ module Google
7784
8044
 
7785
8045
  # Update properties of this object
7786
8046
  def update!(**args)
8047
+ @conversion_custom_dimension_headers = args[:conversion_custom_dimension_headers] if args.key?(:conversion_custom_dimension_headers)
8048
+ @conversion_custom_metric_headers = args[:conversion_custom_metric_headers] if args.key?(:conversion_custom_metric_headers)
7787
8049
  @custom_column_headers = args[:custom_column_headers] if args.key?(:custom_column_headers)
7788
8050
  @field_mask = args[:field_mask] if args.key?(:field_mask)
7789
8051
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
8052
+ @raw_event_conversion_dimension_headers = args[:raw_event_conversion_dimension_headers] if args.key?(:raw_event_conversion_dimension_headers)
8053
+ @raw_event_conversion_metric_headers = args[:raw_event_conversion_metric_headers] if args.key?(:raw_event_conversion_metric_headers)
7790
8054
  @results = args[:results] if args.key?(:results)
7791
8055
  @summary_row = args[:summary_row] if args.key?(:summary_row)
7792
8056
  @total_results_count = args[:total_results_count] if args.key?(:total_results_count)
@@ -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.10.0"
19
+ GEM_VERSION = "0.11.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.13.0"
22
+ GENERATOR_VERSION = "0.13.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20231106"
25
+ REVISION = "20240208"
26
26
  end
27
27
  end
28
28
  end
@@ -466,6 +466,12 @@ module Google
466
466
  include Google::Apis::Core::JsonObjectSupport
467
467
  end
468
468
 
469
+ class GoogleAdsSearchads360V0ResourcesConversionCustomVariableFloodlightConversionCustomVariableInfo
470
+ class Representation < Google::Apis::Core::JsonRepresentation; end
471
+
472
+ include Google::Apis::Core::JsonObjectSupport
473
+ end
474
+
469
475
  class GoogleAdsSearchads360V0ResourcesListingGroupFilterDimensionProductBiddingCategory
470
476
  class Representation < Google::Apis::Core::JsonRepresentation; end
471
477
 
@@ -706,6 +712,12 @@ module Google
706
712
  include Google::Apis::Core::JsonObjectSupport
707
713
  end
708
714
 
715
+ class GoogleAdsSearchads360V0ResourcesConversionCustomVariable
716
+ class Representation < Google::Apis::Core::JsonRepresentation; end
717
+
718
+ include Google::Apis::Core::JsonObjectSupport
719
+ end
720
+
709
721
  class GoogleAdsSearchads360V0ResourcesConversionTrackingSetting
710
722
  class Representation < Google::Apis::Core::JsonRepresentation; end
711
723
 
@@ -850,6 +862,18 @@ module Google
850
862
  include Google::Apis::Core::JsonObjectSupport
851
863
  end
852
864
 
865
+ class GoogleAdsSearchads360V0ServicesConversionCustomDimensionHeader
866
+ class Representation < Google::Apis::Core::JsonRepresentation; end
867
+
868
+ include Google::Apis::Core::JsonObjectSupport
869
+ end
870
+
871
+ class GoogleAdsSearchads360V0ServicesConversionCustomMetricHeader
872
+ class Representation < Google::Apis::Core::JsonRepresentation; end
873
+
874
+ include Google::Apis::Core::JsonObjectSupport
875
+ end
876
+
853
877
  class GoogleAdsSearchads360V0ServicesCustomColumnHeader
854
878
  class Representation < Google::Apis::Core::JsonRepresentation; end
855
879
 
@@ -868,6 +892,18 @@ module Google
868
892
  include Google::Apis::Core::JsonObjectSupport
869
893
  end
870
894
 
895
+ class GoogleAdsSearchads360V0ServicesRawEventConversionDimensionHeader
896
+ class Representation < Google::Apis::Core::JsonRepresentation; end
897
+
898
+ include Google::Apis::Core::JsonObjectSupport
899
+ end
900
+
901
+ class GoogleAdsSearchads360V0ServicesRawEventConversionMetricHeader
902
+ class Representation < Google::Apis::Core::JsonRepresentation; end
903
+
904
+ include Google::Apis::Core::JsonObjectSupport
905
+ end
906
+
871
907
  class GoogleAdsSearchads360V0ServicesSearchAds360Row
872
908
  class Representation < Google::Apis::Core::JsonRepresentation; end
873
909
 
@@ -1129,6 +1165,8 @@ module Google
1129
1165
  property :content_budget_lost_impression_share, as: 'contentBudgetLostImpressionShare'
1130
1166
  property :content_impression_share, as: 'contentImpressionShare'
1131
1167
  property :content_rank_lost_impression_share, as: 'contentRankLostImpressionShare'
1168
+ collection :conversion_custom_metrics, as: 'conversionCustomMetrics', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0CommonValue, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0CommonValue::Representation
1169
+
1132
1170
  property :conversions, as: 'conversions'
1133
1171
  property :conversions_by_conversion_date, as: 'conversionsByConversionDate'
1134
1172
  property :conversions_from_interactions_rate, as: 'conversionsFromInteractionsRate'
@@ -1162,6 +1200,8 @@ module Google
1162
1200
  property :lead_revenue_micros, :numeric_string => true, as: 'leadRevenueMicros'
1163
1201
  property :lead_units_sold, as: 'leadUnitsSold'
1164
1202
  property :mobile_friendly_clicks_percentage, as: 'mobileFriendlyClicksPercentage'
1203
+ collection :raw_event_conversion_metrics, as: 'rawEventConversionMetrics', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0CommonValue, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0CommonValue::Representation
1204
+
1165
1205
  property :search_absolute_top_impression_share, as: 'searchAbsoluteTopImpressionShare'
1166
1206
  property :search_budget_lost_absolute_top_impression_share, as: 'searchBudgetLostAbsoluteTopImpressionShare'
1167
1207
  property :search_budget_lost_impression_share, as: 'searchBudgetLostImpressionShare'
@@ -1264,6 +1304,8 @@ module Google
1264
1304
  property :conversion_action, as: 'conversionAction'
1265
1305
  property :conversion_action_category, as: 'conversionActionCategory'
1266
1306
  property :conversion_action_name, as: 'conversionActionName'
1307
+ collection :conversion_custom_dimensions, as: 'conversionCustomDimensions', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0CommonValue, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0CommonValue::Representation
1308
+
1267
1309
  property :date, as: 'date'
1268
1310
  property :day_of_week, as: 'dayOfWeek'
1269
1311
  property :device, as: 'device'
@@ -1314,6 +1356,8 @@ module Google
1314
1356
  property :product_type_l4, as: 'productTypeL4'
1315
1357
  property :product_type_l5, as: 'productTypeL5'
1316
1358
  property :quarter, as: 'quarter'
1359
+ collection :raw_event_conversion_dimensions, as: 'rawEventConversionDimensions', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0CommonValue, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0CommonValue::Representation
1360
+
1317
1361
  property :week, as: 'week'
1318
1362
  property :year, as: 'year'
1319
1363
  end
@@ -1683,6 +1727,14 @@ module Google
1683
1727
  end
1684
1728
  end
1685
1729
 
1730
+ class GoogleAdsSearchads360V0ResourcesConversionCustomVariableFloodlightConversionCustomVariableInfo
1731
+ # @private
1732
+ class Representation < Google::Apis::Core::JsonRepresentation
1733
+ property :floodlight_variable_data_type, as: 'floodlightVariableDataType'
1734
+ property :floodlight_variable_type, as: 'floodlightVariableType'
1735
+ end
1736
+ end
1737
+
1686
1738
  class GoogleAdsSearchads360V0ResourcesListingGroupFilterDimensionProductBiddingCategory
1687
1739
  # @private
1688
1740
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2283,6 +2335,23 @@ module Google
2283
2335
  end
2284
2336
  end
2285
2337
 
2338
+ class GoogleAdsSearchads360V0ResourcesConversionCustomVariable
2339
+ # @private
2340
+ class Representation < Google::Apis::Core::JsonRepresentation
2341
+ property :cardinality, as: 'cardinality'
2342
+ collection :custom_column_ids, as: 'customColumnIds'
2343
+ property :family, as: 'family'
2344
+ property :floodlight_conversion_custom_variable_info, as: 'floodlightConversionCustomVariableInfo', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesConversionCustomVariableFloodlightConversionCustomVariableInfo, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesConversionCustomVariableFloodlightConversionCustomVariableInfo::Representation
2345
+
2346
+ property :id, :numeric_string => true, as: 'id'
2347
+ property :name, as: 'name'
2348
+ property :owner_customer, as: 'ownerCustomer'
2349
+ property :resource_name, as: 'resourceName'
2350
+ property :status, as: 'status'
2351
+ property :tag, as: 'tag'
2352
+ end
2353
+ end
2354
+
2286
2355
  class GoogleAdsSearchads360V0ResourcesConversionTrackingSetting
2287
2356
  # @private
2288
2357
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2571,6 +2640,22 @@ module Google
2571
2640
  end
2572
2641
  end
2573
2642
 
2643
+ class GoogleAdsSearchads360V0ServicesConversionCustomDimensionHeader
2644
+ # @private
2645
+ class Representation < Google::Apis::Core::JsonRepresentation
2646
+ property :id, :numeric_string => true, as: 'id'
2647
+ property :name, as: 'name'
2648
+ end
2649
+ end
2650
+
2651
+ class GoogleAdsSearchads360V0ServicesConversionCustomMetricHeader
2652
+ # @private
2653
+ class Representation < Google::Apis::Core::JsonRepresentation
2654
+ property :id, :numeric_string => true, as: 'id'
2655
+ property :name, as: 'name'
2656
+ end
2657
+ end
2658
+
2574
2659
  class GoogleAdsSearchads360V0ServicesCustomColumnHeader
2575
2660
  # @private
2576
2661
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2595,6 +2680,22 @@ module Google
2595
2680
  end
2596
2681
  end
2597
2682
 
2683
+ class GoogleAdsSearchads360V0ServicesRawEventConversionDimensionHeader
2684
+ # @private
2685
+ class Representation < Google::Apis::Core::JsonRepresentation
2686
+ property :id, :numeric_string => true, as: 'id'
2687
+ property :name, as: 'name'
2688
+ end
2689
+ end
2690
+
2691
+ class GoogleAdsSearchads360V0ServicesRawEventConversionMetricHeader
2692
+ # @private
2693
+ class Representation < Google::Apis::Core::JsonRepresentation
2694
+ property :id, :numeric_string => true, as: 'id'
2695
+ property :name, as: 'name'
2696
+ end
2697
+ end
2698
+
2598
2699
  class GoogleAdsSearchads360V0ServicesSearchAds360Row
2599
2700
  # @private
2600
2701
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2660,6 +2761,8 @@ module Google
2660
2761
 
2661
2762
  property :conversion_action, as: 'conversionAction', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesConversionAction, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesConversionAction::Representation
2662
2763
 
2764
+ property :conversion_custom_variable, as: 'conversionCustomVariable', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesConversionCustomVariable, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesConversionCustomVariable::Representation
2765
+
2663
2766
  collection :custom_columns, as: 'customColumns', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0CommonValue, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0CommonValue::Representation
2664
2767
 
2665
2768
  property :customer, as: 'customer', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesCustomer, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ResourcesCustomer::Representation
@@ -2739,10 +2842,18 @@ module Google
2739
2842
  class GoogleAdsSearchads360V0ServicesSearchSearchAds360Response
2740
2843
  # @private
2741
2844
  class Representation < Google::Apis::Core::JsonRepresentation
2845
+ collection :conversion_custom_dimension_headers, as: 'conversionCustomDimensionHeaders', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ServicesConversionCustomDimensionHeader, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ServicesConversionCustomDimensionHeader::Representation
2846
+
2847
+ collection :conversion_custom_metric_headers, as: 'conversionCustomMetricHeaders', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ServicesConversionCustomMetricHeader, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ServicesConversionCustomMetricHeader::Representation
2848
+
2742
2849
  collection :custom_column_headers, as: 'customColumnHeaders', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ServicesCustomColumnHeader, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ServicesCustomColumnHeader::Representation
2743
2850
 
2744
2851
  property :field_mask, as: 'fieldMask'
2745
2852
  property :next_page_token, as: 'nextPageToken'
2853
+ collection :raw_event_conversion_dimension_headers, as: 'rawEventConversionDimensionHeaders', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ServicesRawEventConversionDimensionHeader, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ServicesRawEventConversionDimensionHeader::Representation
2854
+
2855
+ collection :raw_event_conversion_metric_headers, as: 'rawEventConversionMetricHeaders', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ServicesRawEventConversionMetricHeader, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ServicesRawEventConversionMetricHeader::Representation
2856
+
2746
2857
  collection :results, as: 'results', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ServicesSearchAds360Row, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ServicesSearchAds360Row::Representation
2747
2858
 
2748
2859
  property :summary_row, as: 'summaryRow', class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ServicesSearchAds360Row, decorator: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0ServicesSearchAds360Row::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.10.0
4
+ version: 0.11.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-01-23 00:00:00.000000000 Z
11
+ date: 2024-02-18 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.10.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-searchads360_v0/v0.11.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: []