google-ads-googleads 40.1.0 → 41.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (26) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +8 -0
  3. data/lib/google/ads/google_ads/factories/v24/enums.rb +32 -0
  4. data/lib/google/ads/google_ads/factories/v24/resources.rb +119 -2
  5. data/lib/google/ads/google_ads/v24/common/ad_type_infos_pb.rb +1 -1
  6. data/lib/google/ads/google_ads/v24/common/criteria_pb.rb +1 -1
  7. data/lib/google/ads/google_ads/v24/common/experiment_types_pb.rb +27 -0
  8. data/lib/google/ads/google_ads/v24/common/metrics_pb.rb +1 -1
  9. data/lib/google/ads/google_ads/v24/common/segments_pb.rb +2 -1
  10. data/lib/google/ads/google_ads/v24/enums/asset_field_type_pb.rb +1 -1
  11. data/lib/google/ads/google_ads/v24/enums/experiment_asset_detail_operation_pb.rb +24 -0
  12. data/lib/google/ads/google_ads/v24/enums/experiment_type_pb.rb +1 -1
  13. data/lib/google/ads/google_ads/v24/enums/mobile_device_platform_pb.rb +24 -0
  14. data/lib/google/ads/google_ads/v24/enums/optimize_assets_experiment_subtype_pb.rb +24 -0
  15. data/lib/google/ads/google_ads/v24/enums/third_party_viewability_integration_partner_pb.rb +1 -1
  16. data/lib/google/ads/google_ads/v24/enums/video_experiment_subtype_pb.rb +24 -0
  17. data/lib/google/ads/google_ads/v24/errors/criterion_error_pb.rb +1 -1
  18. data/lib/google/ads/google_ads/v24/errors/date_range_error_pb.rb +1 -1
  19. data/lib/google/ads/google_ads/v24/errors/experiment_arm_error_pb.rb +1 -1
  20. data/lib/google/ads/google_ads/v24/errors/experiment_error_pb.rb +1 -1
  21. data/lib/google/ads/google_ads/v24/resources/customer_user_access_pb.rb +1 -1
  22. data/lib/google/ads/google_ads/v24/resources/experiment_arm_pb.rb +11 -1
  23. data/lib/google/ads/google_ads/v24/resources/experiment_pb.rb +2 -1
  24. data/lib/google/ads/google_ads/v24/services/experiment_arm_service/paths.rb +68 -0
  25. data/lib/google/ads/google_ads/version.rb +1 -1
  26. metadata +6 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a7d63c86c6d4891c274e460023b49940720de259cb9b148d8b63c45d68db76ed
4
- data.tar.gz: cee9c7335d4009ad07752ac5b0fa4dc9a6614b5729cb735b43e5578e1536b955
3
+ metadata.gz: a6e1714acbf570672e0dccabb5bfab917b9b3f07628b6123ce0f858d8d1a402b
4
+ data.tar.gz: 36ac1d965e0634fcca313e8e8268c68026b42a39cb8531fd0fb0a99481d4ec24
5
5
  SHA512:
6
- metadata.gz: 15ca214e5e0092e01ef6795968719f659253b8ee4449bfa7d70087687d56a3161b83728a9b386938193cea674a835097280517be5d94048a1dd094b5da38dda0
7
- data.tar.gz: 491186f85ade1c9891aca470e965e7f890e392d273f62153fd2d2b72343b6a76a8401d291dcf63ca50b0bad6873e0c055ad6391bfe74791aacc5010e595c9979
6
+ metadata.gz: 136a437564c62152c8032ad8d2937f94ad0838c2127fc4dc0d064663d3f5741ce7fe3bb3fc33d03f26aac036926508828a0cb34543b300d9e5fcd202e85d71c3
7
+ data.tar.gz: 69ecd0d7161050f5f69d0435c5023a435cbfe2624d8a146a8779fcd893ab2e5ec6bdb63ef92819594169934325739ee459d9d031ea728e1c417eb75a0509734f
data/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ 41.0.0
2
+ -----
3
+ - Compatibility with v24 of the API: https://developers.google.com/google-ads/api/docs/release-notes
4
+
5
+ 40.1.0
6
+ -----
7
+ - Updated minitest to 6.0.
8
+
1
9
  40.0.0
2
10
  -----
3
11
  - Updated minitest to 6.0.
@@ -1868,6 +1868,30 @@ module Google
1868
1868
  Google::Ads::GoogleAds::V24::Enums::DistanceBucketEnum::DistanceBucket.descriptor
1869
1869
  end
1870
1870
 
1871
+ # Returns the descriptor for the ExperimentAssetDetailOperation enum
1872
+ #
1873
+ # @return [Google::Protobuf::EnumDescriptor] for the ExperimentAssetDetailOperation enum
1874
+ def self.experiment_asset_detail_operation
1875
+ require "google/ads/google_ads/v24/enums/experiment_asset_detail_operation_pb"
1876
+ Google::Ads::GoogleAds::V24::Enums::ExperimentAssetDetailOperationEnum::ExperimentAssetDetailOperation.descriptor
1877
+ end
1878
+
1879
+ # Returns the descriptor for the OptimizeAssetsExperimentSubtype enum
1880
+ #
1881
+ # @return [Google::Protobuf::EnumDescriptor] for the OptimizeAssetsExperimentSubtype enum
1882
+ def self.optimize_assets_experiment_subtype
1883
+ require "google/ads/google_ads/v24/enums/optimize_assets_experiment_subtype_pb"
1884
+ Google::Ads::GoogleAds::V24::Enums::OptimizeAssetsExperimentSubtypeEnum::OptimizeAssetsExperimentSubtype.descriptor
1885
+ end
1886
+
1887
+ # Returns the descriptor for the VideoExperimentSubtype enum
1888
+ #
1889
+ # @return [Google::Protobuf::EnumDescriptor] for the VideoExperimentSubtype enum
1890
+ def self.video_experiment_subtype
1891
+ require "google/ads/google_ads/v24/enums/video_experiment_subtype_pb"
1892
+ Google::Ads::GoogleAds::V24::Enums::VideoExperimentSubtypeEnum::VideoExperimentSubtype.descriptor
1893
+ end
1894
+
1871
1895
  # Returns the descriptor for the ExperimentMetric enum
1872
1896
  #
1873
1897
  # @return [Google::Protobuf::EnumDescriptor] for the ExperimentMetric enum
@@ -2756,6 +2780,14 @@ module Google
2756
2780
  Google::Ads::GoogleAds::V24::Enums::MatchTypeEnum::MatchType.descriptor
2757
2781
  end
2758
2782
 
2783
+ # Returns the descriptor for the MobileDevicePlatform enum
2784
+ #
2785
+ # @return [Google::Protobuf::EnumDescriptor] for the MobileDevicePlatform enum
2786
+ def self.mobile_device_platform
2787
+ require "google/ads/google_ads/v24/enums/mobile_device_platform_pb"
2788
+ Google::Ads::GoogleAds::V24::Enums::MobileDevicePlatformEnum::MobileDevicePlatform.descriptor
2789
+ end
2790
+
2759
2791
  # Returns the descriptor for the SearchEngineResultsPageType enum
2760
2792
  #
2761
2793
  # @return [Google::Protobuf::EnumDescriptor] for the SearchEngineResultsPageType enum
@@ -6491,6 +6491,123 @@ module Google
6491
6491
  res
6492
6492
  end
6493
6493
 
6494
+ # Returns a new instance of asset_testing_info, optionally
6495
+ # yielding it to a passed block so that attributes can be set on it.
6496
+ #
6497
+ # @yield [Google::Ads::GoogleAds::V24::Resources::ExperimentArm::AssetTestingInfo] the new instance that will be returned so attributes
6498
+ # can be set
6499
+ # @return [Google::Ads::GoogleAds::V24::Resources::ExperimentArm::AssetTestingInfo] the created resource
6500
+ def self.asset_testing_info
6501
+ require "google/ads/google_ads/v24/resources/experiment_arm_pb"
6502
+ res = Google::Ads::GoogleAds::V24::Resources::ExperimentArm::AssetTestingInfo.new
6503
+ yield res if block_given?
6504
+ res
6505
+ end
6506
+
6507
+ # Returns a new instance of asset_variation_info, optionally
6508
+ # yielding it to a passed block so that attributes can be set on it.
6509
+ #
6510
+ # @yield [Google::Ads::GoogleAds::V24::Resources::ExperimentArm::AssetVariationInfo] the new instance that will be returned so attributes
6511
+ # can be set
6512
+ # @return [Google::Ads::GoogleAds::V24::Resources::ExperimentArm::AssetVariationInfo] the created resource
6513
+ def self.asset_variation_info
6514
+ require "google/ads/google_ads/v24/resources/experiment_arm_pb"
6515
+ res = Google::Ads::GoogleAds::V24::Resources::ExperimentArm::AssetVariationInfo.new
6516
+ yield res if block_given?
6517
+ res
6518
+ end
6519
+
6520
+ # Returns a new instance of asset_detail, optionally
6521
+ # yielding it to a passed block so that attributes can be set on it.
6522
+ #
6523
+ # @yield [Google::Ads::GoogleAds::V24::Resources::ExperimentArm::AssetDetail] the new instance that will be returned so attributes
6524
+ # can be set
6525
+ # @return [Google::Ads::GoogleAds::V24::Resources::ExperimentArm::AssetDetail] the created resource
6526
+ def self.asset_detail
6527
+ require "google/ads/google_ads/v24/resources/experiment_arm_pb"
6528
+ res = Google::Ads::GoogleAds::V24::Resources::ExperimentArm::AssetDetail.new
6529
+ yield res if block_given?
6530
+ res
6531
+ end
6532
+
6533
+ # Returns a new instance of experiment_arm_asset_group_info, optionally
6534
+ # yielding it to a passed block so that attributes can be set on it.
6535
+ #
6536
+ # @yield [Google::Ads::GoogleAds::V24::Resources::ExperimentArm::AssetGroupInfo] the new instance that will be returned so attributes
6537
+ # can be set
6538
+ # @return [Google::Ads::GoogleAds::V24::Resources::ExperimentArm::AssetGroupInfo] the created resource
6539
+ def self.experiment_arm_asset_group_info
6540
+ require "google/ads/google_ads/v24/resources/experiment_arm_pb"
6541
+ res = Google::Ads::GoogleAds::V24::Resources::ExperimentArm::AssetGroupInfo.new
6542
+ yield res if block_given?
6543
+ res
6544
+ end
6545
+
6546
+ # Returns a new instance of asset_group_asset_info, optionally
6547
+ # yielding it to a passed block so that attributes can be set on it.
6548
+ #
6549
+ # @yield [Google::Ads::GoogleAds::V24::Resources::ExperimentArm::AssetGroupAssetInfo] the new instance that will be returned so attributes
6550
+ # can be set
6551
+ # @return [Google::Ads::GoogleAds::V24::Resources::ExperimentArm::AssetGroupAssetInfo] the created resource
6552
+ def self.asset_group_asset_info
6553
+ require "google/ads/google_ads/v24/resources/experiment_arm_pb"
6554
+ res = Google::Ads::GoogleAds::V24::Resources::ExperimentArm::AssetGroupAssetInfo.new
6555
+ yield res if block_given?
6556
+ res
6557
+ end
6558
+
6559
+ # Returns a new instance of experimental_performance_max_campaign_settings, optionally
6560
+ # yielding it to a passed block so that attributes can be set on it.
6561
+ #
6562
+ # @yield [Google::Ads::GoogleAds::V24::Resources::ExperimentArm::ExperimentalPerformanceMaxCampaignSettings] the new instance that will be returned so attributes
6563
+ # can be set
6564
+ # @return [Google::Ads::GoogleAds::V24::Resources::ExperimentArm::ExperimentalPerformanceMaxCampaignSettings] the created resource
6565
+ def self.experimental_performance_max_campaign_settings
6566
+ require "google/ads/google_ads/v24/resources/experiment_arm_pb"
6567
+ res = Google::Ads::GoogleAds::V24::Resources::ExperimentArm::ExperimentalPerformanceMaxCampaignSettings.new
6568
+ yield res if block_given?
6569
+ res
6570
+ end
6571
+
6572
+ # Returns a new instance of performance_max_experiment_arm_info, optionally
6573
+ # yielding it to a passed block so that attributes can be set on it.
6574
+ #
6575
+ # @yield [Google::Ads::GoogleAds::V24::Resources::ExperimentArm::PerformanceMaxExperimentArmInfo] the new instance that will be returned so attributes
6576
+ # can be set
6577
+ # @return [Google::Ads::GoogleAds::V24::Resources::ExperimentArm::PerformanceMaxExperimentArmInfo] the created resource
6578
+ def self.performance_max_experiment_arm_info
6579
+ require "google/ads/google_ads/v24/resources/experiment_arm_pb"
6580
+ res = Google::Ads::GoogleAds::V24::Resources::ExperimentArm::PerformanceMaxExperimentArmInfo.new
6581
+ yield res if block_given?
6582
+ res
6583
+ end
6584
+
6585
+ # Returns a new instance of video_experiment_info, optionally
6586
+ # yielding it to a passed block so that attributes can be set on it.
6587
+ #
6588
+ # @yield [Google::Ads::GoogleAds::V24::Common::VideoExperimentInfo] the new instance that will be returned so attributes
6589
+ # can be set
6590
+ # @return [Google::Ads::GoogleAds::V24::Common::VideoExperimentInfo] the created resource
6591
+ def self.video_experiment_info
6592
+ require "google/ads/google_ads/v24/common/experiment_types_pb"
6593
+ res = Google::Ads::GoogleAds::V24::Common::VideoExperimentInfo.new
6594
+ yield res if block_given?
6595
+ res
6596
+ end
6597
+
6598
+ # Returns a new instance of optimize_assets_experiment_info, optionally
6599
+ # yielding it to a passed block so that attributes can be set on it.
6600
+ #
6601
+ # @yield [Google::Ads::GoogleAds::V24::Common::OptimizeAssetsExperimentInfo] the new instance that will be returned so attributes
6602
+ # can be set
6603
+ # @return [Google::Ads::GoogleAds::V24::Common::OptimizeAssetsExperimentInfo] the created resource
6604
+ def self.optimize_assets_experiment_info
6605
+ require "google/ads/google_ads/v24/common/experiment_types_pb"
6606
+ res = Google::Ads::GoogleAds::V24::Common::OptimizeAssetsExperimentInfo.new
6607
+ yield res if block_given?
6608
+ res
6609
+ end
6610
+
6494
6611
  # Returns a new instance of metric_goal, optionally
6495
6612
  # yielding it to a passed block so that attributes can be set on it.
6496
6613
  #
@@ -12900,13 +13017,13 @@ module Google
12900
13017
  res
12901
13018
  end
12902
13019
 
12903
- # Returns a new instance of asset_group_info, optionally
13020
+ # Returns a new instance of generate_recommendations_request_asset_group_info, optionally
12904
13021
  # yielding it to a passed block so that attributes can be set on it.
12905
13022
  #
12906
13023
  # @yield [Google::Ads::GoogleAds::V24::Services::GenerateRecommendationsRequest::AssetGroupInfo] the new instance that will be returned so attributes
12907
13024
  # can be set
12908
13025
  # @return [Google::Ads::GoogleAds::V24::Services::GenerateRecommendationsRequest::AssetGroupInfo] the created resource
12909
- def self.asset_group_info
13026
+ def self.generate_recommendations_request_asset_group_info
12910
13027
  require "google/ads/google_ads/v24/services/recommendation_service_pb"
12911
13028
  res = Google::Ads::GoogleAds::V24::Services::GenerateRecommendationsRequest::AssetGroupInfo.new
12912
13029
  yield res if block_given?
@@ -13,7 +13,7 @@ require 'google/ads/google_ads/v24/enums/video_thumbnail_pb'
13
13
  require 'google/api/field_behavior_pb'
14
14
 
15
15
 
16
- descriptor_data = "\n3google/ads/googleads/v24/common/ad_type_infos.proto\x12\x1fgoogle.ads.googleads.v24.common\x1a.google/ads/googleads/v24/common/ad_asset.proto\x1a>google/ads/googleads/v24/enums/display_ad_format_setting.proto\x1a@google/ads/googleads/v24/enums/display_upload_product_type.proto\x1a\x44google/ads/googleads/v24/enums/legacy_app_install_ad_app_store.proto\x1a.google/ads/googleads/v24/enums/mime_type.proto\x1a\x34google/ads/googleads/v24/enums/video_thumbnail.proto\x1a\x1fgoogle/api/field_behavior.proto\"\x88\x01\n\nTextAdInfo\x12\x15\n\x08headline\x18\x04 \x01(\tH\x00\x88\x01\x01\x12\x19\n\x0c\x64\x65scription1\x18\x05 \x01(\tH\x01\x88\x01\x01\x12\x19\n\x0c\x64\x65scription2\x18\x06 \x01(\tH\x02\x88\x01\x01\x42\x0b\n\t_headlineB\x0f\n\r_description1B\x0f\n\r_description2\"\xb6\x02\n\x12\x45xpandedTextAdInfo\x12\x1b\n\x0eheadline_part1\x18\x08 \x01(\tH\x00\x88\x01\x01\x12\x1b\n\x0eheadline_part2\x18\t \x01(\tH\x01\x88\x01\x01\x12\x1b\n\x0eheadline_part3\x18\n \x01(\tH\x02\x88\x01\x01\x12\x18\n\x0b\x64\x65scription\x18\x0b \x01(\tH\x03\x88\x01\x01\x12\x19\n\x0c\x64\x65scription2\x18\x0c \x01(\tH\x04\x88\x01\x01\x12\x12\n\x05path1\x18\r \x01(\tH\x05\x88\x01\x01\x12\x12\n\x05path2\x18\x0e \x01(\tH\x06\x88\x01\x01\x42\x11\n\x0f_headline_part1B\x11\n\x0f_headline_part2B\x11\n\x0f_headline_part3B\x0e\n\x0c_descriptionB\x0f\n\r_description2B\x08\n\x06_path1B\x08\n\x06_path2\"s\n\x1b\x45xpandedDynamicSearchAdInfo\x12\x18\n\x0b\x64\x65scription\x18\x03 \x01(\tH\x00\x88\x01\x01\x12\x19\n\x0c\x64\x65scription2\x18\x04 \x01(\tH\x01\x88\x01\x01\x42\x0e\n\x0c_descriptionB\x0f\n\r_description2\"\r\n\x0bHotelAdInfo\"\x0e\n\x0cTravelAdInfo\"\x15\n\x13ShoppingSmartAdInfo\"\x17\n\x15ShoppingProductAdInfo\"E\n\x1fShoppingComparisonListingAdInfo\x12\x15\n\x08headline\x18\x02 \x01(\tH\x00\x88\x01\x01\x42\x0b\n\t_headline\"\x9e\x04\n\x0bImageAdInfo\x12\x18\n\x0bpixel_width\x18\x0f \x01(\x03H\x01\x88\x01\x01\x12\x19\n\x0cpixel_height\x18\x10 \x01(\x03H\x02\x88\x01\x01\x12\x16\n\timage_url\x18\x11 \x01(\tH\x03\x88\x01\x01\x12 \n\x13preview_pixel_width\x18\x12 \x01(\x03H\x04\x88\x01\x01\x12!\n\x14preview_pixel_height\x18\x13 \x01(\x03H\x05\x88\x01\x01\x12\x1e\n\x11preview_image_url\x18\x14 \x01(\tH\x06\x88\x01\x01\x12H\n\tmime_type\x18\n \x01(\x0e\x32\x35.google.ads.googleads.v24.enums.MimeTypeEnum.MimeType\x12\x11\n\x04name\x18\x15 \x01(\tH\x07\x88\x01\x01\x12\x44\n\x0bimage_asset\x18\x16 \x01(\x0b\x32-.google.ads.googleads.v24.common.AdImageAssetH\x00\x12\x0e\n\x04\x64\x61ta\x18\r \x01(\x0cH\x00\x12\"\n\x18\x61\x64_id_to_copy_image_from\x18\x0e \x01(\x03H\x00\x42\x07\n\x05imageB\x0e\n\x0c_pixel_widthB\x0f\n\r_pixel_heightB\x0c\n\n_image_urlB\x16\n\x14_preview_pixel_widthB\x17\n\x15_preview_pixel_heightB\x14\n\x12_preview_image_urlB\x07\n\x05_name\"\x9a\x01\n\x19VideoBumperInStreamAdInfo\x12G\n\x10\x63ompanion_banner\x18\x03 \x01(\x0b\x32-.google.ads.googleads.v24.common.AdImageAsset\x12\x1b\n\x13\x61\x63tion_button_label\x18\x04 \x01(\t\x12\x17\n\x0f\x61\x63tion_headline\x18\x05 \x01(\t\"\xa0\x01\n\x1fVideoNonSkippableInStreamAdInfo\x12G\n\x10\x63ompanion_banner\x18\x05 \x01(\x0b\x32-.google.ads.googleads.v24.common.AdImageAsset\x12\x1b\n\x13\x61\x63tion_button_label\x18\x03 \x01(\t\x12\x17\n\x0f\x61\x63tion_headline\x18\x04 \x01(\t\"\x9c\x01\n\x1bVideoTrueViewInStreamAdInfo\x12\x1b\n\x13\x61\x63tion_button_label\x18\x04 \x01(\t\x12\x17\n\x0f\x61\x63tion_headline\x18\x05 \x01(\t\x12G\n\x10\x63ompanion_banner\x18\x07 \x01(\x0b\x32-.google.ads.googleads.v24.common.AdImageAsset\"=\n\x14VideoOutstreamAdInfo\x12\x10\n\x08headline\x18\x03 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x04 \x01(\t\"\xa7\x01\n\x11InFeedVideoAdInfo\x12\x10\n\x08headline\x18\x01 \x01(\t\x12\x14\n\x0c\x64\x65scription1\x18\x02 \x01(\t\x12\x14\n\x0c\x64\x65scription2\x18\x03 \x01(\t\x12T\n\tthumbnail\x18\x04 \x01(\x0e\x32\x41.google.ads.googleads.v24.enums.VideoThumbnailEnum.VideoThumbnail\"\x14\n\x12YouTubeAudioAdInfo\"\xab\x04\n\x0bVideoAdInfo\x12<\n\x05video\x18\x08 \x01(\x0b\x32-.google.ads.googleads.v24.common.AdVideoAsset\x12Q\n\tin_stream\x18\x02 \x01(\x0b\x32<.google.ads.googleads.v24.common.VideoTrueViewInStreamAdInfoH\x00\x12L\n\x06\x62umper\x18\x03 \x01(\x0b\x32:.google.ads.googleads.v24.common.VideoBumperInStreamAdInfoH\x00\x12K\n\nout_stream\x18\x04 \x01(\x0b\x32\x35.google.ads.googleads.v24.common.VideoOutstreamAdInfoH\x00\x12Y\n\rnon_skippable\x18\x05 \x01(\x0b\x32@.google.ads.googleads.v24.common.VideoNonSkippableInStreamAdInfoH\x00\x12\x45\n\x07in_feed\x18\t \x01(\x0b\x32\x32.google.ads.googleads.v24.common.InFeedVideoAdInfoH\x00\x12\x44\n\x05\x61udio\x18\n \x01(\x0b\x32\x33.google.ads.googleads.v24.common.YouTubeAudioAdInfoH\x00\x42\x08\n\x06\x66ormat\"\xf4\x04\n\x15VideoResponsiveAdInfo\x12?\n\theadlines\x18\x01 \x03(\x0b\x32,.google.ads.googleads.v24.common.AdTextAsset\x12\x44\n\x0elong_headlines\x18\x02 \x03(\x0b\x32,.google.ads.googleads.v24.common.AdTextAsset\x12\x42\n\x0c\x64\x65scriptions\x18\x03 \x03(\x0b\x32,.google.ads.googleads.v24.common.AdTextAsset\x12\x45\n\x0f\x63\x61ll_to_actions\x18\x04 \x03(\x0b\x32,.google.ads.googleads.v24.common.AdTextAsset\x12\x42\n\x06videos\x18\x05 \x03(\x0b\x32-.google.ads.googleads.v24.common.AdVideoAssetB\x03\xe0\x41\x02\x12H\n\rbusiness_name\x18\t \x01(\x0b\x32,.google.ads.googleads.v24.common.AdTextAssetB\x03\xe0\x41\x02\x12G\n\x0blogo_images\x18\n \x03(\x0b\x32-.google.ads.googleads.v24.common.AdImageAssetB\x03\xe0\x41\x02\x12H\n\x11\x63ompanion_banners\x18\x06 \x03(\x0b\x32-.google.ads.googleads.v24.common.AdImageAsset\x12\x13\n\x0b\x62readcrumb1\x18\x07 \x01(\t\x12\x13\n\x0b\x62readcrumb2\x18\x08 \x01(\t\"\xd9\x01\n\x16ResponsiveSearchAdInfo\x12?\n\theadlines\x18\x01 \x03(\x0b\x32,.google.ads.googleads.v24.common.AdTextAsset\x12\x42\n\x0c\x64\x65scriptions\x18\x02 \x03(\x0b\x32,.google.ads.googleads.v24.common.AdTextAsset\x12\x12\n\x05path1\x18\x05 \x01(\tH\x00\x88\x01\x01\x12\x12\n\x05path2\x18\x06 \x01(\tH\x01\x88\x01\x01\x42\x08\n\x06_path1B\x08\n\x06_path2\"\xae\x06\n\x1dLegacyResponsiveDisplayAdInfo\x12\x1b\n\x0eshort_headline\x18\x10 \x01(\tH\x00\x88\x01\x01\x12\x1a\n\rlong_headline\x18\x11 \x01(\tH\x01\x88\x01\x01\x12\x18\n\x0b\x64\x65scription\x18\x12 \x01(\tH\x02\x88\x01\x01\x12\x1a\n\rbusiness_name\x18\x13 \x01(\tH\x03\x88\x01\x01\x12!\n\x14\x61llow_flexible_color\x18\x14 \x01(\x08H\x04\x88\x01\x01\x12\x19\n\x0c\x61\x63\x63\x65nt_color\x18\x15 \x01(\tH\x05\x88\x01\x01\x12\x17\n\nmain_color\x18\x16 \x01(\tH\x06\x88\x01\x01\x12 \n\x13\x63\x61ll_to_action_text\x18\x17 \x01(\tH\x07\x88\x01\x01\x12\x17\n\nlogo_image\x18\x18 \x01(\tH\x08\x88\x01\x01\x12\x1e\n\x11square_logo_image\x18\x19 \x01(\tH\t\x88\x01\x01\x12\x1c\n\x0fmarketing_image\x18\x1a \x01(\tH\n\x88\x01\x01\x12#\n\x16square_marketing_image\x18\x1b \x01(\tH\x0b\x88\x01\x01\x12i\n\x0e\x66ormat_setting\x18\r \x01(\x0e\x32Q.google.ads.googleads.v24.enums.DisplayAdFormatSettingEnum.DisplayAdFormatSetting\x12\x19\n\x0cprice_prefix\x18\x1c \x01(\tH\x0c\x88\x01\x01\x12\x17\n\npromo_text\x18\x1d \x01(\tH\r\x88\x01\x01\x42\x11\n\x0f_short_headlineB\x10\n\x0e_long_headlineB\x0e\n\x0c_descriptionB\x10\n\x0e_business_nameB\x17\n\x15_allow_flexible_colorB\x0f\n\r_accent_colorB\r\n\x0b_main_colorB\x16\n\x14_call_to_action_textB\r\n\x0b_logo_imageB\x14\n\x12_square_logo_imageB\x12\n\x10_marketing_imageB\x19\n\x17_square_marketing_imageB\x0f\n\r_price_prefixB\r\n\x0b_promo_text\"\xfd\x03\n\tAppAdInfo\x12G\n\x11mandatory_ad_text\x18\x01 \x01(\x0b\x32,.google.ads.googleads.v24.common.AdTextAsset\x12?\n\theadlines\x18\x02 \x03(\x0b\x32,.google.ads.googleads.v24.common.AdTextAsset\x12\x42\n\x0c\x64\x65scriptions\x18\x03 \x03(\x0b\x32,.google.ads.googleads.v24.common.AdTextAsset\x12=\n\x06images\x18\x04 \x03(\x0b\x32-.google.ads.googleads.v24.common.AdImageAsset\x12\x45\n\x0eyoutube_videos\x18\x05 \x03(\x0b\x32-.google.ads.googleads.v24.common.AdVideoAsset\x12P\n\x13html5_media_bundles\x18\x06 \x03(\x0b\x32\x33.google.ads.googleads.v24.common.AdMediaBundleAsset\x12J\n\rapp_deep_link\x18\x07 \x01(\x0b\x32\x33.google.ads.googleads.v24.common.AdAppDeepLinkAsset\"\x98\x02\n\x13\x41ppEngagementAdInfo\x12?\n\theadlines\x18\x01 \x03(\x0b\x32,.google.ads.googleads.v24.common.AdTextAsset\x12\x42\n\x0c\x64\x65scriptions\x18\x02 \x03(\x0b\x32,.google.ads.googleads.v24.common.AdTextAsset\x12=\n\x06images\x18\x03 \x03(\x0b\x32-.google.ads.googleads.v24.common.AdImageAsset\x12=\n\x06videos\x18\x04 \x03(\x0b\x32-.google.ads.googleads.v24.common.AdVideoAsset\"\xa5\x02\n\x18\x41ppPreRegistrationAdInfo\x12?\n\theadlines\x18\x01 \x03(\x0b\x32,.google.ads.googleads.v24.common.AdTextAsset\x12\x42\n\x0c\x64\x65scriptions\x18\x02 \x03(\x0b\x32,.google.ads.googleads.v24.common.AdTextAsset\x12=\n\x06images\x18\x03 \x03(\x0b\x32-.google.ads.googleads.v24.common.AdImageAsset\x12\x45\n\x0eyoutube_videos\x18\x04 \x03(\x0b\x32-.google.ads.googleads.v24.common.AdVideoAsset\"\xa2\x02\n\x16LegacyAppInstallAdInfo\x12\x13\n\x06\x61pp_id\x18\x06 \x01(\tH\x00\x88\x01\x01\x12l\n\tapp_store\x18\x02 \x01(\x0e\x32Y.google.ads.googleads.v24.enums.LegacyAppInstallAdAppStoreEnum.LegacyAppInstallAdAppStore\x12\x15\n\x08headline\x18\x07 \x01(\tH\x01\x88\x01\x01\x12\x19\n\x0c\x64\x65scription1\x18\x08 \x01(\tH\x02\x88\x01\x01\x12\x19\n\x0c\x64\x65scription2\x18\t \x01(\tH\x03\x88\x01\x01\x42\t\n\x07_app_idB\x0b\n\t_headlineB\x0f\n\r_description1B\x0f\n\r_description2\"\xe0\x08\n\x17ResponsiveDisplayAdInfo\x12G\n\x10marketing_images\x18\x01 \x03(\x0b\x32-.google.ads.googleads.v24.common.AdImageAsset\x12N\n\x17square_marketing_images\x18\x02 \x03(\x0b\x32-.google.ads.googleads.v24.common.AdImageAsset\x12\x42\n\x0blogo_images\x18\x03 \x03(\x0b\x32-.google.ads.googleads.v24.common.AdImageAsset\x12I\n\x12square_logo_images\x18\x04 \x03(\x0b\x32-.google.ads.googleads.v24.common.AdImageAsset\x12?\n\theadlines\x18\x05 \x03(\x0b\x32,.google.ads.googleads.v24.common.AdTextAsset\x12\x43\n\rlong_headline\x18\x06 \x01(\x0b\x32,.google.ads.googleads.v24.common.AdTextAsset\x12\x42\n\x0c\x64\x65scriptions\x18\x07 \x03(\x0b\x32,.google.ads.googleads.v24.common.AdTextAsset\x12\x45\n\x0eyoutube_videos\x18\x08 \x03(\x0b\x32-.google.ads.googleads.v24.common.AdVideoAsset\x12\x1a\n\rbusiness_name\x18\x11 \x01(\tH\x00\x88\x01\x01\x12\x17\n\nmain_color\x18\x12 \x01(\tH\x01\x88\x01\x01\x12\x19\n\x0c\x61\x63\x63\x65nt_color\x18\x13 \x01(\tH\x02\x88\x01\x01\x12!\n\x14\x61llow_flexible_color\x18\x14 \x01(\x08H\x03\x88\x01\x01\x12 \n\x13\x63\x61ll_to_action_text\x18\x15 \x01(\tH\x04\x88\x01\x01\x12\x19\n\x0cprice_prefix\x18\x16 \x01(\tH\x05\x88\x01\x01\x12\x17\n\npromo_text\x18\x17 \x01(\tH\x06\x88\x01\x01\x12i\n\x0e\x66ormat_setting\x18\x10 \x01(\x0e\x32Q.google.ads.googleads.v24.enums.DisplayAdFormatSettingEnum.DisplayAdFormatSetting\x12U\n\x0c\x63ontrol_spec\x18\x18 \x01(\x0b\x32?.google.ads.googleads.v24.common.ResponsiveDisplayAdControlSpecB\x10\n\x0e_business_nameB\r\n\x0b_main_colorB\x0f\n\r_accent_colorB\x17\n\x15_allow_flexible_colorB\x16\n\x14_call_to_action_textB\x0f\n\r_price_prefixB\r\n\x0b_promo_text\"\xe1\x03\n\x0bLocalAdInfo\x12?\n\theadlines\x18\x01 \x03(\x0b\x32,.google.ads.googleads.v24.common.AdTextAsset\x12\x42\n\x0c\x64\x65scriptions\x18\x02 \x03(\x0b\x32,.google.ads.googleads.v24.common.AdTextAsset\x12\x45\n\x0f\x63\x61ll_to_actions\x18\x03 \x03(\x0b\x32,.google.ads.googleads.v24.common.AdTextAsset\x12G\n\x10marketing_images\x18\x04 \x03(\x0b\x32-.google.ads.googleads.v24.common.AdImageAsset\x12\x42\n\x0blogo_images\x18\x05 \x03(\x0b\x32-.google.ads.googleads.v24.common.AdImageAsset\x12=\n\x06videos\x18\x06 \x03(\x0b\x32-.google.ads.googleads.v24.common.AdVideoAsset\x12\x12\n\x05path1\x18\t \x01(\tH\x00\x88\x01\x01\x12\x12\n\x05path2\x18\n \x01(\tH\x01\x88\x01\x01\x42\x08\n\x06_path1B\x08\n\x06_path2\"\xed\x01\n\x13\x44isplayUploadAdInfo\x12z\n\x1b\x64isplay_upload_product_type\x18\x01 \x01(\x0e\x32U.google.ads.googleads.v24.enums.DisplayUploadProductTypeEnum.DisplayUploadProductType\x12K\n\x0cmedia_bundle\x18\x02 \x01(\x0b\x32\x33.google.ads.googleads.v24.common.AdMediaBundleAssetH\x00\x42\r\n\x0bmedia_asset\"a\n\x1eResponsiveDisplayAdControlSpec\x12!\n\x19\x65nable_asset_enhancements\x18\x01 \x01(\x08\x12\x1c\n\x14\x65nable_autogen_video\x18\x02 \x01(\x08\"\x9a\x01\n\x13SmartCampaignAdInfo\x12?\n\theadlines\x18\x01 \x03(\x0b\x32,.google.ads.googleads.v24.common.AdTextAsset\x12\x42\n\x0c\x64\x65scriptions\x18\x02 \x03(\x0b\x32,.google.ads.googleads.v24.common.AdTextAsset\"\x8e\x05\n\x19\x44\x65mandGenMultiAssetAdInfo\x12G\n\x10marketing_images\x18\x01 \x03(\x0b\x32-.google.ads.googleads.v24.common.AdImageAsset\x12N\n\x17square_marketing_images\x18\x02 \x03(\x0b\x32-.google.ads.googleads.v24.common.AdImageAsset\x12P\n\x19portrait_marketing_images\x18\x03 \x03(\x0b\x32-.google.ads.googleads.v24.common.AdImageAsset\x12U\n\x1etall_portrait_marketing_images\x18\n \x03(\x0b\x32-.google.ads.googleads.v24.common.AdImageAsset\x12\x42\n\x0blogo_images\x18\x04 \x03(\x0b\x32-.google.ads.googleads.v24.common.AdImageAsset\x12?\n\theadlines\x18\x05 \x03(\x0b\x32,.google.ads.googleads.v24.common.AdTextAsset\x12\x42\n\x0c\x64\x65scriptions\x18\x06 \x03(\x0b\x32,.google.ads.googleads.v24.common.AdTextAsset\x12\x1a\n\rbusiness_name\x18\x07 \x01(\tH\x00\x88\x01\x01\x12 \n\x13\x63\x61ll_to_action_text\x18\x08 \x01(\tH\x01\x88\x01\x01\x42\x10\n\x0e_business_nameB\x16\n\x14_call_to_action_text\"\x83\x03\n\x17\x44\x65mandGenCarouselAdInfo\x12\x1a\n\rbusiness_name\x18\x01 \x01(\tB\x03\xe0\x41\x02\x12\x46\n\nlogo_image\x18\x02 \x01(\x0b\x32-.google.ads.googleads.v24.common.AdImageAssetB\x03\xe0\x41\x02\x12\x43\n\x08headline\x18\x03 \x01(\x0b\x32,.google.ads.googleads.v24.common.AdTextAssetB\x03\xe0\x41\x02\x12\x46\n\x0b\x64\x65scription\x18\x04 \x01(\x0b\x32,.google.ads.googleads.v24.common.AdTextAssetB\x03\xe0\x41\x02\x12\x1b\n\x13\x63\x61ll_to_action_text\x18\x05 \x01(\t\x12Z\n\x0e\x63\x61rousel_cards\x18\x06 \x03(\x0b\x32=.google.ads.googleads.v24.common.AdDemandGenCarouselCardAssetB\x03\xe0\x41\x02\"\x85\x05\n\x1e\x44\x65mandGenVideoResponsiveAdInfo\x12?\n\theadlines\x18\x01 \x03(\x0b\x32,.google.ads.googleads.v24.common.AdTextAsset\x12\x44\n\x0elong_headlines\x18\x02 \x03(\x0b\x32,.google.ads.googleads.v24.common.AdTextAsset\x12\x42\n\x0c\x64\x65scriptions\x18\x03 \x03(\x0b\x32,.google.ads.googleads.v24.common.AdTextAsset\x12\x42\n\x06videos\x18\x04 \x03(\x0b\x32-.google.ads.googleads.v24.common.AdVideoAssetB\x03\xe0\x41\x02\x12G\n\x0blogo_images\x18\x05 \x03(\x0b\x32-.google.ads.googleads.v24.common.AdImageAssetB\x03\xe0\x41\x02\x12H\n\x11\x63ompanion_banners\x18\n \x03(\x0b\x32-.google.ads.googleads.v24.common.AdImageAsset\x12\x13\n\x0b\x62readcrumb1\x18\x06 \x01(\t\x12\x13\n\x0b\x62readcrumb2\x18\x07 \x01(\t\x12H\n\rbusiness_name\x18\x08 \x01(\x0b\x32,.google.ads.googleads.v24.common.AdTextAssetB\x03\xe0\x41\x02\x12M\n\x0f\x63\x61ll_to_actions\x18\t \x03(\x0b\x32\x34.google.ads.googleads.v24.common.AdCallToActionAsset\"\x82\x04\n\x16\x44\x65mandGenProductAdInfo\x12H\n\x08headline\x18\x01 \x01(\x0b\x32,.google.ads.googleads.v24.common.AdTextAssetB\x03\xe0\x41\x02H\x00\x88\x01\x01\x12K\n\x0b\x64\x65scription\x18\x02 \x01(\x0b\x32,.google.ads.googleads.v24.common.AdTextAssetB\x03\xe0\x41\x02H\x01\x88\x01\x01\x12K\n\nlogo_image\x18\x03 \x01(\x0b\x32-.google.ads.googleads.v24.common.AdImageAssetB\x03\xe0\x41\x02H\x02\x88\x01\x01\x12\x13\n\x0b\x62readcrumb1\x18\x04 \x01(\t\x12\x13\n\x0b\x62readcrumb2\x18\x05 \x01(\t\x12H\n\rbusiness_name\x18\x06 \x01(\x0b\x32,.google.ads.googleads.v24.common.AdTextAssetB\x03\xe0\x41\x02\x12Q\n\x0e\x63\x61ll_to_action\x18\x07 \x01(\x0b\x32\x34.google.ads.googleads.v24.common.AdCallToActionAssetH\x03\x88\x01\x01\x42\x0b\n\t_headlineB\x0e\n\x0c_descriptionB\r\n\x0b_logo_imageB\x11\n\x0f_call_to_actionB\xf0\x01\n#com.google.ads.googleads.v24.commonB\x10\x41\x64TypeInfosProtoP\x01ZEgoogle.golang.org/genproto/googleapis/ads/googleads/v24/common;common\xa2\x02\x03GAA\xaa\x02\x1fGoogle.Ads.GoogleAds.V24.Common\xca\x02\x1fGoogle\\Ads\\GoogleAds\\V24\\Common\xea\x02#Google::Ads::GoogleAds::V24::Commonb\x06proto3"
16
+ descriptor_data = "\n3google/ads/googleads/v24/common/ad_type_infos.proto\x12\x1fgoogle.ads.googleads.v24.common\x1a.google/ads/googleads/v24/common/ad_asset.proto\x1a>google/ads/googleads/v24/enums/display_ad_format_setting.proto\x1a@google/ads/googleads/v24/enums/display_upload_product_type.proto\x1a\x44google/ads/googleads/v24/enums/legacy_app_install_ad_app_store.proto\x1a.google/ads/googleads/v24/enums/mime_type.proto\x1a\x34google/ads/googleads/v24/enums/video_thumbnail.proto\x1a\x1fgoogle/api/field_behavior.proto\"\x88\x01\n\nTextAdInfo\x12\x15\n\x08headline\x18\x04 \x01(\tH\x00\x88\x01\x01\x12\x19\n\x0c\x64\x65scription1\x18\x05 \x01(\tH\x01\x88\x01\x01\x12\x19\n\x0c\x64\x65scription2\x18\x06 \x01(\tH\x02\x88\x01\x01\x42\x0b\n\t_headlineB\x0f\n\r_description1B\x0f\n\r_description2\"\xb6\x02\n\x12\x45xpandedTextAdInfo\x12\x1b\n\x0eheadline_part1\x18\x08 \x01(\tH\x00\x88\x01\x01\x12\x1b\n\x0eheadline_part2\x18\t \x01(\tH\x01\x88\x01\x01\x12\x1b\n\x0eheadline_part3\x18\n \x01(\tH\x02\x88\x01\x01\x12\x18\n\x0b\x64\x65scription\x18\x0b \x01(\tH\x03\x88\x01\x01\x12\x19\n\x0c\x64\x65scription2\x18\x0c \x01(\tH\x04\x88\x01\x01\x12\x12\n\x05path1\x18\r \x01(\tH\x05\x88\x01\x01\x12\x12\n\x05path2\x18\x0e \x01(\tH\x06\x88\x01\x01\x42\x11\n\x0f_headline_part1B\x11\n\x0f_headline_part2B\x11\n\x0f_headline_part3B\x0e\n\x0c_descriptionB\x0f\n\r_description2B\x08\n\x06_path1B\x08\n\x06_path2\"s\n\x1b\x45xpandedDynamicSearchAdInfo\x12\x18\n\x0b\x64\x65scription\x18\x03 \x01(\tH\x00\x88\x01\x01\x12\x19\n\x0c\x64\x65scription2\x18\x04 \x01(\tH\x01\x88\x01\x01\x42\x0e\n\x0c_descriptionB\x0f\n\r_description2\"\r\n\x0bHotelAdInfo\"\x0e\n\x0cTravelAdInfo\"\x15\n\x13ShoppingSmartAdInfo\"\x17\n\x15ShoppingProductAdInfo\"E\n\x1fShoppingComparisonListingAdInfo\x12\x15\n\x08headline\x18\x02 \x01(\tH\x00\x88\x01\x01\x42\x0b\n\t_headline\"\x9e\x04\n\x0bImageAdInfo\x12\x18\n\x0bpixel_width\x18\x0f \x01(\x03H\x01\x88\x01\x01\x12\x19\n\x0cpixel_height\x18\x10 \x01(\x03H\x02\x88\x01\x01\x12\x16\n\timage_url\x18\x11 \x01(\tH\x03\x88\x01\x01\x12 \n\x13preview_pixel_width\x18\x12 \x01(\x03H\x04\x88\x01\x01\x12!\n\x14preview_pixel_height\x18\x13 \x01(\x03H\x05\x88\x01\x01\x12\x1e\n\x11preview_image_url\x18\x14 \x01(\tH\x06\x88\x01\x01\x12H\n\tmime_type\x18\n \x01(\x0e\x32\x35.google.ads.googleads.v24.enums.MimeTypeEnum.MimeType\x12\x11\n\x04name\x18\x15 \x01(\tH\x07\x88\x01\x01\x12\x44\n\x0bimage_asset\x18\x16 \x01(\x0b\x32-.google.ads.googleads.v24.common.AdImageAssetH\x00\x12\x0e\n\x04\x64\x61ta\x18\r \x01(\x0cH\x00\x12\"\n\x18\x61\x64_id_to_copy_image_from\x18\x0e \x01(\x03H\x00\x42\x07\n\x05imageB\x0e\n\x0c_pixel_widthB\x0f\n\r_pixel_heightB\x0c\n\n_image_urlB\x16\n\x14_preview_pixel_widthB\x17\n\x15_preview_pixel_heightB\x14\n\x12_preview_image_urlB\x07\n\x05_name\"\x9a\x01\n\x19VideoBumperInStreamAdInfo\x12G\n\x10\x63ompanion_banner\x18\x03 \x01(\x0b\x32-.google.ads.googleads.v24.common.AdImageAsset\x12\x1b\n\x13\x61\x63tion_button_label\x18\x04 \x01(\t\x12\x17\n\x0f\x61\x63tion_headline\x18\x05 \x01(\t\"\xa0\x01\n\x1fVideoNonSkippableInStreamAdInfo\x12G\n\x10\x63ompanion_banner\x18\x05 \x01(\x0b\x32-.google.ads.googleads.v24.common.AdImageAsset\x12\x1b\n\x13\x61\x63tion_button_label\x18\x03 \x01(\t\x12\x17\n\x0f\x61\x63tion_headline\x18\x04 \x01(\t\"\x9c\x01\n\x1bVideoTrueViewInStreamAdInfo\x12\x1b\n\x13\x61\x63tion_button_label\x18\x04 \x01(\t\x12\x17\n\x0f\x61\x63tion_headline\x18\x05 \x01(\t\x12G\n\x10\x63ompanion_banner\x18\x07 \x01(\x0b\x32-.google.ads.googleads.v24.common.AdImageAsset\"=\n\x14VideoOutstreamAdInfo\x12\x10\n\x08headline\x18\x03 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x04 \x01(\t\"\xa7\x01\n\x11InFeedVideoAdInfo\x12\x10\n\x08headline\x18\x01 \x01(\t\x12\x14\n\x0c\x64\x65scription1\x18\x02 \x01(\t\x12\x14\n\x0c\x64\x65scription2\x18\x03 \x01(\t\x12T\n\tthumbnail\x18\x04 \x01(\x0e\x32\x41.google.ads.googleads.v24.enums.VideoThumbnailEnum.VideoThumbnail\"\x14\n\x12YouTubeAudioAdInfo\"\xab\x04\n\x0bVideoAdInfo\x12<\n\x05video\x18\x08 \x01(\x0b\x32-.google.ads.googleads.v24.common.AdVideoAsset\x12Q\n\tin_stream\x18\x02 \x01(\x0b\x32<.google.ads.googleads.v24.common.VideoTrueViewInStreamAdInfoH\x00\x12L\n\x06\x62umper\x18\x03 \x01(\x0b\x32:.google.ads.googleads.v24.common.VideoBumperInStreamAdInfoH\x00\x12K\n\nout_stream\x18\x04 \x01(\x0b\x32\x35.google.ads.googleads.v24.common.VideoOutstreamAdInfoH\x00\x12Y\n\rnon_skippable\x18\x05 \x01(\x0b\x32@.google.ads.googleads.v24.common.VideoNonSkippableInStreamAdInfoH\x00\x12\x45\n\x07in_feed\x18\t \x01(\x0b\x32\x32.google.ads.googleads.v24.common.InFeedVideoAdInfoH\x00\x12\x44\n\x05\x61udio\x18\n \x01(\x0b\x32\x33.google.ads.googleads.v24.common.YouTubeAudioAdInfoH\x00\x42\x08\n\x06\x66ormat\"\xf4\x04\n\x15VideoResponsiveAdInfo\x12?\n\theadlines\x18\x01 \x03(\x0b\x32,.google.ads.googleads.v24.common.AdTextAsset\x12\x44\n\x0elong_headlines\x18\x02 \x03(\x0b\x32,.google.ads.googleads.v24.common.AdTextAsset\x12\x42\n\x0c\x64\x65scriptions\x18\x03 \x03(\x0b\x32,.google.ads.googleads.v24.common.AdTextAsset\x12\x45\n\x0f\x63\x61ll_to_actions\x18\x04 \x03(\x0b\x32,.google.ads.googleads.v24.common.AdTextAsset\x12\x42\n\x06videos\x18\x05 \x03(\x0b\x32-.google.ads.googleads.v24.common.AdVideoAssetB\x03\xe0\x41\x02\x12H\n\rbusiness_name\x18\t \x01(\x0b\x32,.google.ads.googleads.v24.common.AdTextAssetB\x03\xe0\x41\x02\x12G\n\x0blogo_images\x18\n \x03(\x0b\x32-.google.ads.googleads.v24.common.AdImageAssetB\x03\xe0\x41\x02\x12H\n\x11\x63ompanion_banners\x18\x06 \x03(\x0b\x32-.google.ads.googleads.v24.common.AdImageAsset\x12\x13\n\x0b\x62readcrumb1\x18\x07 \x01(\t\x12\x13\n\x0b\x62readcrumb2\x18\x08 \x01(\t\"\xd9\x01\n\x16ResponsiveSearchAdInfo\x12?\n\theadlines\x18\x01 \x03(\x0b\x32,.google.ads.googleads.v24.common.AdTextAsset\x12\x42\n\x0c\x64\x65scriptions\x18\x02 \x03(\x0b\x32,.google.ads.googleads.v24.common.AdTextAsset\x12\x12\n\x05path1\x18\x05 \x01(\tH\x00\x88\x01\x01\x12\x12\n\x05path2\x18\x06 \x01(\tH\x01\x88\x01\x01\x42\x08\n\x06_path1B\x08\n\x06_path2\"\xae\x06\n\x1dLegacyResponsiveDisplayAdInfo\x12\x1b\n\x0eshort_headline\x18\x10 \x01(\tH\x00\x88\x01\x01\x12\x1a\n\rlong_headline\x18\x11 \x01(\tH\x01\x88\x01\x01\x12\x18\n\x0b\x64\x65scription\x18\x12 \x01(\tH\x02\x88\x01\x01\x12\x1a\n\rbusiness_name\x18\x13 \x01(\tH\x03\x88\x01\x01\x12!\n\x14\x61llow_flexible_color\x18\x14 \x01(\x08H\x04\x88\x01\x01\x12\x19\n\x0c\x61\x63\x63\x65nt_color\x18\x15 \x01(\tH\x05\x88\x01\x01\x12\x17\n\nmain_color\x18\x16 \x01(\tH\x06\x88\x01\x01\x12 \n\x13\x63\x61ll_to_action_text\x18\x17 \x01(\tH\x07\x88\x01\x01\x12\x17\n\nlogo_image\x18\x18 \x01(\tH\x08\x88\x01\x01\x12\x1e\n\x11square_logo_image\x18\x19 \x01(\tH\t\x88\x01\x01\x12\x1c\n\x0fmarketing_image\x18\x1a \x01(\tH\n\x88\x01\x01\x12#\n\x16square_marketing_image\x18\x1b \x01(\tH\x0b\x88\x01\x01\x12i\n\x0e\x66ormat_setting\x18\r \x01(\x0e\x32Q.google.ads.googleads.v24.enums.DisplayAdFormatSettingEnum.DisplayAdFormatSetting\x12\x19\n\x0cprice_prefix\x18\x1c \x01(\tH\x0c\x88\x01\x01\x12\x17\n\npromo_text\x18\x1d \x01(\tH\r\x88\x01\x01\x42\x11\n\x0f_short_headlineB\x10\n\x0e_long_headlineB\x0e\n\x0c_descriptionB\x10\n\x0e_business_nameB\x17\n\x15_allow_flexible_colorB\x0f\n\r_accent_colorB\r\n\x0b_main_colorB\x16\n\x14_call_to_action_textB\r\n\x0b_logo_imageB\x14\n\x12_square_logo_imageB\x12\n\x10_marketing_imageB\x19\n\x17_square_marketing_imageB\x0f\n\r_price_prefixB\r\n\x0b_promo_text\"\xfd\x03\n\tAppAdInfo\x12G\n\x11mandatory_ad_text\x18\x01 \x01(\x0b\x32,.google.ads.googleads.v24.common.AdTextAsset\x12?\n\theadlines\x18\x02 \x03(\x0b\x32,.google.ads.googleads.v24.common.AdTextAsset\x12\x42\n\x0c\x64\x65scriptions\x18\x03 \x03(\x0b\x32,.google.ads.googleads.v24.common.AdTextAsset\x12=\n\x06images\x18\x04 \x03(\x0b\x32-.google.ads.googleads.v24.common.AdImageAsset\x12\x45\n\x0eyoutube_videos\x18\x05 \x03(\x0b\x32-.google.ads.googleads.v24.common.AdVideoAsset\x12P\n\x13html5_media_bundles\x18\x06 \x03(\x0b\x32\x33.google.ads.googleads.v24.common.AdMediaBundleAsset\x12J\n\rapp_deep_link\x18\x07 \x01(\x0b\x32\x33.google.ads.googleads.v24.common.AdAppDeepLinkAsset\"\x98\x02\n\x13\x41ppEngagementAdInfo\x12?\n\theadlines\x18\x01 \x03(\x0b\x32,.google.ads.googleads.v24.common.AdTextAsset\x12\x42\n\x0c\x64\x65scriptions\x18\x02 \x03(\x0b\x32,.google.ads.googleads.v24.common.AdTextAsset\x12=\n\x06images\x18\x03 \x03(\x0b\x32-.google.ads.googleads.v24.common.AdImageAsset\x12=\n\x06videos\x18\x04 \x03(\x0b\x32-.google.ads.googleads.v24.common.AdVideoAsset\"\xa5\x02\n\x18\x41ppPreRegistrationAdInfo\x12?\n\theadlines\x18\x01 \x03(\x0b\x32,.google.ads.googleads.v24.common.AdTextAsset\x12\x42\n\x0c\x64\x65scriptions\x18\x02 \x03(\x0b\x32,.google.ads.googleads.v24.common.AdTextAsset\x12=\n\x06images\x18\x03 \x03(\x0b\x32-.google.ads.googleads.v24.common.AdImageAsset\x12\x45\n\x0eyoutube_videos\x18\x04 \x03(\x0b\x32-.google.ads.googleads.v24.common.AdVideoAsset\"\xa2\x02\n\x16LegacyAppInstallAdInfo\x12\x13\n\x06\x61pp_id\x18\x06 \x01(\tH\x00\x88\x01\x01\x12l\n\tapp_store\x18\x02 \x01(\x0e\x32Y.google.ads.googleads.v24.enums.LegacyAppInstallAdAppStoreEnum.LegacyAppInstallAdAppStore\x12\x15\n\x08headline\x18\x07 \x01(\tH\x01\x88\x01\x01\x12\x19\n\x0c\x64\x65scription1\x18\x08 \x01(\tH\x02\x88\x01\x01\x12\x19\n\x0c\x64\x65scription2\x18\t \x01(\tH\x03\x88\x01\x01\x42\t\n\x07_app_idB\x0b\n\t_headlineB\x0f\n\r_description1B\x0f\n\r_description2\"\xe0\x08\n\x17ResponsiveDisplayAdInfo\x12G\n\x10marketing_images\x18\x01 \x03(\x0b\x32-.google.ads.googleads.v24.common.AdImageAsset\x12N\n\x17square_marketing_images\x18\x02 \x03(\x0b\x32-.google.ads.googleads.v24.common.AdImageAsset\x12\x42\n\x0blogo_images\x18\x03 \x03(\x0b\x32-.google.ads.googleads.v24.common.AdImageAsset\x12I\n\x12square_logo_images\x18\x04 \x03(\x0b\x32-.google.ads.googleads.v24.common.AdImageAsset\x12?\n\theadlines\x18\x05 \x03(\x0b\x32,.google.ads.googleads.v24.common.AdTextAsset\x12\x43\n\rlong_headline\x18\x06 \x01(\x0b\x32,.google.ads.googleads.v24.common.AdTextAsset\x12\x42\n\x0c\x64\x65scriptions\x18\x07 \x03(\x0b\x32,.google.ads.googleads.v24.common.AdTextAsset\x12\x45\n\x0eyoutube_videos\x18\x08 \x03(\x0b\x32-.google.ads.googleads.v24.common.AdVideoAsset\x12\x1a\n\rbusiness_name\x18\x11 \x01(\tH\x00\x88\x01\x01\x12\x17\n\nmain_color\x18\x12 \x01(\tH\x01\x88\x01\x01\x12\x19\n\x0c\x61\x63\x63\x65nt_color\x18\x13 \x01(\tH\x02\x88\x01\x01\x12!\n\x14\x61llow_flexible_color\x18\x14 \x01(\x08H\x03\x88\x01\x01\x12 \n\x13\x63\x61ll_to_action_text\x18\x15 \x01(\tH\x04\x88\x01\x01\x12\x19\n\x0cprice_prefix\x18\x16 \x01(\tH\x05\x88\x01\x01\x12\x17\n\npromo_text\x18\x17 \x01(\tH\x06\x88\x01\x01\x12i\n\x0e\x66ormat_setting\x18\x10 \x01(\x0e\x32Q.google.ads.googleads.v24.enums.DisplayAdFormatSettingEnum.DisplayAdFormatSetting\x12U\n\x0c\x63ontrol_spec\x18\x18 \x01(\x0b\x32?.google.ads.googleads.v24.common.ResponsiveDisplayAdControlSpecB\x10\n\x0e_business_nameB\r\n\x0b_main_colorB\x0f\n\r_accent_colorB\x17\n\x15_allow_flexible_colorB\x16\n\x14_call_to_action_textB\x0f\n\r_price_prefixB\r\n\x0b_promo_text\"\xe1\x03\n\x0bLocalAdInfo\x12?\n\theadlines\x18\x01 \x03(\x0b\x32,.google.ads.googleads.v24.common.AdTextAsset\x12\x42\n\x0c\x64\x65scriptions\x18\x02 \x03(\x0b\x32,.google.ads.googleads.v24.common.AdTextAsset\x12\x45\n\x0f\x63\x61ll_to_actions\x18\x03 \x03(\x0b\x32,.google.ads.googleads.v24.common.AdTextAsset\x12G\n\x10marketing_images\x18\x04 \x03(\x0b\x32-.google.ads.googleads.v24.common.AdImageAsset\x12\x42\n\x0blogo_images\x18\x05 \x03(\x0b\x32-.google.ads.googleads.v24.common.AdImageAsset\x12=\n\x06videos\x18\x06 \x03(\x0b\x32-.google.ads.googleads.v24.common.AdVideoAsset\x12\x12\n\x05path1\x18\t \x01(\tH\x00\x88\x01\x01\x12\x12\n\x05path2\x18\n \x01(\tH\x01\x88\x01\x01\x42\x08\n\x06_path1B\x08\n\x06_path2\"\xed\x01\n\x13\x44isplayUploadAdInfo\x12z\n\x1b\x64isplay_upload_product_type\x18\x01 \x01(\x0e\x32U.google.ads.googleads.v24.enums.DisplayUploadProductTypeEnum.DisplayUploadProductType\x12K\n\x0cmedia_bundle\x18\x02 \x01(\x0b\x32\x33.google.ads.googleads.v24.common.AdMediaBundleAssetH\x00\x42\r\n\x0bmedia_asset\"a\n\x1eResponsiveDisplayAdControlSpec\x12!\n\x19\x65nable_asset_enhancements\x18\x01 \x01(\x08\x12\x1c\n\x14\x65nable_autogen_video\x18\x02 \x01(\x08\"\x9a\x01\n\x13SmartCampaignAdInfo\x12?\n\theadlines\x18\x01 \x03(\x0b\x32,.google.ads.googleads.v24.common.AdTextAsset\x12\x42\n\x0c\x64\x65scriptions\x18\x02 \x03(\x0b\x32,.google.ads.googleads.v24.common.AdTextAsset\"\xdd\x05\n\x19\x44\x65mandGenMultiAssetAdInfo\x12G\n\x10marketing_images\x18\x01 \x03(\x0b\x32-.google.ads.googleads.v24.common.AdImageAsset\x12N\n\x17square_marketing_images\x18\x02 \x03(\x0b\x32-.google.ads.googleads.v24.common.AdImageAsset\x12P\n\x19portrait_marketing_images\x18\x03 \x03(\x0b\x32-.google.ads.googleads.v24.common.AdImageAsset\x12U\n\x1etall_portrait_marketing_images\x18\n \x03(\x0b\x32-.google.ads.googleads.v24.common.AdImageAsset\x12\x42\n\x0blogo_images\x18\x04 \x03(\x0b\x32-.google.ads.googleads.v24.common.AdImageAsset\x12M\n\x16\x63lassic_display_images\x18\x0b \x03(\x0b\x32-.google.ads.googleads.v24.common.AdImageAsset\x12?\n\theadlines\x18\x05 \x03(\x0b\x32,.google.ads.googleads.v24.common.AdTextAsset\x12\x42\n\x0c\x64\x65scriptions\x18\x06 \x03(\x0b\x32,.google.ads.googleads.v24.common.AdTextAsset\x12\x1a\n\rbusiness_name\x18\x07 \x01(\tH\x00\x88\x01\x01\x12 \n\x13\x63\x61ll_to_action_text\x18\x08 \x01(\tH\x01\x88\x01\x01\x42\x10\n\x0e_business_nameB\x16\n\x14_call_to_action_text\"\x83\x03\n\x17\x44\x65mandGenCarouselAdInfo\x12\x1a\n\rbusiness_name\x18\x01 \x01(\tB\x03\xe0\x41\x02\x12\x46\n\nlogo_image\x18\x02 \x01(\x0b\x32-.google.ads.googleads.v24.common.AdImageAssetB\x03\xe0\x41\x02\x12\x43\n\x08headline\x18\x03 \x01(\x0b\x32,.google.ads.googleads.v24.common.AdTextAssetB\x03\xe0\x41\x02\x12\x46\n\x0b\x64\x65scription\x18\x04 \x01(\x0b\x32,.google.ads.googleads.v24.common.AdTextAssetB\x03\xe0\x41\x02\x12\x1b\n\x13\x63\x61ll_to_action_text\x18\x05 \x01(\t\x12Z\n\x0e\x63\x61rousel_cards\x18\x06 \x03(\x0b\x32=.google.ads.googleads.v24.common.AdDemandGenCarouselCardAssetB\x03\xe0\x41\x02\"\x85\x05\n\x1e\x44\x65mandGenVideoResponsiveAdInfo\x12?\n\theadlines\x18\x01 \x03(\x0b\x32,.google.ads.googleads.v24.common.AdTextAsset\x12\x44\n\x0elong_headlines\x18\x02 \x03(\x0b\x32,.google.ads.googleads.v24.common.AdTextAsset\x12\x42\n\x0c\x64\x65scriptions\x18\x03 \x03(\x0b\x32,.google.ads.googleads.v24.common.AdTextAsset\x12\x42\n\x06videos\x18\x04 \x03(\x0b\x32-.google.ads.googleads.v24.common.AdVideoAssetB\x03\xe0\x41\x02\x12G\n\x0blogo_images\x18\x05 \x03(\x0b\x32-.google.ads.googleads.v24.common.AdImageAssetB\x03\xe0\x41\x02\x12H\n\x11\x63ompanion_banners\x18\n \x03(\x0b\x32-.google.ads.googleads.v24.common.AdImageAsset\x12\x13\n\x0b\x62readcrumb1\x18\x06 \x01(\t\x12\x13\n\x0b\x62readcrumb2\x18\x07 \x01(\t\x12H\n\rbusiness_name\x18\x08 \x01(\x0b\x32,.google.ads.googleads.v24.common.AdTextAssetB\x03\xe0\x41\x02\x12M\n\x0f\x63\x61ll_to_actions\x18\t \x03(\x0b\x32\x34.google.ads.googleads.v24.common.AdCallToActionAsset\"\x82\x04\n\x16\x44\x65mandGenProductAdInfo\x12H\n\x08headline\x18\x01 \x01(\x0b\x32,.google.ads.googleads.v24.common.AdTextAssetB\x03\xe0\x41\x02H\x00\x88\x01\x01\x12K\n\x0b\x64\x65scription\x18\x02 \x01(\x0b\x32,.google.ads.googleads.v24.common.AdTextAssetB\x03\xe0\x41\x02H\x01\x88\x01\x01\x12K\n\nlogo_image\x18\x03 \x01(\x0b\x32-.google.ads.googleads.v24.common.AdImageAssetB\x03\xe0\x41\x02H\x02\x88\x01\x01\x12\x13\n\x0b\x62readcrumb1\x18\x04 \x01(\t\x12\x13\n\x0b\x62readcrumb2\x18\x05 \x01(\t\x12H\n\rbusiness_name\x18\x06 \x01(\x0b\x32,.google.ads.googleads.v24.common.AdTextAssetB\x03\xe0\x41\x02\x12Q\n\x0e\x63\x61ll_to_action\x18\x07 \x01(\x0b\x32\x34.google.ads.googleads.v24.common.AdCallToActionAssetH\x03\x88\x01\x01\x42\x0b\n\t_headlineB\x0e\n\x0c_descriptionB\r\n\x0b_logo_imageB\x11\n\x0f_call_to_actionB\xf0\x01\n#com.google.ads.googleads.v24.commonB\x10\x41\x64TypeInfosProtoP\x01ZEgoogle.golang.org/genproto/googleapis/ads/googleads/v24/common;common\xa2\x02\x03GAA\xaa\x02\x1fGoogle.Ads.GoogleAds.V24.Common\xca\x02\x1fGoogle\\Ads\\GoogleAds\\V24\\Common\xea\x02#Google::Ads::GoogleAds::V24::Commonb\x06proto3"
17
17
 
18
18
  pool = ::Google::Protobuf::DescriptorPool.generated_pool
19
19
  pool.add_serialized_file(descriptor_data)
@@ -33,7 +33,7 @@ require 'google/api/field_behavior_pb'
33
33
  require 'google/api/resource_pb'
34
34
 
35
35
 
36
- descriptor_data = "\n.google/ads/googleads/v24/common/criteria.proto\x12\x1fgoogle.ads.googleads.v24.common\x1a\x33google/ads/googleads/v24/enums/age_range_type.proto\x1a;google/ads/googleads/v24/enums/app_payment_model_type.proto\x1a\x43google/ads/googleads/v24/enums/brand_request_rejection_reason.proto\x1a\x30google/ads/googleads/v24/enums/brand_state.proto\x1a\x37google/ads/googleads/v24/enums/content_label_type.proto\x1a\x30google/ads/googleads/v24/enums/day_of_week.proto\x1a+google/ads/googleads/v24/enums/device.proto\x1a\x30google/ads/googleads/v24/enums/gender_type.proto\x1a>google/ads/googleads/v24/enums/hotel_date_selection_type.proto\x1a\x36google/ads/googleads/v24/enums/income_range_type.proto\x1a\x35google/ads/googleads/v24/enums/interaction_type.proto\x1a\x37google/ads/googleads/v24/enums/keyword_match_type.proto\x1a\x37google/ads/googleads/v24/enums/listing_group_type.proto\x1a@google/ads/googleads/v24/enums/location_group_radius_units.proto\x1a\x33google/ads/googleads/v24/enums/minute_of_hour.proto\x1a\x39google/ads/googleads/v24/enums/parental_status_type.proto\x1a;google/ads/googleads/v24/enums/product_category_level.proto\x1a\x34google/ads/googleads/v24/enums/product_channel.proto\x1a@google/ads/googleads/v24/enums/product_channel_exclusivity.proto\x1a\x36google/ads/googleads/v24/enums/product_condition.proto\x1a\x43google/ads/googleads/v24/enums/product_custom_attribute_index.proto\x1a\x37google/ads/googleads/v24/enums/product_type_level.proto\x1a;google/ads/googleads/v24/enums/proximity_radius_units.proto\x1a>google/ads/googleads/v24/enums/webpage_condition_operand.proto\x1a?google/ads/googleads/v24/enums/webpage_condition_operator.proto\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\"\x84\x01\n\x0bKeywordInfo\x12\x11\n\x04text\x18\x03 \x01(\tH\x00\x88\x01\x01\x12Y\n\nmatch_type\x18\x02 \x01(\x0e\x32\x45.google.ads.googleads.v24.enums.KeywordMatchTypeEnum.KeywordMatchTypeB\x07\n\x05_text\")\n\rPlacementInfo\x12\x10\n\x03url\x18\x02 \x01(\tH\x00\x88\x01\x01\x42\x06\n\x04_url\"A\n\x17NegativeKeywordListInfo\x12\x17\n\nshared_set\x18\x01 \x01(\tH\x00\x88\x01\x01\x42\r\n\x0b_shared_set\"\x9c\x01\n\x15MobileAppCategoryInfo\x12\x62\n\x1cmobile_app_category_constant\x18\x02 \x01(\tB7\xfa\x41\x34\n2googleads.googleapis.com/MobileAppCategoryConstantH\x00\x88\x01\x01\x42\x1f\n\x1d_mobile_app_category_constant\"S\n\x15MobileApplicationInfo\x12\x13\n\x06\x61pp_id\x18\x04 \x01(\tH\x00\x88\x01\x01\x12\x11\n\x04name\x18\x05 \x01(\tH\x01\x88\x01\x01\x42\t\n\x07_app_idB\x07\n\x05_name\"H\n\x0cLocationInfo\x12 \n\x13geo_target_constant\x18\x02 \x01(\tH\x00\x88\x01\x01\x42\x16\n\x14_geo_target_constant\"M\n\nDeviceInfo\x12?\n\x04type\x18\x01 \x01(\x0e\x32\x31.google.ads.googleads.v24.enums.DeviceEnum.Device\"\xcb\x02\n\x10ListingGroupInfo\x12S\n\x04type\x18\x01 \x01(\x0e\x32\x45.google.ads.googleads.v24.enums.ListingGroupTypeEnum.ListingGroupType\x12I\n\ncase_value\x18\x02 \x01(\x0b\x32\x35.google.ads.googleads.v24.common.ListingDimensionInfo\x12&\n\x19parent_ad_group_criterion\x18\x04 \x01(\tH\x00\x88\x01\x01\x12H\n\x04path\x18\x05 \x01(\x0b\x32\x35.google.ads.googleads.v24.common.ListingDimensionPathH\x01\x88\x01\x01\x42\x1c\n\x1a_parent_ad_group_criterionB\x07\n\x05_path\"a\n\x14ListingDimensionPath\x12I\n\ndimensions\x18\x01 \x03(\x0b\x32\x35.google.ads.googleads.v24.common.ListingDimensionInfo\"]\n\x10ListingScopeInfo\x12I\n\ndimensions\x18\x02 \x03(\x0b\x32\x35.google.ads.googleads.v24.common.ListingDimensionInfo\"\xf2\x0e\n\x14ListingDimensionInfo\x12@\n\x08hotel_id\x18\x02 \x01(\x0b\x32,.google.ads.googleads.v24.common.HotelIdInfoH\x00\x12\x46\n\x0bhotel_class\x18\x03 \x01(\x0b\x32/.google.ads.googleads.v24.common.HotelClassInfoH\x00\x12W\n\x14hotel_country_region\x18\x04 \x01(\x0b\x32\x37.google.ads.googleads.v24.common.HotelCountryRegionInfoH\x00\x12\x46\n\x0bhotel_state\x18\x05 \x01(\x0b\x32/.google.ads.googleads.v24.common.HotelStateInfoH\x00\x12\x44\n\nhotel_city\x18\x06 \x01(\x0b\x32..google.ads.googleads.v24.common.HotelCityInfoH\x00\x12P\n\x10product_category\x18\x18 \x01(\x0b\x32\x34.google.ads.googleads.v24.common.ProductCategoryInfoH\x00\x12J\n\rproduct_brand\x18\x0f \x01(\x0b\x32\x31.google.ads.googleads.v24.common.ProductBrandInfoH\x00\x12N\n\x0fproduct_channel\x18\x08 \x01(\x0b\x32\x33.google.ads.googleads.v24.common.ProductChannelInfoH\x00\x12\x65\n\x1bproduct_channel_exclusivity\x18\t \x01(\x0b\x32>.google.ads.googleads.v24.common.ProductChannelExclusivityInfoH\x00\x12R\n\x11product_condition\x18\n \x01(\x0b\x32\x35.google.ads.googleads.v24.common.ProductConditionInfoH\x00\x12_\n\x18product_custom_attribute\x18\x10 \x01(\x0b\x32;.google.ads.googleads.v24.common.ProductCustomAttributeInfoH\x00\x12M\n\x0fproduct_item_id\x18\x0b \x01(\x0b\x32\x32.google.ads.googleads.v24.common.ProductItemIdInfoH\x00\x12H\n\x0cproduct_type\x18\x0c \x01(\x0b\x32\x30.google.ads.googleads.v24.common.ProductTypeInfoH\x00\x12P\n\x10product_grouping\x18\x11 \x01(\x0b\x32\x34.google.ads.googleads.v24.common.ProductGroupingInfoH\x00\x12L\n\x0eproduct_labels\x18\x12 \x01(\x0b\x32\x32.google.ads.googleads.v24.common.ProductLabelsInfoH\x00\x12_\n\x18product_legacy_condition\x18\x13 \x01(\x0b\x32;.google.ads.googleads.v24.common.ProductLegacyConditionInfoH\x00\x12Q\n\x11product_type_full\x18\x14 \x01(\x0b\x32\x34.google.ads.googleads.v24.common.ProductTypeFullInfoH\x00\x12\x46\n\x0b\x61\x63tivity_id\x18\x15 \x01(\x0b\x32/.google.ads.googleads.v24.common.ActivityIdInfoH\x00\x12N\n\x0f\x61\x63tivity_rating\x18\x16 \x01(\x0b\x32\x33.google.ads.googleads.v24.common.ActivityRatingInfoH\x00\x12P\n\x10\x61\x63tivity_country\x18\x17 \x01(\x0b\x32\x34.google.ads.googleads.v24.common.ActivityCountryInfoH\x00\x12L\n\x0e\x61\x63tivity_state\x18\x19 \x01(\x0b\x32\x32.google.ads.googleads.v24.common.ActivityStateInfoH\x00\x12J\n\ractivity_city\x18\x1a \x01(\x0b\x32\x31.google.ads.googleads.v24.common.ActivityCityInfoH\x00\x12\x61\n\x19unknown_listing_dimension\x18\x0e \x01(\x0b\x32<.google.ads.googleads.v24.common.UnknownListingDimensionInfoH\x00\x42\x0b\n\tdimension\"+\n\x0bHotelIdInfo\x12\x12\n\x05value\x18\x02 \x01(\tH\x00\x88\x01\x01\x42\x08\n\x06_value\".\n\x0eHotelClassInfo\x12\x12\n\x05value\x18\x02 \x01(\x03H\x00\x88\x01\x01\x42\x08\n\x06_value\"\\\n\x16HotelCountryRegionInfo\x12%\n\x18\x63ountry_region_criterion\x18\x02 \x01(\tH\x00\x88\x01\x01\x42\x1b\n\x19_country_region_criterion\"B\n\x0eHotelStateInfo\x12\x1c\n\x0fstate_criterion\x18\x02 \x01(\tH\x00\x88\x01\x01\x42\x12\n\x10_state_criterion\"?\n\rHotelCityInfo\x12\x1b\n\x0e\x63ity_criterion\x18\x02 \x01(\tH\x00\x88\x01\x01\x42\x11\n\x0f_city_criterion\"\x9d\x01\n\x13ProductCategoryInfo\x12\x18\n\x0b\x63\x61tegory_id\x18\x01 \x01(\x03H\x00\x88\x01\x01\x12\\\n\x05level\x18\x02 \x01(\x0e\x32M.google.ads.googleads.v24.enums.ProductCategoryLevelEnum.ProductCategoryLevelB\x0e\n\x0c_category_id\"0\n\x10ProductBrandInfo\x12\x12\n\x05value\x18\x02 \x01(\tH\x00\x88\x01\x01\x42\x08\n\x06_value\"h\n\x12ProductChannelInfo\x12R\n\x07\x63hannel\x18\x01 \x01(\x0e\x32\x41.google.ads.googleads.v24.enums.ProductChannelEnum.ProductChannel\"\x95\x01\n\x1dProductChannelExclusivityInfo\x12t\n\x13\x63hannel_exclusivity\x18\x01 \x01(\x0e\x32W.google.ads.googleads.v24.enums.ProductChannelExclusivityEnum.ProductChannelExclusivity\"p\n\x14ProductConditionInfo\x12X\n\tcondition\x18\x01 \x01(\x0e\x32\x45.google.ads.googleads.v24.enums.ProductConditionEnum.ProductCondition\"\xa6\x01\n\x1aProductCustomAttributeInfo\x12\x12\n\x05value\x18\x03 \x01(\tH\x00\x88\x01\x01\x12j\n\x05index\x18\x02 \x01(\x0e\x32[.google.ads.googleads.v24.enums.ProductCustomAttributeIndexEnum.ProductCustomAttributeIndexB\x08\n\x06_value\"1\n\x11ProductItemIdInfo\x12\x12\n\x05value\x18\x02 \x01(\tH\x00\x88\x01\x01\x42\x08\n\x06_value\"\x85\x01\n\x0fProductTypeInfo\x12\x12\n\x05value\x18\x03 \x01(\tH\x00\x88\x01\x01\x12T\n\x05level\x18\x02 \x01(\x0e\x32\x45.google.ads.googleads.v24.enums.ProductTypeLevelEnum.ProductTypeLevelB\x08\n\x06_value\"3\n\x13ProductGroupingInfo\x12\x12\n\x05value\x18\x01 \x01(\tH\x00\x88\x01\x01\x42\x08\n\x06_value\"1\n\x11ProductLabelsInfo\x12\x12\n\x05value\x18\x01 \x01(\tH\x00\x88\x01\x01\x42\x08\n\x06_value\":\n\x1aProductLegacyConditionInfo\x12\x12\n\x05value\x18\x01 \x01(\tH\x00\x88\x01\x01\x42\x08\n\x06_value\"3\n\x13ProductTypeFullInfo\x12\x12\n\x05value\x18\x01 \x01(\tH\x00\x88\x01\x01\x42\x08\n\x06_value\"\x1d\n\x1bUnknownListingDimensionInfo\"}\n\x1aHotelDateSelectionTypeInfo\x12_\n\x04type\x18\x01 \x01(\x0e\x32Q.google.ads.googleads.v24.enums.HotelDateSelectionTypeEnum.HotelDateSelectionType\"g\n\x1dHotelAdvanceBookingWindowInfo\x12\x15\n\x08min_days\x18\x03 \x01(\x03H\x00\x88\x01\x01\x12\x15\n\x08max_days\x18\x04 \x01(\x03H\x01\x88\x01\x01\x42\x0b\n\t_min_daysB\x0b\n\t_max_days\"g\n\x15HotelLengthOfStayInfo\x12\x17\n\nmin_nights\x18\x03 \x01(\x03H\x00\x88\x01\x01\x12\x17\n\nmax_nights\x18\x04 \x01(\x03H\x01\x88\x01\x01\x42\r\n\x0b_min_nightsB\r\n\x0b_max_nights\"A\n\x19HotelCheckInDateRangeInfo\x12\x12\n\nstart_date\x18\x01 \x01(\t\x12\x10\n\x08\x65nd_date\x18\x02 \x01(\t\"c\n\x13HotelCheckInDayInfo\x12L\n\x0b\x64\x61y_of_week\x18\x01 \x01(\x0e\x32\x37.google.ads.googleads.v24.enums.DayOfWeekEnum.DayOfWeek\".\n\x0e\x41\x63tivityIdInfo\x12\x12\n\x05value\x18\x01 \x01(\tH\x00\x88\x01\x01\x42\x08\n\x06_value\"2\n\x12\x41\x63tivityRatingInfo\x12\x12\n\x05value\x18\x01 \x01(\x03H\x00\x88\x01\x01\x42\x08\n\x06_value\"3\n\x13\x41\x63tivityCountryInfo\x12\x12\n\x05value\x18\x01 \x01(\tH\x00\x88\x01\x01\x42\x08\n\x06_value\"1\n\x11\x41\x63tivityStateInfo\x12\x12\n\x05value\x18\x01 \x01(\tH\x00\x88\x01\x01\x42\x08\n\x06_value\"0\n\x10\x41\x63tivityCityInfo\x12\x12\n\x05value\x18\x01 \x01(\tH\x00\x88\x01\x01\x42\x08\n\x06_value\"h\n\x13InteractionTypeInfo\x12Q\n\x04type\x18\x01 \x01(\x0e\x32\x43.google.ads.googleads.v24.enums.InteractionTypeEnum.InteractionType\"\xd2\x02\n\x0e\x41\x64ScheduleInfo\x12S\n\x0cstart_minute\x18\x01 \x01(\x0e\x32=.google.ads.googleads.v24.enums.MinuteOfHourEnum.MinuteOfHour\x12Q\n\nend_minute\x18\x02 \x01(\x0e\x32=.google.ads.googleads.v24.enums.MinuteOfHourEnum.MinuteOfHour\x12\x17\n\nstart_hour\x18\x06 \x01(\x05H\x00\x88\x01\x01\x12\x15\n\x08\x65nd_hour\x18\x07 \x01(\x05H\x01\x88\x01\x01\x12L\n\x0b\x64\x61y_of_week\x18\x05 \x01(\x0e\x32\x37.google.ads.googleads.v24.enums.DayOfWeekEnum.DayOfWeekB\r\n\x0b_start_hourB\x0b\n\t_end_hour\"[\n\x0c\x41geRangeInfo\x12K\n\x04type\x18\x01 \x01(\x0e\x32=.google.ads.googleads.v24.enums.AgeRangeTypeEnum.AgeRangeType\"U\n\nGenderInfo\x12G\n\x04type\x18\x01 \x01(\x0e\x32\x39.google.ads.googleads.v24.enums.GenderTypeEnum.GenderType\"d\n\x0fIncomeRangeInfo\x12Q\n\x04type\x18\x01 \x01(\x0e\x32\x43.google.ads.googleads.v24.enums.IncomeRangeTypeEnum.IncomeRangeType\"m\n\x12ParentalStatusInfo\x12W\n\x04type\x18\x01 \x01(\x0e\x32I.google.ads.googleads.v24.enums.ParentalStatusTypeEnum.ParentalStatusType\"6\n\x10YouTubeVideoInfo\x12\x15\n\x08video_id\x18\x02 \x01(\tH\x00\x88\x01\x01\x42\x0b\n\t_video_id\"<\n\x12YouTubeChannelInfo\x12\x17\n\nchannel_id\x18\x02 \x01(\tH\x00\x88\x01\x01\x42\r\n\x0b_channel_id\"4\n\x0cUserListInfo\x12\x16\n\tuser_list\x18\x02 \x01(\tH\x00\x88\x01\x01\x42\x0c\n\n_user_list\"\x95\x02\n\rProximityInfo\x12@\n\tgeo_point\x18\x01 \x01(\x0b\x32-.google.ads.googleads.v24.common.GeoPointInfo\x12\x13\n\x06radius\x18\x05 \x01(\x01H\x00\x88\x01\x01\x12\x63\n\x0cradius_units\x18\x03 \x01(\x0e\x32M.google.ads.googleads.v24.enums.ProximityRadiusUnitsEnum.ProximityRadiusUnits\x12=\n\x07\x61\x64\x64ress\x18\x04 \x01(\x0b\x32,.google.ads.googleads.v24.common.AddressInfoB\t\n\x07_radius\"\x9c\x01\n\x0cGeoPointInfo\x12\'\n\x1alongitude_in_micro_degrees\x18\x03 \x01(\x05H\x00\x88\x01\x01\x12&\n\x19latitude_in_micro_degrees\x18\x04 \x01(\x05H\x01\x88\x01\x01\x42\x1d\n\x1b_longitude_in_micro_degreesB\x1c\n\x1a_latitude_in_micro_degrees\"\xc7\x02\n\x0b\x41\x64\x64ressInfo\x12\x18\n\x0bpostal_code\x18\x08 \x01(\tH\x00\x88\x01\x01\x12\x1a\n\rprovince_code\x18\t \x01(\tH\x01\x88\x01\x01\x12\x19\n\x0c\x63ountry_code\x18\n \x01(\tH\x02\x88\x01\x01\x12\x1a\n\rprovince_name\x18\x0b \x01(\tH\x03\x88\x01\x01\x12\x1b\n\x0estreet_address\x18\x0c \x01(\tH\x04\x88\x01\x01\x12\x1c\n\x0fstreet_address2\x18\r \x01(\tH\x05\x88\x01\x01\x12\x16\n\tcity_name\x18\x0e \x01(\tH\x06\x88\x01\x01\x42\x0e\n\x0c_postal_codeB\x10\n\x0e_province_codeB\x0f\n\r_country_codeB\x10\n\x0e_province_nameB\x11\n\x0f_street_addressB\x12\n\x10_street_address2B\x0c\n\n_city_name\"v\n\tTopicInfo\x12H\n\x0etopic_constant\x18\x03 \x01(\tB+\xfa\x41(\n&googleads.googleapis.com/TopicConstantH\x00\x88\x01\x01\x12\x0c\n\x04path\x18\x04 \x03(\tB\x11\n\x0f_topic_constant\"D\n\x0cLanguageInfo\x12\x1e\n\x11language_constant\x18\x02 \x01(\tH\x00\x88\x01\x01\x42\x14\n\x12_language_constant\"5\n\x0bIpBlockInfo\x12\x17\n\nip_address\x18\x02 \x01(\tH\x00\x88\x01\x01\x42\r\n\x0b_ip_address\"g\n\x10\x43ontentLabelInfo\x12S\n\x04type\x18\x01 \x01(\x0e\x32\x45.google.ads.googleads.v24.enums.ContentLabelTypeEnum.ContentLabelType\"p\n\x0b\x43\x61rrierInfo\x12L\n\x10\x63\x61rrier_constant\x18\x02 \x01(\tB-\xfa\x41*\n(googleads.googleapis.com/CarrierConstantH\x00\x88\x01\x01\x42\x13\n\x11_carrier_constant\"R\n\x10UserInterestInfo\x12#\n\x16user_interest_category\x18\x02 \x01(\tH\x00\x88\x01\x01\x42\x19\n\x17_user_interest_category\"\xe9\x01\n\x0bWebpageInfo\x12\x1b\n\x0e\x63riterion_name\x18\x03 \x01(\tH\x00\x88\x01\x01\x12I\n\nconditions\x18\x02 \x03(\x0b\x32\x35.google.ads.googleads.v24.common.WebpageConditionInfo\x12\x1b\n\x13\x63overage_percentage\x18\x04 \x01(\x01\x12\x42\n\x06sample\x18\x05 \x01(\x0b\x32\x32.google.ads.googleads.v24.common.WebpageSampleInfoB\x11\n\x0f_criterion_name\"\x89\x02\n\x14WebpageConditionInfo\x12\x64\n\x07operand\x18\x01 \x01(\x0e\x32S.google.ads.googleads.v24.enums.WebpageConditionOperandEnum.WebpageConditionOperand\x12g\n\x08operator\x18\x02 \x01(\x0e\x32U.google.ads.googleads.v24.enums.WebpageConditionOperatorEnum.WebpageConditionOperator\x12\x15\n\x08\x61rgument\x18\x04 \x01(\tH\x00\x88\x01\x01\x42\x0b\n\t_argument\"9\n\x0fWebpageListInfo\x12\x17\n\nshared_set\x18\x01 \x01(\tH\x00\x88\x01\x01\x42\r\n\x0b_shared_set\"(\n\x11WebpageSampleInfo\x12\x13\n\x0bsample_urls\x18\x01 \x03(\t\"\xb0\x01\n\x1aOperatingSystemVersionInfo\x12l\n!operating_system_version_constant\x18\x02 \x01(\tB<\xfa\x41\x39\n7googleads.googleapis.com/OperatingSystemVersionConstantH\x00\x88\x01\x01\x42$\n\"_operating_system_version_constant\"p\n\x13\x41ppPaymentModelInfo\x12Y\n\x04type\x18\x01 \x01(\x0e\x32K.google.ads.googleads.v24.enums.AppPaymentModelTypeEnum.AppPaymentModelType\"\x86\x01\n\x10MobileDeviceInfo\x12W\n\x16mobile_device_constant\x18\x02 \x01(\tB2\xfa\x41/\n-googleads.googleapis.com/MobileDeviceConstantH\x00\x88\x01\x01\x42\x19\n\x17_mobile_device_constant\"F\n\x12\x43ustomAffinityInfo\x12\x1c\n\x0f\x63ustom_affinity\x18\x02 \x01(\tH\x00\x88\x01\x01\x42\x12\n\x10_custom_affinity\"@\n\x10\x43ustomIntentInfo\x12\x1a\n\rcustom_intent\x18\x02 \x01(\tH\x00\x88\x01\x01\x42\x10\n\x0e_custom_intent\"\xdd\x02\n\x11LocationGroupInfo\x12\x1c\n\x14geo_target_constants\x18\x06 \x03(\t\x12\x13\n\x06radius\x18\x07 \x01(\x03H\x00\x88\x01\x01\x12k\n\x0cradius_units\x18\x04 \x01(\x0e\x32U.google.ads.googleads.v24.enums.LocationGroupRadiusUnitsEnum.LocationGroupRadiusUnits\x12\x16\n\x0e\x66\x65\x65\x64_item_sets\x18\x08 \x03(\t\x12\x35\n(enable_customer_level_location_asset_set\x18\t \x01(\x08H\x01\x88\x01\x01\x12!\n\x19location_group_asset_sets\x18\n \x03(\tB\t\n\x07_radiusB+\n)_enable_customer_level_location_asset_set\"-\n\x12\x43ustomAudienceInfo\x12\x17\n\x0f\x63ustom_audience\x18\x01 \x01(\t\"a\n\x14\x43ombinedAudienceInfo\x12I\n\x11\x63ombined_audience\x18\x01 \x01(\tB.\xfa\x41+\n)googleads.googleapis.com/CombinedAudience\" \n\x0c\x41udienceInfo\x12\x10\n\x08\x61udience\x18\x01 \x01(\t\"\x9c\x01\n\x10KeywordThemeInfo\x12T\n\x16keyword_theme_constant\x18\x01 \x01(\tB2\xfa\x41/\n-googleads.googleapis.com/KeywordThemeConstantH\x00\x12!\n\x17\x66ree_form_keyword_theme\x18\x02 \x01(\tH\x00\x42\x0f\n\rkeyword_theme\"(\n\x12LocalServiceIdInfo\x12\x12\n\nservice_id\x18\x01 \x01(\t\"\x1f\n\x0fSearchThemeInfo\x12\x0c\n\x04text\x18\x01 \x01(\t\"\x87\x03\n\tBrandInfo\x12\x1e\n\x0c\x64isplay_name\x18\x02 \x01(\tB\x03\xe0\x41\x03H\x00\x88\x01\x01\x12\x16\n\tentity_id\x18\x01 \x01(\tH\x01\x88\x01\x01\x12\x1d\n\x0bprimary_url\x18\x03 \x01(\tB\x03\xe0\x41\x03H\x02\x88\x01\x01\x12\x7f\n\x10rejection_reason\x18\x04 \x01(\x0e\x32[.google.ads.googleads.v24.enums.BrandRequestRejectionReasonEnum.BrandRequestRejectionReasonB\x03\xe0\x41\x03H\x03\x88\x01\x01\x12S\n\x06status\x18\x05 \x01(\x0e\x32\x39.google.ads.googleads.v24.enums.BrandStateEnum.BrandStateB\x03\xe0\x41\x03H\x04\x88\x01\x01\x42\x0f\n\r_display_nameB\x0c\n\n_entity_idB\x0e\n\x0c_primary_urlB\x13\n\x11_rejection_reasonB\t\n\x07_status\"7\n\rBrandListInfo\x12\x17\n\nshared_set\x18\x01 \x01(\tH\x00\x88\x01\x01\x42\r\n\x0b_shared_set\"=\n\rLifeEventInfo\x12\x1a\n\rlife_event_id\x18\x01 \x01(\x03H\x00\x88\x01\x01\x42\x10\n\x0e_life_event_id\"[\n\x17\x45xtendedDemographicInfo\x12$\n\x17\x65xtended_demographic_id\x18\x01 \x01(\x03H\x00\x88\x01\x01\x42\x1a\n\x18_extended_demographic_id\"C\n\x0fVideoLineupInfo\x12\x1c\n\x0fvideo_lineup_id\x18\x01 \x01(\x03H\x00\x88\x01\x01\x42\x12\n\x10_video_lineup_id\";\n\x11PlacementListInfo\x12\x17\n\nshared_set\x18\x01 \x01(\tH\x00\x88\x01\x01\x42\r\n\x0b_shared_set\"J\n VerticalAdsItemGroupRuleListInfo\x12\x17\n\nshared_set\x18\x01 \x01(\tH\x00\x88\x01\x01\x42\r\n\x0b_shared_set\"\xb3\x01\n\x1cVerticalAdsItemGroupRuleInfo\x12\x13\n\titem_code\x18\x01 \x01(\tH\x00\x12\x1e\n\x14\x63ountry_criterion_id\x18\x02 \x01(\tH\x00\x12\x1d\n\x13region_criterion_id\x18\x03 \x01(\tH\x00\x12\x1b\n\x11\x63ity_criterion_id\x18\x04 \x01(\tH\x00\x12\x15\n\x0bhotel_class\x18\x06 \x01(\x03H\x00\x42\x0b\n\tdimension\"<\n\x12RetailFilterBundle\x12\x17\n\nshared_set\x18\x01 \x01(\tH\x00\x88\x01\x01\x42\r\n\x0b_shared_set\"\xa0\x01\n\x0cRetailFilter\x12M\n\nexpression\x18\x01 \x01(\x0b\x32\x37.google.ads.googleads.v24.common.RetailFilterExpressionH\x00\x12\x39\n\x03tag\x18\x02 \x01(\x0b\x32*.google.ads.googleads.v24.common.RetailTagH\x00\x42\x06\n\x04node\"4\n\x16RetailFilterExpression\x12\x11\n\x04name\x18\x01 \x01(\tH\x00\x88\x01\x01\x42\x07\n\x05_name\"[\n\tRetailTag\x12\x12\n\x05value\x18\x01 \x01(\tH\x00\x88\x01\x01\x12\x1c\n\x0f\x65xpression_name\x18\x02 \x01(\tH\x01\x88\x01\x01\x42\x08\n\x06_valueB\x12\n\x10_expression_nameB\xed\x01\n#com.google.ads.googleads.v24.commonB\rCriteriaProtoP\x01ZEgoogle.golang.org/genproto/googleapis/ads/googleads/v24/common;common\xa2\x02\x03GAA\xaa\x02\x1fGoogle.Ads.GoogleAds.V24.Common\xca\x02\x1fGoogle\\Ads\\GoogleAds\\V24\\Common\xea\x02#Google::Ads::GoogleAds::V24::Commonb\x06proto3"
36
+ descriptor_data = "\n.google/ads/googleads/v24/common/criteria.proto\x12\x1fgoogle.ads.googleads.v24.common\x1a\x33google/ads/googleads/v24/enums/age_range_type.proto\x1a;google/ads/googleads/v24/enums/app_payment_model_type.proto\x1a\x43google/ads/googleads/v24/enums/brand_request_rejection_reason.proto\x1a\x30google/ads/googleads/v24/enums/brand_state.proto\x1a\x37google/ads/googleads/v24/enums/content_label_type.proto\x1a\x30google/ads/googleads/v24/enums/day_of_week.proto\x1a+google/ads/googleads/v24/enums/device.proto\x1a\x30google/ads/googleads/v24/enums/gender_type.proto\x1a>google/ads/googleads/v24/enums/hotel_date_selection_type.proto\x1a\x36google/ads/googleads/v24/enums/income_range_type.proto\x1a\x35google/ads/googleads/v24/enums/interaction_type.proto\x1a\x37google/ads/googleads/v24/enums/keyword_match_type.proto\x1a\x37google/ads/googleads/v24/enums/listing_group_type.proto\x1a@google/ads/googleads/v24/enums/location_group_radius_units.proto\x1a\x33google/ads/googleads/v24/enums/minute_of_hour.proto\x1a\x39google/ads/googleads/v24/enums/parental_status_type.proto\x1a;google/ads/googleads/v24/enums/product_category_level.proto\x1a\x34google/ads/googleads/v24/enums/product_channel.proto\x1a@google/ads/googleads/v24/enums/product_channel_exclusivity.proto\x1a\x36google/ads/googleads/v24/enums/product_condition.proto\x1a\x43google/ads/googleads/v24/enums/product_custom_attribute_index.proto\x1a\x37google/ads/googleads/v24/enums/product_type_level.proto\x1a;google/ads/googleads/v24/enums/proximity_radius_units.proto\x1a>google/ads/googleads/v24/enums/webpage_condition_operand.proto\x1a?google/ads/googleads/v24/enums/webpage_condition_operator.proto\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\"\x84\x01\n\x0bKeywordInfo\x12\x11\n\x04text\x18\x03 \x01(\tH\x00\x88\x01\x01\x12Y\n\nmatch_type\x18\x02 \x01(\x0e\x32\x45.google.ads.googleads.v24.enums.KeywordMatchTypeEnum.KeywordMatchTypeB\x07\n\x05_text\")\n\rPlacementInfo\x12\x10\n\x03url\x18\x02 \x01(\tH\x00\x88\x01\x01\x42\x06\n\x04_url\"A\n\x17NegativeKeywordListInfo\x12\x17\n\nshared_set\x18\x01 \x01(\tH\x00\x88\x01\x01\x42\r\n\x0b_shared_set\"\x9c\x01\n\x15MobileAppCategoryInfo\x12\x62\n\x1cmobile_app_category_constant\x18\x02 \x01(\tB7\xfa\x41\x34\n2googleads.googleapis.com/MobileAppCategoryConstantH\x00\x88\x01\x01\x42\x1f\n\x1d_mobile_app_category_constant\"S\n\x15MobileApplicationInfo\x12\x13\n\x06\x61pp_id\x18\x04 \x01(\tH\x00\x88\x01\x01\x12\x11\n\x04name\x18\x05 \x01(\tH\x01\x88\x01\x01\x42\t\n\x07_app_idB\x07\n\x05_name\"H\n\x0cLocationInfo\x12 \n\x13geo_target_constant\x18\x02 \x01(\tH\x00\x88\x01\x01\x42\x16\n\x14_geo_target_constant\"M\n\nDeviceInfo\x12?\n\x04type\x18\x01 \x01(\x0e\x32\x31.google.ads.googleads.v24.enums.DeviceEnum.Device\"\xcb\x02\n\x10ListingGroupInfo\x12S\n\x04type\x18\x01 \x01(\x0e\x32\x45.google.ads.googleads.v24.enums.ListingGroupTypeEnum.ListingGroupType\x12I\n\ncase_value\x18\x02 \x01(\x0b\x32\x35.google.ads.googleads.v24.common.ListingDimensionInfo\x12&\n\x19parent_ad_group_criterion\x18\x04 \x01(\tH\x00\x88\x01\x01\x12H\n\x04path\x18\x05 \x01(\x0b\x32\x35.google.ads.googleads.v24.common.ListingDimensionPathH\x01\x88\x01\x01\x42\x1c\n\x1a_parent_ad_group_criterionB\x07\n\x05_path\"a\n\x14ListingDimensionPath\x12I\n\ndimensions\x18\x01 \x03(\x0b\x32\x35.google.ads.googleads.v24.common.ListingDimensionInfo\"]\n\x10ListingScopeInfo\x12I\n\ndimensions\x18\x02 \x03(\x0b\x32\x35.google.ads.googleads.v24.common.ListingDimensionInfo\"\xf2\x0e\n\x14ListingDimensionInfo\x12@\n\x08hotel_id\x18\x02 \x01(\x0b\x32,.google.ads.googleads.v24.common.HotelIdInfoH\x00\x12\x46\n\x0bhotel_class\x18\x03 \x01(\x0b\x32/.google.ads.googleads.v24.common.HotelClassInfoH\x00\x12W\n\x14hotel_country_region\x18\x04 \x01(\x0b\x32\x37.google.ads.googleads.v24.common.HotelCountryRegionInfoH\x00\x12\x46\n\x0bhotel_state\x18\x05 \x01(\x0b\x32/.google.ads.googleads.v24.common.HotelStateInfoH\x00\x12\x44\n\nhotel_city\x18\x06 \x01(\x0b\x32..google.ads.googleads.v24.common.HotelCityInfoH\x00\x12P\n\x10product_category\x18\x18 \x01(\x0b\x32\x34.google.ads.googleads.v24.common.ProductCategoryInfoH\x00\x12J\n\rproduct_brand\x18\x0f \x01(\x0b\x32\x31.google.ads.googleads.v24.common.ProductBrandInfoH\x00\x12N\n\x0fproduct_channel\x18\x08 \x01(\x0b\x32\x33.google.ads.googleads.v24.common.ProductChannelInfoH\x00\x12\x65\n\x1bproduct_channel_exclusivity\x18\t \x01(\x0b\x32>.google.ads.googleads.v24.common.ProductChannelExclusivityInfoH\x00\x12R\n\x11product_condition\x18\n \x01(\x0b\x32\x35.google.ads.googleads.v24.common.ProductConditionInfoH\x00\x12_\n\x18product_custom_attribute\x18\x10 \x01(\x0b\x32;.google.ads.googleads.v24.common.ProductCustomAttributeInfoH\x00\x12M\n\x0fproduct_item_id\x18\x0b \x01(\x0b\x32\x32.google.ads.googleads.v24.common.ProductItemIdInfoH\x00\x12H\n\x0cproduct_type\x18\x0c \x01(\x0b\x32\x30.google.ads.googleads.v24.common.ProductTypeInfoH\x00\x12P\n\x10product_grouping\x18\x11 \x01(\x0b\x32\x34.google.ads.googleads.v24.common.ProductGroupingInfoH\x00\x12L\n\x0eproduct_labels\x18\x12 \x01(\x0b\x32\x32.google.ads.googleads.v24.common.ProductLabelsInfoH\x00\x12_\n\x18product_legacy_condition\x18\x13 \x01(\x0b\x32;.google.ads.googleads.v24.common.ProductLegacyConditionInfoH\x00\x12Q\n\x11product_type_full\x18\x14 \x01(\x0b\x32\x34.google.ads.googleads.v24.common.ProductTypeFullInfoH\x00\x12\x46\n\x0b\x61\x63tivity_id\x18\x15 \x01(\x0b\x32/.google.ads.googleads.v24.common.ActivityIdInfoH\x00\x12N\n\x0f\x61\x63tivity_rating\x18\x16 \x01(\x0b\x32\x33.google.ads.googleads.v24.common.ActivityRatingInfoH\x00\x12P\n\x10\x61\x63tivity_country\x18\x17 \x01(\x0b\x32\x34.google.ads.googleads.v24.common.ActivityCountryInfoH\x00\x12L\n\x0e\x61\x63tivity_state\x18\x19 \x01(\x0b\x32\x32.google.ads.googleads.v24.common.ActivityStateInfoH\x00\x12J\n\ractivity_city\x18\x1a \x01(\x0b\x32\x31.google.ads.googleads.v24.common.ActivityCityInfoH\x00\x12\x61\n\x19unknown_listing_dimension\x18\x0e \x01(\x0b\x32<.google.ads.googleads.v24.common.UnknownListingDimensionInfoH\x00\x42\x0b\n\tdimension\"+\n\x0bHotelIdInfo\x12\x12\n\x05value\x18\x02 \x01(\tH\x00\x88\x01\x01\x42\x08\n\x06_value\".\n\x0eHotelClassInfo\x12\x12\n\x05value\x18\x02 \x01(\x03H\x00\x88\x01\x01\x42\x08\n\x06_value\"\\\n\x16HotelCountryRegionInfo\x12%\n\x18\x63ountry_region_criterion\x18\x02 \x01(\tH\x00\x88\x01\x01\x42\x1b\n\x19_country_region_criterion\"B\n\x0eHotelStateInfo\x12\x1c\n\x0fstate_criterion\x18\x02 \x01(\tH\x00\x88\x01\x01\x42\x12\n\x10_state_criterion\"?\n\rHotelCityInfo\x12\x1b\n\x0e\x63ity_criterion\x18\x02 \x01(\tH\x00\x88\x01\x01\x42\x11\n\x0f_city_criterion\"\x9d\x01\n\x13ProductCategoryInfo\x12\x18\n\x0b\x63\x61tegory_id\x18\x01 \x01(\x03H\x00\x88\x01\x01\x12\\\n\x05level\x18\x02 \x01(\x0e\x32M.google.ads.googleads.v24.enums.ProductCategoryLevelEnum.ProductCategoryLevelB\x0e\n\x0c_category_id\"0\n\x10ProductBrandInfo\x12\x12\n\x05value\x18\x02 \x01(\tH\x00\x88\x01\x01\x42\x08\n\x06_value\"h\n\x12ProductChannelInfo\x12R\n\x07\x63hannel\x18\x01 \x01(\x0e\x32\x41.google.ads.googleads.v24.enums.ProductChannelEnum.ProductChannel\"\x95\x01\n\x1dProductChannelExclusivityInfo\x12t\n\x13\x63hannel_exclusivity\x18\x01 \x01(\x0e\x32W.google.ads.googleads.v24.enums.ProductChannelExclusivityEnum.ProductChannelExclusivity\"p\n\x14ProductConditionInfo\x12X\n\tcondition\x18\x01 \x01(\x0e\x32\x45.google.ads.googleads.v24.enums.ProductConditionEnum.ProductCondition\"\xa6\x01\n\x1aProductCustomAttributeInfo\x12\x12\n\x05value\x18\x03 \x01(\tH\x00\x88\x01\x01\x12j\n\x05index\x18\x02 \x01(\x0e\x32[.google.ads.googleads.v24.enums.ProductCustomAttributeIndexEnum.ProductCustomAttributeIndexB\x08\n\x06_value\"1\n\x11ProductItemIdInfo\x12\x12\n\x05value\x18\x02 \x01(\tH\x00\x88\x01\x01\x42\x08\n\x06_value\"\x85\x01\n\x0fProductTypeInfo\x12\x12\n\x05value\x18\x03 \x01(\tH\x00\x88\x01\x01\x12T\n\x05level\x18\x02 \x01(\x0e\x32\x45.google.ads.googleads.v24.enums.ProductTypeLevelEnum.ProductTypeLevelB\x08\n\x06_value\"3\n\x13ProductGroupingInfo\x12\x12\n\x05value\x18\x01 \x01(\tH\x00\x88\x01\x01\x42\x08\n\x06_value\"1\n\x11ProductLabelsInfo\x12\x12\n\x05value\x18\x01 \x01(\tH\x00\x88\x01\x01\x42\x08\n\x06_value\":\n\x1aProductLegacyConditionInfo\x12\x12\n\x05value\x18\x01 \x01(\tH\x00\x88\x01\x01\x42\x08\n\x06_value\"3\n\x13ProductTypeFullInfo\x12\x12\n\x05value\x18\x01 \x01(\tH\x00\x88\x01\x01\x42\x08\n\x06_value\"\x1d\n\x1bUnknownListingDimensionInfo\"}\n\x1aHotelDateSelectionTypeInfo\x12_\n\x04type\x18\x01 \x01(\x0e\x32Q.google.ads.googleads.v24.enums.HotelDateSelectionTypeEnum.HotelDateSelectionType\"g\n\x1dHotelAdvanceBookingWindowInfo\x12\x15\n\x08min_days\x18\x03 \x01(\x03H\x00\x88\x01\x01\x12\x15\n\x08max_days\x18\x04 \x01(\x03H\x01\x88\x01\x01\x42\x0b\n\t_min_daysB\x0b\n\t_max_days\"g\n\x15HotelLengthOfStayInfo\x12\x17\n\nmin_nights\x18\x03 \x01(\x03H\x00\x88\x01\x01\x12\x17\n\nmax_nights\x18\x04 \x01(\x03H\x01\x88\x01\x01\x42\r\n\x0b_min_nightsB\r\n\x0b_max_nights\"A\n\x19HotelCheckInDateRangeInfo\x12\x12\n\nstart_date\x18\x01 \x01(\t\x12\x10\n\x08\x65nd_date\x18\x02 \x01(\t\"c\n\x13HotelCheckInDayInfo\x12L\n\x0b\x64\x61y_of_week\x18\x01 \x01(\x0e\x32\x37.google.ads.googleads.v24.enums.DayOfWeekEnum.DayOfWeek\".\n\x0e\x41\x63tivityIdInfo\x12\x12\n\x05value\x18\x01 \x01(\tH\x00\x88\x01\x01\x42\x08\n\x06_value\"2\n\x12\x41\x63tivityRatingInfo\x12\x12\n\x05value\x18\x01 \x01(\x03H\x00\x88\x01\x01\x42\x08\n\x06_value\"3\n\x13\x41\x63tivityCountryInfo\x12\x12\n\x05value\x18\x01 \x01(\tH\x00\x88\x01\x01\x42\x08\n\x06_value\"1\n\x11\x41\x63tivityStateInfo\x12\x12\n\x05value\x18\x01 \x01(\tH\x00\x88\x01\x01\x42\x08\n\x06_value\"0\n\x10\x41\x63tivityCityInfo\x12\x12\n\x05value\x18\x01 \x01(\tH\x00\x88\x01\x01\x42\x08\n\x06_value\"h\n\x13InteractionTypeInfo\x12Q\n\x04type\x18\x01 \x01(\x0e\x32\x43.google.ads.googleads.v24.enums.InteractionTypeEnum.InteractionType\"\xd2\x02\n\x0e\x41\x64ScheduleInfo\x12S\n\x0cstart_minute\x18\x01 \x01(\x0e\x32=.google.ads.googleads.v24.enums.MinuteOfHourEnum.MinuteOfHour\x12Q\n\nend_minute\x18\x02 \x01(\x0e\x32=.google.ads.googleads.v24.enums.MinuteOfHourEnum.MinuteOfHour\x12\x17\n\nstart_hour\x18\x06 \x01(\x05H\x00\x88\x01\x01\x12\x15\n\x08\x65nd_hour\x18\x07 \x01(\x05H\x01\x88\x01\x01\x12L\n\x0b\x64\x61y_of_week\x18\x05 \x01(\x0e\x32\x37.google.ads.googleads.v24.enums.DayOfWeekEnum.DayOfWeekB\r\n\x0b_start_hourB\x0b\n\t_end_hour\"[\n\x0c\x41geRangeInfo\x12K\n\x04type\x18\x01 \x01(\x0e\x32=.google.ads.googleads.v24.enums.AgeRangeTypeEnum.AgeRangeType\"U\n\nGenderInfo\x12G\n\x04type\x18\x01 \x01(\x0e\x32\x39.google.ads.googleads.v24.enums.GenderTypeEnum.GenderType\"d\n\x0fIncomeRangeInfo\x12Q\n\x04type\x18\x01 \x01(\x0e\x32\x43.google.ads.googleads.v24.enums.IncomeRangeTypeEnum.IncomeRangeType\"m\n\x12ParentalStatusInfo\x12W\n\x04type\x18\x01 \x01(\x0e\x32I.google.ads.googleads.v24.enums.ParentalStatusTypeEnum.ParentalStatusType\"6\n\x10YouTubeVideoInfo\x12\x15\n\x08video_id\x18\x02 \x01(\tH\x00\x88\x01\x01\x42\x0b\n\t_video_id\"<\n\x12YouTubeChannelInfo\x12\x17\n\nchannel_id\x18\x02 \x01(\tH\x00\x88\x01\x01\x42\r\n\x0b_channel_id\"4\n\x0cUserListInfo\x12\x16\n\tuser_list\x18\x02 \x01(\tH\x00\x88\x01\x01\x42\x0c\n\n_user_list\"\x95\x02\n\rProximityInfo\x12@\n\tgeo_point\x18\x01 \x01(\x0b\x32-.google.ads.googleads.v24.common.GeoPointInfo\x12\x13\n\x06radius\x18\x05 \x01(\x01H\x00\x88\x01\x01\x12\x63\n\x0cradius_units\x18\x03 \x01(\x0e\x32M.google.ads.googleads.v24.enums.ProximityRadiusUnitsEnum.ProximityRadiusUnits\x12=\n\x07\x61\x64\x64ress\x18\x04 \x01(\x0b\x32,.google.ads.googleads.v24.common.AddressInfoB\t\n\x07_radius\"\x9c\x01\n\x0cGeoPointInfo\x12\'\n\x1alongitude_in_micro_degrees\x18\x03 \x01(\x05H\x00\x88\x01\x01\x12&\n\x19latitude_in_micro_degrees\x18\x04 \x01(\x05H\x01\x88\x01\x01\x42\x1d\n\x1b_longitude_in_micro_degreesB\x1c\n\x1a_latitude_in_micro_degrees\"\xc7\x02\n\x0b\x41\x64\x64ressInfo\x12\x18\n\x0bpostal_code\x18\x08 \x01(\tH\x00\x88\x01\x01\x12\x1a\n\rprovince_code\x18\t \x01(\tH\x01\x88\x01\x01\x12\x19\n\x0c\x63ountry_code\x18\n \x01(\tH\x02\x88\x01\x01\x12\x1a\n\rprovince_name\x18\x0b \x01(\tH\x03\x88\x01\x01\x12\x1b\n\x0estreet_address\x18\x0c \x01(\tH\x04\x88\x01\x01\x12\x1c\n\x0fstreet_address2\x18\r \x01(\tH\x05\x88\x01\x01\x12\x16\n\tcity_name\x18\x0e \x01(\tH\x06\x88\x01\x01\x42\x0e\n\x0c_postal_codeB\x10\n\x0e_province_codeB\x0f\n\r_country_codeB\x10\n\x0e_province_nameB\x11\n\x0f_street_addressB\x12\n\x10_street_address2B\x0c\n\n_city_name\"v\n\tTopicInfo\x12H\n\x0etopic_constant\x18\x03 \x01(\tB+\xfa\x41(\n&googleads.googleapis.com/TopicConstantH\x00\x88\x01\x01\x12\x0c\n\x04path\x18\x04 \x03(\tB\x11\n\x0f_topic_constant\"D\n\x0cLanguageInfo\x12\x1e\n\x11language_constant\x18\x02 \x01(\tH\x00\x88\x01\x01\x42\x14\n\x12_language_constant\"5\n\x0bIpBlockInfo\x12\x17\n\nip_address\x18\x02 \x01(\tH\x00\x88\x01\x01\x42\r\n\x0b_ip_address\"g\n\x10\x43ontentLabelInfo\x12S\n\x04type\x18\x01 \x01(\x0e\x32\x45.google.ads.googleads.v24.enums.ContentLabelTypeEnum.ContentLabelType\"p\n\x0b\x43\x61rrierInfo\x12L\n\x10\x63\x61rrier_constant\x18\x02 \x01(\tB-\xfa\x41*\n(googleads.googleapis.com/CarrierConstantH\x00\x88\x01\x01\x42\x13\n\x11_carrier_constant\"R\n\x10UserInterestInfo\x12#\n\x16user_interest_category\x18\x02 \x01(\tH\x00\x88\x01\x01\x42\x19\n\x17_user_interest_category\"\xe9\x01\n\x0bWebpageInfo\x12\x1b\n\x0e\x63riterion_name\x18\x03 \x01(\tH\x00\x88\x01\x01\x12I\n\nconditions\x18\x02 \x03(\x0b\x32\x35.google.ads.googleads.v24.common.WebpageConditionInfo\x12\x1b\n\x13\x63overage_percentage\x18\x04 \x01(\x01\x12\x42\n\x06sample\x18\x05 \x01(\x0b\x32\x32.google.ads.googleads.v24.common.WebpageSampleInfoB\x11\n\x0f_criterion_name\"\x89\x02\n\x14WebpageConditionInfo\x12\x64\n\x07operand\x18\x01 \x01(\x0e\x32S.google.ads.googleads.v24.enums.WebpageConditionOperandEnum.WebpageConditionOperand\x12g\n\x08operator\x18\x02 \x01(\x0e\x32U.google.ads.googleads.v24.enums.WebpageConditionOperatorEnum.WebpageConditionOperator\x12\x15\n\x08\x61rgument\x18\x04 \x01(\tH\x00\x88\x01\x01\x42\x0b\n\t_argument\"9\n\x0fWebpageListInfo\x12\x17\n\nshared_set\x18\x01 \x01(\tH\x00\x88\x01\x01\x42\r\n\x0b_shared_set\"(\n\x11WebpageSampleInfo\x12\x13\n\x0bsample_urls\x18\x01 \x03(\t\"\xb0\x01\n\x1aOperatingSystemVersionInfo\x12l\n!operating_system_version_constant\x18\x02 \x01(\tB<\xfa\x41\x39\n7googleads.googleapis.com/OperatingSystemVersionConstantH\x00\x88\x01\x01\x42$\n\"_operating_system_version_constant\"p\n\x13\x41ppPaymentModelInfo\x12Y\n\x04type\x18\x01 \x01(\x0e\x32K.google.ads.googleads.v24.enums.AppPaymentModelTypeEnum.AppPaymentModelType\"\x86\x01\n\x10MobileDeviceInfo\x12W\n\x16mobile_device_constant\x18\x02 \x01(\tB2\xfa\x41/\n-googleads.googleapis.com/MobileDeviceConstantH\x00\x88\x01\x01\x42\x19\n\x17_mobile_device_constant\"F\n\x12\x43ustomAffinityInfo\x12\x1c\n\x0f\x63ustom_affinity\x18\x02 \x01(\tH\x00\x88\x01\x01\x42\x12\n\x10_custom_affinity\"@\n\x10\x43ustomIntentInfo\x12\x1a\n\rcustom_intent\x18\x02 \x01(\tH\x00\x88\x01\x01\x42\x10\n\x0e_custom_intent\"\xdd\x02\n\x11LocationGroupInfo\x12\x1c\n\x14geo_target_constants\x18\x06 \x03(\t\x12\x13\n\x06radius\x18\x07 \x01(\x03H\x00\x88\x01\x01\x12k\n\x0cradius_units\x18\x04 \x01(\x0e\x32U.google.ads.googleads.v24.enums.LocationGroupRadiusUnitsEnum.LocationGroupRadiusUnits\x12\x16\n\x0e\x66\x65\x65\x64_item_sets\x18\x08 \x03(\t\x12\x35\n(enable_customer_level_location_asset_set\x18\t \x01(\x08H\x01\x88\x01\x01\x12!\n\x19location_group_asset_sets\x18\n \x03(\tB\t\n\x07_radiusB+\n)_enable_customer_level_location_asset_set\"-\n\x12\x43ustomAudienceInfo\x12\x17\n\x0f\x63ustom_audience\x18\x01 \x01(\t\"a\n\x14\x43ombinedAudienceInfo\x12I\n\x11\x63ombined_audience\x18\x01 \x01(\tB.\xfa\x41+\n)googleads.googleapis.com/CombinedAudience\" \n\x0c\x41udienceInfo\x12\x10\n\x08\x61udience\x18\x01 \x01(\t\"\x9c\x01\n\x10KeywordThemeInfo\x12T\n\x16keyword_theme_constant\x18\x01 \x01(\tB2\xfa\x41/\n-googleads.googleapis.com/KeywordThemeConstantH\x00\x12!\n\x17\x66ree_form_keyword_theme\x18\x02 \x01(\tH\x00\x42\x0f\n\rkeyword_theme\"(\n\x12LocalServiceIdInfo\x12\x12\n\nservice_id\x18\x01 \x01(\t\"\x1f\n\x0fSearchThemeInfo\x12\x0c\n\x04text\x18\x01 \x01(\t\"\x87\x03\n\tBrandInfo\x12\x1e\n\x0c\x64isplay_name\x18\x02 \x01(\tB\x03\xe0\x41\x03H\x00\x88\x01\x01\x12\x16\n\tentity_id\x18\x01 \x01(\tH\x01\x88\x01\x01\x12\x1d\n\x0bprimary_url\x18\x03 \x01(\tB\x03\xe0\x41\x03H\x02\x88\x01\x01\x12\x7f\n\x10rejection_reason\x18\x04 \x01(\x0e\x32[.google.ads.googleads.v24.enums.BrandRequestRejectionReasonEnum.BrandRequestRejectionReasonB\x03\xe0\x41\x03H\x03\x88\x01\x01\x12S\n\x06status\x18\x05 \x01(\x0e\x32\x39.google.ads.googleads.v24.enums.BrandStateEnum.BrandStateB\x03\xe0\x41\x03H\x04\x88\x01\x01\x42\x0f\n\r_display_nameB\x0c\n\n_entity_idB\x0e\n\x0c_primary_urlB\x13\n\x11_rejection_reasonB\t\n\x07_status\"7\n\rBrandListInfo\x12\x17\n\nshared_set\x18\x01 \x01(\tH\x00\x88\x01\x01\x42\r\n\x0b_shared_set\"=\n\rLifeEventInfo\x12\x1a\n\rlife_event_id\x18\x01 \x01(\x03H\x00\x88\x01\x01\x42\x10\n\x0e_life_event_id\"[\n\x17\x45xtendedDemographicInfo\x12$\n\x17\x65xtended_demographic_id\x18\x01 \x01(\x03H\x00\x88\x01\x01\x42\x1a\n\x18_extended_demographic_id\"C\n\x0fVideoLineupInfo\x12\x1c\n\x0fvideo_lineup_id\x18\x01 \x01(\x03H\x00\x88\x01\x01\x42\x12\n\x10_video_lineup_id\";\n\x11PlacementListInfo\x12\x17\n\nshared_set\x18\x01 \x01(\tH\x00\x88\x01\x01\x42\r\n\x0b_shared_set\"J\n VerticalAdsItemGroupRuleListInfo\x12\x17\n\nshared_set\x18\x01 \x01(\tH\x00\x88\x01\x01\x42\r\n\x0b_shared_set\"\x85\x02\n\x1cVerticalAdsItemGroupRuleInfo\x12\x13\n\titem_code\x18\x01 \x01(\tH\x00\x12\x1e\n\x14\x63ountry_criterion_id\x18\x02 \x01(\tH\x00\x12\x1d\n\x13region_criterion_id\x18\x03 \x01(\tH\x00\x12\x1b\n\x11\x63ity_criterion_id\x18\x04 \x01(\tH\x00\x12\x15\n\x0bhotel_class\x18\x06 \x01(\x03H\x00\x12\x15\n\x0buser_rating\x18\x07 \x01(\x03H\x00\x12\x0f\n\x05venue\x18\x08 \x01(\tH\x00\x12(\n\x1e\x65vent_participant_display_name\x18\t \x01(\tH\x00\x42\x0b\n\tdimension\"<\n\x12RetailFilterBundle\x12\x17\n\nshared_set\x18\x01 \x01(\tH\x00\x88\x01\x01\x42\r\n\x0b_shared_set\"\xa0\x01\n\x0cRetailFilter\x12M\n\nexpression\x18\x01 \x01(\x0b\x32\x37.google.ads.googleads.v24.common.RetailFilterExpressionH\x00\x12\x39\n\x03tag\x18\x02 \x01(\x0b\x32*.google.ads.googleads.v24.common.RetailTagH\x00\x42\x06\n\x04node\"4\n\x16RetailFilterExpression\x12\x11\n\x04name\x18\x01 \x01(\tH\x00\x88\x01\x01\x42\x07\n\x05_name\"[\n\tRetailTag\x12\x12\n\x05value\x18\x01 \x01(\tH\x00\x88\x01\x01\x12\x1c\n\x0f\x65xpression_name\x18\x02 \x01(\tH\x01\x88\x01\x01\x42\x08\n\x06_valueB\x12\n\x10_expression_nameB\xed\x01\n#com.google.ads.googleads.v24.commonB\rCriteriaProtoP\x01ZEgoogle.golang.org/genproto/googleapis/ads/googleads/v24/common;common\xa2\x02\x03GAA\xaa\x02\x1fGoogle.Ads.GoogleAds.V24.Common\xca\x02\x1fGoogle\\Ads\\GoogleAds\\V24\\Common\xea\x02#Google::Ads::GoogleAds::V24::Commonb\x06proto3"
37
37
 
38
38
  pool = ::Google::Protobuf::DescriptorPool.generated_pool
39
39
  pool.add_serialized_file(descriptor_data)
@@ -0,0 +1,27 @@
1
+ # frozen_string_literal: true
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: google/ads/googleads/v24/common/experiment_types.proto
4
+
5
+ require 'google/protobuf'
6
+
7
+ require 'google/ads/google_ads/v24/enums/optimize_assets_experiment_subtype_pb'
8
+ require 'google/ads/google_ads/v24/enums/video_experiment_subtype_pb'
9
+
10
+
11
+ descriptor_data = "\n6google/ads/googleads/v24/common/experiment_types.proto\x12\x1fgoogle.ads.googleads.v24.common\x1aGgoogle/ads/googleads/v24/enums/optimize_assets_experiment_subtype.proto\x1a=google/ads/googleads/v24/enums/video_experiment_subtype.proto\"\x8a\x01\n\x13VideoExperimentInfo\x12s\n\x18video_experiment_subtype\x18\x01 \x01(\x0e\x32Q.google.ads.googleads.v24.enums.VideoExperimentSubtypeEnum.VideoExperimentSubtype\"\xb0\x01\n\x1cOptimizeAssetsExperimentInfo\x12\x8f\x01\n\"optimize_assets_experiment_subtype\x18\x01 \x01(\x0e\x32\x63.google.ads.googleads.v24.enums.OptimizeAssetsExperimentSubtypeEnum.OptimizeAssetsExperimentSubtypeB\xf4\x01\n#com.google.ads.googleads.v24.commonB\x14\x45xperimentTypesProtoP\x01ZEgoogle.golang.org/genproto/googleapis/ads/googleads/v24/common;common\xa2\x02\x03GAA\xaa\x02\x1fGoogle.Ads.GoogleAds.V24.Common\xca\x02\x1fGoogle\\Ads\\GoogleAds\\V24\\Common\xea\x02#Google::Ads::GoogleAds::V24::Commonb\x06proto3"
12
+
13
+ pool = ::Google::Protobuf::DescriptorPool.generated_pool
14
+ pool.add_serialized_file(descriptor_data)
15
+
16
+ module Google
17
+ module Ads
18
+ module GoogleAds
19
+ module V24
20
+ module Common
21
+ VideoExperimentInfo = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v24.common.VideoExperimentInfo").msgclass
22
+ OptimizeAssetsExperimentInfo = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v24.common.OptimizeAssetsExperimentInfo").msgclass
23
+ end
24
+ end
25
+ end
26
+ end
27
+ end
@@ -8,7 +8,7 @@ require 'google/ads/google_ads/v24/enums/interaction_event_type_pb'
8
8
  require 'google/ads/google_ads/v24/enums/quality_score_bucket_pb'
9
9
 
10
10
 
11
- descriptor_data = "\n-google/ads/googleads/v24/common/metrics.proto\x12\x1fgoogle.ads.googleads.v24.common\x1a;google/ads/googleads/v24/enums/interaction_event_type.proto\x1a\x39google/ads/googleads/v24/enums/quality_score_bucket.proto\"\xc6\xa0\x01\n\x07Metrics\x12\x30\n\"absolute_top_impression_percentage\x18\xb7\x01 \x01(\x01H\x00\x88\x01\x01\x12\x1d\n\x0f\x61\x63tive_view_cpm\x18\xb8\x01 \x01(\x01H\x01\x88\x01\x01\x12\x1d\n\x0f\x61\x63tive_view_ctr\x18\xb9\x01 \x01(\x01H\x02\x88\x01\x01\x12%\n\x17\x61\x63tive_view_impressions\x18\xba\x01 \x01(\x03H\x03\x88\x01\x01\x12\'\n\x19\x61\x63tive_view_measurability\x18\xbb\x01 \x01(\x01H\x04\x88\x01\x01\x12\x30\n\"active_view_measurable_cost_micros\x18\xbc\x01 \x01(\x03H\x05\x88\x01\x01\x12\x30\n\"active_view_measurable_impressions\x18\xbd\x01 \x01(\x03H\x06\x88\x01\x01\x12%\n\x17\x61\x63tive_view_viewability\x18\xbe\x01 \x01(\x01H\x07\x88\x01\x01\x12\x34\n&all_conversions_from_interactions_rate\x18\xbf\x01 \x01(\x01H\x08\x88\x01\x01\x12#\n\x15\x61ll_conversions_value\x18\xc0\x01 \x01(\x01H\t\x88\x01\x01\x12\x36\n(all_conversions_value_by_conversion_date\x18\xf0\x01 \x01(\x01H\n\x88\x01\x01\x12-\n\x1f\x61ll_new_customer_lifetime_value\x18\xa6\x02 \x01(\x01H\x0b\x88\x01\x01\x12\x1d\n\x0f\x61ll_conversions\x18\xc1\x01 \x01(\x01H\x0c\x88\x01\x01\x12\x30\n\"all_conversions_by_conversion_date\x18\xf1\x01 \x01(\x01H\r\x88\x01\x01\x12,\n\x1e\x61ll_conversions_value_per_cost\x18\xc2\x01 \x01(\x01H\x0e\x88\x01\x01\x12\x30\n\"all_conversions_from_click_to_call\x18\xc3\x01 \x01(\x01H\x0f\x88\x01\x01\x12-\n\x1f\x61ll_conversions_from_directions\x18\xc4\x01 \x01(\x01H\x10\x88\x01\x01\x12\x45\n7all_conversions_from_interactions_value_per_interaction\x18\xc5\x01 \x01(\x01H\x11\x88\x01\x01\x12\'\n\x19\x61ll_conversions_from_menu\x18\xc6\x01 \x01(\x01H\x12\x88\x01\x01\x12(\n\x1a\x61ll_conversions_from_order\x18\xc7\x01 \x01(\x01H\x13\x88\x01\x01\x12\x33\n%all_conversions_from_other_engagement\x18\xc8\x01 \x01(\x01H\x14\x88\x01\x01\x12.\n all_conversions_from_store_visit\x18\xc9\x01 \x01(\x01H\x15\x88\x01\x01\x12\x30\n\"all_conversions_from_store_website\x18\xca\x01 \x01(\x01H\x16\x88\x01\x01\x12G\n9auction_insight_search_absolute_top_impression_percentage\x18\x82\x02 \x01(\x01H\x17\x88\x01\x01\x12\x35\n\'auction_insight_search_impression_share\x18\x83\x02 \x01(\x01H\x18\x88\x01\x01\x12\x35\n\'auction_insight_search_outranking_share\x18\x84\x02 \x01(\x01H\x19\x88\x01\x01\x12\x31\n#auction_insight_search_overlap_rate\x18\x85\x02 \x01(\x01H\x1a\x88\x01\x01\x12\x38\n*auction_insight_search_position_above_rate\x18\x86\x02 \x01(\x01H\x1b\x88\x01\x01\x12>\n0auction_insight_search_top_impression_percentage\x18\x87\x02 \x01(\x01H\x1c\x88\x01\x01\x12\x1a\n\x0c\x61verage_cost\x18\xcb\x01 \x01(\x01H\x1d\x88\x01\x01\x12\x19\n\x0b\x61verage_cpc\x18\xcc\x01 \x01(\x01H\x1e\x88\x01\x01\x12\x19\n\x0b\x61verage_cpe\x18\xcd\x01 \x01(\x01H\x1f\x88\x01\x01\x12\x19\n\x0b\x61verage_cpm\x18\xce\x01 \x01(\x01H \x88\x01\x01\x12\"\n\x14trueview_average_cpv\x18\x95\x03 \x01(\x01H!\x88\x01\x01\x12 \n\x12\x61verage_page_views\x18\xd0\x01 \x01(\x01H\"\x88\x01\x01\x12\"\n\x14\x61verage_time_on_site\x18\xd1\x01 \x01(\x01H#\x88\x01\x01\x12\'\n\x19\x62\x65nchmark_average_max_cpc\x18\xd2\x01 \x01(\x01H$\x88\x01\x01\x12.\n biddable_app_install_conversions\x18\xfe\x01 \x01(\x01H%\x88\x01\x01\x12\x33\n%biddable_app_post_install_conversions\x18\xff\x01 \x01(\x01H&\x88\x01\x01\x12:\n,biddable_cohort_app_post_install_conversions\x18\xfa\x02 \x01(\x01H\'\x88\x01\x01\x12\x1b\n\rbenchmark_ctr\x18\xd3\x01 \x01(\x01H(\x88\x01\x01\x12\x19\n\x0b\x62ounce_rate\x18\xd4\x01 \x01(\x01H)\x88\x01\x01\x12\x14\n\x06\x63licks\x18\x83\x01 \x01(\x03H*\x88\x01\x01\x12\x1d\n\x0f\x63ombined_clicks\x18\x9c\x01 \x01(\x03H+\x88\x01\x01\x12\'\n\x19\x63ombined_clicks_per_query\x18\x9d\x01 \x01(\x01H,\x88\x01\x01\x12\x1e\n\x10\x63ombined_queries\x18\x9e\x01 \x01(\x03H-\x88\x01\x01\x12\x32\n$content_budget_lost_impression_share\x18\x9f\x01 \x01(\x01H.\x88\x01\x01\x12&\n\x18\x63ontent_impression_share\x18\xa0\x01 \x01(\x01H/\x88\x01\x01\x12\x38\n*conversion_last_received_request_date_time\x18\xa1\x01 \x01(\tH0\x88\x01\x01\x12-\n\x1f\x63onversion_last_conversion_date\x18\xa2\x01 \x01(\tH1\x88\x01\x01\x12\x30\n\"content_rank_lost_impression_share\x18\xa3\x01 \x01(\x01H2\x88\x01\x01\x12\x30\n\"conversions_from_interactions_rate\x18\xa4\x01 \x01(\x01H3\x88\x01\x01\x12\x1f\n\x11\x63onversions_value\x18\xa5\x01 \x01(\x01H4\x88\x01\x01\x12\x32\n$conversions_value_by_conversion_date\x18\xf2\x01 \x01(\x01H5\x88\x01\x01\x12)\n\x1bnew_customer_lifetime_value\x18\xa5\x02 \x01(\x01H6\x88\x01\x01\x12(\n\x1a\x63onversions_value_per_cost\x18\xa6\x01 \x01(\x01H7\x88\x01\x01\x12\x41\n3conversions_from_interactions_value_per_interaction\x18\xa7\x01 \x01(\x01H8\x88\x01\x01\x12\x19\n\x0b\x63onversions\x18\xa8\x01 \x01(\x01H9\x88\x01\x01\x12,\n\x1e\x63onversions_by_conversion_date\x18\xf3\x01 \x01(\x01H:\x88\x01\x01\x12\x19\n\x0b\x63ost_micros\x18\xa9\x01 \x01(\x03H;\x88\x01\x01\x12&\n\x18\x63ost_per_all_conversions\x18\xaa\x01 \x01(\x01H<\x88\x01\x01\x12!\n\x13\x63ost_per_conversion\x18\xab\x01 \x01(\x01H=\x88\x01\x01\x12:\n,cost_per_current_model_attributed_conversion\x18\xac\x01 \x01(\x01H>\x88\x01\x01\x12&\n\x18\x63ross_device_conversions\x18\xad\x01 \x01(\x01H?\x88\x01\x01\x12\x39\n+cross_device_conversions_by_conversion_date\x18\xf4\x02 \x01(\x01H@\x88\x01\x01\x12,\n\x1e\x63ross_device_conversions_value\x18\xfd\x01 \x01(\x01HA\x88\x01\x01\x12\x33\n%cross_device_conversions_value_micros\x18\xb8\x02 \x01(\x03HB\x88\x01\x01\x12?\n1cross_device_conversions_value_by_conversion_date\x18\xf5\x02 \x01(\x01HC\x88\x01\x01\x12\x11\n\x03\x63tr\x18\xae\x01 \x01(\x01HD\x88\x01\x01\x12\x32\n$current_model_attributed_conversions\x18\xaf\x01 \x01(\x01HE\x88\x01\x01\x12I\n;current_model_attributed_conversions_from_interactions_rate\x18\xb0\x01 \x01(\x01HF\x88\x01\x01\x12Z\nLcurrent_model_attributed_conversions_from_interactions_value_per_interaction\x18\xb1\x01 \x01(\x01HG\x88\x01\x01\x12\x38\n*current_model_attributed_conversions_value\x18\xb2\x01 \x01(\x01HH\x88\x01\x01\x12\x41\n3current_model_attributed_conversions_value_per_cost\x18\xb3\x01 \x01(\x01HI\x88\x01\x01\x12\x1d\n\x0f\x65ngagement_rate\x18\xb4\x01 \x01(\x01HJ\x88\x01\x01\x12\x19\n\x0b\x65ngagements\x18\xb5\x01 \x01(\x03HK\x88\x01\x01\x12-\n\x1fhotel_average_lead_value_micros\x18\xd5\x01 \x01(\x01HL\x88\x01\x01\x12*\n\x1chotel_commission_rate_micros\x18\x80\x02 \x01(\x03HM\x88\x01\x01\x12,\n\x1ehotel_expected_commission_cost\x18\x81\x02 \x01(\x01HN\x88\x01\x01\x12/\n!hotel_price_difference_percentage\x18\xd6\x01 \x01(\x01HO\x88\x01\x01\x12(\n\x1ahotel_eligible_impressions\x18\xd7\x01 \x01(\x03HP\x88\x01\x01\x12t\n!historical_creative_quality_score\x18P \x01(\x0e\x32I.google.ads.googleads.v24.enums.QualityScoreBucketEnum.QualityScoreBucket\x12x\n%historical_landing_page_quality_score\x18Q \x01(\x0e\x32I.google.ads.googleads.v24.enums.QualityScoreBucketEnum.QualityScoreBucket\x12&\n\x18historical_quality_score\x18\xd8\x01 \x01(\x03HQ\x88\x01\x01\x12r\n\x1fhistorical_search_predicted_ctr\x18S \x01(\x0e\x32I.google.ads.googleads.v24.enums.QualityScoreBucketEnum.QualityScoreBucket\x12\x1c\n\x0egmail_forwards\x18\xd9\x01 \x01(\x03HR\x88\x01\x01\x12\x19\n\x0bgmail_saves\x18\xda\x01 \x01(\x03HS\x88\x01\x01\x12$\n\x16gmail_secondary_clicks\x18\xdb\x01 \x01(\x03HT\x88\x01\x01\x12*\n\x1cimpressions_from_store_reach\x18\xdc\x01 \x01(\x03HU\x88\x01\x01\x12\x19\n\x0bimpressions\x18\xdd\x01 \x01(\x03HV\x88\x01\x01\x12\x1e\n\x10interaction_rate\x18\xde\x01 \x01(\x01HW\x88\x01\x01\x12\x1a\n\x0cinteractions\x18\xdf\x01 \x01(\x03HX\x88\x01\x01\x12n\n\x17interaction_event_types\x18\x64 \x03(\x0e\x32M.google.ads.googleads.v24.enums.InteractionEventTypeEnum.InteractionEventType\x12 \n\x12invalid_click_rate\x18\xe0\x01 \x01(\x01HY\x88\x01\x01\x12\x1c\n\x0einvalid_clicks\x18\xe1\x01 \x01(\x03HZ\x88\x01\x01\x12(\n\x1ageneral_invalid_click_rate\x18\xf2\x02 \x01(\x01H[\x88\x01\x01\x12$\n\x16general_invalid_clicks\x18\xf3\x02 \x01(\x03H\\\x88\x01\x01\x12\x1b\n\rmessage_chats\x18\xe2\x01 \x01(\x03H]\x88\x01\x01\x12!\n\x13message_impressions\x18\xe3\x01 \x01(\x03H^\x88\x01\x01\x12\x1f\n\x11message_chat_rate\x18\xe4\x01 \x01(\x01H_\x88\x01\x01\x12/\n!mobile_friendly_clicks_percentage\x18\xe5\x01 \x01(\x01H`\x88\x01\x01\x12\'\n\x19optimization_score_uplift\x18\xf7\x01 \x01(\x01Ha\x88\x01\x01\x12$\n\x16optimization_score_url\x18\xf8\x01 \x01(\tHb\x88\x01\x01\x12\x1c\n\x0eorganic_clicks\x18\xe6\x01 \x01(\x03Hc\x88\x01\x01\x12&\n\x18organic_clicks_per_query\x18\xe7\x01 \x01(\x01Hd\x88\x01\x01\x12!\n\x13organic_impressions\x18\xe8\x01 \x01(\x03He\x88\x01\x01\x12+\n\x1dorganic_impressions_per_query\x18\xe9\x01 \x01(\x01Hf\x88\x01\x01\x12\x1d\n\x0forganic_queries\x18\xea\x01 \x01(\x03Hg\x88\x01\x01\x12\"\n\x14percent_new_visitors\x18\xeb\x01 \x01(\x01Hh\x88\x01\x01\x12\x19\n\x0bphone_calls\x18\xec\x01 \x01(\x03Hi\x88\x01\x01\x12\x1f\n\x11phone_impressions\x18\xed\x01 \x01(\x03Hj\x88\x01\x01\x12 \n\x12phone_through_rate\x18\xee\x01 \x01(\x01Hk\x88\x01\x01\x12\x1a\n\x0crelative_ctr\x18\xef\x01 \x01(\x01Hl\x88\x01\x01\x12\x32\n$search_absolute_top_impression_share\x18\x88\x01 \x01(\x01Hm\x88\x01\x01\x12>\n0search_budget_lost_absolute_top_impression_share\x18\x89\x01 \x01(\x01Hn\x88\x01\x01\x12\x31\n#search_budget_lost_impression_share\x18\x8a\x01 \x01(\x01Ho\x88\x01\x01\x12\x35\n\'search_budget_lost_top_impression_share\x18\x8b\x01 \x01(\x01Hp\x88\x01\x01\x12 \n\x12search_click_share\x18\x8c\x01 \x01(\x01Hq\x88\x01\x01\x12\x31\n#search_exact_match_impression_share\x18\x8d\x01 \x01(\x01Hr\x88\x01\x01\x12%\n\x17search_impression_share\x18\x8e\x01 \x01(\x01Hs\x88\x01\x01\x12<\n.search_rank_lost_absolute_top_impression_share\x18\x8f\x01 \x01(\x01Ht\x88\x01\x01\x12/\n!search_rank_lost_impression_share\x18\x90\x01 \x01(\x01Hu\x88\x01\x01\x12\x33\n%search_rank_lost_top_impression_share\x18\x91\x01 \x01(\x01Hv\x88\x01\x01\x12)\n\x1bsearch_top_impression_share\x18\x92\x01 \x01(\x01Hw\x88\x01\x01\x12O\n\rsearch_volume\x18\xa7\x02 \x01(\x0b\x32\x32.google.ads.googleads.v24.common.SearchVolumeRangeHx\x88\x01\x01\x12\x19\n\x0bspeed_score\x18\x93\x01 \x01(\x03Hy\x88\x01\x01\x12\'\n\x19\x61verage_target_cpa_micros\x18\xa2\x02 \x01(\x03Hz\x88\x01\x01\x12!\n\x13\x61verage_target_roas\x18\xfa\x01 \x01(\x01H{\x88\x01\x01\x12\'\n\x19top_impression_percentage\x18\x94\x01 \x01(\x01H|\x88\x01\x01\x12>\n0valid_accelerated_mobile_pages_clicks_percentage\x18\x95\x01 \x01(\x01H}\x88\x01\x01\x12\'\n\x19value_per_all_conversions\x18\x96\x01 \x01(\x01H~\x88\x01\x01\x12:\n,value_per_all_conversions_by_conversion_date\x18\xf4\x01 \x01(\x01H\x7f\x88\x01\x01\x12#\n\x14value_per_conversion\x18\x97\x01 \x01(\x01H\x80\x01\x88\x01\x01\x12\x37\n(value_per_conversions_by_conversion_date\x18\xf5\x01 \x01(\x01H\x81\x01\x88\x01\x01\x12<\n-value_per_current_model_attributed_conversion\x18\x98\x01 \x01(\x01H\x82\x01\x88\x01\x01\x12\'\n\x18video_quartile_p100_rate\x18\x84\x01 \x01(\x01H\x83\x01\x88\x01\x01\x12&\n\x17video_quartile_p25_rate\x18\x85\x01 \x01(\x01H\x84\x01\x88\x01\x01\x12&\n\x17video_quartile_p50_rate\x18\x86\x01 \x01(\x01H\x85\x01\x88\x01\x01\x12&\n\x17video_quartile_p75_rate\x18\x87\x01 \x01(\x01H\x86\x01\x88\x01\x01\x12\'\n\x18video_trueview_view_rate\x18\x96\x03 \x01(\x01H\x87\x01\x88\x01\x01\x12#\n\x14video_trueview_views\x18\x97\x03 \x01(\x03H\x88\x01\x88\x01\x01\x12\'\n\x18view_through_conversions\x18\x9b\x01 \x01(\x03H\x89\x01\x88\x01\x01\x12\x1f\n\x16sk_ad_network_installs\x18\xf6\x01 \x01(\x03\x12(\n\x1fsk_ad_network_total_conversions\x18\xa4\x02 \x01(\x03\x12#\n\x1apublisher_purchased_clicks\x18\x88\x02 \x01(\x03\x12!\n\x18publisher_organic_clicks\x18\x89\x02 \x01(\x03\x12!\n\x18publisher_unknown_clicks\x18\x8a\x02 \x01(\x03\x12@\n1all_conversions_from_location_asset_click_to_call\x18\x8b\x02 \x01(\x01H\x8a\x01\x88\x01\x01\x12=\n.all_conversions_from_location_asset_directions\x18\x8c\x02 \x01(\x01H\x8b\x01\x88\x01\x01\x12\x37\n(all_conversions_from_location_asset_menu\x18\x8d\x02 \x01(\x01H\x8c\x01\x88\x01\x01\x12\x38\n)all_conversions_from_location_asset_order\x18\x8e\x02 \x01(\x01H\x8d\x01\x88\x01\x01\x12\x43\n4all_conversions_from_location_asset_other_engagement\x18\x8f\x02 \x01(\x01H\x8e\x01\x88\x01\x01\x12?\n0all_conversions_from_location_asset_store_visits\x18\x90\x02 \x01(\x01H\x8f\x01\x88\x01\x01\x12:\n+all_conversions_from_location_asset_website\x18\x91\x02 \x01(\x01H\x90\x01\x88\x01\x01\x12\x43\n4eligible_impressions_from_location_asset_store_reach\x18\x92\x02 \x01(\x03H\x91\x01\x88\x01\x01\x12I\n:view_through_conversions_from_location_asset_click_to_call\x18\x93\x02 \x01(\x01H\x92\x01\x88\x01\x01\x12\x46\n7view_through_conversions_from_location_asset_directions\x18\x94\x02 \x01(\x01H\x93\x01\x88\x01\x01\x12@\n1view_through_conversions_from_location_asset_menu\x18\x95\x02 \x01(\x01H\x94\x01\x88\x01\x01\x12\x41\n2view_through_conversions_from_location_asset_order\x18\x96\x02 \x01(\x01H\x95\x01\x88\x01\x01\x12L\n=view_through_conversions_from_location_asset_other_engagement\x18\x97\x02 \x01(\x01H\x96\x01\x88\x01\x01\x12H\n9view_through_conversions_from_location_asset_store_visits\x18\x98\x02 \x01(\x01H\x97\x01\x88\x01\x01\x12\x43\n4view_through_conversions_from_location_asset_website\x18\x99\x02 \x01(\x01H\x98\x01\x88\x01\x01\x12\x15\n\x06orders\x18\xa8\x02 \x01(\x01H\x99\x01\x88\x01\x01\x12)\n\x1a\x61verage_order_value_micros\x18\xa9\x02 \x01(\x03H\x9a\x01\x88\x01\x01\x12 \n\x11\x61verage_cart_size\x18\xaa\x02 \x01(\x01H\x9b\x01\x88\x01\x01\x12(\n\x19\x63ost_of_goods_sold_micros\x18\xab\x02 \x01(\x03H\x9c\x01\x88\x01\x01\x12\"\n\x13gross_profit_micros\x18\xac\x02 \x01(\x03H\x9d\x01\x88\x01\x01\x12\"\n\x13gross_profit_margin\x18\xad\x02 \x01(\x01H\x9e\x01\x88\x01\x01\x12\x1d\n\x0erevenue_micros\x18\xae\x02 \x01(\x03H\x9f\x01\x88\x01\x01\x12\x19\n\nunits_sold\x18\xaf\x02 \x01(\x01H\xa0\x01\x88\x01\x01\x12\x33\n$cross_sell_cost_of_goods_sold_micros\x18\xb0\x02 \x01(\x03H\xa1\x01\x88\x01\x01\x12-\n\x1e\x63ross_sell_gross_profit_micros\x18\xb1\x02 \x01(\x03H\xa2\x01\x88\x01\x01\x12(\n\x19\x63ross_sell_revenue_micros\x18\xb2\x02 \x01(\x03H\xa3\x01\x88\x01\x01\x12$\n\x15\x63ross_sell_units_sold\x18\xb3\x02 \x01(\x01H\xa4\x01\x88\x01\x01\x12-\n\x1elead_cost_of_goods_sold_micros\x18\xb4\x02 \x01(\x03H\xa5\x01\x88\x01\x01\x12\'\n\x18lead_gross_profit_micros\x18\xb5\x02 \x01(\x03H\xa6\x01\x88\x01\x01\x12\"\n\x13lead_revenue_micros\x18\xb6\x02 \x01(\x03H\xa7\x01\x88\x01\x01\x12\x1e\n\x0flead_units_sold\x18\xb7\x02 \x01(\x01H\xa8\x01\x88\x01\x01\x12\x1b\n\x0cunique_users\x18\xbf\x02 \x01(\x03H\xa9\x01\x88\x01\x01\x12\x34\n%average_impression_frequency_per_user\x18\xc0\x02 \x01(\x01H\xaa\x01\x88\x01\x01\x12$\n\x15linked_entities_count\x18\xd5\x02 \x01(\x03H\xab\x01\x88\x01\x01\x12\x1f\n\x16linked_sample_entities\x18\xd6\x02 \x03(\t\x12\'\n\x18\x61sset_pinned_total_count\x18\xdc\x02 \x01(\x03H\xac\x01\x88\x01\x01\x12:\n+asset_pinned_as_headline_position_one_count\x18\xdd\x02 \x01(\x03H\xad\x01\x88\x01\x01\x12:\n+asset_pinned_as_headline_position_two_count\x18\xde\x02 \x01(\x03H\xae\x01\x88\x01\x01\x12<\n-asset_pinned_as_headline_position_three_count\x18\xdf\x02 \x01(\x03H\xaf\x01\x88\x01\x01\x12=\n.asset_pinned_as_description_position_one_count\x18\xe0\x02 \x01(\x03H\xb0\x01\x88\x01\x01\x12=\n.asset_pinned_as_description_position_two_count\x18\xe1\x02 \x01(\x03H\xb1\x01\x88\x01\x01\x12\x43\n4store_visits_last_click_model_attributed_conversions\x18\xed\x02 \x01(\x01H\xb2\x01\x88\x01\x01\x12+\n\x1cresults_conversions_purchase\x18\xee\x02 \x01(\x01H\xb3\x01\x88\x01\x01\x12/\n video_trueview_view_rate_in_feed\x18\x98\x03 \x01(\x01H\xb4\x01\x88\x01\x01\x12\x31\n\"video_trueview_view_rate_in_stream\x18\x99\x03 \x01(\x01H\xb5\x01\x88\x01\x01\x12.\n\x1fvideo_trueview_view_rate_shorts\x18\x9a\x03 \x01(\x01H\xb6\x01\x88\x01\x01\x12#\n\x14\x63oviewed_impressions\x18\xfc\x02 \x01(\x03H\xb7\x01\x88\x01\x01\x12\"\n\x13primary_impressions\x18\xfd\x02 \x01(\x03H\xb8\x01\x88\x01\x01\x12\x45\n6platform_comparable_conversions_from_interactions_rate\x18\xfe\x02 \x01(\x01H\xb9\x01\x88\x01\x01\x12.\n\x1fplatform_comparable_conversions\x18\xff\x02 \x01(\x01H\xba\x01\x88\x01\x01\x12\x34\n%platform_comparable_conversions_value\x18\x80\x03 \x01(\x01H\xbb\x01\x88\x01\x01\x12=\n.platform_comparable_conversions_value_per_cost\x18\x81\x03 \x01(\x01H\xbc\x01\x88\x01\x01\x12\x41\n2platform_comparable_conversions_by_conversion_date\x18\x82\x03 \x01(\x01H\xbd\x01\x88\x01\x01\x12G\n8platform_comparable_conversions_value_by_conversion_date\x18\x83\x03 \x01(\x01H\xbe\x01\x88\x01\x01\x12V\nGplatform_comparable_conversions_from_interactions_value_per_interaction\x18\x84\x03 \x01(\x01H\xbf\x01\x88\x01\x01\x12\x36\n\'cost_per_platform_comparable_conversion\x18\x85\x03 \x01(\x01H\xc0\x01\x88\x01\x01\x12\x37\n(value_per_platform_comparable_conversion\x18\x86\x03 \x01(\x01H\xc1\x01\x88\x01\x01\x12K\n<value_per_platform_comparable_conversions_by_conversion_date\x18\x87\x03 \x01(\x01H\xc2\x01\x88\x01\x01\x12I\n:cost_converted_currency_per_platform_comparable_conversion\x18\x88\x03 \x01(\x01H\xc3\x01\x88\x01\x01\x12$\n\x15unique_users_two_plus\x18\x89\x03 \x01(\x03H\xc4\x01\x88\x01\x01\x12&\n\x17unique_users_three_plus\x18\x8a\x03 \x01(\x03H\xc5\x01\x88\x01\x01\x12%\n\x16unique_users_four_plus\x18\x8b\x03 \x01(\x03H\xc6\x01\x88\x01\x01\x12%\n\x16unique_users_five_plus\x18\x8c\x03 \x01(\x03H\xc7\x01\x88\x01\x01\x12$\n\x15unique_users_ten_plus\x18\x8d\x03 \x01(\x03H\xc8\x01\x88\x01\x01\x12\x1f\n\x10value_adjustment\x18\x8e\x03 \x01(\x01H\xc9\x01\x88\x01\x01\x12#\n\x14\x61ll_value_adjustment\x18\x8f\x03 \x01(\x01H\xca\x01\x88\x01\x01\x12+\n\x1c\x63licks_unique_query_clusters\x18\x90\x03 \x01(\x03H\xcb\x01\x88\x01\x01\x12\x30\n!conversions_unique_query_clusters\x18\x91\x03 \x01(\x03H\xcc\x01\x88\x01\x01\x12\x30\n!impressions_unique_query_clusters\x18\x92\x03 \x01(\x03H\xcd\x01\x88\x01\x01\x12/\n video_watch_time_duration_millis\x18\x93\x03 \x01(\x03H\xce\x01\x88\x01\x01\x12\x37\n(average_video_watch_time_duration_millis\x18\x94\x03 \x01(\x03H\xcf\x01\x88\x01\x01\x12\x12\n\x03svr\x18\x9b\x03 \x01(\x03H\xd0\x01\x88\x01\x01\x12<\n-active_view_audibility_measurable_impressions\x18\x9c\x03 \x01(\x03H\xd1\x01\x88\x01\x01\x12\x41\n2active_view_audibility_measurable_impressions_rate\x18\x9d\x03 \x01(\x01H\xd2\x01\x88\x01\x01\x12I\n:active_view_audibility_invalid_measurable_impressions_rate\x18\x9e\x03 \x01(\x01H\xd3\x01\x88\x01\x01\x12N\n?active_view_audibility_invalid_givt_measurable_impressions_rate\x18\x9f\x03 \x01(\x01H\xd4\x01\x88\x01\x01\x12.\n\x1f\x61\x63tive_view_audible_impressions\x18\xa0\x03 \x01(\x03H\xd5\x01\x88\x01\x01\x12\x33\n$active_view_audible_impressions_rate\x18\xa1\x03 \x01(\x01H\xd6\x01\x88\x01\x01\x12:\n+active_view_audible_two_seconds_impressions\x18\xa2\x03 \x01(\x03H\xd7\x01\x88\x01\x01\x12?\n0active_view_audible_two_seconds_impressions_rate\x18\xa3\x03 \x01(\x01H\xd8\x01\x88\x01\x01\x12=\n.active_view_audible_thirty_seconds_impressions\x18\xa4\x03 \x01(\x03H\xd9\x01\x88\x01\x01\x12\x42\n3active_view_audible_thirty_seconds_impressions_rate\x18\xa5\x03 \x01(\x01H\xda\x01\x88\x01\x01\x12\x34\n%active_view_audible_quartile_p25_rate\x18\xa6\x03 \x01(\x01H\xdb\x01\x88\x01\x01\x12\x34\n%active_view_audible_quartile_p50_rate\x18\xa7\x03 \x01(\x01H\xdc\x01\x88\x01\x01\x12\x34\n%active_view_audible_quartile_p75_rate\x18\xa8\x03 \x01(\x01H\xdd\x01\x88\x01\x01\x12\x35\n&active_view_audible_quartile_p100_rate\x18\xa9\x03 \x01(\x01H\xde\x01\x88\x01\x01\x12G\n8biddable_indirect_install_first_in_app_conversion_micros\x18\xaa\x03 \x01(\x03H\xdf\x01\x88\x01\x01\x12$\n\x15\x61ll_average_cart_size\x18\xab\x03 \x01(\x01H\xe0\x01\x88\x01\x01\x12-\n\x1e\x61ll_average_order_value_micros\x18\xac\x03 \x01(\x03H\xe1\x01\x88\x01\x01\x12,\n\x1d\x61ll_cost_of_goods_sold_micros\x18\xad\x03 \x01(\x03H\xe2\x01\x88\x01\x01\x12\x37\n(all_cross_sell_cost_of_goods_sold_micros\x18\xae\x03 \x01(\x03H\xe3\x01\x88\x01\x01\x12\x31\n\"all_cross_sell_gross_profit_micros\x18\xaf\x03 \x01(\x03H\xe4\x01\x88\x01\x01\x12,\n\x1d\x61ll_cross_sell_revenue_micros\x18\xb0\x03 \x01(\x03H\xe5\x01\x88\x01\x01\x12(\n\x19\x61ll_cross_sell_units_sold\x18\xb1\x03 \x01(\x01H\xe6\x01\x88\x01\x01\x12&\n\x17\x61ll_gross_profit_margin\x18\xb2\x03 \x01(\x01H\xe7\x01\x88\x01\x01\x12&\n\x17\x61ll_gross_profit_micros\x18\xb3\x03 \x01(\x03H\xe8\x01\x88\x01\x01\x12\x31\n\"all_lead_cost_of_goods_sold_micros\x18\xb4\x03 \x01(\x03H\xe9\x01\x88\x01\x01\x12+\n\x1c\x61ll_lead_gross_profit_micros\x18\xb5\x03 \x01(\x03H\xea\x01\x88\x01\x01\x12&\n\x17\x61ll_lead_revenue_micros\x18\xb6\x03 \x01(\x03H\xeb\x01\x88\x01\x01\x12\"\n\x13\x61ll_lead_units_sold\x18\xb7\x03 \x01(\x01H\xec\x01\x88\x01\x01\x12\x19\n\nall_orders\x18\xb8\x03 \x01(\x01H\xed\x01\x88\x01\x01\x12!\n\x12\x61ll_revenue_micros\x18\xb9\x03 \x01(\x03H\xee\x01\x88\x01\x01\x12\x1d\n\x0e\x61ll_units_sold\x18\xba\x03 \x01(\x01H\xef\x01\x88\x01\x01\x42%\n#_absolute_top_impression_percentageB\x12\n\x10_active_view_cpmB\x12\n\x10_active_view_ctrB\x1a\n\x18_active_view_impressionsB\x1c\n\x1a_active_view_measurabilityB%\n#_active_view_measurable_cost_microsB%\n#_active_view_measurable_impressionsB\x1a\n\x18_active_view_viewabilityB)\n\'_all_conversions_from_interactions_rateB\x18\n\x16_all_conversions_valueB+\n)_all_conversions_value_by_conversion_dateB\"\n _all_new_customer_lifetime_valueB\x12\n\x10_all_conversionsB%\n#_all_conversions_by_conversion_dateB!\n\x1f_all_conversions_value_per_costB%\n#_all_conversions_from_click_to_callB\"\n _all_conversions_from_directionsB:\n8_all_conversions_from_interactions_value_per_interactionB\x1c\n\x1a_all_conversions_from_menuB\x1d\n\x1b_all_conversions_from_orderB(\n&_all_conversions_from_other_engagementB#\n!_all_conversions_from_store_visitB%\n#_all_conversions_from_store_websiteB<\n:_auction_insight_search_absolute_top_impression_percentageB*\n(_auction_insight_search_impression_shareB*\n(_auction_insight_search_outranking_shareB&\n$_auction_insight_search_overlap_rateB-\n+_auction_insight_search_position_above_rateB3\n1_auction_insight_search_top_impression_percentageB\x0f\n\r_average_costB\x0e\n\x0c_average_cpcB\x0e\n\x0c_average_cpeB\x0e\n\x0c_average_cpmB\x17\n\x15_trueview_average_cpvB\x15\n\x13_average_page_viewsB\x17\n\x15_average_time_on_siteB\x1c\n\x1a_benchmark_average_max_cpcB#\n!_biddable_app_install_conversionsB(\n&_biddable_app_post_install_conversionsB/\n-_biddable_cohort_app_post_install_conversionsB\x10\n\x0e_benchmark_ctrB\x0e\n\x0c_bounce_rateB\t\n\x07_clicksB\x12\n\x10_combined_clicksB\x1c\n\x1a_combined_clicks_per_queryB\x13\n\x11_combined_queriesB\'\n%_content_budget_lost_impression_shareB\x1b\n\x19_content_impression_shareB-\n+_conversion_last_received_request_date_timeB\"\n _conversion_last_conversion_dateB%\n#_content_rank_lost_impression_shareB%\n#_conversions_from_interactions_rateB\x14\n\x12_conversions_valueB\'\n%_conversions_value_by_conversion_dateB\x1e\n\x1c_new_customer_lifetime_valueB\x1d\n\x1b_conversions_value_per_costB6\n4_conversions_from_interactions_value_per_interactionB\x0e\n\x0c_conversionsB!\n\x1f_conversions_by_conversion_dateB\x0e\n\x0c_cost_microsB\x1b\n\x19_cost_per_all_conversionsB\x16\n\x14_cost_per_conversionB/\n-_cost_per_current_model_attributed_conversionB\x1b\n\x19_cross_device_conversionsB.\n,_cross_device_conversions_by_conversion_dateB!\n\x1f_cross_device_conversions_valueB(\n&_cross_device_conversions_value_microsB4\n2_cross_device_conversions_value_by_conversion_dateB\x06\n\x04_ctrB\'\n%_current_model_attributed_conversionsB>\n<_current_model_attributed_conversions_from_interactions_rateBO\nM_current_model_attributed_conversions_from_interactions_value_per_interactionB-\n+_current_model_attributed_conversions_valueB6\n4_current_model_attributed_conversions_value_per_costB\x12\n\x10_engagement_rateB\x0e\n\x0c_engagementsB\"\n _hotel_average_lead_value_microsB\x1f\n\x1d_hotel_commission_rate_microsB!\n\x1f_hotel_expected_commission_costB$\n\"_hotel_price_difference_percentageB\x1d\n\x1b_hotel_eligible_impressionsB\x1b\n\x19_historical_quality_scoreB\x11\n\x0f_gmail_forwardsB\x0e\n\x0c_gmail_savesB\x19\n\x17_gmail_secondary_clicksB\x1f\n\x1d_impressions_from_store_reachB\x0e\n\x0c_impressionsB\x13\n\x11_interaction_rateB\x0f\n\r_interactionsB\x15\n\x13_invalid_click_rateB\x11\n\x0f_invalid_clicksB\x1d\n\x1b_general_invalid_click_rateB\x19\n\x17_general_invalid_clicksB\x10\n\x0e_message_chatsB\x16\n\x14_message_impressionsB\x14\n\x12_message_chat_rateB$\n\"_mobile_friendly_clicks_percentageB\x1c\n\x1a_optimization_score_upliftB\x19\n\x17_optimization_score_urlB\x11\n\x0f_organic_clicksB\x1b\n\x19_organic_clicks_per_queryB\x16\n\x14_organic_impressionsB \n\x1e_organic_impressions_per_queryB\x12\n\x10_organic_queriesB\x17\n\x15_percent_new_visitorsB\x0e\n\x0c_phone_callsB\x14\n\x12_phone_impressionsB\x15\n\x13_phone_through_rateB\x0f\n\r_relative_ctrB\'\n%_search_absolute_top_impression_shareB3\n1_search_budget_lost_absolute_top_impression_shareB&\n$_search_budget_lost_impression_shareB*\n(_search_budget_lost_top_impression_shareB\x15\n\x13_search_click_shareB&\n$_search_exact_match_impression_shareB\x1a\n\x18_search_impression_shareB1\n/_search_rank_lost_absolute_top_impression_shareB$\n\"_search_rank_lost_impression_shareB(\n&_search_rank_lost_top_impression_shareB\x1e\n\x1c_search_top_impression_shareB\x10\n\x0e_search_volumeB\x0e\n\x0c_speed_scoreB\x1c\n\x1a_average_target_cpa_microsB\x16\n\x14_average_target_roasB\x1c\n\x1a_top_impression_percentageB3\n1_valid_accelerated_mobile_pages_clicks_percentageB\x1c\n\x1a_value_per_all_conversionsB/\n-_value_per_all_conversions_by_conversion_dateB\x17\n\x15_value_per_conversionB+\n)_value_per_conversions_by_conversion_dateB0\n._value_per_current_model_attributed_conversionB\x1b\n\x19_video_quartile_p100_rateB\x1a\n\x18_video_quartile_p25_rateB\x1a\n\x18_video_quartile_p50_rateB\x1a\n\x18_video_quartile_p75_rateB\x1b\n\x19_video_trueview_view_rateB\x17\n\x15_video_trueview_viewsB\x1b\n\x19_view_through_conversionsB4\n2_all_conversions_from_location_asset_click_to_callB1\n/_all_conversions_from_location_asset_directionsB+\n)_all_conversions_from_location_asset_menuB,\n*_all_conversions_from_location_asset_orderB7\n5_all_conversions_from_location_asset_other_engagementB3\n1_all_conversions_from_location_asset_store_visitsB.\n,_all_conversions_from_location_asset_websiteB7\n5_eligible_impressions_from_location_asset_store_reachB=\n;_view_through_conversions_from_location_asset_click_to_callB:\n8_view_through_conversions_from_location_asset_directionsB4\n2_view_through_conversions_from_location_asset_menuB5\n3_view_through_conversions_from_location_asset_orderB@\n>_view_through_conversions_from_location_asset_other_engagementB<\n:_view_through_conversions_from_location_asset_store_visitsB7\n5_view_through_conversions_from_location_asset_websiteB\t\n\x07_ordersB\x1d\n\x1b_average_order_value_microsB\x14\n\x12_average_cart_sizeB\x1c\n\x1a_cost_of_goods_sold_microsB\x16\n\x14_gross_profit_microsB\x16\n\x14_gross_profit_marginB\x11\n\x0f_revenue_microsB\r\n\x0b_units_soldB\'\n%_cross_sell_cost_of_goods_sold_microsB!\n\x1f_cross_sell_gross_profit_microsB\x1c\n\x1a_cross_sell_revenue_microsB\x18\n\x16_cross_sell_units_soldB!\n\x1f_lead_cost_of_goods_sold_microsB\x1b\n\x19_lead_gross_profit_microsB\x16\n\x14_lead_revenue_microsB\x12\n\x10_lead_units_soldB\x0f\n\r_unique_usersB(\n&_average_impression_frequency_per_userB\x18\n\x16_linked_entities_countB\x1b\n\x19_asset_pinned_total_countB.\n,_asset_pinned_as_headline_position_one_countB.\n,_asset_pinned_as_headline_position_two_countB0\n._asset_pinned_as_headline_position_three_countB1\n/_asset_pinned_as_description_position_one_countB1\n/_asset_pinned_as_description_position_two_countB7\n5_store_visits_last_click_model_attributed_conversionsB\x1f\n\x1d_results_conversions_purchaseB#\n!_video_trueview_view_rate_in_feedB%\n#_video_trueview_view_rate_in_streamB\"\n _video_trueview_view_rate_shortsB\x17\n\x15_coviewed_impressionsB\x16\n\x14_primary_impressionsB9\n7_platform_comparable_conversions_from_interactions_rateB\"\n _platform_comparable_conversionsB(\n&_platform_comparable_conversions_valueB1\n/_platform_comparable_conversions_value_per_costB5\n3_platform_comparable_conversions_by_conversion_dateB;\n9_platform_comparable_conversions_value_by_conversion_dateBJ\nH_platform_comparable_conversions_from_interactions_value_per_interactionB*\n(_cost_per_platform_comparable_conversionB+\n)_value_per_platform_comparable_conversionB?\n=_value_per_platform_comparable_conversions_by_conversion_dateB=\n;_cost_converted_currency_per_platform_comparable_conversionB\x18\n\x16_unique_users_two_plusB\x1a\n\x18_unique_users_three_plusB\x19\n\x17_unique_users_four_plusB\x19\n\x17_unique_users_five_plusB\x18\n\x16_unique_users_ten_plusB\x13\n\x11_value_adjustmentB\x17\n\x15_all_value_adjustmentB\x1f\n\x1d_clicks_unique_query_clustersB$\n\"_conversions_unique_query_clustersB$\n\"_impressions_unique_query_clustersB#\n!_video_watch_time_duration_millisB+\n)_average_video_watch_time_duration_millisB\x06\n\x04_svrB0\n._active_view_audibility_measurable_impressionsB5\n3_active_view_audibility_measurable_impressions_rateB=\n;_active_view_audibility_invalid_measurable_impressions_rateBB\n@_active_view_audibility_invalid_givt_measurable_impressions_rateB\"\n _active_view_audible_impressionsB\'\n%_active_view_audible_impressions_rateB.\n,_active_view_audible_two_seconds_impressionsB3\n1_active_view_audible_two_seconds_impressions_rateB1\n/_active_view_audible_thirty_seconds_impressionsB6\n4_active_view_audible_thirty_seconds_impressions_rateB(\n&_active_view_audible_quartile_p25_rateB(\n&_active_view_audible_quartile_p50_rateB(\n&_active_view_audible_quartile_p75_rateB)\n\'_active_view_audible_quartile_p100_rateB;\n9_biddable_indirect_install_first_in_app_conversion_microsB\x18\n\x16_all_average_cart_sizeB!\n\x1f_all_average_order_value_microsB \n\x1e_all_cost_of_goods_sold_microsB+\n)_all_cross_sell_cost_of_goods_sold_microsB%\n#_all_cross_sell_gross_profit_microsB \n\x1e_all_cross_sell_revenue_microsB\x1c\n\x1a_all_cross_sell_units_soldB\x1a\n\x18_all_gross_profit_marginB\x1a\n\x18_all_gross_profit_microsB%\n#_all_lead_cost_of_goods_sold_microsB\x1f\n\x1d_all_lead_gross_profit_microsB\x1a\n\x18_all_lead_revenue_microsB\x16\n\x14_all_lead_units_soldB\r\n\x0b_all_ordersB\x15\n\x13_all_revenue_microsB\x11\n\x0f_all_units_sold\"G\n\x11SearchVolumeRange\x12\x10\n\x03min\x18\x01 \x01(\x03H\x00\x88\x01\x01\x12\x10\n\x03max\x18\x02 \x01(\x03H\x01\x88\x01\x01\x42\x06\n\x04_minB\x06\n\x04_maxB\xec\x01\n#com.google.ads.googleads.v24.commonB\x0cMetricsProtoP\x01ZEgoogle.golang.org/genproto/googleapis/ads/googleads/v24/common;common\xa2\x02\x03GAA\xaa\x02\x1fGoogle.Ads.GoogleAds.V24.Common\xca\x02\x1fGoogle\\Ads\\GoogleAds\\V24\\Common\xea\x02#Google::Ads::GoogleAds::V24::Commonb\x06proto3"
11
+ descriptor_data = "\n-google/ads/googleads/v24/common/metrics.proto\x12\x1fgoogle.ads.googleads.v24.common\x1a;google/ads/googleads/v24/enums/interaction_event_type.proto\x1a\x39google/ads/googleads/v24/enums/quality_score_bucket.proto\"\xf0\xb1\x01\n\x07Metrics\x12\x30\n\"absolute_top_impression_percentage\x18\xb7\x01 \x01(\x01H\x00\x88\x01\x01\x12\x1d\n\x0f\x61\x63tive_view_cpm\x18\xb8\x01 \x01(\x01H\x01\x88\x01\x01\x12\x1d\n\x0f\x61\x63tive_view_ctr\x18\xb9\x01 \x01(\x01H\x02\x88\x01\x01\x12%\n\x17\x61\x63tive_view_impressions\x18\xba\x01 \x01(\x03H\x03\x88\x01\x01\x12\'\n\x19\x61\x63tive_view_measurability\x18\xbb\x01 \x01(\x01H\x04\x88\x01\x01\x12\x30\n\"active_view_measurable_cost_micros\x18\xbc\x01 \x01(\x03H\x05\x88\x01\x01\x12\x30\n\"active_view_measurable_impressions\x18\xbd\x01 \x01(\x03H\x06\x88\x01\x01\x12%\n\x17\x61\x63tive_view_viewability\x18\xbe\x01 \x01(\x01H\x07\x88\x01\x01\x12\x34\n&all_conversions_from_interactions_rate\x18\xbf\x01 \x01(\x01H\x08\x88\x01\x01\x12#\n\x15\x61ll_conversions_value\x18\xc0\x01 \x01(\x01H\t\x88\x01\x01\x12\x36\n(all_conversions_value_by_conversion_date\x18\xf0\x01 \x01(\x01H\n\x88\x01\x01\x12-\n\x1f\x61ll_new_customer_lifetime_value\x18\xa6\x02 \x01(\x01H\x0b\x88\x01\x01\x12\x1d\n\x0f\x61ll_conversions\x18\xc1\x01 \x01(\x01H\x0c\x88\x01\x01\x12\x30\n\"all_conversions_by_conversion_date\x18\xf1\x01 \x01(\x01H\r\x88\x01\x01\x12,\n\x1e\x61ll_conversions_value_per_cost\x18\xc2\x01 \x01(\x01H\x0e\x88\x01\x01\x12\x30\n\"all_conversions_from_click_to_call\x18\xc3\x01 \x01(\x01H\x0f\x88\x01\x01\x12-\n\x1f\x61ll_conversions_from_directions\x18\xc4\x01 \x01(\x01H\x10\x88\x01\x01\x12\x45\n7all_conversions_from_interactions_value_per_interaction\x18\xc5\x01 \x01(\x01H\x11\x88\x01\x01\x12\'\n\x19\x61ll_conversions_from_menu\x18\xc6\x01 \x01(\x01H\x12\x88\x01\x01\x12(\n\x1a\x61ll_conversions_from_order\x18\xc7\x01 \x01(\x01H\x13\x88\x01\x01\x12\x33\n%all_conversions_from_other_engagement\x18\xc8\x01 \x01(\x01H\x14\x88\x01\x01\x12.\n all_conversions_from_store_visit\x18\xc9\x01 \x01(\x01H\x15\x88\x01\x01\x12\x30\n\"all_conversions_from_store_website\x18\xca\x01 \x01(\x01H\x16\x88\x01\x01\x12G\n9auction_insight_search_absolute_top_impression_percentage\x18\x82\x02 \x01(\x01H\x17\x88\x01\x01\x12\x35\n\'auction_insight_search_impression_share\x18\x83\x02 \x01(\x01H\x18\x88\x01\x01\x12\x35\n\'auction_insight_search_outranking_share\x18\x84\x02 \x01(\x01H\x19\x88\x01\x01\x12\x31\n#auction_insight_search_overlap_rate\x18\x85\x02 \x01(\x01H\x1a\x88\x01\x01\x12\x38\n*auction_insight_search_position_above_rate\x18\x86\x02 \x01(\x01H\x1b\x88\x01\x01\x12>\n0auction_insight_search_top_impression_percentage\x18\x87\x02 \x01(\x01H\x1c\x88\x01\x01\x12\x1a\n\x0c\x61verage_cost\x18\xcb\x01 \x01(\x01H\x1d\x88\x01\x01\x12\x19\n\x0b\x61verage_cpc\x18\xcc\x01 \x01(\x01H\x1e\x88\x01\x01\x12\x19\n\x0b\x61verage_cpe\x18\xcd\x01 \x01(\x01H\x1f\x88\x01\x01\x12\x19\n\x0b\x61verage_cpm\x18\xce\x01 \x01(\x01H \x88\x01\x01\x12\"\n\x14trueview_average_cpv\x18\x95\x03 \x01(\x01H!\x88\x01\x01\x12 \n\x12\x61verage_page_views\x18\xd0\x01 \x01(\x01H\"\x88\x01\x01\x12\"\n\x14\x61verage_time_on_site\x18\xd1\x01 \x01(\x01H#\x88\x01\x01\x12\'\n\x19\x62\x65nchmark_average_max_cpc\x18\xd2\x01 \x01(\x01H$\x88\x01\x01\x12.\n biddable_app_install_conversions\x18\xfe\x01 \x01(\x01H%\x88\x01\x01\x12\x33\n%biddable_app_post_install_conversions\x18\xff\x01 \x01(\x01H&\x88\x01\x01\x12:\n,biddable_cohort_app_post_install_conversions\x18\xfa\x02 \x01(\x01H\'\x88\x01\x01\x12\x1b\n\rbenchmark_ctr\x18\xd3\x01 \x01(\x01H(\x88\x01\x01\x12\x19\n\x0b\x62ounce_rate\x18\xd4\x01 \x01(\x01H)\x88\x01\x01\x12\x14\n\x06\x63licks\x18\x83\x01 \x01(\x03H*\x88\x01\x01\x12\x1c\n\x0e\x63ontrol_clicks\x18\xbb\x03 \x01(\x03H+\x88\x01\x01\x12\x1d\n\x0f\x63ombined_clicks\x18\x9c\x01 \x01(\x03H,\x88\x01\x01\x12\'\n\x19\x63ombined_clicks_per_query\x18\x9d\x01 \x01(\x01H-\x88\x01\x01\x12\x1e\n\x10\x63ombined_queries\x18\x9e\x01 \x01(\x03H.\x88\x01\x01\x12\x32\n$content_budget_lost_impression_share\x18\x9f\x01 \x01(\x01H/\x88\x01\x01\x12&\n\x18\x63ontent_impression_share\x18\xa0\x01 \x01(\x01H0\x88\x01\x01\x12\x38\n*conversion_last_received_request_date_time\x18\xa1\x01 \x01(\tH1\x88\x01\x01\x12-\n\x1f\x63onversion_last_conversion_date\x18\xa2\x01 \x01(\tH2\x88\x01\x01\x12\x30\n\"content_rank_lost_impression_share\x18\xa3\x01 \x01(\x01H3\x88\x01\x01\x12\x30\n\"conversions_from_interactions_rate\x18\xa4\x01 \x01(\x01H4\x88\x01\x01\x12\x1f\n\x11\x63onversions_value\x18\xa5\x01 \x01(\x01H5\x88\x01\x01\x12\x32\n$conversions_value_by_conversion_date\x18\xf2\x01 \x01(\x01H6\x88\x01\x01\x12)\n\x1bnew_customer_lifetime_value\x18\xa5\x02 \x01(\x01H7\x88\x01\x01\x12(\n\x1a\x63onversions_value_per_cost\x18\xa6\x01 \x01(\x01H8\x88\x01\x01\x12\x41\n3conversions_from_interactions_value_per_interaction\x18\xa7\x01 \x01(\x01H9\x88\x01\x01\x12\x19\n\x0b\x63onversions\x18\xa8\x01 \x01(\x01H:\x88\x01\x01\x12,\n\x1e\x63onversions_by_conversion_date\x18\xf3\x01 \x01(\x01H;\x88\x01\x01\x12\x19\n\x0b\x63ost_micros\x18\xa9\x01 \x01(\x03H<\x88\x01\x01\x12&\n\x18\x63ost_per_all_conversions\x18\xaa\x01 \x01(\x01H=\x88\x01\x01\x12!\n\x13\x63ost_per_conversion\x18\xab\x01 \x01(\x01H>\x88\x01\x01\x12:\n,cost_per_current_model_attributed_conversion\x18\xac\x01 \x01(\x01H?\x88\x01\x01\x12&\n\x18\x63ross_device_conversions\x18\xad\x01 \x01(\x01H@\x88\x01\x01\x12\x39\n+cross_device_conversions_by_conversion_date\x18\xf4\x02 \x01(\x01HA\x88\x01\x01\x12,\n\x1e\x63ross_device_conversions_value\x18\xfd\x01 \x01(\x01HB\x88\x01\x01\x12\x33\n%cross_device_conversions_value_micros\x18\xb8\x02 \x01(\x03HC\x88\x01\x01\x12?\n1cross_device_conversions_value_by_conversion_date\x18\xf5\x02 \x01(\x01HD\x88\x01\x01\x12\x11\n\x03\x63tr\x18\xae\x01 \x01(\x01HE\x88\x01\x01\x12\x32\n$current_model_attributed_conversions\x18\xaf\x01 \x01(\x01HF\x88\x01\x01\x12I\n;current_model_attributed_conversions_from_interactions_rate\x18\xb0\x01 \x01(\x01HG\x88\x01\x01\x12Z\nLcurrent_model_attributed_conversions_from_interactions_value_per_interaction\x18\xb1\x01 \x01(\x01HH\x88\x01\x01\x12\x38\n*current_model_attributed_conversions_value\x18\xb2\x01 \x01(\x01HI\x88\x01\x01\x12\x41\n3current_model_attributed_conversions_value_per_cost\x18\xb3\x01 \x01(\x01HJ\x88\x01\x01\x12\x1d\n\x0f\x65ngagement_rate\x18\xb4\x01 \x01(\x01HK\x88\x01\x01\x12\x19\n\x0b\x65ngagements\x18\xb5\x01 \x01(\x03HL\x88\x01\x01\x12-\n\x1fhotel_average_lead_value_micros\x18\xd5\x01 \x01(\x01HM\x88\x01\x01\x12*\n\x1chotel_commission_rate_micros\x18\x80\x02 \x01(\x03HN\x88\x01\x01\x12,\n\x1ehotel_expected_commission_cost\x18\x81\x02 \x01(\x01HO\x88\x01\x01\x12/\n!hotel_price_difference_percentage\x18\xd6\x01 \x01(\x01HP\x88\x01\x01\x12(\n\x1ahotel_eligible_impressions\x18\xd7\x01 \x01(\x03HQ\x88\x01\x01\x12t\n!historical_creative_quality_score\x18P \x01(\x0e\x32I.google.ads.googleads.v24.enums.QualityScoreBucketEnum.QualityScoreBucket\x12x\n%historical_landing_page_quality_score\x18Q \x01(\x0e\x32I.google.ads.googleads.v24.enums.QualityScoreBucketEnum.QualityScoreBucket\x12&\n\x18historical_quality_score\x18\xd8\x01 \x01(\x03HR\x88\x01\x01\x12r\n\x1fhistorical_search_predicted_ctr\x18S \x01(\x0e\x32I.google.ads.googleads.v24.enums.QualityScoreBucketEnum.QualityScoreBucket\x12\x1c\n\x0egmail_forwards\x18\xd9\x01 \x01(\x03HS\x88\x01\x01\x12\x19\n\x0bgmail_saves\x18\xda\x01 \x01(\x03HT\x88\x01\x01\x12$\n\x16gmail_secondary_clicks\x18\xdb\x01 \x01(\x03HU\x88\x01\x01\x12*\n\x1cimpressions_from_store_reach\x18\xdc\x01 \x01(\x03HV\x88\x01\x01\x12\x19\n\x0bimpressions\x18\xdd\x01 \x01(\x03HW\x88\x01\x01\x12\x1e\n\x10interaction_rate\x18\xde\x01 \x01(\x01HX\x88\x01\x01\x12\x1a\n\x0cinteractions\x18\xdf\x01 \x01(\x03HY\x88\x01\x01\x12n\n\x17interaction_event_types\x18\x64 \x03(\x0e\x32M.google.ads.googleads.v24.enums.InteractionEventTypeEnum.InteractionEventType\x12 \n\x12invalid_click_rate\x18\xe0\x01 \x01(\x01HZ\x88\x01\x01\x12\x1c\n\x0einvalid_clicks\x18\xe1\x01 \x01(\x03H[\x88\x01\x01\x12(\n\x1ageneral_invalid_click_rate\x18\xf2\x02 \x01(\x01H\\\x88\x01\x01\x12$\n\x16general_invalid_clicks\x18\xf3\x02 \x01(\x03H]\x88\x01\x01\x12\x1b\n\rmessage_chats\x18\xe2\x01 \x01(\x03H^\x88\x01\x01\x12!\n\x13message_impressions\x18\xe3\x01 \x01(\x03H_\x88\x01\x01\x12\x1f\n\x11message_chat_rate\x18\xe4\x01 \x01(\x01H`\x88\x01\x01\x12/\n!mobile_friendly_clicks_percentage\x18\xe5\x01 \x01(\x01Ha\x88\x01\x01\x12\'\n\x19optimization_score_uplift\x18\xf7\x01 \x01(\x01Hb\x88\x01\x01\x12$\n\x16optimization_score_url\x18\xf8\x01 \x01(\tHc\x88\x01\x01\x12\x1c\n\x0eorganic_clicks\x18\xe6\x01 \x01(\x03Hd\x88\x01\x01\x12&\n\x18organic_clicks_per_query\x18\xe7\x01 \x01(\x01He\x88\x01\x01\x12!\n\x13organic_impressions\x18\xe8\x01 \x01(\x03Hf\x88\x01\x01\x12+\n\x1dorganic_impressions_per_query\x18\xe9\x01 \x01(\x01Hg\x88\x01\x01\x12\x1d\n\x0forganic_queries\x18\xea\x01 \x01(\x03Hh\x88\x01\x01\x12\"\n\x14percent_new_visitors\x18\xeb\x01 \x01(\x01Hi\x88\x01\x01\x12\x19\n\x0bphone_calls\x18\xec\x01 \x01(\x03Hj\x88\x01\x01\x12\x1f\n\x11phone_impressions\x18\xed\x01 \x01(\x03Hk\x88\x01\x01\x12 \n\x12phone_through_rate\x18\xee\x01 \x01(\x01Hl\x88\x01\x01\x12\x1a\n\x0crelative_ctr\x18\xef\x01 \x01(\x01Hm\x88\x01\x01\x12\x32\n$search_absolute_top_impression_share\x18\x88\x01 \x01(\x01Hn\x88\x01\x01\x12>\n0search_budget_lost_absolute_top_impression_share\x18\x89\x01 \x01(\x01Ho\x88\x01\x01\x12\x31\n#search_budget_lost_impression_share\x18\x8a\x01 \x01(\x01Hp\x88\x01\x01\x12\x35\n\'search_budget_lost_top_impression_share\x18\x8b\x01 \x01(\x01Hq\x88\x01\x01\x12 \n\x12search_click_share\x18\x8c\x01 \x01(\x01Hr\x88\x01\x01\x12\x31\n#search_exact_match_impression_share\x18\x8d\x01 \x01(\x01Hs\x88\x01\x01\x12%\n\x17search_impression_share\x18\x8e\x01 \x01(\x01Ht\x88\x01\x01\x12<\n.search_rank_lost_absolute_top_impression_share\x18\x8f\x01 \x01(\x01Hu\x88\x01\x01\x12/\n!search_rank_lost_impression_share\x18\x90\x01 \x01(\x01Hv\x88\x01\x01\x12\x33\n%search_rank_lost_top_impression_share\x18\x91\x01 \x01(\x01Hw\x88\x01\x01\x12)\n\x1bsearch_top_impression_share\x18\x92\x01 \x01(\x01Hx\x88\x01\x01\x12O\n\rsearch_volume\x18\xa7\x02 \x01(\x0b\x32\x32.google.ads.googleads.v24.common.SearchVolumeRangeHy\x88\x01\x01\x12\x19\n\x0bspeed_score\x18\x93\x01 \x01(\x03Hz\x88\x01\x01\x12\'\n\x19\x61verage_target_cpa_micros\x18\xa2\x02 \x01(\x03H{\x88\x01\x01\x12!\n\x13\x61verage_target_roas\x18\xfa\x01 \x01(\x01H|\x88\x01\x01\x12\'\n\x19top_impression_percentage\x18\x94\x01 \x01(\x01H}\x88\x01\x01\x12>\n0valid_accelerated_mobile_pages_clicks_percentage\x18\x95\x01 \x01(\x01H~\x88\x01\x01\x12\'\n\x19value_per_all_conversions\x18\x96\x01 \x01(\x01H\x7f\x88\x01\x01\x12;\n,value_per_all_conversions_by_conversion_date\x18\xf4\x01 \x01(\x01H\x80\x01\x88\x01\x01\x12#\n\x14value_per_conversion\x18\x97\x01 \x01(\x01H\x81\x01\x88\x01\x01\x12\x37\n(value_per_conversions_by_conversion_date\x18\xf5\x01 \x01(\x01H\x82\x01\x88\x01\x01\x12<\n-value_per_current_model_attributed_conversion\x18\x98\x01 \x01(\x01H\x83\x01\x88\x01\x01\x12\'\n\x18video_quartile_p100_rate\x18\x84\x01 \x01(\x01H\x84\x01\x88\x01\x01\x12&\n\x17video_quartile_p25_rate\x18\x85\x01 \x01(\x01H\x85\x01\x88\x01\x01\x12&\n\x17video_quartile_p50_rate\x18\x86\x01 \x01(\x01H\x86\x01\x88\x01\x01\x12&\n\x17video_quartile_p75_rate\x18\x87\x01 \x01(\x01H\x87\x01\x88\x01\x01\x12\'\n\x18video_trueview_view_rate\x18\x96\x03 \x01(\x01H\x88\x01\x88\x01\x01\x12#\n\x14video_trueview_views\x18\x97\x03 \x01(\x03H\x89\x01\x88\x01\x01\x12\'\n\x18view_through_conversions\x18\x9b\x01 \x01(\x03H\x8a\x01\x88\x01\x01\x12\x1f\n\x16sk_ad_network_installs\x18\xf6\x01 \x01(\x03\x12(\n\x1fsk_ad_network_total_conversions\x18\xa4\x02 \x01(\x03\x12#\n\x1apublisher_purchased_clicks\x18\x88\x02 \x01(\x03\x12!\n\x18publisher_organic_clicks\x18\x89\x02 \x01(\x03\x12!\n\x18publisher_unknown_clicks\x18\x8a\x02 \x01(\x03\x12@\n1all_conversions_from_location_asset_click_to_call\x18\x8b\x02 \x01(\x01H\x8b\x01\x88\x01\x01\x12=\n.all_conversions_from_location_asset_directions\x18\x8c\x02 \x01(\x01H\x8c\x01\x88\x01\x01\x12\x37\n(all_conversions_from_location_asset_menu\x18\x8d\x02 \x01(\x01H\x8d\x01\x88\x01\x01\x12\x38\n)all_conversions_from_location_asset_order\x18\x8e\x02 \x01(\x01H\x8e\x01\x88\x01\x01\x12\x43\n4all_conversions_from_location_asset_other_engagement\x18\x8f\x02 \x01(\x01H\x8f\x01\x88\x01\x01\x12?\n0all_conversions_from_location_asset_store_visits\x18\x90\x02 \x01(\x01H\x90\x01\x88\x01\x01\x12:\n+all_conversions_from_location_asset_website\x18\x91\x02 \x01(\x01H\x91\x01\x88\x01\x01\x12\x43\n4eligible_impressions_from_location_asset_store_reach\x18\x92\x02 \x01(\x03H\x92\x01\x88\x01\x01\x12I\n:view_through_conversions_from_location_asset_click_to_call\x18\x93\x02 \x01(\x01H\x93\x01\x88\x01\x01\x12\x46\n7view_through_conversions_from_location_asset_directions\x18\x94\x02 \x01(\x01H\x94\x01\x88\x01\x01\x12@\n1view_through_conversions_from_location_asset_menu\x18\x95\x02 \x01(\x01H\x95\x01\x88\x01\x01\x12\x41\n2view_through_conversions_from_location_asset_order\x18\x96\x02 \x01(\x01H\x96\x01\x88\x01\x01\x12L\n=view_through_conversions_from_location_asset_other_engagement\x18\x97\x02 \x01(\x01H\x97\x01\x88\x01\x01\x12H\n9view_through_conversions_from_location_asset_store_visits\x18\x98\x02 \x01(\x01H\x98\x01\x88\x01\x01\x12\x43\n4view_through_conversions_from_location_asset_website\x18\x99\x02 \x01(\x01H\x99\x01\x88\x01\x01\x12\x15\n\x06orders\x18\xa8\x02 \x01(\x01H\x9a\x01\x88\x01\x01\x12)\n\x1a\x61verage_order_value_micros\x18\xa9\x02 \x01(\x03H\x9b\x01\x88\x01\x01\x12 \n\x11\x61verage_cart_size\x18\xaa\x02 \x01(\x01H\x9c\x01\x88\x01\x01\x12(\n\x19\x63ost_of_goods_sold_micros\x18\xab\x02 \x01(\x03H\x9d\x01\x88\x01\x01\x12\"\n\x13gross_profit_micros\x18\xac\x02 \x01(\x03H\x9e\x01\x88\x01\x01\x12\"\n\x13gross_profit_margin\x18\xad\x02 \x01(\x01H\x9f\x01\x88\x01\x01\x12\x1d\n\x0erevenue_micros\x18\xae\x02 \x01(\x03H\xa0\x01\x88\x01\x01\x12\x19\n\nunits_sold\x18\xaf\x02 \x01(\x01H\xa1\x01\x88\x01\x01\x12\x33\n$cross_sell_cost_of_goods_sold_micros\x18\xb0\x02 \x01(\x03H\xa2\x01\x88\x01\x01\x12-\n\x1e\x63ross_sell_gross_profit_micros\x18\xb1\x02 \x01(\x03H\xa3\x01\x88\x01\x01\x12(\n\x19\x63ross_sell_revenue_micros\x18\xb2\x02 \x01(\x03H\xa4\x01\x88\x01\x01\x12$\n\x15\x63ross_sell_units_sold\x18\xb3\x02 \x01(\x01H\xa5\x01\x88\x01\x01\x12-\n\x1elead_cost_of_goods_sold_micros\x18\xb4\x02 \x01(\x03H\xa6\x01\x88\x01\x01\x12\'\n\x18lead_gross_profit_micros\x18\xb5\x02 \x01(\x03H\xa7\x01\x88\x01\x01\x12\"\n\x13lead_revenue_micros\x18\xb6\x02 \x01(\x03H\xa8\x01\x88\x01\x01\x12\x1e\n\x0flead_units_sold\x18\xb7\x02 \x01(\x01H\xa9\x01\x88\x01\x01\x12\x1b\n\x0cunique_users\x18\xbf\x02 \x01(\x03H\xaa\x01\x88\x01\x01\x12\x34\n%average_impression_frequency_per_user\x18\xc0\x02 \x01(\x01H\xab\x01\x88\x01\x01\x12$\n\x15linked_entities_count\x18\xd5\x02 \x01(\x03H\xac\x01\x88\x01\x01\x12\x1f\n\x16linked_sample_entities\x18\xd6\x02 \x03(\t\x12\'\n\x18\x61sset_pinned_total_count\x18\xdc\x02 \x01(\x03H\xad\x01\x88\x01\x01\x12:\n+asset_pinned_as_headline_position_one_count\x18\xdd\x02 \x01(\x03H\xae\x01\x88\x01\x01\x12:\n+asset_pinned_as_headline_position_two_count\x18\xde\x02 \x01(\x03H\xaf\x01\x88\x01\x01\x12<\n-asset_pinned_as_headline_position_three_count\x18\xdf\x02 \x01(\x03H\xb0\x01\x88\x01\x01\x12=\n.asset_pinned_as_description_position_one_count\x18\xe0\x02 \x01(\x03H\xb1\x01\x88\x01\x01\x12=\n.asset_pinned_as_description_position_two_count\x18\xe1\x02 \x01(\x03H\xb2\x01\x88\x01\x01\x12\x43\n4store_visits_last_click_model_attributed_conversions\x18\xed\x02 \x01(\x01H\xb3\x01\x88\x01\x01\x12+\n\x1cresults_conversions_purchase\x18\xee\x02 \x01(\x01H\xb4\x01\x88\x01\x01\x12/\n video_trueview_view_rate_in_feed\x18\x98\x03 \x01(\x01H\xb5\x01\x88\x01\x01\x12\x31\n\"video_trueview_view_rate_in_stream\x18\x99\x03 \x01(\x01H\xb6\x01\x88\x01\x01\x12.\n\x1fvideo_trueview_view_rate_shorts\x18\x9a\x03 \x01(\x01H\xb7\x01\x88\x01\x01\x12#\n\x14\x63oviewed_impressions\x18\xfc\x02 \x01(\x03H\xb8\x01\x88\x01\x01\x12\"\n\x13primary_impressions\x18\xfd\x02 \x01(\x03H\xb9\x01\x88\x01\x01\x12\x45\n6platform_comparable_conversions_from_interactions_rate\x18\xfe\x02 \x01(\x01H\xba\x01\x88\x01\x01\x12.\n\x1fplatform_comparable_conversions\x18\xff\x02 \x01(\x01H\xbb\x01\x88\x01\x01\x12\x34\n%platform_comparable_conversions_value\x18\x80\x03 \x01(\x01H\xbc\x01\x88\x01\x01\x12=\n.platform_comparable_conversions_value_per_cost\x18\x81\x03 \x01(\x01H\xbd\x01\x88\x01\x01\x12\x41\n2platform_comparable_conversions_by_conversion_date\x18\x82\x03 \x01(\x01H\xbe\x01\x88\x01\x01\x12G\n8platform_comparable_conversions_value_by_conversion_date\x18\x83\x03 \x01(\x01H\xbf\x01\x88\x01\x01\x12V\nGplatform_comparable_conversions_from_interactions_value_per_interaction\x18\x84\x03 \x01(\x01H\xc0\x01\x88\x01\x01\x12\x36\n\'cost_per_platform_comparable_conversion\x18\x85\x03 \x01(\x01H\xc1\x01\x88\x01\x01\x12\x37\n(value_per_platform_comparable_conversion\x18\x86\x03 \x01(\x01H\xc2\x01\x88\x01\x01\x12K\n<value_per_platform_comparable_conversions_by_conversion_date\x18\x87\x03 \x01(\x01H\xc3\x01\x88\x01\x01\x12I\n:cost_converted_currency_per_platform_comparable_conversion\x18\x88\x03 \x01(\x01H\xc4\x01\x88\x01\x01\x12$\n\x15unique_users_two_plus\x18\x89\x03 \x01(\x03H\xc5\x01\x88\x01\x01\x12&\n\x17unique_users_three_plus\x18\x8a\x03 \x01(\x03H\xc6\x01\x88\x01\x01\x12%\n\x16unique_users_four_plus\x18\x8b\x03 \x01(\x03H\xc7\x01\x88\x01\x01\x12%\n\x16unique_users_five_plus\x18\x8c\x03 \x01(\x03H\xc8\x01\x88\x01\x01\x12$\n\x15unique_users_ten_plus\x18\x8d\x03 \x01(\x03H\xc9\x01\x88\x01\x01\x12\x1f\n\x10value_adjustment\x18\x8e\x03 \x01(\x01H\xca\x01\x88\x01\x01\x12#\n\x14\x61ll_value_adjustment\x18\x8f\x03 \x01(\x01H\xcb\x01\x88\x01\x01\x12+\n\x1c\x63licks_unique_query_clusters\x18\x90\x03 \x01(\x03H\xcc\x01\x88\x01\x01\x12\x30\n!conversions_unique_query_clusters\x18\x91\x03 \x01(\x03H\xcd\x01\x88\x01\x01\x12\x30\n!impressions_unique_query_clusters\x18\x92\x03 \x01(\x03H\xce\x01\x88\x01\x01\x12/\n video_watch_time_duration_millis\x18\x93\x03 \x01(\x03H\xcf\x01\x88\x01\x01\x12\x37\n(average_video_watch_time_duration_millis\x18\x94\x03 \x01(\x03H\xd0\x01\x88\x01\x01\x12\x12\n\x03svr\x18\x9b\x03 \x01(\x03H\xd1\x01\x88\x01\x01\x12<\n-active_view_audibility_measurable_impressions\x18\x9c\x03 \x01(\x03H\xd2\x01\x88\x01\x01\x12\x41\n2active_view_audibility_measurable_impressions_rate\x18\x9d\x03 \x01(\x01H\xd3\x01\x88\x01\x01\x12I\n:active_view_audibility_invalid_measurable_impressions_rate\x18\x9e\x03 \x01(\x01H\xd4\x01\x88\x01\x01\x12N\n?active_view_audibility_invalid_givt_measurable_impressions_rate\x18\x9f\x03 \x01(\x01H\xd5\x01\x88\x01\x01\x12.\n\x1f\x61\x63tive_view_audible_impressions\x18\xa0\x03 \x01(\x03H\xd6\x01\x88\x01\x01\x12\x33\n$active_view_audible_impressions_rate\x18\xa1\x03 \x01(\x01H\xd7\x01\x88\x01\x01\x12:\n+active_view_audible_two_seconds_impressions\x18\xa2\x03 \x01(\x03H\xd8\x01\x88\x01\x01\x12?\n0active_view_audible_two_seconds_impressions_rate\x18\xa3\x03 \x01(\x01H\xd9\x01\x88\x01\x01\x12=\n.active_view_audible_thirty_seconds_impressions\x18\xa4\x03 \x01(\x03H\xda\x01\x88\x01\x01\x12\x42\n3active_view_audible_thirty_seconds_impressions_rate\x18\xa5\x03 \x01(\x01H\xdb\x01\x88\x01\x01\x12\x34\n%active_view_audible_quartile_p25_rate\x18\xa6\x03 \x01(\x01H\xdc\x01\x88\x01\x01\x12\x34\n%active_view_audible_quartile_p50_rate\x18\xa7\x03 \x01(\x01H\xdd\x01\x88\x01\x01\x12\x34\n%active_view_audible_quartile_p75_rate\x18\xa8\x03 \x01(\x01H\xde\x01\x88\x01\x01\x12\x35\n&active_view_audible_quartile_p100_rate\x18\xa9\x03 \x01(\x01H\xdf\x01\x88\x01\x01\x12G\n8biddable_indirect_install_first_in_app_conversion_micros\x18\xaa\x03 \x01(\x03H\xe0\x01\x88\x01\x01\x12$\n\x15\x61ll_average_cart_size\x18\xab\x03 \x01(\x01H\xe1\x01\x88\x01\x01\x12-\n\x1e\x61ll_average_order_value_micros\x18\xac\x03 \x01(\x03H\xe2\x01\x88\x01\x01\x12,\n\x1d\x61ll_cost_of_goods_sold_micros\x18\xad\x03 \x01(\x03H\xe3\x01\x88\x01\x01\x12\x37\n(all_cross_sell_cost_of_goods_sold_micros\x18\xae\x03 \x01(\x03H\xe4\x01\x88\x01\x01\x12\x31\n\"all_cross_sell_gross_profit_micros\x18\xaf\x03 \x01(\x03H\xe5\x01\x88\x01\x01\x12,\n\x1d\x61ll_cross_sell_revenue_micros\x18\xb0\x03 \x01(\x03H\xe6\x01\x88\x01\x01\x12(\n\x19\x61ll_cross_sell_units_sold\x18\xb1\x03 \x01(\x01H\xe7\x01\x88\x01\x01\x12&\n\x17\x61ll_gross_profit_margin\x18\xb2\x03 \x01(\x01H\xe8\x01\x88\x01\x01\x12&\n\x17\x61ll_gross_profit_micros\x18\xb3\x03 \x01(\x03H\xe9\x01\x88\x01\x01\x12\x31\n\"all_lead_cost_of_goods_sold_micros\x18\xb4\x03 \x01(\x03H\xea\x01\x88\x01\x01\x12+\n\x1c\x61ll_lead_gross_profit_micros\x18\xb5\x03 \x01(\x03H\xeb\x01\x88\x01\x01\x12&\n\x17\x61ll_lead_revenue_micros\x18\xb6\x03 \x01(\x03H\xec\x01\x88\x01\x01\x12\"\n\x13\x61ll_lead_units_sold\x18\xb7\x03 \x01(\x01H\xed\x01\x88\x01\x01\x12\x19\n\nall_orders\x18\xb8\x03 \x01(\x01H\xee\x01\x88\x01\x01\x12!\n\x12\x61ll_revenue_micros\x18\xb9\x03 \x01(\x03H\xef\x01\x88\x01\x01\x12\x1d\n\x0e\x61ll_units_sold\x18\xba\x03 \x01(\x01H\xf0\x01\x88\x01\x01\x12*\n\x1b\x63ontrol_cost_per_conversion\x18\xbe\x03 \x01(\x01H\xf1\x01\x88\x01\x01\x12\x32\n#cost_per_conversion_margin_of_error\x18\xbf\x03 \x01(\x01H\xf2\x01\x88\x01\x01\x12*\n\x1b\x63ost_per_conversion_p_value\x18\xc0\x03 \x01(\x01H\xf3\x01\x88\x01\x01\x12\x38\n)cost_per_conversion_change_point_estimate\x18\xc1\x03 \x01(\x01H\xf4\x01\x88\x01\x01\x12\"\n\x13\x63ontrol_conversions\x18\xc2\x03 \x01(\x01H\xf5\x01\x88\x01\x01\x12:\n+conversions_absolute_change_margin_of_error\x18\xc3\x03 \x01(\x01H\xf6\x01\x88\x01\x01\x12\x32\n#conversions_absolute_change_p_value\x18\xc4\x03 \x01(\x01H\xf7\x01\x88\x01\x01\x12\x39\n*conversions_absolute_change_point_estimate\x18\xc5\x03 \x01(\x01H\xf8\x01\x88\x01\x01\x12\x30\n!control_conversion_value_per_cost\x18\xc6\x03 \x01(\x01H\xf9\x01\x88\x01\x01\x12\x38\n)conversion_value_per_cost_margin_of_error\x18\xc7\x03 \x01(\x01H\xfa\x01\x88\x01\x01\x12\x30\n!conversion_value_per_cost_p_value\x18\xc8\x03 \x01(\x01H\xfb\x01\x88\x01\x01\x12>\n/conversion_value_per_cost_change_point_estimate\x18\xc9\x03 \x01(\x01H\xfc\x01\x88\x01\x01\x12\"\n\x13\x63ontrol_cost_micros\x18\xca\x03 \x01(\x03H\xfd\x01\x88\x01\x01\x12*\n\x1b\x63ost_micros_margin_of_error\x18\xcb\x03 \x01(\x01H\xfe\x01\x88\x01\x01\x12\"\n\x13\x63ost_micros_p_value\x18\xcc\x03 \x01(\x01H\xff\x01\x88\x01\x01\x12\x30\n!cost_micros_change_point_estimate\x18\xcd\x03 \x01(\x01H\x80\x02\x88\x01\x01\x12\"\n\x13\x63ontrol_impressions\x18\xce\x03 \x01(\x03H\x81\x02\x88\x01\x01\x12*\n\x1bimpressions_margin_of_error\x18\xcf\x03 \x01(\x01H\x82\x02\x88\x01\x01\x12\"\n\x13impressions_p_value\x18\xd0\x03 \x01(\x01H\x83\x02\x88\x01\x01\x12)\n\x1aimpressions_point_estimate\x18\xd1\x03 \x01(\x01H\x84\x02\x88\x01\x01\x12%\n\x16\x63licks_margin_of_error\x18\xd2\x03 \x01(\x01H\x85\x02\x88\x01\x01\x12\x1d\n\x0e\x63licks_p_value\x18\xd3\x03 \x01(\x01H\x86\x02\x88\x01\x01\x12$\n\x15\x63licks_point_estimate\x18\xd4\x03 \x01(\x01H\x87\x02\x88\x01\x01\x12\'\n\x18\x63ontrol_conversion_value\x18\xd5\x03 \x01(\x01H\x88\x02\x88\x01\x01\x12/\n conversion_value_margin_of_error\x18\xd6\x03 \x01(\x01H\x89\x02\x88\x01\x01\x12\'\n\x18\x63onversion_value_p_value\x18\xd7\x03 \x01(\x01H\x8a\x02\x88\x01\x01\x12\x35\n&conversion_value_change_point_estimate\x18\xd8\x03 \x01(\x01H\x8b\x02\x88\x01\x01\x42%\n#_absolute_top_impression_percentageB\x12\n\x10_active_view_cpmB\x12\n\x10_active_view_ctrB\x1a\n\x18_active_view_impressionsB\x1c\n\x1a_active_view_measurabilityB%\n#_active_view_measurable_cost_microsB%\n#_active_view_measurable_impressionsB\x1a\n\x18_active_view_viewabilityB)\n\'_all_conversions_from_interactions_rateB\x18\n\x16_all_conversions_valueB+\n)_all_conversions_value_by_conversion_dateB\"\n _all_new_customer_lifetime_valueB\x12\n\x10_all_conversionsB%\n#_all_conversions_by_conversion_dateB!\n\x1f_all_conversions_value_per_costB%\n#_all_conversions_from_click_to_callB\"\n _all_conversions_from_directionsB:\n8_all_conversions_from_interactions_value_per_interactionB\x1c\n\x1a_all_conversions_from_menuB\x1d\n\x1b_all_conversions_from_orderB(\n&_all_conversions_from_other_engagementB#\n!_all_conversions_from_store_visitB%\n#_all_conversions_from_store_websiteB<\n:_auction_insight_search_absolute_top_impression_percentageB*\n(_auction_insight_search_impression_shareB*\n(_auction_insight_search_outranking_shareB&\n$_auction_insight_search_overlap_rateB-\n+_auction_insight_search_position_above_rateB3\n1_auction_insight_search_top_impression_percentageB\x0f\n\r_average_costB\x0e\n\x0c_average_cpcB\x0e\n\x0c_average_cpeB\x0e\n\x0c_average_cpmB\x17\n\x15_trueview_average_cpvB\x15\n\x13_average_page_viewsB\x17\n\x15_average_time_on_siteB\x1c\n\x1a_benchmark_average_max_cpcB#\n!_biddable_app_install_conversionsB(\n&_biddable_app_post_install_conversionsB/\n-_biddable_cohort_app_post_install_conversionsB\x10\n\x0e_benchmark_ctrB\x0e\n\x0c_bounce_rateB\t\n\x07_clicksB\x11\n\x0f_control_clicksB\x12\n\x10_combined_clicksB\x1c\n\x1a_combined_clicks_per_queryB\x13\n\x11_combined_queriesB\'\n%_content_budget_lost_impression_shareB\x1b\n\x19_content_impression_shareB-\n+_conversion_last_received_request_date_timeB\"\n _conversion_last_conversion_dateB%\n#_content_rank_lost_impression_shareB%\n#_conversions_from_interactions_rateB\x14\n\x12_conversions_valueB\'\n%_conversions_value_by_conversion_dateB\x1e\n\x1c_new_customer_lifetime_valueB\x1d\n\x1b_conversions_value_per_costB6\n4_conversions_from_interactions_value_per_interactionB\x0e\n\x0c_conversionsB!\n\x1f_conversions_by_conversion_dateB\x0e\n\x0c_cost_microsB\x1b\n\x19_cost_per_all_conversionsB\x16\n\x14_cost_per_conversionB/\n-_cost_per_current_model_attributed_conversionB\x1b\n\x19_cross_device_conversionsB.\n,_cross_device_conversions_by_conversion_dateB!\n\x1f_cross_device_conversions_valueB(\n&_cross_device_conversions_value_microsB4\n2_cross_device_conversions_value_by_conversion_dateB\x06\n\x04_ctrB\'\n%_current_model_attributed_conversionsB>\n<_current_model_attributed_conversions_from_interactions_rateBO\nM_current_model_attributed_conversions_from_interactions_value_per_interactionB-\n+_current_model_attributed_conversions_valueB6\n4_current_model_attributed_conversions_value_per_costB\x12\n\x10_engagement_rateB\x0e\n\x0c_engagementsB\"\n _hotel_average_lead_value_microsB\x1f\n\x1d_hotel_commission_rate_microsB!\n\x1f_hotel_expected_commission_costB$\n\"_hotel_price_difference_percentageB\x1d\n\x1b_hotel_eligible_impressionsB\x1b\n\x19_historical_quality_scoreB\x11\n\x0f_gmail_forwardsB\x0e\n\x0c_gmail_savesB\x19\n\x17_gmail_secondary_clicksB\x1f\n\x1d_impressions_from_store_reachB\x0e\n\x0c_impressionsB\x13\n\x11_interaction_rateB\x0f\n\r_interactionsB\x15\n\x13_invalid_click_rateB\x11\n\x0f_invalid_clicksB\x1d\n\x1b_general_invalid_click_rateB\x19\n\x17_general_invalid_clicksB\x10\n\x0e_message_chatsB\x16\n\x14_message_impressionsB\x14\n\x12_message_chat_rateB$\n\"_mobile_friendly_clicks_percentageB\x1c\n\x1a_optimization_score_upliftB\x19\n\x17_optimization_score_urlB\x11\n\x0f_organic_clicksB\x1b\n\x19_organic_clicks_per_queryB\x16\n\x14_organic_impressionsB \n\x1e_organic_impressions_per_queryB\x12\n\x10_organic_queriesB\x17\n\x15_percent_new_visitorsB\x0e\n\x0c_phone_callsB\x14\n\x12_phone_impressionsB\x15\n\x13_phone_through_rateB\x0f\n\r_relative_ctrB\'\n%_search_absolute_top_impression_shareB3\n1_search_budget_lost_absolute_top_impression_shareB&\n$_search_budget_lost_impression_shareB*\n(_search_budget_lost_top_impression_shareB\x15\n\x13_search_click_shareB&\n$_search_exact_match_impression_shareB\x1a\n\x18_search_impression_shareB1\n/_search_rank_lost_absolute_top_impression_shareB$\n\"_search_rank_lost_impression_shareB(\n&_search_rank_lost_top_impression_shareB\x1e\n\x1c_search_top_impression_shareB\x10\n\x0e_search_volumeB\x0e\n\x0c_speed_scoreB\x1c\n\x1a_average_target_cpa_microsB\x16\n\x14_average_target_roasB\x1c\n\x1a_top_impression_percentageB3\n1_valid_accelerated_mobile_pages_clicks_percentageB\x1c\n\x1a_value_per_all_conversionsB/\n-_value_per_all_conversions_by_conversion_dateB\x17\n\x15_value_per_conversionB+\n)_value_per_conversions_by_conversion_dateB0\n._value_per_current_model_attributed_conversionB\x1b\n\x19_video_quartile_p100_rateB\x1a\n\x18_video_quartile_p25_rateB\x1a\n\x18_video_quartile_p50_rateB\x1a\n\x18_video_quartile_p75_rateB\x1b\n\x19_video_trueview_view_rateB\x17\n\x15_video_trueview_viewsB\x1b\n\x19_view_through_conversionsB4\n2_all_conversions_from_location_asset_click_to_callB1\n/_all_conversions_from_location_asset_directionsB+\n)_all_conversions_from_location_asset_menuB,\n*_all_conversions_from_location_asset_orderB7\n5_all_conversions_from_location_asset_other_engagementB3\n1_all_conversions_from_location_asset_store_visitsB.\n,_all_conversions_from_location_asset_websiteB7\n5_eligible_impressions_from_location_asset_store_reachB=\n;_view_through_conversions_from_location_asset_click_to_callB:\n8_view_through_conversions_from_location_asset_directionsB4\n2_view_through_conversions_from_location_asset_menuB5\n3_view_through_conversions_from_location_asset_orderB@\n>_view_through_conversions_from_location_asset_other_engagementB<\n:_view_through_conversions_from_location_asset_store_visitsB7\n5_view_through_conversions_from_location_asset_websiteB\t\n\x07_ordersB\x1d\n\x1b_average_order_value_microsB\x14\n\x12_average_cart_sizeB\x1c\n\x1a_cost_of_goods_sold_microsB\x16\n\x14_gross_profit_microsB\x16\n\x14_gross_profit_marginB\x11\n\x0f_revenue_microsB\r\n\x0b_units_soldB\'\n%_cross_sell_cost_of_goods_sold_microsB!\n\x1f_cross_sell_gross_profit_microsB\x1c\n\x1a_cross_sell_revenue_microsB\x18\n\x16_cross_sell_units_soldB!\n\x1f_lead_cost_of_goods_sold_microsB\x1b\n\x19_lead_gross_profit_microsB\x16\n\x14_lead_revenue_microsB\x12\n\x10_lead_units_soldB\x0f\n\r_unique_usersB(\n&_average_impression_frequency_per_userB\x18\n\x16_linked_entities_countB\x1b\n\x19_asset_pinned_total_countB.\n,_asset_pinned_as_headline_position_one_countB.\n,_asset_pinned_as_headline_position_two_countB0\n._asset_pinned_as_headline_position_three_countB1\n/_asset_pinned_as_description_position_one_countB1\n/_asset_pinned_as_description_position_two_countB7\n5_store_visits_last_click_model_attributed_conversionsB\x1f\n\x1d_results_conversions_purchaseB#\n!_video_trueview_view_rate_in_feedB%\n#_video_trueview_view_rate_in_streamB\"\n _video_trueview_view_rate_shortsB\x17\n\x15_coviewed_impressionsB\x16\n\x14_primary_impressionsB9\n7_platform_comparable_conversions_from_interactions_rateB\"\n _platform_comparable_conversionsB(\n&_platform_comparable_conversions_valueB1\n/_platform_comparable_conversions_value_per_costB5\n3_platform_comparable_conversions_by_conversion_dateB;\n9_platform_comparable_conversions_value_by_conversion_dateBJ\nH_platform_comparable_conversions_from_interactions_value_per_interactionB*\n(_cost_per_platform_comparable_conversionB+\n)_value_per_platform_comparable_conversionB?\n=_value_per_platform_comparable_conversions_by_conversion_dateB=\n;_cost_converted_currency_per_platform_comparable_conversionB\x18\n\x16_unique_users_two_plusB\x1a\n\x18_unique_users_three_plusB\x19\n\x17_unique_users_four_plusB\x19\n\x17_unique_users_five_plusB\x18\n\x16_unique_users_ten_plusB\x13\n\x11_value_adjustmentB\x17\n\x15_all_value_adjustmentB\x1f\n\x1d_clicks_unique_query_clustersB$\n\"_conversions_unique_query_clustersB$\n\"_impressions_unique_query_clustersB#\n!_video_watch_time_duration_millisB+\n)_average_video_watch_time_duration_millisB\x06\n\x04_svrB0\n._active_view_audibility_measurable_impressionsB5\n3_active_view_audibility_measurable_impressions_rateB=\n;_active_view_audibility_invalid_measurable_impressions_rateBB\n@_active_view_audibility_invalid_givt_measurable_impressions_rateB\"\n _active_view_audible_impressionsB\'\n%_active_view_audible_impressions_rateB.\n,_active_view_audible_two_seconds_impressionsB3\n1_active_view_audible_two_seconds_impressions_rateB1\n/_active_view_audible_thirty_seconds_impressionsB6\n4_active_view_audible_thirty_seconds_impressions_rateB(\n&_active_view_audible_quartile_p25_rateB(\n&_active_view_audible_quartile_p50_rateB(\n&_active_view_audible_quartile_p75_rateB)\n\'_active_view_audible_quartile_p100_rateB;\n9_biddable_indirect_install_first_in_app_conversion_microsB\x18\n\x16_all_average_cart_sizeB!\n\x1f_all_average_order_value_microsB \n\x1e_all_cost_of_goods_sold_microsB+\n)_all_cross_sell_cost_of_goods_sold_microsB%\n#_all_cross_sell_gross_profit_microsB \n\x1e_all_cross_sell_revenue_microsB\x1c\n\x1a_all_cross_sell_units_soldB\x1a\n\x18_all_gross_profit_marginB\x1a\n\x18_all_gross_profit_microsB%\n#_all_lead_cost_of_goods_sold_microsB\x1f\n\x1d_all_lead_gross_profit_microsB\x1a\n\x18_all_lead_revenue_microsB\x16\n\x14_all_lead_units_soldB\r\n\x0b_all_ordersB\x15\n\x13_all_revenue_microsB\x11\n\x0f_all_units_soldB\x1e\n\x1c_control_cost_per_conversionB&\n$_cost_per_conversion_margin_of_errorB\x1e\n\x1c_cost_per_conversion_p_valueB,\n*_cost_per_conversion_change_point_estimateB\x16\n\x14_control_conversionsB.\n,_conversions_absolute_change_margin_of_errorB&\n$_conversions_absolute_change_p_valueB-\n+_conversions_absolute_change_point_estimateB$\n\"_control_conversion_value_per_costB,\n*_conversion_value_per_cost_margin_of_errorB$\n\"_conversion_value_per_cost_p_valueB2\n0_conversion_value_per_cost_change_point_estimateB\x16\n\x14_control_cost_microsB\x1e\n\x1c_cost_micros_margin_of_errorB\x16\n\x14_cost_micros_p_valueB$\n\"_cost_micros_change_point_estimateB\x16\n\x14_control_impressionsB\x1e\n\x1c_impressions_margin_of_errorB\x16\n\x14_impressions_p_valueB\x1d\n\x1b_impressions_point_estimateB\x19\n\x17_clicks_margin_of_errorB\x11\n\x0f_clicks_p_valueB\x18\n\x16_clicks_point_estimateB\x1b\n\x19_control_conversion_valueB#\n!_conversion_value_margin_of_errorB\x1b\n\x19_conversion_value_p_valueB)\n\'_conversion_value_change_point_estimate\"G\n\x11SearchVolumeRange\x12\x10\n\x03min\x18\x01 \x01(\x03H\x00\x88\x01\x01\x12\x10\n\x03max\x18\x02 \x01(\x03H\x01\x88\x01\x01\x42\x06\n\x04_minB\x06\n\x04_maxB\xec\x01\n#com.google.ads.googleads.v24.commonB\x0cMetricsProtoP\x01ZEgoogle.golang.org/genproto/googleapis/ads/googleads/v24/common;common\xa2\x02\x03GAA\xaa\x02\x1fGoogle.Ads.GoogleAds.V24.Common\xca\x02\x1fGoogle\\Ads\\GoogleAds\\V24\\Common\xea\x02#Google::Ads::GoogleAds::V24::Commonb\x06proto3"
12
12
 
13
13
  pool = ::Google::Protobuf::DescriptorPool.generated_pool
14
14
  pool.add_serialized_file(descriptor_data)
@@ -27,6 +27,7 @@ require 'google/ads/google_ads/v24/enums/hotel_price_bucket_pb'
27
27
  require 'google/ads/google_ads/v24/enums/hotel_rate_type_pb'
28
28
  require 'google/ads/google_ads/v24/enums/landing_page_source_pb'
29
29
  require 'google/ads/google_ads/v24/enums/match_type_pb'
30
+ require 'google/ads/google_ads/v24/enums/mobile_device_platform_pb'
30
31
  require 'google/ads/google_ads/v24/enums/month_of_year_pb'
31
32
  require 'google/ads/google_ads/v24/enums/product_channel_pb'
32
33
  require 'google/ads/google_ads/v24/enums/product_channel_exclusivity_pb'
@@ -46,7 +47,7 @@ require 'google/ads/google_ads/v24/enums/vertical_ads_item_vertical_type_pb'
46
47
  require 'google/api/resource_pb'
47
48
 
48
49
 
49
- descriptor_data = "\n.google/ads/googleads/v24/common/segments.proto\x12\x1fgoogle.ads.googleads.v24.common\x1a.google/ads/googleads/v24/common/criteria.proto\x1a\x38google/ads/googleads/v24/enums/ad_destination_type.proto\x1a\x33google/ads/googleads/v24/enums/ad_format_type.proto\x1a\x34google/ads/googleads/v24/enums/ad_network_type.proto\x1a\x38google/ads/googleads/v24/enums/ad_sub_network_type.proto\x1a\x33google/ads/googleads/v24/enums/age_range_type.proto\x1aGgoogle/ads/googleads/v24/enums/budget_campaign_association_status.proto\x1a/google/ads/googleads/v24/enums/click_type.proto\x1a?google/ads/googleads/v24/enums/conversion_action_category.proto\x1a\x46google/ads/googleads/v24/enums/conversion_attribution_event_type.proto\x1a:google/ads/googleads/v24/enums/conversion_lag_bucket.proto\x1aHgoogle/ads/googleads/v24/enums/conversion_or_adjustment_lag_bucket.proto\x1aLgoogle/ads/googleads/v24/enums/conversion_value_rule_primary_dimension.proto\x1aYgoogle/ads/googleads/v24/enums/converting_user_prior_engagement_type_and_ltv_bucket.proto\x1a\x30google/ads/googleads/v24/enums/day_of_week.proto\x1a+google/ads/googleads/v24/enums/device.proto\x1a?google/ads/googleads/v24/enums/external_conversion_source.proto\x1a\x30google/ads/googleads/v24/enums/gender_type.proto\x1a>google/ads/googleads/v24/enums/hotel_date_selection_type.proto\x1a\x37google/ads/googleads/v24/enums/hotel_price_bucket.proto\x1a\x34google/ads/googleads/v24/enums/hotel_rate_type.proto\x1a\x38google/ads/googleads/v24/enums/landing_page_source.proto\x1a/google/ads/googleads/v24/enums/match_type.proto\x1a\x32google/ads/googleads/v24/enums/month_of_year.proto\x1a\x34google/ads/googleads/v24/enums/product_channel.proto\x1a@google/ads/googleads/v24/enums/product_channel_exclusivity.proto\x1a\x36google/ads/googleads/v24/enums/product_condition.proto\x1a\x38google/ads/googleads/v24/enums/recommendation_type.proto\x1a\x44google/ads/googleads/v24/enums/search_engine_results_page_type.proto\x1a=google/ads/googleads/v24/enums/search_term_match_source.proto\x1a;google/ads/googleads/v24/enums/search_term_match_type.proto\x1a\x41google/ads/googleads/v24/enums/search_term_targeting_status.proto\x1a@google/ads/googleads/v24/enums/sk_ad_network_ad_event_type.proto\x1a\x45google/ads/googleads/v24/enums/sk_ad_network_attribution_credit.proto\x1aJgoogle/ads/googleads/v24/enums/sk_ad_network_coarse_conversion_value.proto\x1a>google/ads/googleads/v24/enums/sk_ad_network_source_type.proto\x1a<google/ads/googleads/v24/enums/sk_ad_network_user_type.proto\x1a)google/ads/googleads/v24/enums/slot.proto\x1a\x44google/ads/googleads/v24/enums/vertical_ads_item_vertical_type.proto\x1a\x19google/api/resource.proto\"\xe9V\n\x08Segments\x12!\n\x13\x61\x63tivity_account_id\x18\x94\x01 \x01(\x03H\x00\x88\x01\x01\x12\x1b\n\ractivity_city\x18\xb9\x01 \x01(\tH\x01\x88\x01\x01\x12\x1e\n\x10\x61\x63tivity_country\x18\xba\x01 \x01(\tH\x02\x88\x01\x01\x12\x1d\n\x0f\x61\x63tivity_rating\x18\x95\x01 \x01(\x03H\x03\x88\x01\x01\x12\x1c\n\x0e\x61\x63tivity_state\x18\xbb\x01 \x01(\tH\x04\x88\x01\x01\x12\"\n\x14\x65xternal_activity_id\x18\x96\x01 \x01(\tH\x05\x88\x01\x01\x12\x65\n\x13\x61\x64_destination_type\x18\x88\x01 \x01(\x0e\x32G.google.ads.googleads.v24.enums.AdDestinationTypeEnum.AdDestinationType\x12V\n\x0e\x61\x64_format_type\x18\xbf\x01 \x01(\x0e\x32=.google.ads.googleads.v24.enums.AdFormatTypeEnum.AdFormatType\x12X\n\x0f\x61\x64_network_type\x18\x03 \x01(\x0e\x32?.google.ads.googleads.v24.enums.AdNetworkTypeEnum.AdNetworkType\x12\x16\n\x08\x61\x64_group\x18\x9e\x01 \x01(\tH\x06\x88\x01\x01\x12\x63\n\x13\x61\x64_sub_network_type\x18\xcc\x01 \x01(\x0e\x32\x45.google.ads.googleads.v24.enums.AdSubNetworkTypeEnum.AdSubNetworkType\x12\x19\n\x0b\x61sset_group\x18\x9f\x01 \x01(\tH\x07\x88\x01\x01\x12$\n\x16\x61uction_insight_domain\x18\x91\x01 \x01(\tH\x08\x88\x01\x01\x12m\n\"budget_campaign_association_status\x18\x86\x01 \x01(\x0b\x32@.google.ads.googleads.v24.common.BudgetCampaignAssociationStatus\x12\x16\n\x08\x63\x61mpaign\x18\x9d\x01 \x01(\tH\t\x88\x01\x01\x12K\n\nclick_type\x18\x1a \x01(\x0e\x32\x37.google.ads.googleads.v24.enums.ClickTypeEnum.ClickType\x12N\n\x11\x63onversion_action\x18q \x01(\tB.\xfa\x41+\n)googleads.googleapis.com/ConversionActionH\n\x88\x01\x01\x12y\n\x1a\x63onversion_action_category\x18\x35 \x01(\x0e\x32U.google.ads.googleads.v24.enums.ConversionActionCategoryEnum.ConversionActionCategory\x12#\n\x16\x63onversion_action_name\x18r \x01(\tH\x0b\x88\x01\x01\x12\"\n\x15\x63onversion_adjustment\x18s \x01(\x08H\x0c\x88\x01\x01\x12\x8c\x01\n!conversion_attribution_event_type\x18\x02 \x01(\x0e\x32\x61.google.ads.googleads.v24.enums.ConversionAttributionEventTypeEnum.ConversionAttributionEventType\x12j\n\x15\x63onversion_lag_bucket\x18\x32 \x01(\x0e\x32K.google.ads.googleads.v24.enums.ConversionLagBucketEnum.ConversionLagBucket\x12\x90\x01\n#conversion_or_adjustment_lag_bucket\x18\x33 \x01(\x0e\x32\x63.google.ads.googleads.v24.enums.ConversionOrAdjustmentLagBucketEnum.ConversionOrAdjustmentLagBucket\x12\x11\n\x04\x64\x61te\x18O \x01(\tH\r\x88\x01\x01\x12L\n\x0b\x64\x61y_of_week\x18\x05 \x01(\x0e\x32\x37.google.ads.googleads.v24.enums.DayOfWeekEnum.DayOfWeek\x12\x41\n\x06\x64\x65vice\x18\x01 \x01(\x0e\x32\x31.google.ads.googleads.v24.enums.DeviceEnum.Device\x12y\n\x1a\x65xternal_conversion_source\x18\x37 \x01(\x0e\x32U.google.ads.googleads.v24.enums.ExternalConversionSourceEnum.ExternalConversionSource\x12\x1f\n\x12geo_target_airport\x18t \x01(\tH\x0e\x88\x01\x01\x12\x1e\n\x11geo_target_canton\x18u \x01(\tH\x0f\x88\x01\x01\x12\x1c\n\x0fgeo_target_city\x18v \x01(\tH\x10\x88\x01\x01\x12\x1f\n\x12geo_target_country\x18w \x01(\tH\x11\x88\x01\x01\x12\x1e\n\x11geo_target_county\x18x \x01(\tH\x12\x88\x01\x01\x12 \n\x13geo_target_district\x18y \x01(\tH\x13\x88\x01\x01\x12\x1d\n\x10geo_target_metro\x18z \x01(\tH\x14\x88\x01\x01\x12.\n!geo_target_most_specific_location\x18{ \x01(\tH\x15\x88\x01\x01\x12#\n\x16geo_target_postal_code\x18| \x01(\tH\x16\x88\x01\x01\x12 \n\x13geo_target_province\x18} \x01(\tH\x17\x88\x01\x01\x12\x1e\n\x11geo_target_region\x18~ \x01(\tH\x18\x88\x01\x01\x12\x1d\n\x10geo_target_state\x18\x7f \x01(\tH\x19\x88\x01\x01\x12\'\n\x19hotel_booking_window_days\x18\x87\x01 \x01(\x03H\x1a\x88\x01\x01\x12\x1c\n\x0fhotel_center_id\x18P \x01(\x03H\x1b\x88\x01\x01\x12 \n\x13hotel_check_in_date\x18Q \x01(\tH\x1c\x88\x01\x01\x12[\n\x1ahotel_check_in_day_of_week\x18\t \x01(\x0e\x32\x37.google.ads.googleads.v24.enums.DayOfWeekEnum.DayOfWeek\x12\x17\n\nhotel_city\x18R \x01(\tH\x1d\x88\x01\x01\x12\x18\n\x0bhotel_class\x18S \x01(\x05H\x1e\x88\x01\x01\x12\x1a\n\rhotel_country\x18T \x01(\tH\x1f\x88\x01\x01\x12t\n\x19hotel_date_selection_type\x18\r \x01(\x0e\x32Q.google.ads.googleads.v24.enums.HotelDateSelectionTypeEnum.HotelDateSelectionType\x12!\n\x14hotel_length_of_stay\x18U \x01(\x05H \x88\x01\x01\x12\x1f\n\x12hotel_rate_rule_id\x18V \x01(\tH!\x88\x01\x01\x12X\n\x0fhotel_rate_type\x18J \x01(\x0e\x32?.google.ads.googleads.v24.enums.HotelRateTypeEnum.HotelRateType\x12\x61\n\x12hotel_price_bucket\x18N \x01(\x0e\x32\x45.google.ads.googleads.v24.enums.HotelPriceBucketEnum.HotelPriceBucket\x12\x18\n\x0bhotel_state\x18W \x01(\tH\"\x88\x01\x01\x12\x11\n\x04hour\x18X \x01(\x05H#\x88\x01\x01\x12*\n\x1dinteraction_on_this_extension\x18Y \x01(\x08H$\x88\x01\x01\x12\x39\n\x07keyword\x18= \x01(\x0b\x32(.google.ads.googleads.v24.common.Keyword\x12\x65\n\x13landing_page_source\x18\xc8\x01 \x01(\x0e\x32G.google.ads.googleads.v24.enums.LandingPageSourceEnum.LandingPageSource\x12\x12\n\x05month\x18Z \x01(\tH%\x88\x01\x01\x12R\n\rmonth_of_year\x18\x12 \x01(\x0e\x32;.google.ads.googleads.v24.enums.MonthOfYearEnum.MonthOfYear\x12\x1d\n\x10partner_hotel_id\x18[ \x01(\tH&\x88\x01\x01\x12#\n\x15product_aggregator_id\x18\x84\x01 \x01(\x03H\'\x88\x01\x01\x12%\n\x17product_category_level1\x18\xa1\x01 \x01(\tH(\x88\x01\x01\x12%\n\x17product_category_level2\x18\xa2\x01 \x01(\tH)\x88\x01\x01\x12%\n\x17product_category_level3\x18\xa3\x01 \x01(\tH*\x88\x01\x01\x12%\n\x17product_category_level4\x18\xa4\x01 \x01(\tH+\x88\x01\x01\x12%\n\x17product_category_level5\x18\xa5\x01 \x01(\tH,\x88\x01\x01\x12\x1a\n\rproduct_brand\x18\x61 \x01(\tH-\x88\x01\x01\x12Z\n\x0fproduct_channel\x18\x1e \x01(\x0e\x32\x41.google.ads.googleads.v24.enums.ProductChannelEnum.ProductChannel\x12|\n\x1bproduct_channel_exclusivity\x18\x1f \x01(\x0e\x32W.google.ads.googleads.v24.enums.ProductChannelExclusivityEnum.ProductChannelExclusivity\x12`\n\x11product_condition\x18 \x01(\x0e\x32\x45.google.ads.googleads.v24.enums.ProductConditionEnum.ProductCondition\x12\x1c\n\x0fproduct_country\x18\x62 \x01(\tH.\x88\x01\x01\x12&\n\x19product_custom_attribute0\x18\x63 \x01(\tH/\x88\x01\x01\x12&\n\x19product_custom_attribute1\x18\x64 \x01(\tH0\x88\x01\x01\x12&\n\x19product_custom_attribute2\x18\x65 \x01(\tH1\x88\x01\x01\x12&\n\x19product_custom_attribute3\x18\x66 \x01(\tH2\x88\x01\x01\x12&\n\x19product_custom_attribute4\x18g \x01(\tH3\x88\x01\x01\x12 \n\x12product_feed_label\x18\x93\x01 \x01(\tH4\x88\x01\x01\x12\x1c\n\x0fproduct_item_id\x18h \x01(\tH5\x88\x01\x01\x12\x1d\n\x10product_language\x18i \x01(\tH6\x88\x01\x01\x12!\n\x13product_merchant_id\x18\x85\x01 \x01(\x03H7\x88\x01\x01\x12*\n\x1cproduct_sold_category_level1\x18\xd6\x01 \x01(\tH8\x88\x01\x01\x12*\n\x1cproduct_sold_category_level2\x18\xd7\x01 \x01(\tH9\x88\x01\x01\x12*\n\x1cproduct_sold_category_level3\x18\xd8\x01 \x01(\tH:\x88\x01\x01\x12*\n\x1cproduct_sold_category_level4\x18\xd9\x01 \x01(\tH;\x88\x01\x01\x12*\n\x1cproduct_sold_category_level5\x18\xda\x01 \x01(\tH<\x88\x01\x01\x12 \n\x12product_sold_brand\x18\xab\x01 \x01(\tH=\x88\x01\x01\x12\x66\n\x16product_sold_condition\x18\xac\x01 \x01(\x0e\x32\x45.google.ads.googleads.v24.enums.ProductConditionEnum.ProductCondition\x12,\n\x1eproduct_sold_custom_attribute0\x18\xad\x01 \x01(\tH>\x88\x01\x01\x12,\n\x1eproduct_sold_custom_attribute1\x18\xae\x01 \x01(\tH?\x88\x01\x01\x12,\n\x1eproduct_sold_custom_attribute2\x18\xaf\x01 \x01(\tH@\x88\x01\x01\x12,\n\x1eproduct_sold_custom_attribute3\x18\xb0\x01 \x01(\tHA\x88\x01\x01\x12,\n\x1eproduct_sold_custom_attribute4\x18\xb1\x01 \x01(\tHB\x88\x01\x01\x12\"\n\x14product_sold_item_id\x18\xb2\x01 \x01(\tHC\x88\x01\x01\x12 \n\x12product_sold_title\x18\xb3\x01 \x01(\tHD\x88\x01\x01\x12\"\n\x14product_sold_type_l1\x18\xb4\x01 \x01(\tHE\x88\x01\x01\x12\"\n\x14product_sold_type_l2\x18\xb5\x01 \x01(\tHF\x88\x01\x01\x12\"\n\x14product_sold_type_l3\x18\xb6\x01 \x01(\tHG\x88\x01\x01\x12\"\n\x14product_sold_type_l4\x18\xb7\x01 \x01(\tHH\x88\x01\x01\x12\"\n\x14product_sold_type_l5\x18\xb8\x01 \x01(\tHI\x88\x01\x01\x12\x1d\n\x10product_store_id\x18j \x01(\tHJ\x88\x01\x01\x12\x1a\n\rproduct_title\x18k \x01(\tHK\x88\x01\x01\x12\x1c\n\x0fproduct_type_l1\x18l \x01(\tHL\x88\x01\x01\x12\x1c\n\x0fproduct_type_l2\x18m \x01(\tHM\x88\x01\x01\x12\x1c\n\x0fproduct_type_l3\x18n \x01(\tHN\x88\x01\x01\x12\x1c\n\x0fproduct_type_l4\x18o \x01(\tHO\x88\x01\x01\x12\x1c\n\x0fproduct_type_l5\x18p \x01(\tHP\x88\x01\x01\x12\x15\n\x07quarter\x18\x80\x01 \x01(\tHQ\x88\x01\x01\x12%\n\x17travel_destination_city\x18\xc1\x01 \x01(\tHR\x88\x01\x01\x12(\n\x1atravel_destination_country\x18\xc2\x01 \x01(\tHS\x88\x01\x01\x12\'\n\x19travel_destination_region\x18\xc3\x01 \x01(\tHT\x88\x01\x01\x12:\n,vertical_ads_event_participant_display_names\x18\xcd\x01 \x01(\tHU\x88\x01\x01\x12&\n\x18vertical_ads_hotel_class\x18\xce\x01 \x01(\x03HV\x88\x01\x01\x12\"\n\x14vertical_ads_listing\x18\xcf\x01 \x01(\tHW\x88\x01\x01\x12(\n\x1avertical_ads_listing_brand\x18\xd0\x01 \x01(\tHX\x88\x01\x01\x12\'\n\x19vertical_ads_listing_city\x18\xd1\x01 \x01(\tHY\x88\x01\x01\x12*\n\x1cvertical_ads_listing_country\x18\xd2\x01 \x01(\tHZ\x88\x01\x01\x12)\n\x1bvertical_ads_listing_region\x18\xd3\x01 \x01(\tH[\x88\x01\x01\x12*\n\x1cvertical_ads_partner_account\x18\xd4\x01 \x01(\x03H\\\x88\x01\x01\x12\x80\x01\n\x15vertical_ads_vertical\x18\xd5\x01 \x01(\x0e\x32[.google.ads.googleads.v24.enums.VerticalAdsItemVerticalTypeEnum.VerticalAdsItemVerticalTypeH]\x88\x01\x01\x12g\n\x13recommendation_type\x18\x8c\x01 \x01(\x0e\x32I.google.ads.googleads.v24.enums.RecommendationTypeEnum.RecommendationType\x12\x84\x01\n\x1fsearch_engine_results_page_type\x18\x46 \x01(\x0e\x32[.google.ads.googleads.v24.enums.SearchEngineResultsPageTypeEnum.SearchEngineResultsPageType\x12 \n\x12search_subcategory\x18\x9b\x01 \x01(\tH^\x88\x01\x01\x12\x19\n\x0bsearch_term\x18\x9c\x01 \x01(\tH_\x88\x01\x01\x12k\n\x16search_term_match_type\x18\x16 \x01(\x0e\x32K.google.ads.googleads.v24.enums.SearchTermMatchTypeEnum.SearchTermMatchType\x12L\n\nmatch_type\x18\xc7\x01 \x01(\x0e\x32\x37.google.ads.googleads.v24.enums.MatchTypeEnum.MatchType\x12;\n\x04slot\x18\x17 \x01(\x0e\x32-.google.ads.googleads.v24.enums.SlotEnum.Slot\x12\x9d\x01\n\'conversion_value_rule_primary_dimension\x18\x8a\x01 \x01(\x0e\x32k.google.ads.googleads.v24.enums.ConversionValueRulePrimaryDimensionEnum.ConversionValueRulePrimaryDimension\x12\x15\n\x07webpage\x18\x81\x01 \x01(\tH`\x88\x01\x01\x12\x12\n\x04week\x18\x82\x01 \x01(\tHa\x88\x01\x01\x12\x12\n\x04year\x18\x83\x01 \x01(\x05Hb\x88\x01\x01\x12\x31\n#sk_ad_network_fine_conversion_value\x18\x89\x01 \x01(\x03Hc\x88\x01\x01\x12?\n1sk_ad_network_redistributed_fine_conversion_value\x18\xbe\x01 \x01(\x03Hd\x88\x01\x01\x12m\n\x17sk_ad_network_user_type\x18\x8d\x01 \x01(\x0e\x32K.google.ads.googleads.v24.enums.SkAdNetworkUserTypeEnum.SkAdNetworkUserType\x12w\n\x1bsk_ad_network_ad_event_type\x18\x8e\x01 \x01(\x0e\x32Q.google.ads.googleads.v24.enums.SkAdNetworkAdEventTypeEnum.SkAdNetworkAdEventType\x12]\n\x18sk_ad_network_source_app\x18\x8f\x01 \x01(\x0b\x32\x35.google.ads.googleads.v24.common.SkAdNetworkSourceAppHe\x88\x01\x01\x12\x88\x01\n sk_ad_network_attribution_credit\x18\x90\x01 \x01(\x0e\x32].google.ads.googleads.v24.enums.SkAdNetworkAttributionCreditEnum.SkAdNetworkAttributionCredit\x12\x95\x01\n%sk_ad_network_coarse_conversion_value\x18\x97\x01 \x01(\x0e\x32\x65.google.ads.googleads.v24.enums.SkAdNetworkCoarseConversionValueEnum.SkAdNetworkCoarseConversionValue\x12)\n\x1bsk_ad_network_source_domain\x18\x98\x01 \x01(\tHf\x88\x01\x01\x12s\n\x19sk_ad_network_source_type\x18\x99\x01 \x01(\x0e\x32O.google.ads.googleads.v24.enums.SkAdNetworkSourceTypeEnum.SkAdNetworkSourceType\x12\x33\n%sk_ad_network_postback_sequence_index\x18\x9a\x01 \x01(\x03Hg\x88\x01\x01\x12#\n\x15sk_ad_network_version\x18\xc0\x01 \x01(\tHh\x88\x01\x01\x12_\n\x18\x61sset_interaction_target\x18\x8b\x01 \x01(\x0b\x32\x37.google.ads.googleads.v24.common.AssetInteractionTargetHi\x88\x01\x01\x12\xa8\x01\n\x1enew_versus_returning_customers\x18\xa0\x01 \x01(\x0e\x32\x7f.google.ads.googleads.v24.enums.ConvertingUserPriorEngagementTypeAndLtvBucketEnum.ConvertingUserPriorEngagementTypeAndLtvBucket\x12Z\n\x12\x61\x64justed_age_range\x18\xc4\x01 \x01(\x0e\x32=.google.ads.googleads.v24.enums.AgeRangeTypeEnum.AgeRangeType\x12S\n\x0f\x61\x64justed_gender\x18\xc5\x01 \x01(\x0e\x32\x39.google.ads.googleads.v24.enums.GenderTypeEnum.GenderType\x12r\n\x18search_term_match_source\x18\xc6\x01 \x01(\x0e\x32O.google.ads.googleads.v24.enums.SearchTermMatchSourceEnum.SearchTermMatchSource\x12~\n\x1csearch_term_targeting_status\x18\xc9\x01 \x01(\x0e\x32W.google.ads.googleads.v24.enums.SearchTermTargetingStatusEnum.SearchTermTargetingStatus\x12#\n\x15\x61\x64_using_product_data\x18\xca\x01 \x01(\x08Hj\x88\x01\x01\x12\x1c\n\x0e\x61\x64_using_video\x18\xcb\x01 \x01(\x08Hk\x88\x01\x01\x42\x16\n\x14_activity_account_idB\x10\n\x0e_activity_cityB\x13\n\x11_activity_countryB\x12\n\x10_activity_ratingB\x11\n\x0f_activity_stateB\x17\n\x15_external_activity_idB\x0b\n\t_ad_groupB\x0e\n\x0c_asset_groupB\x19\n\x17_auction_insight_domainB\x0b\n\t_campaignB\x14\n\x12_conversion_actionB\x19\n\x17_conversion_action_nameB\x18\n\x16_conversion_adjustmentB\x07\n\x05_dateB\x15\n\x13_geo_target_airportB\x14\n\x12_geo_target_cantonB\x12\n\x10_geo_target_cityB\x15\n\x13_geo_target_countryB\x14\n\x12_geo_target_countyB\x16\n\x14_geo_target_districtB\x13\n\x11_geo_target_metroB$\n\"_geo_target_most_specific_locationB\x19\n\x17_geo_target_postal_codeB\x16\n\x14_geo_target_provinceB\x14\n\x12_geo_target_regionB\x13\n\x11_geo_target_stateB\x1c\n\x1a_hotel_booking_window_daysB\x12\n\x10_hotel_center_idB\x16\n\x14_hotel_check_in_dateB\r\n\x0b_hotel_cityB\x0e\n\x0c_hotel_classB\x10\n\x0e_hotel_countryB\x17\n\x15_hotel_length_of_stayB\x15\n\x13_hotel_rate_rule_idB\x0e\n\x0c_hotel_stateB\x07\n\x05_hourB \n\x1e_interaction_on_this_extensionB\x08\n\x06_monthB\x13\n\x11_partner_hotel_idB\x18\n\x16_product_aggregator_idB\x1a\n\x18_product_category_level1B\x1a\n\x18_product_category_level2B\x1a\n\x18_product_category_level3B\x1a\n\x18_product_category_level4B\x1a\n\x18_product_category_level5B\x10\n\x0e_product_brandB\x12\n\x10_product_countryB\x1c\n\x1a_product_custom_attribute0B\x1c\n\x1a_product_custom_attribute1B\x1c\n\x1a_product_custom_attribute2B\x1c\n\x1a_product_custom_attribute3B\x1c\n\x1a_product_custom_attribute4B\x15\n\x13_product_feed_labelB\x12\n\x10_product_item_idB\x13\n\x11_product_languageB\x16\n\x14_product_merchant_idB\x1f\n\x1d_product_sold_category_level1B\x1f\n\x1d_product_sold_category_level2B\x1f\n\x1d_product_sold_category_level3B\x1f\n\x1d_product_sold_category_level4B\x1f\n\x1d_product_sold_category_level5B\x15\n\x13_product_sold_brandB!\n\x1f_product_sold_custom_attribute0B!\n\x1f_product_sold_custom_attribute1B!\n\x1f_product_sold_custom_attribute2B!\n\x1f_product_sold_custom_attribute3B!\n\x1f_product_sold_custom_attribute4B\x17\n\x15_product_sold_item_idB\x15\n\x13_product_sold_titleB\x17\n\x15_product_sold_type_l1B\x17\n\x15_product_sold_type_l2B\x17\n\x15_product_sold_type_l3B\x17\n\x15_product_sold_type_l4B\x17\n\x15_product_sold_type_l5B\x13\n\x11_product_store_idB\x10\n\x0e_product_titleB\x12\n\x10_product_type_l1B\x12\n\x10_product_type_l2B\x12\n\x10_product_type_l3B\x12\n\x10_product_type_l4B\x12\n\x10_product_type_l5B\n\n\x08_quarterB\x1a\n\x18_travel_destination_cityB\x1d\n\x1b_travel_destination_countryB\x1c\n\x1a_travel_destination_regionB/\n-_vertical_ads_event_participant_display_namesB\x1b\n\x19_vertical_ads_hotel_classB\x17\n\x15_vertical_ads_listingB\x1d\n\x1b_vertical_ads_listing_brandB\x1c\n\x1a_vertical_ads_listing_cityB\x1f\n\x1d_vertical_ads_listing_countryB\x1e\n\x1c_vertical_ads_listing_regionB\x1f\n\x1d_vertical_ads_partner_accountB\x18\n\x16_vertical_ads_verticalB\x15\n\x13_search_subcategoryB\x0e\n\x0c_search_termB\n\n\x08_webpageB\x07\n\x05_weekB\x07\n\x05_yearB&\n$_sk_ad_network_fine_conversion_valueB4\n2_sk_ad_network_redistributed_fine_conversion_valueB\x1b\n\x19_sk_ad_network_source_appB\x1e\n\x1c_sk_ad_network_source_domainB(\n&_sk_ad_network_postback_sequence_indexB\x18\n\x16_sk_ad_network_versionB\x1b\n\x19_asset_interaction_targetB\x18\n\x16_ad_using_product_dataB\x11\n\x0f_ad_using_video\"}\n\x07Keyword\x12\x1f\n\x12\x61\x64_group_criterion\x18\x03 \x01(\tH\x00\x88\x01\x01\x12:\n\x04info\x18\x02 \x01(\x0b\x32,.google.ads.googleads.v24.common.KeywordInfoB\x15\n\x13_ad_group_criterion\"\xba\x01\n\x1f\x42udgetCampaignAssociationStatus\x12\x15\n\x08\x63\x61mpaign\x18\x01 \x01(\tH\x00\x88\x01\x01\x12s\n\x06status\x18\x02 \x01(\x0e\x32\x63.google.ads.googleads.v24.enums.BudgetCampaignAssociationStatusEnum.BudgetCampaignAssociationStatusB\x0b\n\t_campaign\"J\n\x16\x41ssetInteractionTarget\x12\r\n\x05\x61sset\x18\x01 \x01(\t\x12!\n\x19interaction_on_this_asset\x18\x02 \x01(\x08\"`\n\x14SkAdNetworkSourceApp\x12(\n\x1bsk_ad_network_source_app_id\x18\x01 \x01(\tH\x00\x88\x01\x01\x42\x1e\n\x1c_sk_ad_network_source_app_idB\xed\x01\n#com.google.ads.googleads.v24.commonB\rSegmentsProtoP\x01ZEgoogle.golang.org/genproto/googleapis/ads/googleads/v24/common;common\xa2\x02\x03GAA\xaa\x02\x1fGoogle.Ads.GoogleAds.V24.Common\xca\x02\x1fGoogle\\Ads\\GoogleAds\\V24\\Common\xea\x02#Google::Ads::GoogleAds::V24::Commonb\x06proto3"
50
+ descriptor_data = "\n.google/ads/googleads/v24/common/segments.proto\x12\x1fgoogle.ads.googleads.v24.common\x1a.google/ads/googleads/v24/common/criteria.proto\x1a\x38google/ads/googleads/v24/enums/ad_destination_type.proto\x1a\x33google/ads/googleads/v24/enums/ad_format_type.proto\x1a\x34google/ads/googleads/v24/enums/ad_network_type.proto\x1a\x38google/ads/googleads/v24/enums/ad_sub_network_type.proto\x1a\x33google/ads/googleads/v24/enums/age_range_type.proto\x1aGgoogle/ads/googleads/v24/enums/budget_campaign_association_status.proto\x1a/google/ads/googleads/v24/enums/click_type.proto\x1a?google/ads/googleads/v24/enums/conversion_action_category.proto\x1a\x46google/ads/googleads/v24/enums/conversion_attribution_event_type.proto\x1a:google/ads/googleads/v24/enums/conversion_lag_bucket.proto\x1aHgoogle/ads/googleads/v24/enums/conversion_or_adjustment_lag_bucket.proto\x1aLgoogle/ads/googleads/v24/enums/conversion_value_rule_primary_dimension.proto\x1aYgoogle/ads/googleads/v24/enums/converting_user_prior_engagement_type_and_ltv_bucket.proto\x1a\x30google/ads/googleads/v24/enums/day_of_week.proto\x1a+google/ads/googleads/v24/enums/device.proto\x1a?google/ads/googleads/v24/enums/external_conversion_source.proto\x1a\x30google/ads/googleads/v24/enums/gender_type.proto\x1a>google/ads/googleads/v24/enums/hotel_date_selection_type.proto\x1a\x37google/ads/googleads/v24/enums/hotel_price_bucket.proto\x1a\x34google/ads/googleads/v24/enums/hotel_rate_type.proto\x1a\x38google/ads/googleads/v24/enums/landing_page_source.proto\x1a/google/ads/googleads/v24/enums/match_type.proto\x1a;google/ads/googleads/v24/enums/mobile_device_platform.proto\x1a\x32google/ads/googleads/v24/enums/month_of_year.proto\x1a\x34google/ads/googleads/v24/enums/product_channel.proto\x1a@google/ads/googleads/v24/enums/product_channel_exclusivity.proto\x1a\x36google/ads/googleads/v24/enums/product_condition.proto\x1a\x38google/ads/googleads/v24/enums/recommendation_type.proto\x1a\x44google/ads/googleads/v24/enums/search_engine_results_page_type.proto\x1a=google/ads/googleads/v24/enums/search_term_match_source.proto\x1a;google/ads/googleads/v24/enums/search_term_match_type.proto\x1a\x41google/ads/googleads/v24/enums/search_term_targeting_status.proto\x1a@google/ads/googleads/v24/enums/sk_ad_network_ad_event_type.proto\x1a\x45google/ads/googleads/v24/enums/sk_ad_network_attribution_credit.proto\x1aJgoogle/ads/googleads/v24/enums/sk_ad_network_coarse_conversion_value.proto\x1a>google/ads/googleads/v24/enums/sk_ad_network_source_type.proto\x1a<google/ads/googleads/v24/enums/sk_ad_network_user_type.proto\x1a)google/ads/googleads/v24/enums/slot.proto\x1a\x44google/ads/googleads/v24/enums/vertical_ads_item_vertical_type.proto\x1a\x19google/api/resource.proto\"\xf7X\n\x08Segments\x12!\n\x13\x61\x63tivity_account_id\x18\x94\x01 \x01(\x03H\x00\x88\x01\x01\x12\x1b\n\ractivity_city\x18\xb9\x01 \x01(\tH\x01\x88\x01\x01\x12\x1e\n\x10\x61\x63tivity_country\x18\xba\x01 \x01(\tH\x02\x88\x01\x01\x12\x1d\n\x0f\x61\x63tivity_rating\x18\x95\x01 \x01(\x03H\x03\x88\x01\x01\x12\x1c\n\x0e\x61\x63tivity_state\x18\xbb\x01 \x01(\tH\x04\x88\x01\x01\x12\"\n\x14\x65xternal_activity_id\x18\x96\x01 \x01(\tH\x05\x88\x01\x01\x12\x65\n\x13\x61\x64_destination_type\x18\x88\x01 \x01(\x0e\x32G.google.ads.googleads.v24.enums.AdDestinationTypeEnum.AdDestinationType\x12V\n\x0e\x61\x64_format_type\x18\xbf\x01 \x01(\x0e\x32=.google.ads.googleads.v24.enums.AdFormatTypeEnum.AdFormatType\x12X\n\x0f\x61\x64_network_type\x18\x03 \x01(\x0e\x32?.google.ads.googleads.v24.enums.AdNetworkTypeEnum.AdNetworkType\x12\x16\n\x08\x61\x64_group\x18\x9e\x01 \x01(\tH\x06\x88\x01\x01\x12\x63\n\x13\x61\x64_sub_network_type\x18\xcc\x01 \x01(\x0e\x32\x45.google.ads.googleads.v24.enums.AdSubNetworkTypeEnum.AdSubNetworkType\x12\x19\n\x0b\x61sset_group\x18\x9f\x01 \x01(\tH\x07\x88\x01\x01\x12$\n\x16\x61uction_insight_domain\x18\x91\x01 \x01(\tH\x08\x88\x01\x01\x12m\n\"budget_campaign_association_status\x18\x86\x01 \x01(\x0b\x32@.google.ads.googleads.v24.common.BudgetCampaignAssociationStatus\x12\x16\n\x08\x63\x61mpaign\x18\x9d\x01 \x01(\tH\t\x88\x01\x01\x12K\n\nclick_type\x18\x1a \x01(\x0e\x32\x37.google.ads.googleads.v24.enums.ClickTypeEnum.ClickType\x12N\n\x11\x63onversion_action\x18q \x01(\tB.\xfa\x41+\n)googleads.googleapis.com/ConversionActionH\n\x88\x01\x01\x12y\n\x1a\x63onversion_action_category\x18\x35 \x01(\x0e\x32U.google.ads.googleads.v24.enums.ConversionActionCategoryEnum.ConversionActionCategory\x12#\n\x16\x63onversion_action_name\x18r \x01(\tH\x0b\x88\x01\x01\x12\"\n\x15\x63onversion_adjustment\x18s \x01(\x08H\x0c\x88\x01\x01\x12\x8c\x01\n!conversion_attribution_event_type\x18\x02 \x01(\x0e\x32\x61.google.ads.googleads.v24.enums.ConversionAttributionEventTypeEnum.ConversionAttributionEventType\x12j\n\x15\x63onversion_lag_bucket\x18\x32 \x01(\x0e\x32K.google.ads.googleads.v24.enums.ConversionLagBucketEnum.ConversionLagBucket\x12\x90\x01\n#conversion_or_adjustment_lag_bucket\x18\x33 \x01(\x0e\x32\x63.google.ads.googleads.v24.enums.ConversionOrAdjustmentLagBucketEnum.ConversionOrAdjustmentLagBucket\x12\x11\n\x04\x64\x61te\x18O \x01(\tH\r\x88\x01\x01\x12L\n\x0b\x64\x61y_of_week\x18\x05 \x01(\x0e\x32\x37.google.ads.googleads.v24.enums.DayOfWeekEnum.DayOfWeek\x12\x41\n\x06\x64\x65vice\x18\x01 \x01(\x0e\x32\x31.google.ads.googleads.v24.enums.DeviceEnum.Device\x12n\n\x16mobile_device_platform\x18\xdb\x01 \x01(\x0e\x32M.google.ads.googleads.v24.enums.MobileDevicePlatformEnum.MobileDevicePlatform\x12y\n\x1a\x65xternal_conversion_source\x18\x37 \x01(\x0e\x32U.google.ads.googleads.v24.enums.ExternalConversionSourceEnum.ExternalConversionSource\x12\x1f\n\x12geo_target_airport\x18t \x01(\tH\x0e\x88\x01\x01\x12\x1e\n\x11geo_target_canton\x18u \x01(\tH\x0f\x88\x01\x01\x12\x1c\n\x0fgeo_target_city\x18v \x01(\tH\x10\x88\x01\x01\x12\x1f\n\x12geo_target_country\x18w \x01(\tH\x11\x88\x01\x01\x12\x1e\n\x11geo_target_county\x18x \x01(\tH\x12\x88\x01\x01\x12 \n\x13geo_target_district\x18y \x01(\tH\x13\x88\x01\x01\x12\x1d\n\x10geo_target_metro\x18z \x01(\tH\x14\x88\x01\x01\x12.\n!geo_target_most_specific_location\x18{ \x01(\tH\x15\x88\x01\x01\x12#\n\x16geo_target_postal_code\x18| \x01(\tH\x16\x88\x01\x01\x12 \n\x13geo_target_province\x18} \x01(\tH\x17\x88\x01\x01\x12\x1e\n\x11geo_target_region\x18~ \x01(\tH\x18\x88\x01\x01\x12\x1d\n\x10geo_target_state\x18\x7f \x01(\tH\x19\x88\x01\x01\x12\'\n\x19hotel_booking_window_days\x18\x87\x01 \x01(\x03H\x1a\x88\x01\x01\x12\x1c\n\x0fhotel_center_id\x18P \x01(\x03H\x1b\x88\x01\x01\x12 \n\x13hotel_check_in_date\x18Q \x01(\tH\x1c\x88\x01\x01\x12[\n\x1ahotel_check_in_day_of_week\x18\t \x01(\x0e\x32\x37.google.ads.googleads.v24.enums.DayOfWeekEnum.DayOfWeek\x12\x17\n\nhotel_city\x18R \x01(\tH\x1d\x88\x01\x01\x12\x18\n\x0bhotel_class\x18S \x01(\x05H\x1e\x88\x01\x01\x12\x1a\n\rhotel_country\x18T \x01(\tH\x1f\x88\x01\x01\x12t\n\x19hotel_date_selection_type\x18\r \x01(\x0e\x32Q.google.ads.googleads.v24.enums.HotelDateSelectionTypeEnum.HotelDateSelectionType\x12!\n\x14hotel_length_of_stay\x18U \x01(\x05H \x88\x01\x01\x12\x1f\n\x12hotel_rate_rule_id\x18V \x01(\tH!\x88\x01\x01\x12X\n\x0fhotel_rate_type\x18J \x01(\x0e\x32?.google.ads.googleads.v24.enums.HotelRateTypeEnum.HotelRateType\x12\x61\n\x12hotel_price_bucket\x18N \x01(\x0e\x32\x45.google.ads.googleads.v24.enums.HotelPriceBucketEnum.HotelPriceBucket\x12\x18\n\x0bhotel_state\x18W \x01(\tH\"\x88\x01\x01\x12\x11\n\x04hour\x18X \x01(\x05H#\x88\x01\x01\x12*\n\x1dinteraction_on_this_extension\x18Y \x01(\x08H$\x88\x01\x01\x12\x39\n\x07keyword\x18= \x01(\x0b\x32(.google.ads.googleads.v24.common.Keyword\x12\x65\n\x13landing_page_source\x18\xc8\x01 \x01(\x0e\x32G.google.ads.googleads.v24.enums.LandingPageSourceEnum.LandingPageSource\x12\x12\n\x05month\x18Z \x01(\tH%\x88\x01\x01\x12R\n\rmonth_of_year\x18\x12 \x01(\x0e\x32;.google.ads.googleads.v24.enums.MonthOfYearEnum.MonthOfYear\x12\x1d\n\x10partner_hotel_id\x18[ \x01(\tH&\x88\x01\x01\x12#\n\x15product_aggregator_id\x18\x84\x01 \x01(\x03H\'\x88\x01\x01\x12%\n\x17product_category_level1\x18\xa1\x01 \x01(\tH(\x88\x01\x01\x12%\n\x17product_category_level2\x18\xa2\x01 \x01(\tH)\x88\x01\x01\x12%\n\x17product_category_level3\x18\xa3\x01 \x01(\tH*\x88\x01\x01\x12%\n\x17product_category_level4\x18\xa4\x01 \x01(\tH+\x88\x01\x01\x12%\n\x17product_category_level5\x18\xa5\x01 \x01(\tH,\x88\x01\x01\x12\x1a\n\rproduct_brand\x18\x61 \x01(\tH-\x88\x01\x01\x12Z\n\x0fproduct_channel\x18\x1e \x01(\x0e\x32\x41.google.ads.googleads.v24.enums.ProductChannelEnum.ProductChannel\x12|\n\x1bproduct_channel_exclusivity\x18\x1f \x01(\x0e\x32W.google.ads.googleads.v24.enums.ProductChannelExclusivityEnum.ProductChannelExclusivity\x12`\n\x11product_condition\x18 \x01(\x0e\x32\x45.google.ads.googleads.v24.enums.ProductConditionEnum.ProductCondition\x12\x1c\n\x0fproduct_country\x18\x62 \x01(\tH.\x88\x01\x01\x12&\n\x19product_custom_attribute0\x18\x63 \x01(\tH/\x88\x01\x01\x12&\n\x19product_custom_attribute1\x18\x64 \x01(\tH0\x88\x01\x01\x12&\n\x19product_custom_attribute2\x18\x65 \x01(\tH1\x88\x01\x01\x12&\n\x19product_custom_attribute3\x18\x66 \x01(\tH2\x88\x01\x01\x12&\n\x19product_custom_attribute4\x18g \x01(\tH3\x88\x01\x01\x12 \n\x12product_feed_label\x18\x93\x01 \x01(\tH4\x88\x01\x01\x12\x1c\n\x0fproduct_item_id\x18h \x01(\tH5\x88\x01\x01\x12\x1d\n\x10product_language\x18i \x01(\tH6\x88\x01\x01\x12!\n\x13product_merchant_id\x18\x85\x01 \x01(\x03H7\x88\x01\x01\x12*\n\x1cproduct_sold_category_level1\x18\xd6\x01 \x01(\tH8\x88\x01\x01\x12*\n\x1cproduct_sold_category_level2\x18\xd7\x01 \x01(\tH9\x88\x01\x01\x12*\n\x1cproduct_sold_category_level3\x18\xd8\x01 \x01(\tH:\x88\x01\x01\x12*\n\x1cproduct_sold_category_level4\x18\xd9\x01 \x01(\tH;\x88\x01\x01\x12*\n\x1cproduct_sold_category_level5\x18\xda\x01 \x01(\tH<\x88\x01\x01\x12 \n\x12product_sold_brand\x18\xab\x01 \x01(\tH=\x88\x01\x01\x12\x66\n\x16product_sold_condition\x18\xac\x01 \x01(\x0e\x32\x45.google.ads.googleads.v24.enums.ProductConditionEnum.ProductCondition\x12,\n\x1eproduct_sold_custom_attribute0\x18\xad\x01 \x01(\tH>\x88\x01\x01\x12,\n\x1eproduct_sold_custom_attribute1\x18\xae\x01 \x01(\tH?\x88\x01\x01\x12,\n\x1eproduct_sold_custom_attribute2\x18\xaf\x01 \x01(\tH@\x88\x01\x01\x12,\n\x1eproduct_sold_custom_attribute3\x18\xb0\x01 \x01(\tHA\x88\x01\x01\x12,\n\x1eproduct_sold_custom_attribute4\x18\xb1\x01 \x01(\tHB\x88\x01\x01\x12\"\n\x14product_sold_item_id\x18\xb2\x01 \x01(\tHC\x88\x01\x01\x12 \n\x12product_sold_title\x18\xb3\x01 \x01(\tHD\x88\x01\x01\x12\"\n\x14product_sold_type_l1\x18\xb4\x01 \x01(\tHE\x88\x01\x01\x12\"\n\x14product_sold_type_l2\x18\xb5\x01 \x01(\tHF\x88\x01\x01\x12\"\n\x14product_sold_type_l3\x18\xb6\x01 \x01(\tHG\x88\x01\x01\x12\"\n\x14product_sold_type_l4\x18\xb7\x01 \x01(\tHH\x88\x01\x01\x12\"\n\x14product_sold_type_l5\x18\xb8\x01 \x01(\tHI\x88\x01\x01\x12\x1d\n\x10product_store_id\x18j \x01(\tHJ\x88\x01\x01\x12\x1a\n\rproduct_title\x18k \x01(\tHK\x88\x01\x01\x12\x1c\n\x0fproduct_type_l1\x18l \x01(\tHL\x88\x01\x01\x12\x1c\n\x0fproduct_type_l2\x18m \x01(\tHM\x88\x01\x01\x12\x1c\n\x0fproduct_type_l3\x18n \x01(\tHN\x88\x01\x01\x12\x1c\n\x0fproduct_type_l4\x18o \x01(\tHO\x88\x01\x01\x12\x1c\n\x0fproduct_type_l5\x18p \x01(\tHP\x88\x01\x01\x12\x15\n\x07quarter\x18\x80\x01 \x01(\tHQ\x88\x01\x01\x12%\n\x17travel_destination_city\x18\xc1\x01 \x01(\tHR\x88\x01\x01\x12(\n\x1atravel_destination_country\x18\xc2\x01 \x01(\tHS\x88\x01\x01\x12\'\n\x19travel_destination_region\x18\xc3\x01 \x01(\tHT\x88\x01\x01\x12:\n,vertical_ads_event_participant_display_names\x18\xcd\x01 \x01(\tHU\x88\x01\x01\x12&\n\x18vertical_ads_hotel_class\x18\xce\x01 \x01(\x03HV\x88\x01\x01\x12\"\n\x14vertical_ads_listing\x18\xcf\x01 \x01(\tHW\x88\x01\x01\x12(\n\x1avertical_ads_listing_brand\x18\xd0\x01 \x01(\tHX\x88\x01\x01\x12\'\n\x19vertical_ads_listing_city\x18\xd1\x01 \x01(\tHY\x88\x01\x01\x12*\n\x1cvertical_ads_listing_country\x18\xd2\x01 \x01(\tHZ\x88\x01\x01\x12)\n\x1bvertical_ads_listing_region\x18\xd3\x01 \x01(\tH[\x88\x01\x01\x12.\n vertical_ads_listing_user_rating\x18\xdc\x01 \x01(\x03H\\\x88\x01\x01\x12(\n\x1avertical_ads_listing_venue\x18\xdd\x01 \x01(\tH]\x88\x01\x01\x12*\n\x1cvertical_ads_partner_account\x18\xd4\x01 \x01(\x03H^\x88\x01\x01\x12\x80\x01\n\x15vertical_ads_vertical\x18\xd5\x01 \x01(\x0e\x32[.google.ads.googleads.v24.enums.VerticalAdsItemVerticalTypeEnum.VerticalAdsItemVerticalTypeH_\x88\x01\x01\x12g\n\x13recommendation_type\x18\x8c\x01 \x01(\x0e\x32I.google.ads.googleads.v24.enums.RecommendationTypeEnum.RecommendationType\x12\x84\x01\n\x1fsearch_engine_results_page_type\x18\x46 \x01(\x0e\x32[.google.ads.googleads.v24.enums.SearchEngineResultsPageTypeEnum.SearchEngineResultsPageType\x12 \n\x12search_subcategory\x18\x9b\x01 \x01(\tH`\x88\x01\x01\x12\x19\n\x0bsearch_term\x18\x9c\x01 \x01(\tHa\x88\x01\x01\x12k\n\x16search_term_match_type\x18\x16 \x01(\x0e\x32K.google.ads.googleads.v24.enums.SearchTermMatchTypeEnum.SearchTermMatchType\x12L\n\nmatch_type\x18\xc7\x01 \x01(\x0e\x32\x37.google.ads.googleads.v24.enums.MatchTypeEnum.MatchType\x12;\n\x04slot\x18\x17 \x01(\x0e\x32-.google.ads.googleads.v24.enums.SlotEnum.Slot\x12\x9d\x01\n\'conversion_value_rule_primary_dimension\x18\x8a\x01 \x01(\x0e\x32k.google.ads.googleads.v24.enums.ConversionValueRulePrimaryDimensionEnum.ConversionValueRulePrimaryDimension\x12\x15\n\x07webpage\x18\x81\x01 \x01(\tHb\x88\x01\x01\x12\x12\n\x04week\x18\x82\x01 \x01(\tHc\x88\x01\x01\x12\x12\n\x04year\x18\x83\x01 \x01(\x05Hd\x88\x01\x01\x12\x31\n#sk_ad_network_fine_conversion_value\x18\x89\x01 \x01(\x03He\x88\x01\x01\x12?\n1sk_ad_network_redistributed_fine_conversion_value\x18\xbe\x01 \x01(\x03Hf\x88\x01\x01\x12m\n\x17sk_ad_network_user_type\x18\x8d\x01 \x01(\x0e\x32K.google.ads.googleads.v24.enums.SkAdNetworkUserTypeEnum.SkAdNetworkUserType\x12w\n\x1bsk_ad_network_ad_event_type\x18\x8e\x01 \x01(\x0e\x32Q.google.ads.googleads.v24.enums.SkAdNetworkAdEventTypeEnum.SkAdNetworkAdEventType\x12]\n\x18sk_ad_network_source_app\x18\x8f\x01 \x01(\x0b\x32\x35.google.ads.googleads.v24.common.SkAdNetworkSourceAppHg\x88\x01\x01\x12\x88\x01\n sk_ad_network_attribution_credit\x18\x90\x01 \x01(\x0e\x32].google.ads.googleads.v24.enums.SkAdNetworkAttributionCreditEnum.SkAdNetworkAttributionCredit\x12\x95\x01\n%sk_ad_network_coarse_conversion_value\x18\x97\x01 \x01(\x0e\x32\x65.google.ads.googleads.v24.enums.SkAdNetworkCoarseConversionValueEnum.SkAdNetworkCoarseConversionValue\x12)\n\x1bsk_ad_network_source_domain\x18\x98\x01 \x01(\tHh\x88\x01\x01\x12s\n\x19sk_ad_network_source_type\x18\x99\x01 \x01(\x0e\x32O.google.ads.googleads.v24.enums.SkAdNetworkSourceTypeEnum.SkAdNetworkSourceType\x12\x33\n%sk_ad_network_postback_sequence_index\x18\x9a\x01 \x01(\x03Hi\x88\x01\x01\x12#\n\x15sk_ad_network_version\x18\xc0\x01 \x01(\tHj\x88\x01\x01\x12_\n\x18\x61sset_interaction_target\x18\x8b\x01 \x01(\x0b\x32\x37.google.ads.googleads.v24.common.AssetInteractionTargetHk\x88\x01\x01\x12\xa8\x01\n\x1enew_versus_returning_customers\x18\xa0\x01 \x01(\x0e\x32\x7f.google.ads.googleads.v24.enums.ConvertingUserPriorEngagementTypeAndLtvBucketEnum.ConvertingUserPriorEngagementTypeAndLtvBucket\x12Z\n\x12\x61\x64justed_age_range\x18\xc4\x01 \x01(\x0e\x32=.google.ads.googleads.v24.enums.AgeRangeTypeEnum.AgeRangeType\x12S\n\x0f\x61\x64justed_gender\x18\xc5\x01 \x01(\x0e\x32\x39.google.ads.googleads.v24.enums.GenderTypeEnum.GenderType\x12r\n\x18search_term_match_source\x18\xc6\x01 \x01(\x0e\x32O.google.ads.googleads.v24.enums.SearchTermMatchSourceEnum.SearchTermMatchSource\x12~\n\x1csearch_term_targeting_status\x18\xc9\x01 \x01(\x0e\x32W.google.ads.googleads.v24.enums.SearchTermTargetingStatusEnum.SearchTermTargetingStatus\x12#\n\x15\x61\x64_using_product_data\x18\xca\x01 \x01(\x08Hl\x88\x01\x01\x12\x1c\n\x0e\x61\x64_using_video\x18\xcb\x01 \x01(\x08Hm\x88\x01\x01\x42\x16\n\x14_activity_account_idB\x10\n\x0e_activity_cityB\x13\n\x11_activity_countryB\x12\n\x10_activity_ratingB\x11\n\x0f_activity_stateB\x17\n\x15_external_activity_idB\x0b\n\t_ad_groupB\x0e\n\x0c_asset_groupB\x19\n\x17_auction_insight_domainB\x0b\n\t_campaignB\x14\n\x12_conversion_actionB\x19\n\x17_conversion_action_nameB\x18\n\x16_conversion_adjustmentB\x07\n\x05_dateB\x15\n\x13_geo_target_airportB\x14\n\x12_geo_target_cantonB\x12\n\x10_geo_target_cityB\x15\n\x13_geo_target_countryB\x14\n\x12_geo_target_countyB\x16\n\x14_geo_target_districtB\x13\n\x11_geo_target_metroB$\n\"_geo_target_most_specific_locationB\x19\n\x17_geo_target_postal_codeB\x16\n\x14_geo_target_provinceB\x14\n\x12_geo_target_regionB\x13\n\x11_geo_target_stateB\x1c\n\x1a_hotel_booking_window_daysB\x12\n\x10_hotel_center_idB\x16\n\x14_hotel_check_in_dateB\r\n\x0b_hotel_cityB\x0e\n\x0c_hotel_classB\x10\n\x0e_hotel_countryB\x17\n\x15_hotel_length_of_stayB\x15\n\x13_hotel_rate_rule_idB\x0e\n\x0c_hotel_stateB\x07\n\x05_hourB \n\x1e_interaction_on_this_extensionB\x08\n\x06_monthB\x13\n\x11_partner_hotel_idB\x18\n\x16_product_aggregator_idB\x1a\n\x18_product_category_level1B\x1a\n\x18_product_category_level2B\x1a\n\x18_product_category_level3B\x1a\n\x18_product_category_level4B\x1a\n\x18_product_category_level5B\x10\n\x0e_product_brandB\x12\n\x10_product_countryB\x1c\n\x1a_product_custom_attribute0B\x1c\n\x1a_product_custom_attribute1B\x1c\n\x1a_product_custom_attribute2B\x1c\n\x1a_product_custom_attribute3B\x1c\n\x1a_product_custom_attribute4B\x15\n\x13_product_feed_labelB\x12\n\x10_product_item_idB\x13\n\x11_product_languageB\x16\n\x14_product_merchant_idB\x1f\n\x1d_product_sold_category_level1B\x1f\n\x1d_product_sold_category_level2B\x1f\n\x1d_product_sold_category_level3B\x1f\n\x1d_product_sold_category_level4B\x1f\n\x1d_product_sold_category_level5B\x15\n\x13_product_sold_brandB!\n\x1f_product_sold_custom_attribute0B!\n\x1f_product_sold_custom_attribute1B!\n\x1f_product_sold_custom_attribute2B!\n\x1f_product_sold_custom_attribute3B!\n\x1f_product_sold_custom_attribute4B\x17\n\x15_product_sold_item_idB\x15\n\x13_product_sold_titleB\x17\n\x15_product_sold_type_l1B\x17\n\x15_product_sold_type_l2B\x17\n\x15_product_sold_type_l3B\x17\n\x15_product_sold_type_l4B\x17\n\x15_product_sold_type_l5B\x13\n\x11_product_store_idB\x10\n\x0e_product_titleB\x12\n\x10_product_type_l1B\x12\n\x10_product_type_l2B\x12\n\x10_product_type_l3B\x12\n\x10_product_type_l4B\x12\n\x10_product_type_l5B\n\n\x08_quarterB\x1a\n\x18_travel_destination_cityB\x1d\n\x1b_travel_destination_countryB\x1c\n\x1a_travel_destination_regionB/\n-_vertical_ads_event_participant_display_namesB\x1b\n\x19_vertical_ads_hotel_classB\x17\n\x15_vertical_ads_listingB\x1d\n\x1b_vertical_ads_listing_brandB\x1c\n\x1a_vertical_ads_listing_cityB\x1f\n\x1d_vertical_ads_listing_countryB\x1e\n\x1c_vertical_ads_listing_regionB#\n!_vertical_ads_listing_user_ratingB\x1d\n\x1b_vertical_ads_listing_venueB\x1f\n\x1d_vertical_ads_partner_accountB\x18\n\x16_vertical_ads_verticalB\x15\n\x13_search_subcategoryB\x0e\n\x0c_search_termB\n\n\x08_webpageB\x07\n\x05_weekB\x07\n\x05_yearB&\n$_sk_ad_network_fine_conversion_valueB4\n2_sk_ad_network_redistributed_fine_conversion_valueB\x1b\n\x19_sk_ad_network_source_appB\x1e\n\x1c_sk_ad_network_source_domainB(\n&_sk_ad_network_postback_sequence_indexB\x18\n\x16_sk_ad_network_versionB\x1b\n\x19_asset_interaction_targetB\x18\n\x16_ad_using_product_dataB\x11\n\x0f_ad_using_video\"}\n\x07Keyword\x12\x1f\n\x12\x61\x64_group_criterion\x18\x03 \x01(\tH\x00\x88\x01\x01\x12:\n\x04info\x18\x02 \x01(\x0b\x32,.google.ads.googleads.v24.common.KeywordInfoB\x15\n\x13_ad_group_criterion\"\xba\x01\n\x1f\x42udgetCampaignAssociationStatus\x12\x15\n\x08\x63\x61mpaign\x18\x01 \x01(\tH\x00\x88\x01\x01\x12s\n\x06status\x18\x02 \x01(\x0e\x32\x63.google.ads.googleads.v24.enums.BudgetCampaignAssociationStatusEnum.BudgetCampaignAssociationStatusB\x0b\n\t_campaign\"J\n\x16\x41ssetInteractionTarget\x12\r\n\x05\x61sset\x18\x01 \x01(\t\x12!\n\x19interaction_on_this_asset\x18\x02 \x01(\x08\"`\n\x14SkAdNetworkSourceApp\x12(\n\x1bsk_ad_network_source_app_id\x18\x01 \x01(\tH\x00\x88\x01\x01\x42\x1e\n\x1c_sk_ad_network_source_app_idB\xed\x01\n#com.google.ads.googleads.v24.commonB\rSegmentsProtoP\x01ZEgoogle.golang.org/genproto/googleapis/ads/googleads/v24/common;common\xa2\x02\x03GAA\xaa\x02\x1fGoogle.Ads.GoogleAds.V24.Common\xca\x02\x1fGoogle\\Ads\\GoogleAds\\V24\\Common\xea\x02#Google::Ads::GoogleAds::V24::Commonb\x06proto3"
50
51
 
51
52
  pool = ::Google::Protobuf::DescriptorPool.generated_pool
52
53
  pool.add_serialized_file(descriptor_data)
@@ -5,7 +5,7 @@
5
5
  require 'google/protobuf'
6
6
 
7
7
 
8
- descriptor_data = "\n5google/ads/googleads/v24/enums/asset_field_type.proto\x12\x1egoogle.ads.googleads.v24.enums\"\xe5\x05\n\x12\x41ssetFieldTypeEnum\"\xce\x05\n\x0e\x41ssetFieldType\x12\x0f\n\x0bUNSPECIFIED\x10\x00\x12\x0b\n\x07UNKNOWN\x10\x01\x12\x0c\n\x08HEADLINE\x10\x02\x12\x0f\n\x0b\x44\x45SCRIPTION\x10\x03\x12\x15\n\x11MANDATORY_AD_TEXT\x10\x04\x12\x13\n\x0fMARKETING_IMAGE\x10\x05\x12\x10\n\x0cMEDIA_BUNDLE\x10\x06\x12\x11\n\rYOUTUBE_VIDEO\x10\x07\x12\x12\n\x0e\x42OOK_ON_GOOGLE\x10\x08\x12\r\n\tLEAD_FORM\x10\t\x12\r\n\tPROMOTION\x10\n\x12\x0b\n\x07\x43\x41LLOUT\x10\x0b\x12\x16\n\x12STRUCTURED_SNIPPET\x10\x0c\x12\x0c\n\x08SITELINK\x10\r\x12\x0e\n\nMOBILE_APP\x10\x0e\x12\x11\n\rHOTEL_CALLOUT\x10\x0f\x12\x08\n\x04\x43\x41LL\x10\x10\x12\t\n\x05PRICE\x10\x18\x12\x11\n\rLONG_HEADLINE\x10\x11\x12\x11\n\rBUSINESS_NAME\x10\x12\x12\x1a\n\x16SQUARE_MARKETING_IMAGE\x10\x13\x12\x1c\n\x18PORTRAIT_MARKETING_IMAGE\x10\x14\x12\x08\n\x04LOGO\x10\x15\x12\x12\n\x0eLANDSCAPE_LOGO\x10\x16\x12\t\n\x05VIDEO\x10\x17\x12\x1c\n\x18\x43\x41LL_TO_ACTION_SELECTION\x10\x19\x12\x0c\n\x08\x41\x44_IMAGE\x10\x1a\x12\x11\n\rBUSINESS_LOGO\x10\x1b\x12\x12\n\x0eHOTEL_PROPERTY\x10\x1c\x12\x1c\n\x18\x44\x45MAND_GEN_CAROUSEL_CARD\x10\x1e\x12\x14\n\x10\x42USINESS_MESSAGE\x10\x1f\x12!\n\x1dTALL_PORTRAIT_MARKETING_IMAGE\x10 \x12\x1a\n\x16RELATED_YOUTUBE_VIDEOS\x10!\x12\x18\n\x14LANDING_PAGE_PREVIEW\x10&\x12\x14\n\x10LONG_DESCRIPTION\x10\'\x12\x12\n\x0e\x43\x41LL_TO_ACTION\x10(B\xed\x01\n\"com.google.ads.googleads.v24.enumsB\x13\x41ssetFieldTypeProtoP\x01ZCgoogle.golang.org/genproto/googleapis/ads/googleads/v24/enums;enums\xa2\x02\x03GAA\xaa\x02\x1eGoogle.Ads.GoogleAds.V24.Enums\xca\x02\x1eGoogle\\Ads\\GoogleAds\\V24\\Enums\xea\x02\"Google::Ads::GoogleAds::V24::Enumsb\x06proto3"
8
+ descriptor_data = "\n5google/ads/googleads/v24/enums/asset_field_type.proto\x12\x1egoogle.ads.googleads.v24.enums\"\x80\x06\n\x12\x41ssetFieldTypeEnum\"\xe9\x05\n\x0e\x41ssetFieldType\x12\x0f\n\x0bUNSPECIFIED\x10\x00\x12\x0b\n\x07UNKNOWN\x10\x01\x12\x0c\n\x08HEADLINE\x10\x02\x12\x0f\n\x0b\x44\x45SCRIPTION\x10\x03\x12\x15\n\x11MANDATORY_AD_TEXT\x10\x04\x12\x13\n\x0fMARKETING_IMAGE\x10\x05\x12\x10\n\x0cMEDIA_BUNDLE\x10\x06\x12\x11\n\rYOUTUBE_VIDEO\x10\x07\x12\x12\n\x0e\x42OOK_ON_GOOGLE\x10\x08\x12\r\n\tLEAD_FORM\x10\t\x12\r\n\tPROMOTION\x10\n\x12\x0b\n\x07\x43\x41LLOUT\x10\x0b\x12\x16\n\x12STRUCTURED_SNIPPET\x10\x0c\x12\x0c\n\x08SITELINK\x10\r\x12\x0e\n\nMOBILE_APP\x10\x0e\x12\x11\n\rHOTEL_CALLOUT\x10\x0f\x12\x08\n\x04\x43\x41LL\x10\x10\x12\t\n\x05PRICE\x10\x18\x12\x11\n\rLONG_HEADLINE\x10\x11\x12\x11\n\rBUSINESS_NAME\x10\x12\x12\x1a\n\x16SQUARE_MARKETING_IMAGE\x10\x13\x12\x1c\n\x18PORTRAIT_MARKETING_IMAGE\x10\x14\x12\x08\n\x04LOGO\x10\x15\x12\x12\n\x0eLANDSCAPE_LOGO\x10\x16\x12\t\n\x05VIDEO\x10\x17\x12\x1c\n\x18\x43\x41LL_TO_ACTION_SELECTION\x10\x19\x12\x0c\n\x08\x41\x44_IMAGE\x10\x1a\x12\x11\n\rBUSINESS_LOGO\x10\x1b\x12\x12\n\x0eHOTEL_PROPERTY\x10\x1c\x12\x1c\n\x18\x44\x45MAND_GEN_CAROUSEL_CARD\x10\x1e\x12\x14\n\x10\x42USINESS_MESSAGE\x10\x1f\x12!\n\x1dTALL_PORTRAIT_MARKETING_IMAGE\x10 \x12\x1a\n\x16RELATED_YOUTUBE_VIDEOS\x10!\x12\x18\n\x14LANDING_PAGE_PREVIEW\x10&\x12\x14\n\x10LONG_DESCRIPTION\x10\'\x12\x12\n\x0e\x43\x41LL_TO_ACTION\x10(\x12\x19\n\x15\x43LASSIC_DISPLAY_IMAGE\x10/B\xed\x01\n\"com.google.ads.googleads.v24.enumsB\x13\x41ssetFieldTypeProtoP\x01ZCgoogle.golang.org/genproto/googleapis/ads/googleads/v24/enums;enums\xa2\x02\x03GAA\xaa\x02\x1eGoogle.Ads.GoogleAds.V24.Enums\xca\x02\x1eGoogle\\Ads\\GoogleAds\\V24\\Enums\xea\x02\"Google::Ads::GoogleAds::V24::Enumsb\x06proto3"
9
9
 
10
10
  pool = ::Google::Protobuf::DescriptorPool.generated_pool
11
11
  pool.add_serialized_file(descriptor_data)
@@ -0,0 +1,24 @@
1
+ # frozen_string_literal: true
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: google/ads/googleads/v24/enums/experiment_asset_detail_operation.proto
4
+
5
+ require 'google/protobuf'
6
+
7
+
8
+ descriptor_data = "\nFgoogle/ads/googleads/v24/enums/experiment_asset_detail_operation.proto\x12\x1egoogle.ads.googleads.v24.enums\"y\n\"ExperimentAssetDetailOperationEnum\"S\n\x1e\x45xperimentAssetDetailOperation\x12\x0f\n\x0bUNSPECIFIED\x10\x00\x12\x0b\n\x07UNKNOWN\x10\x01\x12\x07\n\x03\x41\x44\x44\x10\x02\x12\n\n\x06REMOVE\x10\x03\x42\xfd\x01\n\"com.google.ads.googleads.v24.enumsB#ExperimentAssetDetailOperationProtoP\x01ZCgoogle.golang.org/genproto/googleapis/ads/googleads/v24/enums;enums\xa2\x02\x03GAA\xaa\x02\x1eGoogle.Ads.GoogleAds.V24.Enums\xca\x02\x1eGoogle\\Ads\\GoogleAds\\V24\\Enums\xea\x02\"Google::Ads::GoogleAds::V24::Enumsb\x06proto3"
9
+
10
+ pool = ::Google::Protobuf::DescriptorPool.generated_pool
11
+ pool.add_serialized_file(descriptor_data)
12
+
13
+ module Google
14
+ module Ads
15
+ module GoogleAds
16
+ module V24
17
+ module Enums
18
+ ExperimentAssetDetailOperationEnum = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v24.enums.ExperimentAssetDetailOperationEnum").msgclass
19
+ ExperimentAssetDetailOperationEnum::ExperimentAssetDetailOperation = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v24.enums.ExperimentAssetDetailOperationEnum.ExperimentAssetDetailOperation").enummodule
20
+ end
21
+ end
22
+ end
23
+ end
24
+ end
@@ -5,7 +5,7 @@
5
5
  require 'google/protobuf'
6
6
 
7
7
 
8
- descriptor_data = "\n4google/ads/googleads/v24/enums/experiment_type.proto\x12\x1egoogle.ads.googleads.v24.enums\"\xcb\x02\n\x12\x45xperimentTypeEnum\"\xb4\x02\n\x0e\x45xperimentType\x12\x0f\n\x0bUNSPECIFIED\x10\x00\x12\x0b\n\x07UNKNOWN\x10\x01\x12\x19\n\x15\x44ISPLAY_AND_VIDEO_360\x10\x02\x12\x10\n\x0c\x41\x44_VARIATION\x10\x03\x12\x12\n\x0eYOUTUBE_CUSTOM\x10\x05\x12\x12\n\x0e\x44ISPLAY_CUSTOM\x10\x06\x12\x11\n\rSEARCH_CUSTOM\x10\x07\x12&\n\"DISPLAY_AUTOMATED_BIDDING_STRATEGY\x10\x08\x12%\n!SEARCH_AUTOMATED_BIDDING_STRATEGY\x10\t\x12\'\n#SHOPPING_AUTOMATED_BIDDING_STRATEGY\x10\n\x12\x12\n\x0eSMART_MATCHING\x10\x0b\x12\x10\n\x0cHOTEL_CUSTOM\x10\x0c\x42\xed\x01\n\"com.google.ads.googleads.v24.enumsB\x13\x45xperimentTypeProtoP\x01ZCgoogle.golang.org/genproto/googleapis/ads/googleads/v24/enums;enums\xa2\x02\x03GAA\xaa\x02\x1eGoogle.Ads.GoogleAds.V24.Enums\xca\x02\x1eGoogle\\Ads\\GoogleAds\\V24\\Enums\xea\x02\"Google::Ads::GoogleAds::V24::Enumsb\x06proto3"
8
+ descriptor_data = "\n4google/ads/googleads/v24/enums/experiment_type.proto\x12\x1egoogle.ads.googleads.v24.enums\"\xb1\x03\n\x12\x45xperimentTypeEnum\"\x9a\x03\n\x0e\x45xperimentType\x12\x0f\n\x0bUNSPECIFIED\x10\x00\x12\x0b\n\x07UNKNOWN\x10\x01\x12\x19\n\x15\x44ISPLAY_AND_VIDEO_360\x10\x02\x12\x10\n\x0c\x41\x44_VARIATION\x10\x03\x12\x12\n\x0eYOUTUBE_CUSTOM\x10\x05\x12\x12\n\x0e\x44ISPLAY_CUSTOM\x10\x06\x12\x11\n\rSEARCH_CUSTOM\x10\x07\x12&\n\"DISPLAY_AUTOMATED_BIDDING_STRATEGY\x10\x08\x12%\n!SEARCH_AUTOMATED_BIDDING_STRATEGY\x10\t\x12\'\n#SHOPPING_AUTOMATED_BIDDING_STRATEGY\x10\n\x12\x12\n\x0eSMART_MATCHING\x10\x0b\x12\x10\n\x0cHOTEL_CUSTOM\x10\x0c\x12\x13\n\x0fOPTIMIZE_ASSETS\x10\r\x12\x10\n\x0c\x41\x44OPT_AI_MAX\x10\x0e\x12\x1e\n\x1a\x41\x44OPT_BROAD_MATCH_KEYWORDS\x10\x0f\x12\x1d\n\x19PMAX_REPLACEMENT_SHOPPING\x10\x10\x42\xed\x01\n\"com.google.ads.googleads.v24.enumsB\x13\x45xperimentTypeProtoP\x01ZCgoogle.golang.org/genproto/googleapis/ads/googleads/v24/enums;enums\xa2\x02\x03GAA\xaa\x02\x1eGoogle.Ads.GoogleAds.V24.Enums\xca\x02\x1eGoogle\\Ads\\GoogleAds\\V24\\Enums\xea\x02\"Google::Ads::GoogleAds::V24::Enumsb\x06proto3"
9
9
 
10
10
  pool = ::Google::Protobuf::DescriptorPool.generated_pool
11
11
  pool.add_serialized_file(descriptor_data)
@@ -0,0 +1,24 @@
1
+ # frozen_string_literal: true
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: google/ads/googleads/v24/enums/mobile_device_platform.proto
4
+
5
+ require 'google/protobuf'
6
+
7
+
8
+ descriptor_data = "\n;google/ads/googleads/v24/enums/mobile_device_platform.proto\x12\x1egoogle.ads.googleads.v24.enums\"\x85\x01\n\x18MobileDevicePlatformEnum\"i\n\x14MobileDevicePlatform\x12\x0f\n\x0bUNSPECIFIED\x10\x00\x12\x0b\n\x07UNKNOWN\x10\x01\x12\x0b\n\x07\x41NDROID\x10\x02\x12\x07\n\x03IOS\x10\x03\x12\x10\n\x0cOTHER_MOBILE\x10\x04\x12\x0b\n\x07\x44\x45SKTOP\x10\x05\x42\xf3\x01\n\"com.google.ads.googleads.v24.enumsB\x19MobileDevicePlatformProtoP\x01ZCgoogle.golang.org/genproto/googleapis/ads/googleads/v24/enums;enums\xa2\x02\x03GAA\xaa\x02\x1eGoogle.Ads.GoogleAds.V24.Enums\xca\x02\x1eGoogle\\Ads\\GoogleAds\\V24\\Enums\xea\x02\"Google::Ads::GoogleAds::V24::Enumsb\x06proto3"
9
+
10
+ pool = ::Google::Protobuf::DescriptorPool.generated_pool
11
+ pool.add_serialized_file(descriptor_data)
12
+
13
+ module Google
14
+ module Ads
15
+ module GoogleAds
16
+ module V24
17
+ module Enums
18
+ MobileDevicePlatformEnum = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v24.enums.MobileDevicePlatformEnum").msgclass
19
+ MobileDevicePlatformEnum::MobileDevicePlatform = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v24.enums.MobileDevicePlatformEnum.MobileDevicePlatform").enummodule
20
+ end
21
+ end
22
+ end
23
+ end
24
+ end
@@ -0,0 +1,24 @@
1
+ # frozen_string_literal: true
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: google/ads/googleads/v24/enums/optimize_assets_experiment_subtype.proto
4
+
5
+ require 'google/protobuf'
6
+
7
+
8
+ descriptor_data = "\nGgoogle/ads/googleads/v24/enums/optimize_assets_experiment_subtype.proto\x12\x1egoogle.ads.googleads.v24.enums\"\xc2\x01\n#OptimizeAssetsExperimentSubtypeEnum\"\x9a\x01\n\x1fOptimizeAssetsExperimentSubtype\x12\x0f\n\x0bUNSPECIFIED\x10\x00\x12\x0b\n\x07UNKNOWN\x10\x01\x12\"\n\x1e\x41\x44\x44_ASSETS_TO_ASSETLESS_RETAIL\x10\x02\x12!\n\x1d\x41\x44\x44_VIDEO_ASSETS_TO_VIDEOLESS\x10\x03\x12\x12\n\x0e\x43OMPARE_ASSETS\x10\x04\x42\xfe\x01\n\"com.google.ads.googleads.v24.enumsB$OptimizeAssetsExperimentSubtypeProtoP\x01ZCgoogle.golang.org/genproto/googleapis/ads/googleads/v24/enums;enums\xa2\x02\x03GAA\xaa\x02\x1eGoogle.Ads.GoogleAds.V24.Enums\xca\x02\x1eGoogle\\Ads\\GoogleAds\\V24\\Enums\xea\x02\"Google::Ads::GoogleAds::V24::Enumsb\x06proto3"
9
+
10
+ pool = ::Google::Protobuf::DescriptorPool.generated_pool
11
+ pool.add_serialized_file(descriptor_data)
12
+
13
+ module Google
14
+ module Ads
15
+ module GoogleAds
16
+ module V24
17
+ module Enums
18
+ OptimizeAssetsExperimentSubtypeEnum = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v24.enums.OptimizeAssetsExperimentSubtypeEnum").msgclass
19
+ OptimizeAssetsExperimentSubtypeEnum::OptimizeAssetsExperimentSubtype = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v24.enums.OptimizeAssetsExperimentSubtypeEnum.OptimizeAssetsExperimentSubtype").enummodule
20
+ end
21
+ end
22
+ end
23
+ end
24
+ end
@@ -5,7 +5,7 @@
5
5
  require 'google/protobuf'
6
6
 
7
7
 
8
- descriptor_data = "\nPgoogle/ads/googleads/v24/enums/third_party_viewability_integration_partner.proto\x12\x1egoogle.ads.googleads.v24.enums\"\xa2\x01\n+ThirdPartyViewabilityIntegrationPartnerEnum\"s\n\'ThirdPartyViewabilityIntegrationPartner\x12\x0f\n\x0bUNSPECIFIED\x10\x00\x12\x0b\n\x07UNKNOWN\x10\x01\x12\x11\n\rDOUBLE_VERIFY\x10\x02\x12\x17\n\x13INTEGRAL_AD_SCIENCE\x10\x03\x42\x86\x02\n\"com.google.ads.googleads.v24.enumsB,ThirdPartyViewabilityIntegrationPartnerProtoP\x01ZCgoogle.golang.org/genproto/googleapis/ads/googleads/v24/enums;enums\xa2\x02\x03GAA\xaa\x02\x1eGoogle.Ads.GoogleAds.V24.Enums\xca\x02\x1eGoogle\\Ads\\GoogleAds\\V24\\Enums\xea\x02\"Google::Ads::GoogleAds::V24::Enumsb\x06proto3"
8
+ descriptor_data = "\nPgoogle/ads/googleads/v24/enums/third_party_viewability_integration_partner.proto\x12\x1egoogle.ads.googleads.v24.enums\"\xac\x01\n+ThirdPartyViewabilityIntegrationPartnerEnum\"}\n\'ThirdPartyViewabilityIntegrationPartner\x12\x0f\n\x0bUNSPECIFIED\x10\x00\x12\x0b\n\x07UNKNOWN\x10\x01\x12\x11\n\rDOUBLE_VERIFY\x10\x02\x12\x17\n\x13INTEGRAL_AD_SCIENCE\x10\x03\x12\x08\n\x04ZEFR\x10\x04\x42\x86\x02\n\"com.google.ads.googleads.v24.enumsB,ThirdPartyViewabilityIntegrationPartnerProtoP\x01ZCgoogle.golang.org/genproto/googleapis/ads/googleads/v24/enums;enums\xa2\x02\x03GAA\xaa\x02\x1eGoogle.Ads.GoogleAds.V24.Enums\xca\x02\x1eGoogle\\Ads\\GoogleAds\\V24\\Enums\xea\x02\"Google::Ads::GoogleAds::V24::Enumsb\x06proto3"
9
9
 
10
10
  pool = ::Google::Protobuf::DescriptorPool.generated_pool
11
11
  pool.add_serialized_file(descriptor_data)
@@ -0,0 +1,24 @@
1
+ # frozen_string_literal: true
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: google/ads/googleads/v24/enums/video_experiment_subtype.proto
4
+
5
+ require 'google/protobuf'
6
+
7
+
8
+ descriptor_data = "\n=google/ads/googleads/v24/enums/video_experiment_subtype.proto\x12\x1egoogle.ads.googleads.v24.enums\"\x87\x01\n\x1aVideoExperimentSubtypeEnum\"i\n\x16VideoExperimentSubtype\x12\x0f\n\x0bUNSPECIFIED\x10\x00\x12\x0b\n\x07UNKNOWN\x10\x01\x12\x14\n\x10\x44\x45MAND_GEN_ASSET\x10\x02\x12\t\n\x05\x41SSET\x10\x03\x12\x10\n\x0c\x41SSET_UPLIFT\x10\x04\x42\xf5\x01\n\"com.google.ads.googleads.v24.enumsB\x1bVideoExperimentSubtypeProtoP\x01ZCgoogle.golang.org/genproto/googleapis/ads/googleads/v24/enums;enums\xa2\x02\x03GAA\xaa\x02\x1eGoogle.Ads.GoogleAds.V24.Enums\xca\x02\x1eGoogle\\Ads\\GoogleAds\\V24\\Enums\xea\x02\"Google::Ads::GoogleAds::V24::Enumsb\x06proto3"
9
+
10
+ pool = ::Google::Protobuf::DescriptorPool.generated_pool
11
+ pool.add_serialized_file(descriptor_data)
12
+
13
+ module Google
14
+ module Ads
15
+ module GoogleAds
16
+ module V24
17
+ module Enums
18
+ VideoExperimentSubtypeEnum = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v24.enums.VideoExperimentSubtypeEnum").msgclass
19
+ VideoExperimentSubtypeEnum::VideoExperimentSubtype = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v24.enums.VideoExperimentSubtypeEnum.VideoExperimentSubtype").enummodule
20
+ end
21
+ end
22
+ end
23
+ end
24
+ end
@@ -5,7 +5,7 @@
5
5
  require 'google/protobuf'
6
6
 
7
7
 
8
- descriptor_data = "\n5google/ads/googleads/v24/errors/criterion_error.proto\x12\x1fgoogle.ads.googleads.v24.errors\"\x84\x38\n\x12\x43riterionErrorEnum\"\xed\x37\n\x0e\x43riterionError\x12\x0f\n\x0bUNSPECIFIED\x10\x00\x12\x0b\n\x07UNKNOWN\x10\x01\x12\x1a\n\x16\x43ONCRETE_TYPE_REQUIRED\x10\x02\x12\x1d\n\x19INVALID_EXCLUDED_CATEGORY\x10\x03\x12\x18\n\x14INVALID_KEYWORD_TEXT\x10\x04\x12\x19\n\x15KEYWORD_TEXT_TOO_LONG\x10\x05\x12\x1e\n\x1aKEYWORD_HAS_TOO_MANY_WORDS\x10\x06\x12\x1d\n\x19KEYWORD_HAS_INVALID_CHARS\x10\x07\x12\x19\n\x15INVALID_PLACEMENT_URL\x10\x08\x12\x15\n\x11INVALID_USER_LIST\x10\t\x12\x19\n\x15INVALID_USER_INTEREST\x10\n\x12$\n INVALID_FORMAT_FOR_PLACEMENT_URL\x10\x0b\x12\x1d\n\x19PLACEMENT_URL_IS_TOO_LONG\x10\x0c\x12\"\n\x1ePLACEMENT_URL_HAS_ILLEGAL_CHAR\x10\r\x12,\n(PLACEMENT_URL_HAS_MULTIPLE_SITES_IN_LINE\x10\x0e\x12\x39\n5PLACEMENT_IS_NOT_AVAILABLE_FOR_TARGETING_OR_EXCLUSION\x10\x0f\x12\x16\n\x12INVALID_TOPIC_PATH\x10\x10\x12\x1e\n\x1aINVALID_YOUTUBE_CHANNEL_ID\x10\x11\x12\x1c\n\x18INVALID_YOUTUBE_VIDEO_ID\x10\x12\x12\'\n#YOUTUBE_VERTICAL_CHANNEL_DEPRECATED\x10\x13\x12*\n&YOUTUBE_DEMOGRAPHIC_CHANNEL_DEPRECATED\x10\x14\x12\x1b\n\x17YOUTUBE_URL_UNSUPPORTED\x10\x15\x12 \n\x1c\x43\x41NNOT_EXCLUDE_CRITERIA_TYPE\x10\x16\x12\x1c\n\x18\x43\x41NNOT_ADD_CRITERIA_TYPE\x10\x17\x12$\n CANNOT_EXCLUDE_SIMILAR_USER_LIST\x10\x1a\x12\x1f\n\x1b\x43\x41NNOT_ADD_CLOSED_USER_LIST\x10\x1b\x12:\n6CANNOT_ADD_DISPLAY_ONLY_LISTS_TO_SEARCH_ONLY_CAMPAIGNS\x10\x1c\x12\x35\n1CANNOT_ADD_DISPLAY_ONLY_LISTS_TO_SEARCH_CAMPAIGNS\x10\x1d\x12\x37\n3CANNOT_ADD_DISPLAY_ONLY_LISTS_TO_SHOPPING_CAMPAIGNS\x10\x1e\x12\x31\n-CANNOT_ADD_USER_INTERESTS_TO_SEARCH_CAMPAIGNS\x10\x1f\x12\x39\n5CANNOT_SET_BIDS_ON_CRITERION_TYPE_IN_SEARCH_CAMPAIGNS\x10 \x12\x37\n3CANNOT_ADD_URLS_TO_CRITERION_TYPE_FOR_CAMPAIGN_TYPE\x10!\x12\x1d\n\x19INVALID_COMBINED_AUDIENCE\x10z\x12\x1b\n\x17INVALID_CUSTOM_AFFINITY\x10`\x12\x19\n\x15INVALID_CUSTOM_INTENT\x10\x61\x12\x1b\n\x17INVALID_CUSTOM_AUDIENCE\x10y\x12\x16\n\x12INVALID_IP_ADDRESS\x10\"\x12\x15\n\x11INVALID_IP_FORMAT\x10#\x12\x16\n\x12INVALID_MOBILE_APP\x10$\x12\x1f\n\x1bINVALID_MOBILE_APP_CATEGORY\x10%\x12\x18\n\x14INVALID_CRITERION_ID\x10&\x12\x1b\n\x17\x43\x41NNOT_TARGET_CRITERION\x10\'\x12$\n CANNOT_TARGET_OBSOLETE_CRITERION\x10(\x12\"\n\x1e\x43RITERION_ID_AND_TYPE_MISMATCH\x10)\x12\x1c\n\x18INVALID_PROXIMITY_RADIUS\x10*\x12\"\n\x1eINVALID_PROXIMITY_RADIUS_UNITS\x10+\x12 \n\x1cINVALID_STREETADDRESS_LENGTH\x10,\x12\x1b\n\x17INVALID_CITYNAME_LENGTH\x10-\x12\x1d\n\x19INVALID_REGIONCODE_LENGTH\x10.\x12\x1d\n\x19INVALID_REGIONNAME_LENGTH\x10/\x12\x1d\n\x19INVALID_POSTALCODE_LENGTH\x10\x30\x12\x18\n\x14INVALID_COUNTRY_CODE\x10\x31\x12\x14\n\x10INVALID_LATITUDE\x10\x32\x12\x15\n\x11INVALID_LONGITUDE\x10\x33\x12\x36\n2PROXIMITY_GEOPOINT_AND_ADDRESS_BOTH_CANNOT_BE_NULL\x10\x34\x12\x1d\n\x19INVALID_PROXIMITY_ADDRESS\x10\x35\x12\x1c\n\x18INVALID_USER_DOMAIN_NAME\x10\x36\x12 \n\x1c\x43RITERION_PARAMETER_TOO_LONG\x10\x37\x12&\n\"AD_SCHEDULE_TIME_INTERVALS_OVERLAP\x10\x38\x12\x32\n.AD_SCHEDULE_INTERVAL_CANNOT_SPAN_MULTIPLE_DAYS\x10\x39\x12%\n!AD_SCHEDULE_INVALID_TIME_INTERVAL\x10:\x12\x30\n,AD_SCHEDULE_EXCEEDED_INTERVALS_PER_DAY_LIMIT\x10;\x12/\n+AD_SCHEDULE_CRITERION_ID_MISMATCHING_FIELDS\x10<\x12$\n CANNOT_BID_MODIFY_CRITERION_TYPE\x10=\x12\x32\n.CANNOT_BID_MODIFY_CRITERION_CAMPAIGN_OPTED_OUT\x10>\x12(\n$CANNOT_BID_MODIFY_NEGATIVE_CRITERION\x10?\x12\x1f\n\x1b\x42ID_MODIFIER_ALREADY_EXISTS\x10@\x12\x17\n\x13\x46\x45\x45\x44_ID_NOT_ALLOWED\x10\x41\x12(\n$ACCOUNT_INELIGIBLE_FOR_CRITERIA_TYPE\x10\x42\x12.\n*CRITERIA_TYPE_INVALID_FOR_BIDDING_STRATEGY\x10\x43\x12\x1c\n\x18\x43\x41NNOT_EXCLUDE_CRITERION\x10\x44\x12\x1b\n\x17\x43\x41NNOT_REMOVE_CRITERION\x10\x45\x12$\n INVALID_PRODUCT_BIDDING_CATEGORY\x10L\x12\x1c\n\x18MISSING_SHOPPING_SETTING\x10M\x12\x1d\n\x19INVALID_MATCHING_FUNCTION\x10N\x12\x1f\n\x1bLOCATION_FILTER_NOT_ALLOWED\x10O\x12$\n INVALID_FEED_FOR_LOCATION_FILTER\x10\x62\x12\x1b\n\x17LOCATION_FILTER_INVALID\x10P\x12\x37\n3CANNOT_SET_GEO_TARGET_CONSTANTS_WITH_FEED_ITEM_SETS\x10{\x12\'\n\"CANNOT_SET_BOTH_ASSET_SET_AND_FEED\x10\x8c\x01\x12\x33\n.CANNOT_SET_FEED_OR_FEED_ITEM_SETS_FOR_CUSTOMER\x10\x8e\x01\x12,\n\'CANNOT_SET_ASSET_SET_FIELD_FOR_CUSTOMER\x10\x96\x01\x12\x34\n/CANNOT_SET_GEO_TARGET_CONSTANTS_WITH_ASSET_SETS\x10\x8f\x01\x12.\n)CANNOT_SET_ASSET_SETS_WITH_FEED_ITEM_SETS\x10\x90\x01\x12%\n INVALID_LOCATION_GROUP_ASSET_SET\x10\x8d\x01\x12!\n\x1dINVALID_LOCATION_GROUP_RADIUS\x10|\x12&\n\"INVALID_LOCATION_GROUP_RADIUS_UNIT\x10}\x12\x32\n.CANNOT_ATTACH_CRITERIA_AT_CAMPAIGN_AND_ADGROUP\x10Q\x12\x39\n5HOTEL_LENGTH_OF_STAY_OVERLAPS_WITH_EXISTING_CRITERION\x10R\x12\x41\n=HOTEL_ADVANCE_BOOKING_WINDOW_OVERLAPS_WITH_EXISTING_CRITERION\x10S\x12.\n*FIELD_INCOMPATIBLE_WITH_NEGATIVE_TARGETING\x10T\x12\x1d\n\x19INVALID_WEBPAGE_CONDITION\x10U\x12!\n\x1dINVALID_WEBPAGE_CONDITION_URL\x10V\x12)\n%WEBPAGE_CONDITION_URL_CANNOT_BE_EMPTY\x10W\x12.\n*WEBPAGE_CONDITION_URL_UNSUPPORTED_PROTOCOL\x10X\x12.\n*WEBPAGE_CONDITION_URL_CANNOT_BE_IP_ADDRESS\x10Y\x12\x45\nAWEBPAGE_CONDITION_URL_DOMAIN_NOT_CONSISTENT_WITH_CAMPAIGN_SETTING\x10Z\x12\x31\n-WEBPAGE_CONDITION_URL_CANNOT_BE_PUBLIC_SUFFIX\x10[\x12/\n+WEBPAGE_CONDITION_URL_INVALID_PUBLIC_SUFFIX\x10\\\x12\x39\n5WEBPAGE_CONDITION_URL_VALUE_TRACK_VALUE_NOT_SUPPORTED\x10]\x12<\n8WEBPAGE_CRITERION_URL_EQUALS_CAN_HAVE_ONLY_ONE_CONDITION\x10^\x12\x37\n3WEBPAGE_CRITERION_NOT_SUPPORTED_ON_NON_DSA_AD_GROUP\x10_\x12\x37\n3CANNOT_TARGET_USER_LIST_FOR_SMART_DISPLAY_CAMPAIGNS\x10\x63\x12\x31\n-CANNOT_TARGET_PLACEMENTS_FOR_SEARCH_CAMPAIGNS\x10~\x12*\n&LISTING_SCOPE_TOO_MANY_DIMENSION_TYPES\x10\x64\x12\'\n#LISTING_SCOPE_TOO_MANY_IN_OPERATORS\x10\x65\x12+\n\'LISTING_SCOPE_IN_OPERATOR_NOT_SUPPORTED\x10\x66\x12$\n DUPLICATE_LISTING_DIMENSION_TYPE\x10g\x12%\n!DUPLICATE_LISTING_DIMENSION_VALUE\x10h\x12\x30\n,CANNOT_SET_BIDS_ON_LISTING_GROUP_SUBDIVISION\x10i\x12-\n(LISTING_GROUP_ERROR_IN_ANOTHER_OPERATION\x10\xa9\x01\x12#\n\x1fINVALID_LISTING_GROUP_HIERARCHY\x10j\x12\x33\n.LISTING_GROUP_TREE_WAS_INVALID_BEFORE_MUTATION\x10\xaa\x01\x12+\n\'LISTING_GROUP_UNIT_CANNOT_HAVE_CHILDREN\x10k\x12\x32\n.LISTING_GROUP_SUBDIVISION_REQUIRES_OTHERS_CASE\x10l\x12:\n6LISTING_GROUP_REQUIRES_SAME_DIMENSION_TYPE_AS_SIBLINGS\x10m\x12 \n\x1cLISTING_GROUP_ALREADY_EXISTS\x10n\x12 \n\x1cLISTING_GROUP_DOES_NOT_EXIST\x10o\x12#\n\x1fLISTING_GROUP_CANNOT_BE_REMOVED\x10p\x12\x1e\n\x1aINVALID_LISTING_GROUP_TYPE\x10q\x12*\n&LISTING_GROUP_ADD_MAY_ONLY_USE_TEMP_ID\x10r\x12\x1a\n\x16LISTING_SCOPE_TOO_LONG\x10s\x12%\n!LISTING_SCOPE_TOO_MANY_DIMENSIONS\x10t\x12\x1a\n\x16LISTING_GROUP_TOO_LONG\x10u\x12\x1f\n\x1bLISTING_GROUP_TREE_TOO_DEEP\x10v\x12\x1d\n\x19INVALID_LISTING_DIMENSION\x10w\x12\"\n\x1eINVALID_LISTING_DIMENSION_TYPE\x10x\x12@\n<ADVERTISER_NOT_ON_ALLOWLIST_FOR_COMBINED_AUDIENCE_ON_DISPLAY\x10\x7f\x12,\n\'CANNOT_TARGET_REMOVED_COMBINED_AUDIENCE\x10\x80\x01\x12!\n\x1cINVALID_COMBINED_AUDIENCE_ID\x10\x81\x01\x12*\n%CANNOT_TARGET_REMOVED_CUSTOM_AUDIENCE\x10\x82\x01\x12?\n:HOTEL_CHECK_IN_DATE_RANGE_OVERLAPS_WITH_EXISTING_CRITERION\x10\x83\x01\x12\x33\n.HOTEL_CHECK_IN_DATE_RANGE_START_DATE_TOO_EARLY\x10\x84\x01\x12\x30\n+HOTEL_CHECK_IN_DATE_RANGE_END_DATE_TOO_LATE\x10\x85\x01\x12\'\n\"HOTEL_CHECK_IN_DATE_RANGE_REVERSED\x10\x86\x01\x12-\n(BROAD_MATCH_MODIFIER_KEYWORD_NOT_ALLOWED\x10\x87\x01\x12)\n$ONE_AUDIENCE_ALLOWED_PER_ASSET_GROUP\x10\x88\x01\x12,\n\'AUDIENCE_NOT_ELIGIBLE_FOR_CAMPAIGN_TYPE\x10\x89\x01\x12\x46\nAAUDIENCE_NOT_ALLOWED_TO_ATTACH_WHEN_AUDIENCE_GROUPED_SET_TO_FALSE\x10\x8a\x01\x12+\n&CANNOT_TARGET_CUSTOMER_MATCH_USER_LIST\x10\x8b\x01\x12/\n*NEGATIVE_KEYWORD_SHARED_SET_DOES_NOT_EXIST\x10\x91\x01\x12\x33\n.CANNOT_ADD_REMOVED_NEGATIVE_KEYWORD_SHARED_SET\x10\x92\x01\x12;\n6CANNOT_HAVE_MULTIPLE_NEGATIVE_KEYWORD_LIST_PER_ACCOUNT\x10\x93\x01\x12/\n*CUSTOMER_CANNOT_ADD_CRITERION_OF_THIS_TYPE\x10\x95\x01\x12$\n\x1f\x43\x41NNOT_TARGET_SIMILAR_USER_LIST\x10\x97\x01\x12G\nBCANNOT_ADD_AUDIENCE_SEGMENT_CRITERION_WHEN_AUDIENCE_GROUPED_IS_SET\x10\x98\x01\x12&\n!ONE_AUDIENCE_ALLOWED_PER_AD_GROUP\x10\x99\x01\x12!\n\x1cINVALID_DETAILED_DEMOGRAPHIC\x10\x9a\x01\x12\x1b\n\x16\x43\x41NNOT_RECOGNIZE_BRAND\x10\x9b\x01\x12$\n\x1f\x42RAND_SHARED_SET_DOES_NOT_EXIST\x10\x9c\x01\x12(\n#CANNOT_ADD_REMOVED_BRAND_SHARED_SET\x10\x9d\x01\x12\x38\n3ONLY_EXCLUSION_BRAND_LIST_ALLOWED_FOR_CAMPAIGN_TYPE\x10\x9e\x01\x12$\n\x1f\x43\x41NNOT_TARGET_ONLY_UNDETERMINED\x10\xa5\x01\x12<\n7LOCATION_TARGETING_NOT_ELIGIBLE_FOR_RESTRICTED_CAMPAIGN\x10\xa6\x01\x12\x34\n/ONLY_INCLUSION_BRAND_LIST_ALLOWED_FOR_AD_GROUPS\x10\xab\x01\x12\x31\n,CANNOT_ADD_REMOVED_PLACEMENT_LIST_SHARED_SET\x10\xac\x01\x12-\n(PLACEMENT_LIST_SHARED_SET_DOES_NOT_EXIST\x10\xad\x01\x12\x1b\n\x16\x41I_MAX_MUST_BE_ENABLED\x10\xae\x01\x12\'\n\"NOT_AVAILABLE_FOR_AI_MAX_CAMPAIGNS\x10\xaf\x01\x12\x36\n1MISSING_EU_POLITICAL_ADVERTISING_SELF_DECLARATION\x10\xb0\x01\x12<\n7INVALID_CAMPAIGN_TYPE_FOR_THIRD_PARTY_PARTNER_DATA_LIST\x10\xb1\x01\x12\x30\n+CANNOT_ADD_USER_LIST_PENDING_PRIVACY_REVIEW\x10\xb2\x01\x12\x35\n0VERTICAL_ADS_ITEM_GROUP_RULE_LIST_DOES_NOT_EXIST\x10\xb3\x01\x12\x44\n?CANNOT_ADD_REMOVED_VERTICAL_ADS_ITEM_GROUP_RULE_LIST_SHARED_SET\x10\xb4\x01\x12^\nYVERTICAL_ADS_ITEM_GROUP_RULE_LIST_NOT_SUPPORTED_FOR_CAMPAIGNS_WITHOUT_ENABLED_TRAVEL_FEED\x10\xb5\x01\x12Q\nLVERTICAL_ADS_ITEM_GROUP_RULE_LIST_NOT_SUPPORTED_FOR_CAMPAIGNS_WITHOUT_AI_MAX\x10\xb6\x01\x12\x45\n@VERTICAL_ADS_ITEM_GROUP_RULE_NOT_SUPPORTED_FOR_THE_VERTICAL_TYPE\x10\xb7\x01\x12,\n\'RETAIL_FILTER_EXPRESSION_DOES_NOT_EXIST\x10\xb8\x01\x12/\n*RETAIL_FILTER_TAGS_REFERRING_TO_EXPRESSION\x10\xb9\x01\x42\xf3\x01\n#com.google.ads.googleads.v24.errorsB\x13\x43riterionErrorProtoP\x01ZEgoogle.golang.org/genproto/googleapis/ads/googleads/v24/errors;errors\xa2\x02\x03GAA\xaa\x02\x1fGoogle.Ads.GoogleAds.V24.Errors\xca\x02\x1fGoogle\\Ads\\GoogleAds\\V24\\Errors\xea\x02#Google::Ads::GoogleAds::V24::Errorsb\x06proto3"
8
+ descriptor_data = "\n5google/ads/googleads/v24/errors/criterion_error.proto\x12\x1fgoogle.ads.googleads.v24.errors\"\xa5\x38\n\x12\x43riterionErrorEnum\"\x8e\x38\n\x0e\x43riterionError\x12\x0f\n\x0bUNSPECIFIED\x10\x00\x12\x0b\n\x07UNKNOWN\x10\x01\x12\x1a\n\x16\x43ONCRETE_TYPE_REQUIRED\x10\x02\x12\x1d\n\x19INVALID_EXCLUDED_CATEGORY\x10\x03\x12\x18\n\x14INVALID_KEYWORD_TEXT\x10\x04\x12\x19\n\x15KEYWORD_TEXT_TOO_LONG\x10\x05\x12\x1e\n\x1aKEYWORD_HAS_TOO_MANY_WORDS\x10\x06\x12\x1d\n\x19KEYWORD_HAS_INVALID_CHARS\x10\x07\x12\x19\n\x15INVALID_PLACEMENT_URL\x10\x08\x12\x15\n\x11INVALID_USER_LIST\x10\t\x12\x19\n\x15INVALID_USER_INTEREST\x10\n\x12$\n INVALID_FORMAT_FOR_PLACEMENT_URL\x10\x0b\x12\x1d\n\x19PLACEMENT_URL_IS_TOO_LONG\x10\x0c\x12\"\n\x1ePLACEMENT_URL_HAS_ILLEGAL_CHAR\x10\r\x12,\n(PLACEMENT_URL_HAS_MULTIPLE_SITES_IN_LINE\x10\x0e\x12\x39\n5PLACEMENT_IS_NOT_AVAILABLE_FOR_TARGETING_OR_EXCLUSION\x10\x0f\x12\x16\n\x12INVALID_TOPIC_PATH\x10\x10\x12\x1e\n\x1aINVALID_YOUTUBE_CHANNEL_ID\x10\x11\x12\x1c\n\x18INVALID_YOUTUBE_VIDEO_ID\x10\x12\x12\'\n#YOUTUBE_VERTICAL_CHANNEL_DEPRECATED\x10\x13\x12*\n&YOUTUBE_DEMOGRAPHIC_CHANNEL_DEPRECATED\x10\x14\x12\x1b\n\x17YOUTUBE_URL_UNSUPPORTED\x10\x15\x12 \n\x1c\x43\x41NNOT_EXCLUDE_CRITERIA_TYPE\x10\x16\x12\x1c\n\x18\x43\x41NNOT_ADD_CRITERIA_TYPE\x10\x17\x12$\n CANNOT_EXCLUDE_SIMILAR_USER_LIST\x10\x1a\x12\x1f\n\x1b\x43\x41NNOT_ADD_CLOSED_USER_LIST\x10\x1b\x12:\n6CANNOT_ADD_DISPLAY_ONLY_LISTS_TO_SEARCH_ONLY_CAMPAIGNS\x10\x1c\x12\x35\n1CANNOT_ADD_DISPLAY_ONLY_LISTS_TO_SEARCH_CAMPAIGNS\x10\x1d\x12\x37\n3CANNOT_ADD_DISPLAY_ONLY_LISTS_TO_SHOPPING_CAMPAIGNS\x10\x1e\x12\x31\n-CANNOT_ADD_USER_INTERESTS_TO_SEARCH_CAMPAIGNS\x10\x1f\x12\x39\n5CANNOT_SET_BIDS_ON_CRITERION_TYPE_IN_SEARCH_CAMPAIGNS\x10 \x12\x37\n3CANNOT_ADD_URLS_TO_CRITERION_TYPE_FOR_CAMPAIGN_TYPE\x10!\x12\x1d\n\x19INVALID_COMBINED_AUDIENCE\x10z\x12\x1b\n\x17INVALID_CUSTOM_AFFINITY\x10`\x12\x19\n\x15INVALID_CUSTOM_INTENT\x10\x61\x12\x1b\n\x17INVALID_CUSTOM_AUDIENCE\x10y\x12\x16\n\x12INVALID_IP_ADDRESS\x10\"\x12\x15\n\x11INVALID_IP_FORMAT\x10#\x12\x16\n\x12INVALID_MOBILE_APP\x10$\x12\x1f\n\x1bINVALID_MOBILE_APP_CATEGORY\x10%\x12\x18\n\x14INVALID_CRITERION_ID\x10&\x12\x1b\n\x17\x43\x41NNOT_TARGET_CRITERION\x10\'\x12$\n CANNOT_TARGET_OBSOLETE_CRITERION\x10(\x12\"\n\x1e\x43RITERION_ID_AND_TYPE_MISMATCH\x10)\x12\x1c\n\x18INVALID_PROXIMITY_RADIUS\x10*\x12\"\n\x1eINVALID_PROXIMITY_RADIUS_UNITS\x10+\x12 \n\x1cINVALID_STREETADDRESS_LENGTH\x10,\x12\x1b\n\x17INVALID_CITYNAME_LENGTH\x10-\x12\x1d\n\x19INVALID_REGIONCODE_LENGTH\x10.\x12\x1d\n\x19INVALID_REGIONNAME_LENGTH\x10/\x12\x1d\n\x19INVALID_POSTALCODE_LENGTH\x10\x30\x12\x18\n\x14INVALID_COUNTRY_CODE\x10\x31\x12\x14\n\x10INVALID_LATITUDE\x10\x32\x12\x15\n\x11INVALID_LONGITUDE\x10\x33\x12\x36\n2PROXIMITY_GEOPOINT_AND_ADDRESS_BOTH_CANNOT_BE_NULL\x10\x34\x12\x1d\n\x19INVALID_PROXIMITY_ADDRESS\x10\x35\x12\x1c\n\x18INVALID_USER_DOMAIN_NAME\x10\x36\x12 \n\x1c\x43RITERION_PARAMETER_TOO_LONG\x10\x37\x12&\n\"AD_SCHEDULE_TIME_INTERVALS_OVERLAP\x10\x38\x12\x32\n.AD_SCHEDULE_INTERVAL_CANNOT_SPAN_MULTIPLE_DAYS\x10\x39\x12%\n!AD_SCHEDULE_INVALID_TIME_INTERVAL\x10:\x12\x30\n,AD_SCHEDULE_EXCEEDED_INTERVALS_PER_DAY_LIMIT\x10;\x12/\n+AD_SCHEDULE_CRITERION_ID_MISMATCHING_FIELDS\x10<\x12$\n CANNOT_BID_MODIFY_CRITERION_TYPE\x10=\x12\x32\n.CANNOT_BID_MODIFY_CRITERION_CAMPAIGN_OPTED_OUT\x10>\x12(\n$CANNOT_BID_MODIFY_NEGATIVE_CRITERION\x10?\x12\x1f\n\x1b\x42ID_MODIFIER_ALREADY_EXISTS\x10@\x12\x17\n\x13\x46\x45\x45\x44_ID_NOT_ALLOWED\x10\x41\x12(\n$ACCOUNT_INELIGIBLE_FOR_CRITERIA_TYPE\x10\x42\x12.\n*CRITERIA_TYPE_INVALID_FOR_BIDDING_STRATEGY\x10\x43\x12\x1c\n\x18\x43\x41NNOT_EXCLUDE_CRITERION\x10\x44\x12\x1b\n\x17\x43\x41NNOT_REMOVE_CRITERION\x10\x45\x12$\n INVALID_PRODUCT_BIDDING_CATEGORY\x10L\x12\x1c\n\x18MISSING_SHOPPING_SETTING\x10M\x12\x1d\n\x19INVALID_MATCHING_FUNCTION\x10N\x12\x1f\n\x1bLOCATION_FILTER_NOT_ALLOWED\x10O\x12$\n INVALID_FEED_FOR_LOCATION_FILTER\x10\x62\x12\x1b\n\x17LOCATION_FILTER_INVALID\x10P\x12\x37\n3CANNOT_SET_GEO_TARGET_CONSTANTS_WITH_FEED_ITEM_SETS\x10{\x12\'\n\"CANNOT_SET_BOTH_ASSET_SET_AND_FEED\x10\x8c\x01\x12\x33\n.CANNOT_SET_FEED_OR_FEED_ITEM_SETS_FOR_CUSTOMER\x10\x8e\x01\x12,\n\'CANNOT_SET_ASSET_SET_FIELD_FOR_CUSTOMER\x10\x96\x01\x12\x34\n/CANNOT_SET_GEO_TARGET_CONSTANTS_WITH_ASSET_SETS\x10\x8f\x01\x12.\n)CANNOT_SET_ASSET_SETS_WITH_FEED_ITEM_SETS\x10\x90\x01\x12%\n INVALID_LOCATION_GROUP_ASSET_SET\x10\x8d\x01\x12!\n\x1dINVALID_LOCATION_GROUP_RADIUS\x10|\x12&\n\"INVALID_LOCATION_GROUP_RADIUS_UNIT\x10}\x12\x32\n.CANNOT_ATTACH_CRITERIA_AT_CAMPAIGN_AND_ADGROUP\x10Q\x12\x39\n5HOTEL_LENGTH_OF_STAY_OVERLAPS_WITH_EXISTING_CRITERION\x10R\x12\x41\n=HOTEL_ADVANCE_BOOKING_WINDOW_OVERLAPS_WITH_EXISTING_CRITERION\x10S\x12.\n*FIELD_INCOMPATIBLE_WITH_NEGATIVE_TARGETING\x10T\x12\x1d\n\x19INVALID_WEBPAGE_CONDITION\x10U\x12!\n\x1dINVALID_WEBPAGE_CONDITION_URL\x10V\x12)\n%WEBPAGE_CONDITION_URL_CANNOT_BE_EMPTY\x10W\x12.\n*WEBPAGE_CONDITION_URL_UNSUPPORTED_PROTOCOL\x10X\x12.\n*WEBPAGE_CONDITION_URL_CANNOT_BE_IP_ADDRESS\x10Y\x12\x45\nAWEBPAGE_CONDITION_URL_DOMAIN_NOT_CONSISTENT_WITH_CAMPAIGN_SETTING\x10Z\x12\x31\n-WEBPAGE_CONDITION_URL_CANNOT_BE_PUBLIC_SUFFIX\x10[\x12/\n+WEBPAGE_CONDITION_URL_INVALID_PUBLIC_SUFFIX\x10\\\x12\x39\n5WEBPAGE_CONDITION_URL_VALUE_TRACK_VALUE_NOT_SUPPORTED\x10]\x12<\n8WEBPAGE_CRITERION_URL_EQUALS_CAN_HAVE_ONLY_ONE_CONDITION\x10^\x12\x37\n3WEBPAGE_CRITERION_NOT_SUPPORTED_ON_NON_DSA_AD_GROUP\x10_\x12\x37\n3CANNOT_TARGET_USER_LIST_FOR_SMART_DISPLAY_CAMPAIGNS\x10\x63\x12\x31\n-CANNOT_TARGET_PLACEMENTS_FOR_SEARCH_CAMPAIGNS\x10~\x12*\n&LISTING_SCOPE_TOO_MANY_DIMENSION_TYPES\x10\x64\x12\'\n#LISTING_SCOPE_TOO_MANY_IN_OPERATORS\x10\x65\x12+\n\'LISTING_SCOPE_IN_OPERATOR_NOT_SUPPORTED\x10\x66\x12$\n DUPLICATE_LISTING_DIMENSION_TYPE\x10g\x12%\n!DUPLICATE_LISTING_DIMENSION_VALUE\x10h\x12\x30\n,CANNOT_SET_BIDS_ON_LISTING_GROUP_SUBDIVISION\x10i\x12-\n(LISTING_GROUP_ERROR_IN_ANOTHER_OPERATION\x10\xa9\x01\x12#\n\x1fINVALID_LISTING_GROUP_HIERARCHY\x10j\x12\x33\n.LISTING_GROUP_TREE_WAS_INVALID_BEFORE_MUTATION\x10\xaa\x01\x12+\n\'LISTING_GROUP_UNIT_CANNOT_HAVE_CHILDREN\x10k\x12\x32\n.LISTING_GROUP_SUBDIVISION_REQUIRES_OTHERS_CASE\x10l\x12:\n6LISTING_GROUP_REQUIRES_SAME_DIMENSION_TYPE_AS_SIBLINGS\x10m\x12 \n\x1cLISTING_GROUP_ALREADY_EXISTS\x10n\x12 \n\x1cLISTING_GROUP_DOES_NOT_EXIST\x10o\x12#\n\x1fLISTING_GROUP_CANNOT_BE_REMOVED\x10p\x12\x1e\n\x1aINVALID_LISTING_GROUP_TYPE\x10q\x12*\n&LISTING_GROUP_ADD_MAY_ONLY_USE_TEMP_ID\x10r\x12\x1a\n\x16LISTING_SCOPE_TOO_LONG\x10s\x12%\n!LISTING_SCOPE_TOO_MANY_DIMENSIONS\x10t\x12\x1a\n\x16LISTING_GROUP_TOO_LONG\x10u\x12\x1f\n\x1bLISTING_GROUP_TREE_TOO_DEEP\x10v\x12\x1d\n\x19INVALID_LISTING_DIMENSION\x10w\x12\"\n\x1eINVALID_LISTING_DIMENSION_TYPE\x10x\x12@\n<ADVERTISER_NOT_ON_ALLOWLIST_FOR_COMBINED_AUDIENCE_ON_DISPLAY\x10\x7f\x12,\n\'CANNOT_TARGET_REMOVED_COMBINED_AUDIENCE\x10\x80\x01\x12!\n\x1cINVALID_COMBINED_AUDIENCE_ID\x10\x81\x01\x12*\n%CANNOT_TARGET_REMOVED_CUSTOM_AUDIENCE\x10\x82\x01\x12?\n:HOTEL_CHECK_IN_DATE_RANGE_OVERLAPS_WITH_EXISTING_CRITERION\x10\x83\x01\x12\x33\n.HOTEL_CHECK_IN_DATE_RANGE_START_DATE_TOO_EARLY\x10\x84\x01\x12\x30\n+HOTEL_CHECK_IN_DATE_RANGE_END_DATE_TOO_LATE\x10\x85\x01\x12\'\n\"HOTEL_CHECK_IN_DATE_RANGE_REVERSED\x10\x86\x01\x12-\n(BROAD_MATCH_MODIFIER_KEYWORD_NOT_ALLOWED\x10\x87\x01\x12)\n$ONE_AUDIENCE_ALLOWED_PER_ASSET_GROUP\x10\x88\x01\x12,\n\'AUDIENCE_NOT_ELIGIBLE_FOR_CAMPAIGN_TYPE\x10\x89\x01\x12\x46\nAAUDIENCE_NOT_ALLOWED_TO_ATTACH_WHEN_AUDIENCE_GROUPED_SET_TO_FALSE\x10\x8a\x01\x12+\n&CANNOT_TARGET_CUSTOMER_MATCH_USER_LIST\x10\x8b\x01\x12/\n*NEGATIVE_KEYWORD_SHARED_SET_DOES_NOT_EXIST\x10\x91\x01\x12\x33\n.CANNOT_ADD_REMOVED_NEGATIVE_KEYWORD_SHARED_SET\x10\x92\x01\x12;\n6CANNOT_HAVE_MULTIPLE_NEGATIVE_KEYWORD_LIST_PER_ACCOUNT\x10\x93\x01\x12/\n*CUSTOMER_CANNOT_ADD_CRITERION_OF_THIS_TYPE\x10\x95\x01\x12$\n\x1f\x43\x41NNOT_TARGET_SIMILAR_USER_LIST\x10\x97\x01\x12G\nBCANNOT_ADD_AUDIENCE_SEGMENT_CRITERION_WHEN_AUDIENCE_GROUPED_IS_SET\x10\x98\x01\x12&\n!ONE_AUDIENCE_ALLOWED_PER_AD_GROUP\x10\x99\x01\x12!\n\x1cINVALID_DETAILED_DEMOGRAPHIC\x10\x9a\x01\x12\x1b\n\x16\x43\x41NNOT_RECOGNIZE_BRAND\x10\x9b\x01\x12$\n\x1f\x42RAND_SHARED_SET_DOES_NOT_EXIST\x10\x9c\x01\x12(\n#CANNOT_ADD_REMOVED_BRAND_SHARED_SET\x10\x9d\x01\x12\x38\n3ONLY_EXCLUSION_BRAND_LIST_ALLOWED_FOR_CAMPAIGN_TYPE\x10\x9e\x01\x12$\n\x1f\x43\x41NNOT_TARGET_ONLY_UNDETERMINED\x10\xa5\x01\x12<\n7LOCATION_TARGETING_NOT_ELIGIBLE_FOR_RESTRICTED_CAMPAIGN\x10\xa6\x01\x12\x34\n/ONLY_INCLUSION_BRAND_LIST_ALLOWED_FOR_AD_GROUPS\x10\xab\x01\x12\x31\n,CANNOT_ADD_REMOVED_PLACEMENT_LIST_SHARED_SET\x10\xac\x01\x12-\n(PLACEMENT_LIST_SHARED_SET_DOES_NOT_EXIST\x10\xad\x01\x12\x1b\n\x16\x41I_MAX_MUST_BE_ENABLED\x10\xae\x01\x12\'\n\"NOT_AVAILABLE_FOR_AI_MAX_CAMPAIGNS\x10\xaf\x01\x12\x36\n1MISSING_EU_POLITICAL_ADVERTISING_SELF_DECLARATION\x10\xb0\x01\x12<\n7INVALID_CAMPAIGN_TYPE_FOR_THIRD_PARTY_PARTNER_DATA_LIST\x10\xb1\x01\x12\x30\n+CANNOT_ADD_USER_LIST_PENDING_PRIVACY_REVIEW\x10\xb2\x01\x12\x35\n0VERTICAL_ADS_ITEM_GROUP_RULE_LIST_DOES_NOT_EXIST\x10\xb3\x01\x12\x44\n?CANNOT_ADD_REMOVED_VERTICAL_ADS_ITEM_GROUP_RULE_LIST_SHARED_SET\x10\xb4\x01\x12^\nYVERTICAL_ADS_ITEM_GROUP_RULE_LIST_NOT_SUPPORTED_FOR_CAMPAIGNS_WITHOUT_ENABLED_TRAVEL_FEED\x10\xb5\x01\x12Q\nLVERTICAL_ADS_ITEM_GROUP_RULE_LIST_NOT_SUPPORTED_FOR_CAMPAIGNS_WITHOUT_AI_MAX\x10\xb6\x01\x12\x45\n@VERTICAL_ADS_ITEM_GROUP_RULE_NOT_SUPPORTED_FOR_THE_VERTICAL_TYPE\x10\xb7\x01\x12,\n\'RETAIL_FILTER_EXPRESSION_DOES_NOT_EXIST\x10\xb8\x01\x12/\n*RETAIL_FILTER_TAGS_REFERRING_TO_EXPRESSION\x10\xb9\x01\x12\x1f\n\x1a\x43\x41NNOT_EXCLUDE_ALL_TARGETS\x10\xba\x01\x42\xf3\x01\n#com.google.ads.googleads.v24.errorsB\x13\x43riterionErrorProtoP\x01ZEgoogle.golang.org/genproto/googleapis/ads/googleads/v24/errors;errors\xa2\x02\x03GAA\xaa\x02\x1fGoogle.Ads.GoogleAds.V24.Errors\xca\x02\x1fGoogle\\Ads\\GoogleAds\\V24\\Errors\xea\x02#Google::Ads::GoogleAds::V24::Errorsb\x06proto3"
9
9
 
10
10
  pool = ::Google::Protobuf::DescriptorPool.generated_pool
11
11
  pool.add_serialized_file(descriptor_data)
@@ -5,7 +5,7 @@
5
5
  require 'google/protobuf'
6
6
 
7
7
 
8
- descriptor_data = "\n6google/ads/googleads/v24/errors/date_range_error.proto\x12\x1fgoogle.ads.googleads.v24.errors\"\xe6\x01\n\x12\x44\x61teRangeErrorEnum\"\xcf\x01\n\x0e\x44\x61teRangeError\x12\x0f\n\x0bUNSPECIFIED\x10\x00\x12\x0b\n\x07UNKNOWN\x10\x01\x12\x10\n\x0cINVALID_DATE\x10\x02\x12\x1d\n\x19START_DATE_AFTER_END_DATE\x10\x03\x12\x1b\n\x17\x43\x41NNOT_SET_DATE_TO_PAST\x10\x04\x12 \n\x1c\x41\x46TER_MAXIMUM_ALLOWABLE_DATE\x10\x05\x12/\n+CANNOT_MODIFY_START_DATE_IF_ALREADY_STARTED\x10\x06\x42\xf3\x01\n#com.google.ads.googleads.v24.errorsB\x13\x44\x61teRangeErrorProtoP\x01ZEgoogle.golang.org/genproto/googleapis/ads/googleads/v24/errors;errors\xa2\x02\x03GAA\xaa\x02\x1fGoogle.Ads.GoogleAds.V24.Errors\xca\x02\x1fGoogle\\Ads\\GoogleAds\\V24\\Errors\xea\x02#Google::Ads::GoogleAds::V24::Errorsb\x06proto3"
8
+ descriptor_data = "\n6google/ads/googleads/v24/errors/date_range_error.proto\x12\x1fgoogle.ads.googleads.v24.errors\"\x94\x02\n\x12\x44\x61teRangeErrorEnum\"\xfd\x01\n\x0e\x44\x61teRangeError\x12\x0f\n\x0bUNSPECIFIED\x10\x00\x12\x0b\n\x07UNKNOWN\x10\x01\x12\x10\n\x0cINVALID_DATE\x10\x02\x12\x1d\n\x19START_DATE_AFTER_END_DATE\x10\x03\x12\x1b\n\x17\x43\x41NNOT_SET_DATE_TO_PAST\x10\x04\x12 \n\x1c\x41\x46TER_MAXIMUM_ALLOWABLE_DATE\x10\x05\x12/\n+CANNOT_MODIFY_START_DATE_IF_ALREADY_STARTED\x10\x06\x12,\n(REQUESTED_DATE_GRANULARITY_NOT_SUPPORTED\x10\x07\x42\xf3\x01\n#com.google.ads.googleads.v24.errorsB\x13\x44\x61teRangeErrorProtoP\x01ZEgoogle.golang.org/genproto/googleapis/ads/googleads/v24/errors;errors\xa2\x02\x03GAA\xaa\x02\x1fGoogle.Ads.GoogleAds.V24.Errors\xca\x02\x1fGoogle\\Ads\\GoogleAds\\V24\\Errors\xea\x02#Google::Ads::GoogleAds::V24::Errorsb\x06proto3"
9
9
 
10
10
  pool = ::Google::Protobuf::DescriptorPool.generated_pool
11
11
  pool.add_serialized_file(descriptor_data)
@@ -5,7 +5,7 @@
5
5
  require 'google/protobuf'
6
6
 
7
7
 
8
- descriptor_data = "\n:google/ads/googleads/v24/errors/experiment_arm_error.proto\x12\x1fgoogle.ads.googleads.v24.errors\"\xb1\x05\n\x16\x45xperimentArmErrorEnum\"\x96\x05\n\x12\x45xperimentArmError\x12\x0f\n\x0bUNSPECIFIED\x10\x00\x12\x0b\n\x07UNKNOWN\x10\x01\x12\'\n#EXPERIMENT_ARM_COUNT_LIMIT_EXCEEDED\x10\x02\x12\x1b\n\x17INVALID_CAMPAIGN_STATUS\x10\x03\x12!\n\x1d\x44UPLICATE_EXPERIMENT_ARM_NAME\x10\x04\x12%\n!CANNOT_SET_TREATMENT_ARM_CAMPAIGN\x10\x05\x12\x1e\n\x1a\x43\x41NNOT_MODIFY_CAMPAIGN_IDS\x10\x06\x12-\n)CANNOT_MODIFY_CAMPAIGN_WITHOUT_SUFFIX_SET\x10\x07\x12+\n\'CANNOT_MUTATE_TRAFFIC_SPLIT_AFTER_START\x10\x08\x12*\n&CANNOT_ADD_CAMPAIGN_WITH_SHARED_BUDGET\x10\t\x12*\n&CANNOT_ADD_CAMPAIGN_WITH_CUSTOM_BUDGET\x10\n\x12\x34\n0CANNOT_ADD_CAMPAIGNS_WITH_DYNAMIC_ASSETS_ENABLED\x10\x0b\x12\x35\n1UNSUPPORTED_CAMPAIGN_ADVERTISING_CHANNEL_SUB_TYPE\x10\x0c\x12,\n(CANNOT_ADD_BASE_CAMPAIGN_WITH_DATE_RANGE\x10\r\x12\x31\n-BIDDING_STRATEGY_NOT_SUPPORTED_IN_EXPERIMENTS\x10\x0e\x12\x30\n,TRAFFIC_SPLIT_NOT_SUPPORTED_FOR_CHANNEL_TYPE\x10\x0f\x42\xf7\x01\n#com.google.ads.googleads.v24.errorsB\x17\x45xperimentArmErrorProtoP\x01ZEgoogle.golang.org/genproto/googleapis/ads/googleads/v24/errors;errors\xa2\x02\x03GAA\xaa\x02\x1fGoogle.Ads.GoogleAds.V24.Errors\xca\x02\x1fGoogle\\Ads\\GoogleAds\\V24\\Errors\xea\x02#Google::Ads::GoogleAds::V24::Errorsb\x06proto3"
8
+ descriptor_data = "\n:google/ads/googleads/v24/errors/experiment_arm_error.proto\x12\x1fgoogle.ads.googleads.v24.errors\"\xb9\x08\n\x16\x45xperimentArmErrorEnum\"\x9e\x08\n\x12\x45xperimentArmError\x12\x0f\n\x0bUNSPECIFIED\x10\x00\x12\x0b\n\x07UNKNOWN\x10\x01\x12\'\n#EXPERIMENT_ARM_COUNT_LIMIT_EXCEEDED\x10\x02\x12\x1b\n\x17INVALID_CAMPAIGN_STATUS\x10\x03\x12!\n\x1d\x44UPLICATE_EXPERIMENT_ARM_NAME\x10\x04\x12%\n!CANNOT_SET_TREATMENT_ARM_CAMPAIGN\x10\x05\x12\x1e\n\x1a\x43\x41NNOT_MODIFY_CAMPAIGN_IDS\x10\x06\x12-\n)CANNOT_MODIFY_CAMPAIGN_WITHOUT_SUFFIX_SET\x10\x07\x12+\n\'CANNOT_MUTATE_TRAFFIC_SPLIT_AFTER_START\x10\x08\x12*\n&CANNOT_ADD_CAMPAIGN_WITH_SHARED_BUDGET\x10\t\x12*\n&CANNOT_ADD_CAMPAIGN_WITH_CUSTOM_BUDGET\x10\n\x12\x34\n0CANNOT_ADD_CAMPAIGNS_WITH_DYNAMIC_ASSETS_ENABLED\x10\x0b\x12\x35\n1UNSUPPORTED_CAMPAIGN_ADVERTISING_CHANNEL_SUB_TYPE\x10\x0c\x12,\n(CANNOT_ADD_BASE_CAMPAIGN_WITH_DATE_RANGE\x10\r\x12\x31\n-BIDDING_STRATEGY_NOT_SUPPORTED_IN_EXPERIMENTS\x10\x0e\x12\x30\n,TRAFFIC_SPLIT_NOT_SUPPORTED_FOR_CHANNEL_TYPE\x10\x0f\x12\x1d\n\x19\x42UDGET_MUST_NOT_BE_SHARED\x10\x10\x12<\n8ADOPT_AI_MAX_CAMPAIGN_MISSING_PERFORMANCE_SEARCH_ENABLED\x10\x11\x12(\n$TOO_MANY_CAMPAIGNS_IN_EXPERIMENT_ARM\x10\x12\x12\x41\n=CANNOT_ADD_CAMPAIGN_WITH_TARGET_ROAS_TOLERANCE_PERCENT_MILLIS\x10\x13\x12:\n6CANNOT_HAVE_SAME_CAMPAIGN_CROSS_ARMS_IN_ONE_EXPERIMENT\x10\x14\x12$\n SEARCH_PLUS_CAMPAIGN_NOT_ALLOWED\x10\x15\x12-\n)DUPLICATE_ASSET_GROUP_ASSETS_BETWEEN_ARMS\x10\x16\x12+\n\'DUPLICATE_ASSET_GROUP_ASSETS_IN_ONE_ARM\x10\x17\x42\xf7\x01\n#com.google.ads.googleads.v24.errorsB\x17\x45xperimentArmErrorProtoP\x01ZEgoogle.golang.org/genproto/googleapis/ads/googleads/v24/errors;errors\xa2\x02\x03GAA\xaa\x02\x1fGoogle.Ads.GoogleAds.V24.Errors\xca\x02\x1fGoogle\\Ads\\GoogleAds\\V24\\Errors\xea\x02#Google::Ads::GoogleAds::V24::Errorsb\x06proto3"
9
9
 
10
10
  pool = ::Google::Protobuf::DescriptorPool.generated_pool
11
11
  pool.add_serialized_file(descriptor_data)
@@ -5,7 +5,7 @@
5
5
  require 'google/protobuf'
6
6
 
7
7
 
8
- descriptor_data = "\n6google/ads/googleads/v24/errors/experiment_error.proto\x12\x1fgoogle.ads.googleads.v24.errors\"\xdf\t\n\x13\x45xperimentErrorEnum\"\xc7\t\n\x0f\x45xperimentError\x12\x0f\n\x0bUNSPECIFIED\x10\x00\x12\x0b\n\x07UNKNOWN\x10\x01\x12!\n\x1d\x43\x41NNOT_SET_START_DATE_IN_PAST\x10\x02\x12\x1e\n\x1a\x45ND_DATE_BEFORE_START_DATE\x10\x03\x12 \n\x1cSTART_DATE_TOO_FAR_IN_FUTURE\x10\x04\x12\x1d\n\x19\x44UPLICATE_EXPERIMENT_NAME\x10\x05\x12$\n CANNOT_MODIFY_REMOVED_EXPERIMENT\x10\x06\x12\x1d\n\x19START_DATE_ALREADY_PASSED\x10\x07\x12\x1f\n\x1b\x43\x41NNOT_SET_END_DATE_IN_PAST\x10\x08\x12 \n\x1c\x43\x41NNOT_SET_STATUS_TO_REMOVED\x10\t\x12\x1f\n\x1b\x43\x41NNOT_MODIFY_PAST_END_DATE\x10\n\x12\x12\n\x0eINVALID_STATUS\x10\x0b\x12!\n\x1dINVALID_CAMPAIGN_CHANNEL_TYPE\x10\x0c\x12&\n\"OVERLAPPING_MEMBERS_AND_DATE_RANGE\x10\r\x12#\n\x1fINVALID_TRIAL_ARM_TRAFFIC_SPLIT\x10\x0e\x12\x1d\n\x19TRAFFIC_SPLIT_OVERLAPPING\x10\x0f\x12\x45\nASUM_TRIAL_ARM_TRAFFIC_UNEQUALS_TO_TRIAL_TRAFFIC_SPLIT_DENOMINATOR\x10\x10\x12+\n\'CANNOT_MODIFY_TRAFFIC_SPLIT_AFTER_START\x10\x11\x12\x18\n\x14\x45XPERIMENT_NOT_FOUND\x10\x12\x12\x1e\n\x1a\x45XPERIMENT_NOT_YET_STARTED\x10\x13\x12%\n!CANNOT_HAVE_MULTIPLE_CONTROL_ARMS\x10\x14\x12\x1f\n\x1bIN_DESIGN_CAMPAIGNS_NOT_SET\x10\x15\x12\"\n\x1e\x43\x41NNOT_SET_STATUS_TO_GRADUATED\x10\x16\x12\x38\n4CANNOT_CREATE_EXPERIMENT_CAMPAIGN_WITH_SHARED_BUDGET\x10\x17\x12\x38\n4CANNOT_CREATE_EXPERIMENT_CAMPAIGN_WITH_CUSTOM_BUDGET\x10\x18\x12\x1d\n\x19STATUS_TRANSITION_INVALID\x10\x19\x12&\n\"DUPLICATE_EXPERIMENT_CAMPAIGN_NAME\x10\x1a\x12(\n$CANNOT_REMOVE_IN_CREATION_EXPERIMENT\x10\x1b\x12\x30\n,CANNOT_ADD_CAMPAIGN_WITH_DEPRECATED_AD_TYPES\x10\x1c\x12\x36\n2CANNOT_ENABLE_SYNC_FOR_UNSUPPORTED_EXPERIMENT_TYPE\x10\x1d\x12&\n\"INVALID_DURATION_FOR_AN_EXPERIMENT\x10\x1e\x12\x35\n1MISSING_EU_POLITICAL_ADVERTISING_SELF_DECLARATION\x10\x1f\x42\xf4\x01\n#com.google.ads.googleads.v24.errorsB\x14\x45xperimentErrorProtoP\x01ZEgoogle.golang.org/genproto/googleapis/ads/googleads/v24/errors;errors\xa2\x02\x03GAA\xaa\x02\x1fGoogle.Ads.GoogleAds.V24.Errors\xca\x02\x1fGoogle\\Ads\\GoogleAds\\V24\\Errors\xea\x02#Google::Ads::GoogleAds::V24::Errorsb\x06proto3"
8
+ descriptor_data = "\n6google/ads/googleads/v24/errors/experiment_error.proto\x12\x1fgoogle.ads.googleads.v24.errors\"\xa2\n\n\x13\x45xperimentErrorEnum\"\x8a\n\n\x0f\x45xperimentError\x12\x0f\n\x0bUNSPECIFIED\x10\x00\x12\x0b\n\x07UNKNOWN\x10\x01\x12!\n\x1d\x43\x41NNOT_SET_START_DATE_IN_PAST\x10\x02\x12\x1e\n\x1a\x45ND_DATE_BEFORE_START_DATE\x10\x03\x12 \n\x1cSTART_DATE_TOO_FAR_IN_FUTURE\x10\x04\x12\x1d\n\x19\x44UPLICATE_EXPERIMENT_NAME\x10\x05\x12$\n CANNOT_MODIFY_REMOVED_EXPERIMENT\x10\x06\x12\x1d\n\x19START_DATE_ALREADY_PASSED\x10\x07\x12\x1f\n\x1b\x43\x41NNOT_SET_END_DATE_IN_PAST\x10\x08\x12 \n\x1c\x43\x41NNOT_SET_STATUS_TO_REMOVED\x10\t\x12\x1f\n\x1b\x43\x41NNOT_MODIFY_PAST_END_DATE\x10\n\x12\x12\n\x0eINVALID_STATUS\x10\x0b\x12!\n\x1dINVALID_CAMPAIGN_CHANNEL_TYPE\x10\x0c\x12&\n\"OVERLAPPING_MEMBERS_AND_DATE_RANGE\x10\r\x12#\n\x1fINVALID_TRIAL_ARM_TRAFFIC_SPLIT\x10\x0e\x12\x1d\n\x19TRAFFIC_SPLIT_OVERLAPPING\x10\x0f\x12\x45\nASUM_TRIAL_ARM_TRAFFIC_UNEQUALS_TO_TRIAL_TRAFFIC_SPLIT_DENOMINATOR\x10\x10\x12+\n\'CANNOT_MODIFY_TRAFFIC_SPLIT_AFTER_START\x10\x11\x12\x18\n\x14\x45XPERIMENT_NOT_FOUND\x10\x12\x12\x1e\n\x1a\x45XPERIMENT_NOT_YET_STARTED\x10\x13\x12%\n!CANNOT_HAVE_MULTIPLE_CONTROL_ARMS\x10\x14\x12\x1f\n\x1bIN_DESIGN_CAMPAIGNS_NOT_SET\x10\x15\x12\"\n\x1e\x43\x41NNOT_SET_STATUS_TO_GRADUATED\x10\x16\x12\x38\n4CANNOT_CREATE_EXPERIMENT_CAMPAIGN_WITH_SHARED_BUDGET\x10\x17\x12\x38\n4CANNOT_CREATE_EXPERIMENT_CAMPAIGN_WITH_CUSTOM_BUDGET\x10\x18\x12\x1d\n\x19STATUS_TRANSITION_INVALID\x10\x19\x12&\n\"DUPLICATE_EXPERIMENT_CAMPAIGN_NAME\x10\x1a\x12(\n$CANNOT_REMOVE_IN_CREATION_EXPERIMENT\x10\x1b\x12\x30\n,CANNOT_ADD_CAMPAIGN_WITH_DEPRECATED_AD_TYPES\x10\x1c\x12\x36\n2CANNOT_ENABLE_SYNC_FOR_UNSUPPORTED_EXPERIMENT_TYPE\x10\x1d\x12&\n\"INVALID_DURATION_FOR_AN_EXPERIMENT\x10\x1e\x12\x35\n1MISSING_EU_POLITICAL_ADVERTISING_SELF_DECLARATION\x10\x1f\x12\x1b\n\x17MISSING_EXPERIMENT_ARMS\x10 \x12$\n MISSING_VIDEO_EXPERIMENT_SUBTYPE\x10\"B\xf4\x01\n#com.google.ads.googleads.v24.errorsB\x14\x45xperimentErrorProtoP\x01ZEgoogle.golang.org/genproto/googleapis/ads/googleads/v24/errors;errors\xa2\x02\x03GAA\xaa\x02\x1fGoogle.Ads.GoogleAds.V24.Errors\xca\x02\x1fGoogle\\Ads\\GoogleAds\\V24\\Errors\xea\x02#Google::Ads::GoogleAds::V24::Errorsb\x06proto3"
9
9
 
10
10
  pool = ::Google::Protobuf::DescriptorPool.generated_pool
11
11
  pool.add_serialized_file(descriptor_data)
@@ -9,7 +9,7 @@ require 'google/api/field_behavior_pb'
9
9
  require 'google/api/resource_pb'
10
10
 
11
11
 
12
- descriptor_data = "\n=google/ads/googleads/v24/resources/customer_user_access.proto\x12\"google.ads.googleads.v24.resources\x1a\x30google/ads/googleads/v24/enums/access_role.proto\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\"\xfb\x03\n\x12\x43ustomerUserAccess\x12J\n\rresource_name\x18\x01 \x01(\tB3\xe0\x41\x05\xfa\x41-\n+googleads.googleapis.com/CustomerUserAccess\x12\x14\n\x07user_id\x18\x02 \x01(\x03\x42\x03\xe0\x41\x03\x12\x1f\n\remail_address\x18\x03 \x01(\tB\x03\xe0\x41\x03H\x00\x88\x01\x01\x12N\n\x0b\x61\x63\x63\x65ss_role\x18\x04 \x01(\x0e\x32\x39.google.ads.googleads.v24.enums.AccessRoleEnum.AccessRole\x12+\n\x19\x61\x63\x63\x65ss_creation_date_time\x18\x06 \x01(\tB\x03\xe0\x41\x03H\x01\x88\x01\x01\x12,\n\x1ainviter_user_email_address\x18\x07 \x01(\tB\x03\xe0\x41\x03H\x02\x88\x01\x01:h\xea\x41\x65\n+googleads.googleapis.com/CustomerUserAccess\x12\x36\x63ustomers/{customer_id}/customerUserAccesses/{user_id}B\x10\n\x0e_email_addressB\x1c\n\x1a_access_creation_date_timeB\x1d\n\x1b_inviter_user_email_addressB\x89\x02\n&com.google.ads.googleads.v24.resourcesB\x17\x43ustomerUserAccessProtoP\x01ZKgoogle.golang.org/genproto/googleapis/ads/googleads/v24/resources;resources\xa2\x02\x03GAA\xaa\x02\"Google.Ads.GoogleAds.V24.Resources\xca\x02\"Google\\Ads\\GoogleAds\\V24\\Resources\xea\x02&Google::Ads::GoogleAds::V24::Resourcesb\x06proto3"
12
+ descriptor_data = "\n=google/ads/googleads/v24/resources/customer_user_access.proto\x12\"google.ads.googleads.v24.resources\x1a\x30google/ads/googleads/v24/enums/access_role.proto\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\"\xb2\x04\n\x12\x43ustomerUserAccess\x12J\n\rresource_name\x18\x01 \x01(\tB3\xe0\x41\x05\xfa\x41-\n+googleads.googleapis.com/CustomerUserAccess\x12\x14\n\x07user_id\x18\x02 \x01(\x03\x42\x03\xe0\x41\x03\x12\x1f\n\remail_address\x18\x03 \x01(\tB\x03\xe0\x41\x03H\x00\x88\x01\x01\x12N\n\x0b\x61\x63\x63\x65ss_role\x18\x04 \x01(\x0e\x32\x39.google.ads.googleads.v24.enums.AccessRoleEnum.AccessRole\x12+\n\x19\x61\x63\x63\x65ss_creation_date_time\x18\x06 \x01(\tB\x03\xe0\x41\x03H\x01\x88\x01\x01\x12,\n\x1ainviter_user_email_address\x18\x07 \x01(\tB\x03\xe0\x41\x03H\x02\x88\x01\x01\x12!\n\x0fpasskey_enabled\x18\x08 \x01(\x08\x42\x03\xe0\x41\x03H\x03\x88\x01\x01:h\xea\x41\x65\n+googleads.googleapis.com/CustomerUserAccess\x12\x36\x63ustomers/{customer_id}/customerUserAccesses/{user_id}B\x10\n\x0e_email_addressB\x1c\n\x1a_access_creation_date_timeB\x1d\n\x1b_inviter_user_email_addressB\x12\n\x10_passkey_enabledB\x89\x02\n&com.google.ads.googleads.v24.resourcesB\x17\x43ustomerUserAccessProtoP\x01ZKgoogle.golang.org/genproto/googleapis/ads/googleads/v24/resources;resources\xa2\x02\x03GAA\xaa\x02\"Google.Ads.GoogleAds.V24.Resources\xca\x02\"Google\\Ads\\GoogleAds\\V24\\Resources\xea\x02&Google::Ads::GoogleAds::V24::Resourcesb\x06proto3"
13
13
 
14
14
  pool = ::Google::Protobuf::DescriptorPool.generated_pool
15
15
  pool.add_serialized_file(descriptor_data)
@@ -4,11 +4,14 @@
4
4
 
5
5
  require 'google/protobuf'
6
6
 
7
+ require 'google/ads/google_ads/v24/enums/asset_field_type_pb'
8
+ require 'google/ads/google_ads/v24/enums/bidding_strategy_type_pb'
9
+ require 'google/ads/google_ads/v24/enums/experiment_asset_detail_operation_pb'
7
10
  require 'google/api/field_behavior_pb'
8
11
  require 'google/api/resource_pb'
9
12
 
10
13
 
11
- descriptor_data = "\n7google/ads/googleads/v24/resources/experiment_arm.proto\x12\"google.ads.googleads.v24.resources\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\"\xc4\x03\n\rExperimentArm\x12\x45\n\rresource_name\x18\x01 \x01(\tB.\xe0\x41\x05\xfa\x41(\n&googleads.googleapis.com/ExperimentArm\x12?\n\nexperiment\x18\x08 \x01(\tB+\xe0\x41\x05\xfa\x41%\n#googleads.googleapis.com/Experiment\x12\x11\n\x04name\x18\x03 \x01(\tB\x03\xe0\x41\x02\x12\x0f\n\x07\x63ontrol\x18\x04 \x01(\x08\x12\x15\n\rtraffic_split\x18\x05 \x01(\x03\x12\x39\n\tcampaigns\x18\x06 \x03(\tB&\xfa\x41#\n!googleads.googleapis.com/Campaign\x12\x46\n\x13in_design_campaigns\x18\x07 \x03(\tB)\xe0\x41\x03\xfa\x41#\n!googleads.googleapis.com/Campaign:m\xea\x41j\n&googleads.googleapis.com/ExperimentArm\x12@customers/{customer_id}/experimentArms/{trial_id}~{trial_arm_id}B\x84\x02\n&com.google.ads.googleads.v24.resourcesB\x12\x45xperimentArmProtoP\x01ZKgoogle.golang.org/genproto/googleapis/ads/googleads/v24/resources;resources\xa2\x02\x03GAA\xaa\x02\"Google.Ads.GoogleAds.V24.Resources\xca\x02\"Google\\Ads\\GoogleAds\\V24\\Resources\xea\x02&Google::Ads::GoogleAds::V24::Resourcesb\x06proto3"
14
+ descriptor_data = "\n7google/ads/googleads/v24/resources/experiment_arm.proto\x12\"google.ads.googleads.v24.resources\x1a\x35google/ads/googleads/v24/enums/asset_field_type.proto\x1a:google/ads/googleads/v24/enums/bidding_strategy_type.proto\x1a\x46google/ads/googleads/v24/enums/experiment_asset_detail_operation.proto\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\"\x8d\x11\n\rExperimentArm\x12\x45\n\rresource_name\x18\x01 \x01(\tB.\xe0\x41\x05\xfa\x41(\n&googleads.googleapis.com/ExperimentArm\x12?\n\nexperiment\x18\x08 \x01(\tB+\xe0\x41\x05\xfa\x41%\n#googleads.googleapis.com/Experiment\x12\x11\n\x04name\x18\x03 \x01(\tB\x03\xe0\x41\x02\x12\x0f\n\x07\x63ontrol\x18\x04 \x01(\x08\x12\x15\n\rtraffic_split\x18\x05 \x01(\x03\x12\x39\n\tcampaigns\x18\x06 \x03(\tB&\xfa\x41#\n!googleads.googleapis.com/Campaign\x12\x46\n\x13in_design_campaigns\x18\x07 \x03(\tB)\xe0\x41\x03\xfa\x41#\n!googleads.googleapis.com/Campaign\x12^\n\x12\x61sset_testing_info\x18\t \x01(\x0b\x32\x42.google.ads.googleads.v24.resources.ExperimentArm.AssetTestingInfo\x12V\n\x0c\x61sset_groups\x18\n \x03(\x0b\x32@.google.ads.googleads.v24.resources.ExperimentArm.AssetGroupInfo\x12\x83\x01\n#performance_max_experiment_arm_info\x18\x0b \x01(\x0b\x32Q.google.ads.googleads.v24.resources.ExperimentArm.PerformanceMaxExperimentArmInfoB\x03\xe0\x41\x05\x1aw\n\x10\x41ssetTestingInfo\x12\x63\n\x15\x61sset_variation_infos\x18\x01 \x03(\x0b\x32\x44.google.ads.googleads.v24.resources.ExperimentArm.AssetVariationInfo\x1a\xdb\x01\n\x12\x41ssetVariationInfo\x12<\n\rbase_ad_group\x18\x01 \x01(\tB%\xfa\x41\"\n googleads.googleapis.com/AdGroup\x12\x31\n\x07\x62\x61se_ad\x18\x02 \x01(\tB \xfa\x41\x1d\n\x1bgoogleads.googleapis.com/Ad\x12T\n\rasset_details\x18\x03 \x03(\x0b\x32=.google.ads.googleads.v24.resources.ExperimentArm.AssetDetail\x1a\x9c\x02\n\x0b\x41ssetDetail\x12\x32\n\x05\x61sset\x18\x01 \x01(\tB#\xfa\x41 \n\x1egoogleads.googleapis.com/Asset\x12U\n\nfield_type\x18\x02 \x01(\x0e\x32\x41.google.ads.googleads.v24.enums.AssetFieldTypeEnum.AssetFieldType\x12\x81\x01\n\x16\x61sset_detail_operation\x18\x03 \x01(\x0e\x32\x61.google.ads.googleads.v24.enums.ExperimentAssetDetailOperationEnum.ExperimentAssetDetailOperation\x1a\xb2\x01\n\x0e\x41ssetGroupInfo\x12=\n\x0b\x61sset_group\x18\x01 \x01(\tB(\xfa\x41%\n#googleads.googleapis.com/AssetGroup\x12\x61\n\x12\x61sset_group_assets\x18\x02 \x03(\x0b\x32\x45.google.ads.googleads.v24.resources.ExperimentArm.AssetGroupAssetInfo\x1a\xa0\x01\n\x13\x41ssetGroupAssetInfo\x12\x32\n\x05\x61sset\x18\x01 \x01(\tB#\xfa\x41 \n\x1egoogleads.googleapis.com/Asset\x12U\n\nfield_type\x18\x02 \x01(\x0e\x32\x41.google.ads.googleads.v24.enums.AssetFieldTypeEnum.AssetFieldType\x1a\xfa\x01\n*ExperimentalPerformanceMaxCampaignSettings\x12!\n\x14\x62udget_amount_micros\x18\x01 \x01(\x03\x42\x03\xe0\x41\x05\x12\x18\n\x0btarget_roas\x18\x02 \x01(\x01\x42\x03\xe0\x41\x05\x12\x1e\n\x11target_cpa_micros\x18\x03 \x01(\x03\x42\x03\xe0\x41\x05\x12o\n\x15\x62idding_strategy_type\x18\x04 \x01(\x0e\x32K.google.ads.googleads.v24.enums.BiddingStrategyTypeEnum.BiddingStrategyTypeB\x03\xe0\x41\x05\x1a\xbd\x01\n\x1fPerformanceMaxExperimentArmInfo\x12\x99\x01\n.experimental_performance_max_campaign_settings\x18\x01 \x01(\x0b\x32\\.google.ads.googleads.v24.resources.ExperimentArm.ExperimentalPerformanceMaxCampaignSettingsB\x03\xe0\x41\x05:m\xea\x41j\n&googleads.googleapis.com/ExperimentArm\x12@customers/{customer_id}/experimentArms/{trial_id}~{trial_arm_id}B\x84\x02\n&com.google.ads.googleads.v24.resourcesB\x12\x45xperimentArmProtoP\x01ZKgoogle.golang.org/genproto/googleapis/ads/googleads/v24/resources;resources\xa2\x02\x03GAA\xaa\x02\"Google.Ads.GoogleAds.V24.Resources\xca\x02\"Google\\Ads\\GoogleAds\\V24\\Resources\xea\x02&Google::Ads::GoogleAds::V24::Resourcesb\x06proto3"
12
15
 
13
16
  pool = ::Google::Protobuf::DescriptorPool.generated_pool
14
17
  pool.add_serialized_file(descriptor_data)
@@ -19,6 +22,13 @@ module Google
19
22
  module V24
20
23
  module Resources
21
24
  ExperimentArm = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v24.resources.ExperimentArm").msgclass
25
+ ExperimentArm::AssetTestingInfo = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v24.resources.ExperimentArm.AssetTestingInfo").msgclass
26
+ ExperimentArm::AssetVariationInfo = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v24.resources.ExperimentArm.AssetVariationInfo").msgclass
27
+ ExperimentArm::AssetDetail = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v24.resources.ExperimentArm.AssetDetail").msgclass
28
+ ExperimentArm::AssetGroupInfo = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v24.resources.ExperimentArm.AssetGroupInfo").msgclass
29
+ ExperimentArm::AssetGroupAssetInfo = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v24.resources.ExperimentArm.AssetGroupAssetInfo").msgclass
30
+ ExperimentArm::ExperimentalPerformanceMaxCampaignSettings = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v24.resources.ExperimentArm.ExperimentalPerformanceMaxCampaignSettings").msgclass
31
+ ExperimentArm::PerformanceMaxExperimentArmInfo = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v24.resources.ExperimentArm.PerformanceMaxExperimentArmInfo").msgclass
22
32
  end
23
33
  end
24
34
  end
@@ -4,6 +4,7 @@
4
4
 
5
5
  require 'google/protobuf'
6
6
 
7
+ require 'google/ads/google_ads/v24/common/experiment_types_pb'
7
8
  require 'google/ads/google_ads/v24/common/metric_goal_pb'
8
9
  require 'google/ads/google_ads/v24/enums/async_action_status_pb'
9
10
  require 'google/ads/google_ads/v24/enums/experiment_status_pb'
@@ -12,7 +13,7 @@ require 'google/api/field_behavior_pb'
12
13
  require 'google/api/resource_pb'
13
14
 
14
15
 
15
- descriptor_data = "\n3google/ads/googleads/v24/resources/experiment.proto\x12\"google.ads.googleads.v24.resources\x1a\x31google/ads/googleads/v24/common/metric_goal.proto\x1a\x38google/ads/googleads/v24/enums/async_action_status.proto\x1a\x36google/ads/googleads/v24/enums/experiment_status.proto\x1a\x34google/ads/googleads/v24/enums/experiment_type.proto\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\"\xa6\x06\n\nExperiment\x12\x42\n\rresource_name\x18\x01 \x01(\tB+\xe0\x41\x05\xfa\x41%\n#googleads.googleapis.com/Experiment\x12\x1f\n\rexperiment_id\x18\t \x01(\x03\x42\x03\xe0\x41\x03H\x00\x88\x01\x01\x12\x11\n\x04name\x18\n \x01(\tB\x03\xe0\x41\x02\x12\x13\n\x0b\x64\x65scription\x18\x0b \x01(\t\x12\x0e\n\x06suffix\x18\x0c \x01(\t\x12T\n\x04type\x18\r \x01(\x0e\x32\x41.google.ads.googleads.v24.enums.ExperimentTypeEnum.ExperimentTypeB\x03\xe0\x41\x02\x12U\n\x06status\x18\x0e \x01(\x0e\x32\x45.google.ads.googleads.v24.enums.ExperimentStatusEnum.ExperimentStatus\x12\x17\n\nstart_date\x18\x0f \x01(\tH\x01\x88\x01\x01\x12\x15\n\x08\x65nd_date\x18\x10 \x01(\tH\x02\x88\x01\x01\x12:\n\x05goals\x18\x11 \x03(\x0b\x32+.google.ads.googleads.v24.common.MetricGoal\x12(\n\x16long_running_operation\x18\x12 \x01(\tB\x03\xe0\x41\x03H\x03\x88\x01\x01\x12\x64\n\x0epromote_status\x18\x13 \x01(\x0e\x32G.google.ads.googleads.v24.enums.AsyncActionStatusEnum.AsyncActionStatusB\x03\xe0\x41\x03\x12\x1e\n\x0csync_enabled\x18\x14 \x01(\x08\x42\x03\xe0\x41\x05H\x04\x88\x01\x01:X\xea\x41U\n#googleads.googleapis.com/Experiment\x12.customers/{customer_id}/experiments/{trial_id}B\x10\n\x0e_experiment_idB\r\n\x0b_start_dateB\x0b\n\t_end_dateB\x19\n\x17_long_running_operationB\x0f\n\r_sync_enabledB\x81\x02\n&com.google.ads.googleads.v24.resourcesB\x0f\x45xperimentProtoP\x01ZKgoogle.golang.org/genproto/googleapis/ads/googleads/v24/resources;resources\xa2\x02\x03GAA\xaa\x02\"Google.Ads.GoogleAds.V24.Resources\xca\x02\"Google\\Ads\\GoogleAds\\V24\\Resources\xea\x02&Google::Ads::GoogleAds::V24::Resourcesb\x06proto3"
16
+ descriptor_data = "\n3google/ads/googleads/v24/resources/experiment.proto\x12\"google.ads.googleads.v24.resources\x1a\x36google/ads/googleads/v24/common/experiment_types.proto\x1a\x31google/ads/googleads/v24/common/metric_goal.proto\x1a\x38google/ads/googleads/v24/enums/async_action_status.proto\x1a\x36google/ads/googleads/v24/enums/experiment_status.proto\x1a\x34google/ads/googleads/v24/enums/experiment_type.proto\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\"\xfa\x07\n\nExperiment\x12\x42\n\rresource_name\x18\x01 \x01(\tB+\xe0\x41\x05\xfa\x41%\n#googleads.googleapis.com/Experiment\x12\x1f\n\rexperiment_id\x18\t \x01(\x03\x42\x03\xe0\x41\x03H\x01\x88\x01\x01\x12\x11\n\x04name\x18\n \x01(\tB\x03\xe0\x41\x02\x12\x13\n\x0b\x64\x65scription\x18\x0b \x01(\t\x12\x0e\n\x06suffix\x18\x0c \x01(\t\x12T\n\x04type\x18\r \x01(\x0e\x32\x41.google.ads.googleads.v24.enums.ExperimentTypeEnum.ExperimentTypeB\x03\xe0\x41\x02\x12U\n\x06status\x18\x0e \x01(\x0e\x32\x45.google.ads.googleads.v24.enums.ExperimentStatusEnum.ExperimentStatus\x12\x17\n\nstart_date\x18\x0f \x01(\tH\x02\x88\x01\x01\x12\x15\n\x08\x65nd_date\x18\x10 \x01(\tH\x03\x88\x01\x01\x12:\n\x05goals\x18\x11 \x03(\x0b\x32+.google.ads.googleads.v24.common.MetricGoal\x12(\n\x16long_running_operation\x18\x12 \x01(\tB\x03\xe0\x41\x03H\x04\x88\x01\x01\x12\x64\n\x0epromote_status\x18\x13 \x01(\x0e\x32G.google.ads.googleads.v24.enums.AsyncActionStatusEnum.AsyncActionStatusB\x03\xe0\x41\x03\x12\x1e\n\x0csync_enabled\x18\x14 \x01(\x08\x42\x03\xe0\x41\x05H\x05\x88\x01\x01\x12U\n\x10video_experiment\x18\x15 \x01(\x0b\x32\x34.google.ads.googleads.v24.common.VideoExperimentInfoB\x03\xe0\x41\x05H\x00\x12h\n\x1aoptimize_assets_experiment\x18\x16 \x01(\x0b\x32=.google.ads.googleads.v24.common.OptimizeAssetsExperimentInfoB\x03\xe0\x41\x05H\x00:X\xea\x41U\n#googleads.googleapis.com/Experiment\x12.customers/{customer_id}/experiments/{trial_id}B\x11\n\x0f\x65xperiment_infoB\x10\n\x0e_experiment_idB\r\n\x0b_start_dateB\x0b\n\t_end_dateB\x19\n\x17_long_running_operationB\x0f\n\r_sync_enabledB\x81\x02\n&com.google.ads.googleads.v24.resourcesB\x0f\x45xperimentProtoP\x01ZKgoogle.golang.org/genproto/googleapis/ads/googleads/v24/resources;resources\xa2\x02\x03GAA\xaa\x02\"Google.Ads.GoogleAds.V24.Resources\xca\x02\"Google\\Ads\\GoogleAds\\V24\\Resources\xea\x02&Google::Ads::GoogleAds::V24::Resourcesb\x06proto3"
16
17
 
17
18
  pool = ::Google::Protobuf::DescriptorPool.generated_pool
18
19
  pool.add_serialized_file(descriptor_data)
@@ -25,6 +25,74 @@ module Google
25
25
  module ExperimentArmService
26
26
  # Path helper methods for the ExperimentArmService API.
27
27
  module Paths
28
+ ##
29
+ # Create a fully-qualified Ad resource string.
30
+ #
31
+ # The resource will be in the following format:
32
+ #
33
+ # `customers/{customer_id}/ads/{ad_id}`
34
+ #
35
+ # @param customer_id [String]
36
+ # @param ad_id [String]
37
+ #
38
+ # @return [::String]
39
+ def ad_path customer_id:, ad_id:
40
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
41
+
42
+ "customers/#{customer_id}/ads/#{ad_id}"
43
+ end
44
+
45
+ ##
46
+ # Create a fully-qualified AdGroup resource string.
47
+ #
48
+ # The resource will be in the following format:
49
+ #
50
+ # `customers/{customer_id}/adGroups/{ad_group_id}`
51
+ #
52
+ # @param customer_id [String]
53
+ # @param ad_group_id [String]
54
+ #
55
+ # @return [::String]
56
+ def ad_group_path customer_id:, ad_group_id:
57
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
58
+
59
+ "customers/#{customer_id}/adGroups/#{ad_group_id}"
60
+ end
61
+
62
+ ##
63
+ # Create a fully-qualified Asset resource string.
64
+ #
65
+ # The resource will be in the following format:
66
+ #
67
+ # `customers/{customer_id}/assets/{asset_id}`
68
+ #
69
+ # @param customer_id [String]
70
+ # @param asset_id [String]
71
+ #
72
+ # @return [::String]
73
+ def asset_path customer_id:, asset_id:
74
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
75
+
76
+ "customers/#{customer_id}/assets/#{asset_id}"
77
+ end
78
+
79
+ ##
80
+ # Create a fully-qualified AssetGroup resource string.
81
+ #
82
+ # The resource will be in the following format:
83
+ #
84
+ # `customers/{customer_id}/assetGroups/{asset_group_id}`
85
+ #
86
+ # @param customer_id [String]
87
+ # @param asset_group_id [String]
88
+ #
89
+ # @return [::String]
90
+ def asset_group_path customer_id:, asset_group_id:
91
+ raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/"
92
+
93
+ "customers/#{customer_id}/assetGroups/#{asset_group_id}"
94
+ end
95
+
28
96
  ##
29
97
  # Create a fully-qualified Campaign resource string.
30
98
  #
@@ -20,7 +20,7 @@ module Google
20
20
  module Ads
21
21
  module GoogleAds
22
22
  CLIENT_LIB_NAME = 'gccl'.freeze
23
- CLIENT_LIB_VERSION = '40.1.0'.freeze
23
+ CLIENT_LIB_VERSION = '41.0.0'.freeze
24
24
  VERSION = CLIENT_LIB_VERSION
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-ads-googleads
3
3
  version: !ruby/object:Gem::Version
4
- version: 40.1.0
4
+ version: 41.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google Inc
@@ -4306,6 +4306,7 @@ files:
4306
4306
  - lib/google/ads/google_ads/v24/common/custom_parameter_pb.rb
4307
4307
  - lib/google/ads/google_ads/v24/common/customizer_value_pb.rb
4308
4308
  - lib/google/ads/google_ads/v24/common/dates_pb.rb
4309
+ - lib/google/ads/google_ads/v24/common/experiment_types_pb.rb
4309
4310
  - lib/google/ads/google_ads/v24/common/extensions_pb.rb
4310
4311
  - lib/google/ads/google_ads/v24/common/feed_common_pb.rb
4311
4312
  - lib/google/ads/google_ads/v24/common/final_app_url_pb.rb
@@ -4485,6 +4486,7 @@ files:
4485
4486
  - lib/google/ads/google_ads/v24/enums/display_upload_product_type_pb.rb
4486
4487
  - lib/google/ads/google_ads/v24/enums/distance_bucket_pb.rb
4487
4488
  - lib/google/ads/google_ads/v24/enums/eu_political_advertising_status_pb.rb
4489
+ - lib/google/ads/google_ads/v24/enums/experiment_asset_detail_operation_pb.rb
4488
4490
  - lib/google/ads/google_ads/v24/enums/experiment_metric_direction_pb.rb
4489
4491
  - lib/google/ads/google_ads/v24/enums/experiment_metric_pb.rb
4490
4492
  - lib/google/ads/google_ads/v24/enums/experiment_status_pb.rb
@@ -4573,6 +4575,7 @@ files:
4573
4575
  - lib/google/ads/google_ads/v24/enums/mime_type_pb.rb
4574
4576
  - lib/google/ads/google_ads/v24/enums/minute_of_hour_pb.rb
4575
4577
  - lib/google/ads/google_ads/v24/enums/mobile_app_vendor_pb.rb
4578
+ - lib/google/ads/google_ads/v24/enums/mobile_device_platform_pb.rb
4576
4579
  - lib/google/ads/google_ads/v24/enums/mobile_device_type_pb.rb
4577
4580
  - lib/google/ads/google_ads/v24/enums/month_of_year_pb.rb
4578
4581
  - lib/google/ads/google_ads/v24/enums/negative_geo_target_type_pb.rb
@@ -4586,6 +4589,7 @@ files:
4586
4589
  - lib/google/ads/google_ads/v24/enums/offline_user_data_job_type_pb.rb
4587
4590
  - lib/google/ads/google_ads/v24/enums/operating_system_version_operator_type_pb.rb
4588
4591
  - lib/google/ads/google_ads/v24/enums/optimization_goal_type_pb.rb
4592
+ - lib/google/ads/google_ads/v24/enums/optimize_assets_experiment_subtype_pb.rb
4589
4593
  - lib/google/ads/google_ads/v24/enums/parental_status_type_pb.rb
4590
4594
  - lib/google/ads/google_ads/v24/enums/partnership_opportunity_pb.rb
4591
4595
  - lib/google/ads/google_ads/v24/enums/payment_mode_pb.rb
@@ -4696,6 +4700,7 @@ files:
4696
4700
  - lib/google/ads/google_ads/v24/enums/video_ad_sequence_interaction_type_pb.rb
4697
4701
  - lib/google/ads/google_ads/v24/enums/video_ad_sequence_minimum_duration_pb.rb
4698
4702
  - lib/google/ads/google_ads/v24/enums/video_enhancement_source_pb.rb
4703
+ - lib/google/ads/google_ads/v24/enums/video_experiment_subtype_pb.rb
4699
4704
  - lib/google/ads/google_ads/v24/enums/video_thumbnail_pb.rb
4700
4705
  - lib/google/ads/google_ads/v24/enums/webpage_condition_operand_pb.rb
4701
4706
  - lib/google/ads/google_ads/v24/enums/webpage_condition_operator_pb.rb