google-ads-googleads 18.0.0 → 18.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (51) hide show
  1. checksums.yaml +4 -4
  2. data/ChangeLog +3 -0
  3. data/THIRD-PARTY-LICENCES.txt +1689 -0
  4. data/lib/google/ads/google_ads/factories/v11/enums.rb +24 -0
  5. data/lib/google/ads/google_ads/factories/v11/resources.rb +247 -0
  6. data/lib/google/ads/google_ads/factories/v11/services.rb +3 -1
  7. data/lib/google/ads/google_ads/v11/common/offline_user_data_pb.rb +14 -0
  8. data/lib/google/ads/google_ads/v11/common/segments_pb.rb +1 -0
  9. data/lib/google/ads/google_ads/v11/common/user_lists_pb.rb +13 -0
  10. data/lib/google/ads/google_ads/v11/enums/audience_insights_dimension_pb.rb +10 -0
  11. data/lib/google/ads/google_ads/v11/enums/bidding_strategy_system_status_pb.rb +53 -0
  12. data/lib/google/ads/google_ads/v11/enums/lead_form_field_user_input_type_pb.rb +49 -0
  13. data/lib/google/ads/google_ads/v11/enums/recommendation_type_pb.rb +2 -0
  14. data/lib/google/ads/google_ads/v11/enums/user_list_flexible_rule_operator_pb.rb +30 -0
  15. data/lib/google/ads/google_ads/v11/errors/asset_link_error_pb.rb +1 -0
  16. data/lib/google/ads/google_ads/v11/errors/audience_insights_error_pb.rb +29 -0
  17. data/lib/google/ads/google_ads/v11/errors/errors_pb.rb +2 -0
  18. data/lib/google/ads/google_ads/v11/errors/offline_user_data_job_error_pb.rb +4 -0
  19. data/lib/google/ads/google_ads/v11/resources/asset_group_pb.rb +2 -0
  20. data/lib/google/ads/google_ads/v11/resources/campaign_pb.rb +2 -0
  21. data/lib/google/ads/google_ads/v11/resources/recommendation_pb.rb +8 -0
  22. data/lib/google/ads/google_ads/v11/services/account_budget_proposal_service/client.rb +1 -1
  23. data/lib/google/ads/google_ads/v11/services/account_budget_proposal_service.rb +1 -1
  24. data/lib/google/ads/google_ads/v11/services/account_budget_proposal_service_services_pb.rb +1 -1
  25. data/lib/google/ads/google_ads/v11/services/account_link_service/client.rb +1 -1
  26. data/lib/google/ads/google_ads/v11/services/account_link_service_services_pb.rb +1 -1
  27. data/lib/google/ads/google_ads/v11/services/audience_insights_service/client.rb +117 -0
  28. data/lib/google/ads/google_ads/v11/services/audience_insights_service_pb.rb +74 -0
  29. data/lib/google/ads/google_ads/v11/services/audience_insights_service_services_pb.rb +15 -0
  30. data/lib/google/ads/google_ads/v11/services/batch_job_service/operations.rb +3 -0
  31. data/lib/google/ads/google_ads/v11/services/batch_job_service/paths.rb +2 -1
  32. data/lib/google/ads/google_ads/v11/services/campaign_draft_service/operations.rb +3 -0
  33. data/lib/google/ads/google_ads/v11/services/campaign_experiment_service/operations.rb +3 -0
  34. data/lib/google/ads/google_ads/v11/services/customer_manager_link_service/client.rb +1 -1
  35. data/lib/google/ads/google_ads/v11/services/customer_manager_link_service_services_pb.rb +1 -1
  36. data/lib/google/ads/google_ads/v11/services/experiment_service/operations.rb +3 -0
  37. data/lib/google/ads/google_ads/v11/services/feed_item_target_service/paths.rb +2 -1
  38. data/lib/google/ads/google_ads/v11/services/google_ads_service/client.rb +2 -2
  39. data/lib/google/ads/google_ads/v11/services/google_ads_service/paths.rb +16 -8
  40. data/lib/google/ads/google_ads/v11/services/google_ads_service_pb.rb +2 -0
  41. data/lib/google/ads/google_ads/v11/services/google_ads_service_services_pb.rb +1 -1
  42. data/lib/google/ads/google_ads/v11/services/keyword_plan_idea_service/client.rb +4 -4
  43. data/lib/google/ads/google_ads/v11/services/keyword_theme_constant_service/client.rb +1 -1
  44. data/lib/google/ads/google_ads/v11/services/offline_user_data_job_service/operations.rb +3 -0
  45. data/lib/google/ads/google_ads/v11/services/reach_plan_service/client.rb +9 -6
  46. data/lib/google/ads/google_ads/v11/services/reach_plan_service_pb.rb +23 -0
  47. data/lib/google/ads/google_ads/v11/services/user_data_service/client.rb +4 -4
  48. data/lib/google/ads/google_ads/v11/services/user_data_service.rb +4 -4
  49. data/lib/google/ads/google_ads/v11/services/user_data_service_services_pb.rb +4 -4
  50. data/lib/google/ads/google_ads/version.rb +1 -1
  51. metadata +9 -5
@@ -1036,6 +1036,14 @@ module Google
1036
1036
  Google::Ads::GoogleAds::V11::Enums::AppCampaignBiddingStrategyGoalTypeEnum::AppCampaignBiddingStrategyGoalType.descriptor
1037
1037
  end
1038
1038
 
1039
+ # Returns the descriptor for the BiddingStrategySystemStatus enum
1040
+ #
1041
+ # @return [Google::Protobuf::EnumDescriptor] for the BiddingStrategySystemStatus enum
1042
+ def self.bidding_strategy_system_status
1043
+ require "google/ads/google_ads/v11/enums/bidding_strategy_system_status_pb"
1044
+ Google::Ads::GoogleAds::V11::Enums::BiddingStrategySystemStatusEnum::BiddingStrategySystemStatus.descriptor
1045
+ end
1046
+
1039
1047
  # Returns the descriptor for the BrandSafetySuitability enum
1040
1048
  #
1041
1049
  # @return [Google::Protobuf::EnumDescriptor] for the BrandSafetySuitability enum
@@ -2068,6 +2076,14 @@ module Google
2068
2076
  Google::Ads::GoogleAds::V11::Enums::UserListDateRuleItemOperatorEnum::UserListDateRuleItemOperator.descriptor
2069
2077
  end
2070
2078
 
2079
+ # Returns the descriptor for the UserListFlexibleRuleOperator enum
2080
+ #
2081
+ # @return [Google::Protobuf::EnumDescriptor] for the UserListFlexibleRuleOperator enum
2082
+ def self.user_list_flexible_rule_operator
2083
+ require "google/ads/google_ads/v11/enums/user_list_flexible_rule_operator_pb"
2084
+ Google::Ads::GoogleAds::V11::Enums::UserListFlexibleRuleOperatorEnum::UserListFlexibleRuleOperator.descriptor
2085
+ end
2086
+
2071
2087
  # Returns the descriptor for the UserListLogicalRuleOperator enum
2072
2088
  #
2073
2089
  # @return [Google::Protobuf::EnumDescriptor] for the UserListLogicalRuleOperator enum
@@ -2596,6 +2612,14 @@ module Google
2596
2612
  Google::Ads::GoogleAds::V11::Errors::AudienceErrorEnum::AudienceError.descriptor
2597
2613
  end
2598
2614
 
2615
+ # Returns the descriptor for the AudienceInsightsError enum
2616
+ #
2617
+ # @return [Google::Protobuf::EnumDescriptor] for the AudienceInsightsError enum
2618
+ def self.audience_insights_error
2619
+ require "google/ads/google_ads/v11/errors/audience_insights_error_pb"
2620
+ Google::Ads::GoogleAds::V11::Errors::AudienceInsightsErrorEnum::AudienceInsightsError.descriptor
2621
+ end
2622
+
2599
2623
  # Returns the descriptor for the AuthenticationError enum
2600
2624
  #
2601
2625
  # @return [Google::Protobuf::EnumDescriptor] for the AuthenticationError enum
@@ -5880,6 +5880,32 @@ module Google
5880
5880
  res
5881
5881
  end
5882
5882
 
5883
+ # Returns a new instance of event_attribute, optionally
5884
+ # yielding it to a passed block so that attributes can be set on it.
5885
+ #
5886
+ # @yield [Google::Ads::GoogleAds::V11::Common::EventAttribute] the new instance that will be returned so attributes
5887
+ # can be set
5888
+ # @return [Google::Ads::GoogleAds::V11::Common::EventAttribute] the created resource
5889
+ def self.event_attribute
5890
+ require "google/ads/google_ads/v11/common/offline_user_data_pb"
5891
+ res = Google::Ads::GoogleAds::V11::Common::EventAttribute.new
5892
+ yield res if block_given?
5893
+ res
5894
+ end
5895
+
5896
+ # Returns a new instance of event_item_attribute, optionally
5897
+ # yielding it to a passed block so that attributes can be set on it.
5898
+ #
5899
+ # @yield [Google::Ads::GoogleAds::V11::Common::EventItemAttribute] the new instance that will be returned so attributes
5900
+ # can be set
5901
+ # @return [Google::Ads::GoogleAds::V11::Common::EventItemAttribute] the created resource
5902
+ def self.event_item_attribute
5903
+ require "google/ads/google_ads/v11/common/offline_user_data_pb"
5904
+ res = Google::Ads::GoogleAds::V11::Common::EventItemAttribute.new
5905
+ yield res if block_given?
5906
+ res
5907
+ end
5908
+
5883
5909
  # Returns a new instance of shopping_loyalty, optionally
5884
5910
  # yielding it to a passed block so that attributes can be set on it.
5885
5911
  #
@@ -6361,6 +6387,32 @@ module Google
6361
6387
  res
6362
6388
  end
6363
6389
 
6390
+ # Returns a new instance of display_expansion_opt_in_recommendation, optionally
6391
+ # yielding it to a passed block so that attributes can be set on it.
6392
+ #
6393
+ # @yield [Google::Ads::GoogleAds::V11::Resources::Recommendation::DisplayExpansionOptInRecommendation] the new instance that will be returned so attributes
6394
+ # can be set
6395
+ # @return [Google::Ads::GoogleAds::V11::Resources::Recommendation::DisplayExpansionOptInRecommendation] the created resource
6396
+ def self.display_expansion_opt_in_recommendation
6397
+ require "google/ads/google_ads/v11/resources/recommendation_pb"
6398
+ res = Google::Ads::GoogleAds::V11::Resources::Recommendation::DisplayExpansionOptInRecommendation.new
6399
+ yield res if block_given?
6400
+ res
6401
+ end
6402
+
6403
+ # Returns a new instance of upgrade_local_campaign_to_performance_max_recommendation, optionally
6404
+ # yielding it to a passed block so that attributes can be set on it.
6405
+ #
6406
+ # @yield [Google::Ads::GoogleAds::V11::Resources::Recommendation::UpgradeLocalCampaignToPerformanceMaxRecommendation] the new instance that will be returned so attributes
6407
+ # can be set
6408
+ # @return [Google::Ads::GoogleAds::V11::Resources::Recommendation::UpgradeLocalCampaignToPerformanceMaxRecommendation] the created resource
6409
+ def self.upgrade_local_campaign_to_performance_max_recommendation
6410
+ require "google/ads/google_ads/v11/resources/recommendation_pb"
6411
+ res = Google::Ads::GoogleAds::V11::Resources::Recommendation::UpgradeLocalCampaignToPerformanceMaxRecommendation.new
6412
+ yield res if block_given?
6413
+ res
6414
+ end
6415
+
6364
6416
  # Returns a new instance of remarketing_action, optionally
6365
6417
  # yielding it to a passed block so that attributes can be set on it.
6366
6418
  #
@@ -6660,6 +6712,32 @@ module Google
6660
6712
  res
6661
6713
  end
6662
6714
 
6715
+ # Returns a new instance of flexible_rule_operand_info, optionally
6716
+ # yielding it to a passed block so that attributes can be set on it.
6717
+ #
6718
+ # @yield [Google::Ads::GoogleAds::V11::Common::FlexibleRuleOperandInfo] the new instance that will be returned so attributes
6719
+ # can be set
6720
+ # @return [Google::Ads::GoogleAds::V11::Common::FlexibleRuleOperandInfo] the created resource
6721
+ def self.flexible_rule_operand_info
6722
+ require "google/ads/google_ads/v11/common/user_lists_pb"
6723
+ res = Google::Ads::GoogleAds::V11::Common::FlexibleRuleOperandInfo.new
6724
+ yield res if block_given?
6725
+ res
6726
+ end
6727
+
6728
+ # Returns a new instance of flexible_rule_user_list_info, optionally
6729
+ # yielding it to a passed block so that attributes can be set on it.
6730
+ #
6731
+ # @yield [Google::Ads::GoogleAds::V11::Common::FlexibleRuleUserListInfo] the new instance that will be returned so attributes
6732
+ # can be set
6733
+ # @return [Google::Ads::GoogleAds::V11::Common::FlexibleRuleUserListInfo] the created resource
6734
+ def self.flexible_rule_user_list_info
6735
+ require "google/ads/google_ads/v11/common/user_lists_pb"
6736
+ res = Google::Ads::GoogleAds::V11::Common::FlexibleRuleUserListInfo.new
6737
+ yield res if block_given?
6738
+ res
6739
+ end
6740
+
6663
6741
  # Returns a new instance of rule_based_user_list_info, optionally
6664
6742
  # yielding it to a passed block so that attributes can be set on it.
6665
6743
  #
@@ -7141,6 +7219,19 @@ module Google
7141
7219
  res
7142
7220
  end
7143
7221
 
7222
+ # Returns a new instance of audience_insights_dynamic_lineup, optionally
7223
+ # yielding it to a passed block so that attributes can be set on it.
7224
+ #
7225
+ # @yield [Google::Ads::GoogleAds::V11::Services::AudienceInsightsDynamicLineup] the new instance that will be returned so attributes
7226
+ # can be set
7227
+ # @return [Google::Ads::GoogleAds::V11::Services::AudienceInsightsDynamicLineup] the created resource
7228
+ def self.audience_insights_dynamic_lineup
7229
+ require "google/ads/google_ads/v11/services/audience_insights_service_pb"
7230
+ res = Google::Ads::GoogleAds::V11::Services::AudienceInsightsDynamicLineup.new
7231
+ yield res if block_given?
7232
+ res
7233
+ end
7234
+
7144
7235
  # Returns a new instance of basic_insights_audience, optionally
7145
7236
  # yielding it to a passed block so that attributes can be set on it.
7146
7237
  #
@@ -7167,6 +7258,110 @@ module Google
7167
7258
  res
7168
7259
  end
7169
7260
 
7261
+ # Returns a new instance of you_tube_channel_attribute_metadata, optionally
7262
+ # yielding it to a passed block so that attributes can be set on it.
7263
+ #
7264
+ # @yield [Google::Ads::GoogleAds::V11::Services::YouTubeChannelAttributeMetadata] the new instance that will be returned so attributes
7265
+ # can be set
7266
+ # @return [Google::Ads::GoogleAds::V11::Services::YouTubeChannelAttributeMetadata] the created resource
7267
+ def self.you_tube_channel_attribute_metadata
7268
+ require "google/ads/google_ads/v11/services/audience_insights_service_pb"
7269
+ res = Google::Ads::GoogleAds::V11::Services::YouTubeChannelAttributeMetadata.new
7270
+ yield res if block_given?
7271
+ res
7272
+ end
7273
+
7274
+ # Returns a new instance of dynamic_lineup_attribute_metadata, optionally
7275
+ # yielding it to a passed block so that attributes can be set on it.
7276
+ #
7277
+ # @yield [Google::Ads::GoogleAds::V11::Services::DynamicLineupAttributeMetadata] the new instance that will be returned so attributes
7278
+ # can be set
7279
+ # @return [Google::Ads::GoogleAds::V11::Services::DynamicLineupAttributeMetadata] the created resource
7280
+ def self.dynamic_lineup_attribute_metadata
7281
+ require "google/ads/google_ads/v11/services/audience_insights_service_pb"
7282
+ res = Google::Ads::GoogleAds::V11::Services::DynamicLineupAttributeMetadata.new
7283
+ yield res if block_given?
7284
+ res
7285
+ end
7286
+
7287
+ # Returns a new instance of insights_audience, optionally
7288
+ # yielding it to a passed block so that attributes can be set on it.
7289
+ #
7290
+ # @yield [Google::Ads::GoogleAds::V11::Services::InsightsAudience] the new instance that will be returned so attributes
7291
+ # can be set
7292
+ # @return [Google::Ads::GoogleAds::V11::Services::InsightsAudience] the created resource
7293
+ def self.insights_audience
7294
+ require "google/ads/google_ads/v11/services/audience_insights_service_pb"
7295
+ res = Google::Ads::GoogleAds::V11::Services::InsightsAudience.new
7296
+ yield res if block_given?
7297
+ res
7298
+ end
7299
+
7300
+ # Returns a new instance of insights_audience_attribute_group, optionally
7301
+ # yielding it to a passed block so that attributes can be set on it.
7302
+ #
7303
+ # @yield [Google::Ads::GoogleAds::V11::Services::InsightsAudienceAttributeGroup] the new instance that will be returned so attributes
7304
+ # can be set
7305
+ # @return [Google::Ads::GoogleAds::V11::Services::InsightsAudienceAttributeGroup] the created resource
7306
+ def self.insights_audience_attribute_group
7307
+ require "google/ads/google_ads/v11/services/audience_insights_service_pb"
7308
+ res = Google::Ads::GoogleAds::V11::Services::InsightsAudienceAttributeGroup.new
7309
+ yield res if block_given?
7310
+ res
7311
+ end
7312
+
7313
+ # Returns a new instance of audience_composition_section, optionally
7314
+ # yielding it to a passed block so that attributes can be set on it.
7315
+ #
7316
+ # @yield [Google::Ads::GoogleAds::V11::Services::AudienceCompositionSection] the new instance that will be returned so attributes
7317
+ # can be set
7318
+ # @return [Google::Ads::GoogleAds::V11::Services::AudienceCompositionSection] the created resource
7319
+ def self.audience_composition_section
7320
+ require "google/ads/google_ads/v11/services/audience_insights_service_pb"
7321
+ res = Google::Ads::GoogleAds::V11::Services::AudienceCompositionSection.new
7322
+ yield res if block_given?
7323
+ res
7324
+ end
7325
+
7326
+ # Returns a new instance of audience_composition_attribute_cluster, optionally
7327
+ # yielding it to a passed block so that attributes can be set on it.
7328
+ #
7329
+ # @yield [Google::Ads::GoogleAds::V11::Services::AudienceCompositionAttributeCluster] the new instance that will be returned so attributes
7330
+ # can be set
7331
+ # @return [Google::Ads::GoogleAds::V11::Services::AudienceCompositionAttributeCluster] the created resource
7332
+ def self.audience_composition_attribute_cluster
7333
+ require "google/ads/google_ads/v11/services/audience_insights_service_pb"
7334
+ res = Google::Ads::GoogleAds::V11::Services::AudienceCompositionAttributeCluster.new
7335
+ yield res if block_given?
7336
+ res
7337
+ end
7338
+
7339
+ # Returns a new instance of audience_composition_metrics, optionally
7340
+ # yielding it to a passed block so that attributes can be set on it.
7341
+ #
7342
+ # @yield [Google::Ads::GoogleAds::V11::Services::AudienceCompositionMetrics] the new instance that will be returned so attributes
7343
+ # can be set
7344
+ # @return [Google::Ads::GoogleAds::V11::Services::AudienceCompositionMetrics] the created resource
7345
+ def self.audience_composition_metrics
7346
+ require "google/ads/google_ads/v11/services/audience_insights_service_pb"
7347
+ res = Google::Ads::GoogleAds::V11::Services::AudienceCompositionMetrics.new
7348
+ yield res if block_given?
7349
+ res
7350
+ end
7351
+
7352
+ # Returns a new instance of audience_composition_attribute, optionally
7353
+ # yielding it to a passed block so that attributes can be set on it.
7354
+ #
7355
+ # @yield [Google::Ads::GoogleAds::V11::Services::AudienceCompositionAttribute] the new instance that will be returned so attributes
7356
+ # can be set
7357
+ # @return [Google::Ads::GoogleAds::V11::Services::AudienceCompositionAttribute] the created resource
7358
+ def self.audience_composition_attribute
7359
+ require "google/ads/google_ads/v11/services/audience_insights_service_pb"
7360
+ res = Google::Ads::GoogleAds::V11::Services::AudienceCompositionAttribute.new
7361
+ yield res if block_given?
7362
+ res
7363
+ end
7364
+
7170
7365
  # Returns a new instance of mutate_audience_result, optionally
7171
7366
  # yielding it to a passed block so that attributes can be set on it.
7172
7367
  #
@@ -8935,6 +9130,58 @@ module Google
8935
9130
  res
8936
9131
  end
8937
9132
 
9133
+ # Returns a new instance of audience_targeting, optionally
9134
+ # yielding it to a passed block so that attributes can be set on it.
9135
+ #
9136
+ # @yield [Google::Ads::GoogleAds::V11::Services::AudienceTargeting] the new instance that will be returned so attributes
9137
+ # can be set
9138
+ # @return [Google::Ads::GoogleAds::V11::Services::AudienceTargeting] the created resource
9139
+ def self.audience_targeting
9140
+ require "google/ads/google_ads/v11/services/reach_plan_service_pb"
9141
+ res = Google::Ads::GoogleAds::V11::Services::AudienceTargeting.new
9142
+ yield res if block_given?
9143
+ res
9144
+ end
9145
+
9146
+ # Returns a new instance of advanced_product_targeting, optionally
9147
+ # yielding it to a passed block so that attributes can be set on it.
9148
+ #
9149
+ # @yield [Google::Ads::GoogleAds::V11::Services::AdvancedProductTargeting] the new instance that will be returned so attributes
9150
+ # can be set
9151
+ # @return [Google::Ads::GoogleAds::V11::Services::AdvancedProductTargeting] the created resource
9152
+ def self.advanced_product_targeting
9153
+ require "google/ads/google_ads/v11/services/reach_plan_service_pb"
9154
+ res = Google::Ads::GoogleAds::V11::Services::AdvancedProductTargeting.new
9155
+ yield res if block_given?
9156
+ res
9157
+ end
9158
+
9159
+ # Returns a new instance of you_tube_select_settings, optionally
9160
+ # yielding it to a passed block so that attributes can be set on it.
9161
+ #
9162
+ # @yield [Google::Ads::GoogleAds::V11::Services::YouTubeSelectSettings] the new instance that will be returned so attributes
9163
+ # can be set
9164
+ # @return [Google::Ads::GoogleAds::V11::Services::YouTubeSelectSettings] the created resource
9165
+ def self.you_tube_select_settings
9166
+ require "google/ads/google_ads/v11/services/reach_plan_service_pb"
9167
+ res = Google::Ads::GoogleAds::V11::Services::YouTubeSelectSettings.new
9168
+ yield res if block_given?
9169
+ res
9170
+ end
9171
+
9172
+ # Returns a new instance of you_tube_select_line_up, optionally
9173
+ # yielding it to a passed block so that attributes can be set on it.
9174
+ #
9175
+ # @yield [Google::Ads::GoogleAds::V11::Services::YouTubeSelectLineUp] the new instance that will be returned so attributes
9176
+ # can be set
9177
+ # @return [Google::Ads::GoogleAds::V11::Services::YouTubeSelectLineUp] the created resource
9178
+ def self.you_tube_select_line_up
9179
+ require "google/ads/google_ads/v11/services/reach_plan_service_pb"
9180
+ res = Google::Ads::GoogleAds::V11::Services::YouTubeSelectLineUp.new
9181
+ yield res if block_given?
9182
+ res
9183
+ end
9184
+
8938
9185
  # Returns a new instance of campaign_budget_parameters, optionally
8939
9186
  # yielding it to a passed block so that attributes can be set on it.
8940
9187
  #
@@ -507,7 +507,9 @@ module Google
507
507
 
508
508
  generate_insights_finder_report: Google::Ads::GoogleAds::V11::Services::GenerateInsightsFinderReportRequest,
509
509
 
510
- list_audience_insights_attributes: Google::Ads::GoogleAds::V11::Services::ListAudienceInsightsAttributesRequest
510
+ list_audience_insights_attributes: Google::Ads::GoogleAds::V11::Services::ListAudienceInsightsAttributesRequest,
511
+
512
+ generate_audience_composition_insights: Google::Ads::GoogleAds::V11::Services::GenerateAudienceCompositionInsightsRequest
511
513
 
512
514
  },
513
515
  deprecation: @deprecation
@@ -4,6 +4,7 @@
4
4
  require 'google/protobuf'
5
5
 
6
6
  require 'google/ads/google_ads/v11/enums/user_identifier_source_pb'
7
+ require 'google/api/field_behavior_pb'
7
8
 
8
9
  Google::Protobuf::DescriptorPool.generated_pool.build do
9
10
  add_file("google/ads/googleads/v11/common/offline_user_data.proto", :syntax => :proto3) do
@@ -59,6 +60,17 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
59
60
  optional :average_purchase_value_micros, :int64, 5
60
61
  optional :acquisition_date_time, :string, 6
61
62
  proto3_optional :shopping_loyalty, :message, 7, "google.ads.googleads.v11.common.ShoppingLoyalty"
63
+ optional :lifecycle_stage, :string, 8
64
+ optional :first_purchase_date_time, :string, 9
65
+ repeated :event_attribute, :message, 10, "google.ads.googleads.v11.common.EventAttribute"
66
+ end
67
+ add_message "google.ads.googleads.v11.common.EventAttribute" do
68
+ optional :event, :string, 1
69
+ optional :event_date_time, :string, 2
70
+ repeated :item_attribute, :message, 3, "google.ads.googleads.v11.common.EventItemAttribute"
71
+ end
72
+ add_message "google.ads.googleads.v11.common.EventItemAttribute" do
73
+ optional :item_id, :string, 1
62
74
  end
63
75
  add_message "google.ads.googleads.v11.common.ShoppingLoyalty" do
64
76
  proto3_optional :loyalty_tier, :string, 1
@@ -95,6 +107,8 @@ module Google
95
107
  ItemAttribute = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v11.common.ItemAttribute").msgclass
96
108
  UserData = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v11.common.UserData").msgclass
97
109
  UserAttribute = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v11.common.UserAttribute").msgclass
110
+ EventAttribute = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v11.common.EventAttribute").msgclass
111
+ EventItemAttribute = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v11.common.EventItemAttribute").msgclass
98
112
  ShoppingLoyalty = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v11.common.ShoppingLoyalty").msgclass
99
113
  CustomerMatchUserListMetadata = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v11.common.CustomerMatchUserListMetadata").msgclass
100
114
  StoreSalesMetadata = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v11.common.StoreSalesMetadata").msgclass
@@ -31,6 +31,7 @@ require 'google/ads/google_ads/v11/enums/sk_ad_network_ad_event_type_pb'
31
31
  require 'google/ads/google_ads/v11/enums/sk_ad_network_attribution_credit_pb'
32
32
  require 'google/ads/google_ads/v11/enums/sk_ad_network_user_type_pb'
33
33
  require 'google/ads/google_ads/v11/enums/slot_pb'
34
+ require 'google/api/resource_pb'
34
35
 
35
36
  Google::Protobuf::DescriptorPool.generated_pool.build do
36
37
  add_file("google/ads/googleads/v11/common/segments.proto", :syntax => :proto3) do
@@ -7,6 +7,7 @@ require 'google/ads/google_ads/v11/enums/customer_match_upload_key_type_pb'
7
7
  require 'google/ads/google_ads/v11/enums/user_list_combined_rule_operator_pb'
8
8
  require 'google/ads/google_ads/v11/enums/user_list_crm_data_source_type_pb'
9
9
  require 'google/ads/google_ads/v11/enums/user_list_date_rule_item_operator_pb'
10
+ require 'google/ads/google_ads/v11/enums/user_list_flexible_rule_operator_pb'
10
11
  require 'google/ads/google_ads/v11/enums/user_list_logical_rule_operator_pb'
11
12
  require 'google/ads/google_ads/v11/enums/user_list_number_rule_item_operator_pb'
12
13
  require 'google/ads/google_ads/v11/enums/user_list_prepopulation_status_pb'
@@ -59,8 +60,18 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
59
60
  add_message "google.ads.googleads.v11.common.ExpressionRuleUserListInfo" do
60
61
  optional :rule, :message, 1, "google.ads.googleads.v11.common.UserListRuleInfo"
61
62
  end
63
+ add_message "google.ads.googleads.v11.common.FlexibleRuleOperandInfo" do
64
+ optional :rule, :message, 1, "google.ads.googleads.v11.common.UserListRuleInfo"
65
+ proto3_optional :lookback_window_days, :int64, 2
66
+ end
67
+ add_message "google.ads.googleads.v11.common.FlexibleRuleUserListInfo" do
68
+ optional :inclusive_rule_operator, :enum, 1, "google.ads.googleads.v11.enums.UserListFlexibleRuleOperatorEnum.UserListFlexibleRuleOperator"
69
+ repeated :inclusive_operands, :message, 2, "google.ads.googleads.v11.common.FlexibleRuleOperandInfo"
70
+ repeated :exclusive_operands, :message, 3, "google.ads.googleads.v11.common.FlexibleRuleOperandInfo"
71
+ end
62
72
  add_message "google.ads.googleads.v11.common.RuleBasedUserListInfo" do
63
73
  optional :prepopulation_status, :enum, 1, "google.ads.googleads.v11.enums.UserListPrepopulationStatusEnum.UserListPrepopulationStatus"
74
+ optional :flexible_rule_user_list, :message, 5, "google.ads.googleads.v11.common.FlexibleRuleUserListInfo"
64
75
  oneof :rule_based_user_list do
65
76
  optional :combined_rule_user_list, :message, 2, "google.ads.googleads.v11.common.CombinedRuleUserListInfo"
66
77
  optional :expression_rule_user_list, :message, 4, "google.ads.googleads.v11.common.ExpressionRuleUserListInfo"
@@ -103,6 +114,8 @@ module Google
103
114
  UserListStringRuleItemInfo = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v11.common.UserListStringRuleItemInfo").msgclass
104
115
  CombinedRuleUserListInfo = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v11.common.CombinedRuleUserListInfo").msgclass
105
116
  ExpressionRuleUserListInfo = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v11.common.ExpressionRuleUserListInfo").msgclass
117
+ FlexibleRuleOperandInfo = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v11.common.FlexibleRuleOperandInfo").msgclass
118
+ FlexibleRuleUserListInfo = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v11.common.FlexibleRuleUserListInfo").msgclass
106
119
  RuleBasedUserListInfo = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v11.common.RuleBasedUserListInfo").msgclass
107
120
  LogicalUserListInfo = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v11.common.LogicalUserListInfo").msgclass
108
121
  UserListLogicalRuleInfo = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v11.common.UserListLogicalRuleInfo").msgclass
@@ -12,6 +12,16 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
12
12
  value :UNKNOWN, 1
13
13
  value :CATEGORY, 2
14
14
  value :KNOWLEDGE_GRAPH, 3
15
+ value :GEO_TARGET_COUNTRY, 4
16
+ value :SUB_COUNTRY_LOCATION, 5
17
+ value :YOUTUBE_CHANNEL, 6
18
+ value :YOUTUBE_DYNAMIC_LINEUP, 7
19
+ value :AFFINITY_USER_INTEREST, 8
20
+ value :IN_MARKET_USER_INTEREST, 9
21
+ value :PARENTAL_STATUS, 10
22
+ value :INCOME_RANGE, 11
23
+ value :AGE_RANGE, 12
24
+ value :GENDER, 13
15
25
  end
16
26
  end
17
27
  end
@@ -0,0 +1,53 @@
1
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
2
+ # source: google/ads/googleads/v11/enums/bidding_strategy_system_status.proto
3
+
4
+ require 'google/protobuf'
5
+
6
+ Google::Protobuf::DescriptorPool.generated_pool.build do
7
+ add_file("google/ads/googleads/v11/enums/bidding_strategy_system_status.proto", :syntax => :proto3) do
8
+ add_message "google.ads.googleads.v11.enums.BiddingStrategySystemStatusEnum" do
9
+ end
10
+ add_enum "google.ads.googleads.v11.enums.BiddingStrategySystemStatusEnum.BiddingStrategySystemStatus" do
11
+ value :UNSPECIFIED, 0
12
+ value :UNKNOWN, 1
13
+ value :ENABLED, 2
14
+ value :LEARNING_NEW, 3
15
+ value :LEARNING_SETTING_CHANGE, 4
16
+ value :LEARNING_BUDGET_CHANGE, 5
17
+ value :LEARNING_COMPOSITION_CHANGE, 6
18
+ value :LEARNING_CONVERSION_TYPE_CHANGE, 7
19
+ value :LEARNING_CONVERSION_SETTING_CHANGE, 8
20
+ value :LIMITED_BY_CPC_BID_CEILING, 9
21
+ value :LIMITED_BY_CPC_BID_FLOOR, 10
22
+ value :LIMITED_BY_DATA, 11
23
+ value :LIMITED_BY_BUDGET, 12
24
+ value :LIMITED_BY_LOW_PRIORITY_SPEND, 13
25
+ value :LIMITED_BY_LOW_QUALITY, 14
26
+ value :LIMITED_BY_INVENTORY, 15
27
+ value :MISCONFIGURED_ZERO_ELIGIBILITY, 16
28
+ value :MISCONFIGURED_CONVERSION_TYPES, 17
29
+ value :MISCONFIGURED_CONVERSION_SETTINGS, 18
30
+ value :MISCONFIGURED_SHARED_BUDGET, 19
31
+ value :MISCONFIGURED_STRATEGY_TYPE, 20
32
+ value :PAUSED, 21
33
+ value :UNAVAILABLE, 22
34
+ value :MULTIPLE_LEARNING, 23
35
+ value :MULTIPLE_LIMITED, 24
36
+ value :MULTIPLE_MISCONFIGURED, 25
37
+ value :MULTIPLE, 26
38
+ end
39
+ end
40
+ end
41
+
42
+ module Google
43
+ module Ads
44
+ module GoogleAds
45
+ module V11
46
+ module Enums
47
+ BiddingStrategySystemStatusEnum = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v11.enums.BiddingStrategySystemStatusEnum").msgclass
48
+ BiddingStrategySystemStatusEnum::BiddingStrategySystemStatus = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v11.enums.BiddingStrategySystemStatusEnum.BiddingStrategySystemStatus").enummodule
49
+ end
50
+ end
51
+ end
52
+ end
53
+ end
@@ -14,6 +14,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
14
14
  value :EMAIL, 3
15
15
  value :PHONE_NUMBER, 4
16
16
  value :POSTAL_CODE, 5
17
+ value :STREET_ADDRESS, 8
17
18
  value :CITY, 9
18
19
  value :REGION, 10
19
20
  value :COUNTRY, 11
@@ -42,6 +43,54 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
42
43
  value :YEARS_IN_BUSINESS, 1008
43
44
  value :JOB_DEPARTMENT, 1011
44
45
  value :JOB_ROLE, 1012
46
+ value :OVER_18_AGE, 1078
47
+ value :OVER_19_AGE, 1079
48
+ value :OVER_20_AGE, 1080
49
+ value :OVER_21_AGE, 1081
50
+ value :OVER_22_AGE, 1082
51
+ value :OVER_23_AGE, 1083
52
+ value :OVER_24_AGE, 1084
53
+ value :OVER_25_AGE, 1085
54
+ value :OVER_26_AGE, 1086
55
+ value :OVER_27_AGE, 1087
56
+ value :OVER_28_AGE, 1088
57
+ value :OVER_29_AGE, 1089
58
+ value :OVER_30_AGE, 1090
59
+ value :OVER_31_AGE, 1091
60
+ value :OVER_32_AGE, 1092
61
+ value :OVER_33_AGE, 1093
62
+ value :OVER_34_AGE, 1094
63
+ value :OVER_35_AGE, 1095
64
+ value :OVER_36_AGE, 1096
65
+ value :OVER_37_AGE, 1097
66
+ value :OVER_38_AGE, 1098
67
+ value :OVER_39_AGE, 1099
68
+ value :OVER_40_AGE, 1100
69
+ value :OVER_41_AGE, 1101
70
+ value :OVER_42_AGE, 1102
71
+ value :OVER_43_AGE, 1103
72
+ value :OVER_44_AGE, 1104
73
+ value :OVER_45_AGE, 1105
74
+ value :OVER_46_AGE, 1106
75
+ value :OVER_47_AGE, 1107
76
+ value :OVER_48_AGE, 1108
77
+ value :OVER_49_AGE, 1109
78
+ value :OVER_50_AGE, 1110
79
+ value :OVER_51_AGE, 1111
80
+ value :OVER_52_AGE, 1112
81
+ value :OVER_53_AGE, 1113
82
+ value :OVER_54_AGE, 1114
83
+ value :OVER_55_AGE, 1115
84
+ value :OVER_56_AGE, 1116
85
+ value :OVER_57_AGE, 1117
86
+ value :OVER_58_AGE, 1118
87
+ value :OVER_59_AGE, 1119
88
+ value :OVER_60_AGE, 1120
89
+ value :OVER_61_AGE, 1121
90
+ value :OVER_62_AGE, 1122
91
+ value :OVER_63_AGE, 1123
92
+ value :OVER_64_AGE, 1124
93
+ value :OVER_65_AGE, 1125
45
94
  value :EDUCATION_PROGRAM, 1013
46
95
  value :EDUCATION_COURSE, 1014
47
96
  value :PRODUCT, 1016
@@ -32,6 +32,8 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
32
32
  value :RESPONSIVE_SEARCH_AD_ASSET, 21
33
33
  value :UPGRADE_SMART_SHOPPING_CAMPAIGN_TO_PERFORMANCE_MAX, 22
34
34
  value :RESPONSIVE_SEARCH_AD_IMPROVE_AD_STRENGTH, 23
35
+ value :DISPLAY_EXPANSION_OPT_IN, 24
36
+ value :UPGRADE_LOCAL_CAMPAIGN_TO_PERFORMANCE_MAX, 25
35
37
  end
36
38
  end
37
39
  end
@@ -0,0 +1,30 @@
1
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
2
+ # source: google/ads/googleads/v11/enums/user_list_flexible_rule_operator.proto
3
+
4
+ require 'google/protobuf'
5
+
6
+ Google::Protobuf::DescriptorPool.generated_pool.build do
7
+ add_file("google/ads/googleads/v11/enums/user_list_flexible_rule_operator.proto", :syntax => :proto3) do
8
+ add_message "google.ads.googleads.v11.enums.UserListFlexibleRuleOperatorEnum" do
9
+ end
10
+ add_enum "google.ads.googleads.v11.enums.UserListFlexibleRuleOperatorEnum.UserListFlexibleRuleOperator" do
11
+ value :UNSPECIFIED, 0
12
+ value :UNKNOWN, 1
13
+ value :AND, 2
14
+ value :OR, 3
15
+ end
16
+ end
17
+ end
18
+
19
+ module Google
20
+ module Ads
21
+ module GoogleAds
22
+ module V11
23
+ module Enums
24
+ UserListFlexibleRuleOperatorEnum = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v11.enums.UserListFlexibleRuleOperatorEnum").msgclass
25
+ UserListFlexibleRuleOperatorEnum::UserListFlexibleRuleOperator = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v11.enums.UserListFlexibleRuleOperatorEnum.UserListFlexibleRuleOperator").enummodule
26
+ end
27
+ end
28
+ end
29
+ end
30
+ end
@@ -24,6 +24,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
24
24
  value :YOUTUBE_VIDEO_REMOVED, 13
25
25
  value :YOUTUBE_VIDEO_TOO_LONG, 14
26
26
  value :YOUTUBE_VIDEO_TOO_SHORT, 15
27
+ value :EXCLUDED_PARENT_FIELD_TYPE, 16
27
28
  value :INVALID_STATUS, 17
28
29
  value :YOUTUBE_VIDEO_DURATION_NOT_DEFINED, 18
29
30
  value :CANNOT_CREATE_AUTOMATICALLY_CREATED_LINKS, 19
@@ -0,0 +1,29 @@
1
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
2
+ # source: google/ads/googleads/v11/errors/audience_insights_error.proto
3
+
4
+ require 'google/protobuf'
5
+
6
+ Google::Protobuf::DescriptorPool.generated_pool.build do
7
+ add_file("google/ads/googleads/v11/errors/audience_insights_error.proto", :syntax => :proto3) do
8
+ add_message "google.ads.googleads.v11.errors.AudienceInsightsErrorEnum" do
9
+ end
10
+ add_enum "google.ads.googleads.v11.errors.AudienceInsightsErrorEnum.AudienceInsightsError" do
11
+ value :UNSPECIFIED, 0
12
+ value :UNKNOWN, 1
13
+ value :DIMENSION_INCOMPATIBLE_WITH_TOPIC_AUDIENCE_COMBINATIONS, 2
14
+ end
15
+ end
16
+ end
17
+
18
+ module Google
19
+ module Ads
20
+ module GoogleAds
21
+ module V11
22
+ module Errors
23
+ AudienceInsightsErrorEnum = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v11.errors.AudienceInsightsErrorEnum").msgclass
24
+ AudienceInsightsErrorEnum::AudienceInsightsError = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v11.errors.AudienceInsightsErrorEnum.AudienceInsightsError").enummodule
25
+ end
26
+ end
27
+ end
28
+ end
29
+ end
@@ -30,6 +30,7 @@ require 'google/ads/google_ads/v11/errors/asset_set_asset_error_pb'
30
30
  require 'google/ads/google_ads/v11/errors/asset_set_error_pb'
31
31
  require 'google/ads/google_ads/v11/errors/asset_set_link_error_pb'
32
32
  require 'google/ads/google_ads/v11/errors/audience_error_pb'
33
+ require 'google/ads/google_ads/v11/errors/audience_insights_error_pb'
33
34
  require 'google/ads/google_ads/v11/errors/authentication_error_pb'
34
35
  require 'google/ads/google_ads/v11/errors/authorization_error_pb'
35
36
  require 'google/ads/google_ads/v11/errors/batch_job_error_pb'
@@ -301,6 +302,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
301
302
  optional :custom_audience_error, :enum, 139, "google.ads.googleads.v11.errors.CustomAudienceErrorEnum.CustomAudienceError"
302
303
  optional :audience_error, :enum, 164, "google.ads.googleads.v11.errors.AudienceErrorEnum.AudienceError"
303
304
  optional :experiment_arm_error, :enum, 156, "google.ads.googleads.v11.errors.ExperimentArmErrorEnum.ExperimentArmError"
305
+ optional :audience_insights_error, :enum, 167, "google.ads.googleads.v11.errors.AudienceInsightsErrorEnum.AudienceInsightsError"
304
306
  end
305
307
  end
306
308
  add_message "google.ads.googleads.v11.errors.ErrorLocation" do