google-dfp-api 1.4.0 → 1.5.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 (108) hide show
  1. checksums.yaml +5 -5
  2. data/ChangeLog +6 -0
  3. data/lib/ad_manager_api/api_config.rb +26 -26
  4. data/lib/ad_manager_api/pql_statement_utils.rb +6 -7
  5. data/lib/ad_manager_api/v201811/activity_group_service.rb +54 -0
  6. data/lib/ad_manager_api/v201811/activity_group_service_registry.rb +45 -0
  7. data/lib/ad_manager_api/v201811/activity_service.rb +54 -0
  8. data/lib/ad_manager_api/v201811/activity_service_registry.rb +45 -0
  9. data/lib/ad_manager_api/v201811/ad_exclusion_rule_service.rb +62 -0
  10. data/lib/ad_manager_api/v201811/ad_exclusion_rule_service_registry.rb +45 -0
  11. data/lib/ad_manager_api/v201811/ad_rule_service.rb +62 -0
  12. data/lib/ad_manager_api/v201811/ad_rule_service_registry.rb +45 -0
  13. data/lib/ad_manager_api/v201811/audience_segment_service.rb +62 -0
  14. data/lib/ad_manager_api/v201811/audience_segment_service_registry.rb +45 -0
  15. data/lib/ad_manager_api/v201811/base_rate_service.rb +62 -0
  16. data/lib/ad_manager_api/v201811/base_rate_service_registry.rb +45 -0
  17. data/lib/ad_manager_api/v201811/cdn_configuration_service.rb +62 -0
  18. data/lib/ad_manager_api/v201811/cdn_configuration_service_registry.rb +45 -0
  19. data/lib/ad_manager_api/v201811/company_service.rb +54 -0
  20. data/lib/ad_manager_api/v201811/company_service_registry.rb +45 -0
  21. data/lib/ad_manager_api/v201811/contact_service.rb +54 -0
  22. data/lib/ad_manager_api/v201811/contact_service_registry.rb +45 -0
  23. data/lib/ad_manager_api/v201811/content_bundle_service.rb +62 -0
  24. data/lib/ad_manager_api/v201811/content_bundle_service_registry.rb +45 -0
  25. data/lib/ad_manager_api/v201811/content_service.rb +46 -0
  26. data/lib/ad_manager_api/v201811/content_service_registry.rb +45 -0
  27. data/lib/ad_manager_api/v201811/creative_service.rb +54 -0
  28. data/lib/ad_manager_api/v201811/creative_service_registry.rb +45 -0
  29. data/lib/ad_manager_api/v201811/creative_set_service.rb +54 -0
  30. data/lib/ad_manager_api/v201811/creative_set_service_registry.rb +45 -0
  31. data/lib/ad_manager_api/v201811/creative_template_service.rb +38 -0
  32. data/lib/ad_manager_api/v201811/creative_template_service_registry.rb +45 -0
  33. data/lib/ad_manager_api/v201811/creative_wrapper_service.rb +62 -0
  34. data/lib/ad_manager_api/v201811/creative_wrapper_service_registry.rb +45 -0
  35. data/lib/ad_manager_api/v201811/custom_field_service.rb +86 -0
  36. data/lib/ad_manager_api/v201811/custom_field_service_registry.rb +45 -0
  37. data/lib/ad_manager_api/v201811/custom_targeting_service.rb +94 -0
  38. data/lib/ad_manager_api/v201811/custom_targeting_service_registry.rb +45 -0
  39. data/lib/ad_manager_api/v201811/dai_authentication_key_service.rb +62 -0
  40. data/lib/ad_manager_api/v201811/dai_authentication_key_service_registry.rb +45 -0
  41. data/lib/ad_manager_api/v201811/exchange_rate_service.rb +62 -0
  42. data/lib/ad_manager_api/v201811/exchange_rate_service_registry.rb +45 -0
  43. data/lib/ad_manager_api/v201811/forecast_service.rb +62 -0
  44. data/lib/ad_manager_api/v201811/forecast_service_registry.rb +45 -0
  45. data/lib/ad_manager_api/v201811/inventory_service.rb +70 -0
  46. data/lib/ad_manager_api/v201811/inventory_service_registry.rb +45 -0
  47. data/lib/ad_manager_api/v201811/label_service.rb +62 -0
  48. data/lib/ad_manager_api/v201811/label_service_registry.rb +45 -0
  49. data/lib/ad_manager_api/v201811/line_item_creative_association_service.rb +78 -0
  50. data/lib/ad_manager_api/v201811/line_item_creative_association_service_registry.rb +45 -0
  51. data/lib/ad_manager_api/v201811/line_item_service.rb +62 -0
  52. data/lib/ad_manager_api/v201811/line_item_service_registry.rb +45 -0
  53. data/lib/ad_manager_api/v201811/line_item_template_service.rb +38 -0
  54. data/lib/ad_manager_api/v201811/line_item_template_service_registry.rb +45 -0
  55. data/lib/ad_manager_api/v201811/live_stream_event_service.rb +70 -0
  56. data/lib/ad_manager_api/v201811/live_stream_event_service_registry.rb +45 -0
  57. data/lib/ad_manager_api/v201811/mobile_application_service.rb +62 -0
  58. data/lib/ad_manager_api/v201811/mobile_application_service_registry.rb +45 -0
  59. data/lib/ad_manager_api/v201811/native_style_service.rb +62 -0
  60. data/lib/ad_manager_api/v201811/native_style_service_registry.rb +45 -0
  61. data/lib/ad_manager_api/v201811/network_service.rb +62 -0
  62. data/lib/ad_manager_api/v201811/network_service_registry.rb +45 -0
  63. data/lib/ad_manager_api/v201811/order_service.rb +62 -0
  64. data/lib/ad_manager_api/v201811/order_service_registry.rb +45 -0
  65. data/lib/ad_manager_api/v201811/package_service.rb +62 -0
  66. data/lib/ad_manager_api/v201811/package_service_registry.rb +45 -0
  67. data/lib/ad_manager_api/v201811/placement_service.rb +62 -0
  68. data/lib/ad_manager_api/v201811/placement_service_registry.rb +45 -0
  69. data/lib/ad_manager_api/v201811/premium_rate_service.rb +54 -0
  70. data/lib/ad_manager_api/v201811/premium_rate_service_registry.rb +45 -0
  71. data/lib/ad_manager_api/v201811/product_package_item_service.rb +62 -0
  72. data/lib/ad_manager_api/v201811/product_package_item_service_registry.rb +45 -0
  73. data/lib/ad_manager_api/v201811/product_package_service.rb +62 -0
  74. data/lib/ad_manager_api/v201811/product_package_service_registry.rb +45 -0
  75. data/lib/ad_manager_api/v201811/product_service.rb +54 -0
  76. data/lib/ad_manager_api/v201811/product_service_registry.rb +45 -0
  77. data/lib/ad_manager_api/v201811/product_template_service.rb +62 -0
  78. data/lib/ad_manager_api/v201811/product_template_service_registry.rb +45 -0
  79. data/lib/ad_manager_api/v201811/proposal_line_item_service.rb +62 -0
  80. data/lib/ad_manager_api/v201811/proposal_line_item_service_registry.rb +45 -0
  81. data/lib/ad_manager_api/v201811/proposal_service.rb +70 -0
  82. data/lib/ad_manager_api/v201811/proposal_service_registry.rb +45 -0
  83. data/lib/ad_manager_api/v201811/publisher_query_language_service.rb +38 -0
  84. data/lib/ad_manager_api/v201811/publisher_query_language_service_registry.rb +45 -0
  85. data/lib/ad_manager_api/v201811/rate_card_service.rb +62 -0
  86. data/lib/ad_manager_api/v201811/rate_card_service_registry.rb +45 -0
  87. data/lib/ad_manager_api/v201811/reconciliation_line_item_report_service.rb +46 -0
  88. data/lib/ad_manager_api/v201811/reconciliation_line_item_report_service_registry.rb +45 -0
  89. data/lib/ad_manager_api/v201811/reconciliation_order_report_service.rb +54 -0
  90. data/lib/ad_manager_api/v201811/reconciliation_order_report_service_registry.rb +45 -0
  91. data/lib/ad_manager_api/v201811/reconciliation_report_row_service.rb +46 -0
  92. data/lib/ad_manager_api/v201811/reconciliation_report_row_service_registry.rb +45 -0
  93. data/lib/ad_manager_api/v201811/reconciliation_report_service.rb +46 -0
  94. data/lib/ad_manager_api/v201811/reconciliation_report_service_registry.rb +45 -0
  95. data/lib/ad_manager_api/v201811/report_service.rb +70 -0
  96. data/lib/ad_manager_api/v201811/report_service_registry.rb +45 -0
  97. data/lib/ad_manager_api/v201811/suggested_ad_unit_service.rb +46 -0
  98. data/lib/ad_manager_api/v201811/suggested_ad_unit_service_registry.rb +45 -0
  99. data/lib/ad_manager_api/v201811/team_service.rb +62 -0
  100. data/lib/ad_manager_api/v201811/team_service_registry.rb +45 -0
  101. data/lib/ad_manager_api/v201811/user_service.rb +78 -0
  102. data/lib/ad_manager_api/v201811/user_service_registry.rb +45 -0
  103. data/lib/ad_manager_api/v201811/user_team_association_service.rb +62 -0
  104. data/lib/ad_manager_api/v201811/user_team_association_service_registry.rb +45 -0
  105. data/lib/ad_manager_api/v201811/workflow_request_service.rb +46 -0
  106. data/lib/ad_manager_api/v201811/workflow_request_service_registry.rb +45 -0
  107. data/lib/ad_manager_api/version.rb +1 -1
  108. metadata +105 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: cca4a5007163eed6eb420e5bcd596aad6a8e46da
4
- data.tar.gz: 55450e9031c53c1fa17dde0758e698a57b6c6d3c
2
+ SHA256:
3
+ metadata.gz: f622ae229cf75c32c3c9c668b6099fcc9bcb2fe21de18a5deb9e0187dd3df08a
4
+ data.tar.gz: f27fea3d02865c40323b5f68ea824ca6a046725503373a12f0b0549df26b6c33
5
5
  SHA512:
6
- metadata.gz: e94b98c96ec7dcdafc1de8957a8859640ac79b164588aa37d46c80992731c254e3a387981de9d702d4af48dc9242e0551469d6a9c2ca3a4e014e626ac19e9179
7
- data.tar.gz: 259c9606bfc434285eafadc0219559813bf23251c8dfc11c60dfe47eb2787efe980843685ccdd0a5a050613071d7d629344908421ab78b3a8347cbf30537cf73
6
+ metadata.gz: ea4d1b71efba34f017601f0bc94c12b5d28149c0390c76d5aecb2fd7988459a116bf636b749eb17f1e0977a032126b83c91bc4a66c756dc7c7a73dbff6d6982b
7
+ data.tar.gz: 7e20e4d750535aa36fb283a3f5f04561f0c65acb77e458016bec53b9fff1152523a801bd8fef16ef7d7d50888fda4ec7eda9d688a2360ee1388247a4874f883b
data/ChangeLog CHANGED
@@ -1,3 +1,9 @@
1
+ 1.5.0:
2
+ - Added support for v201811.
3
+ - Removed support for v201711.
4
+ - Removed examples for v201802.
5
+ - Updated PQL StatementBuilder to be more type lenient.
6
+
1
7
  1.4.0:
2
8
  - Changed all DFP references to Ad Manager (for information on migrating, see
3
9
  https://github.com/googleads/google-api-ads-ruby/wiki/DFP-to-Ad-Manager-rebrand-guide).
@@ -40,30 +40,6 @@ module AdManagerApi
40
40
 
41
41
  # Configure the services available to each version
42
42
  @@service_config = {
43
- :v201711 => [:ActivityGroupService, :ActivityService,
44
- :AdExclusionRuleService, :AdRuleService,
45
- :AudienceSegmentService, :BaseRateService, :CompanyService,
46
- :CdnConfigurationService, :ContactService,
47
- :ContentBundleService, :ContentMetadataKeyHierarchyService,
48
- :ContentService, :CreativeService, :CreativeSetService,
49
- :CreativeTemplateService, :CreativeWrapperService,
50
- :CustomFieldService, :CustomTargetingService,
51
- :ExchangeRateService, :ForecastService, :InventoryService,
52
- :LabelService, :LineItemCreativeAssociationService,
53
- :LineItemService, :LineItemTemplateService,
54
- :LiveStreamEventService, :MobileApplicationService,
55
- :NativeStyleService, :NetworkService, :OrderService,
56
- :PackageService, :ProductPackageService,
57
- :ProductPackageItemService, :PlacementService,
58
- :PremiumRateService, :ProductService,
59
- :ProductTemplateService, :ProposalLineItemService,
60
- :ProposalService, :PublisherQueryLanguageService,
61
- :RateCardService, :ReconciliationOrderReportService,
62
- :ReconciliationLineItemReportService,
63
- :ReconciliationReportRowService,
64
- :ReconciliationReportService, :ReportService,
65
- :SuggestedAdUnitService, :TeamService, :UserService,
66
- :UserTeamAssociationService, :WorkflowRequestService],
67
43
  :v201802 => [:ActivityGroupService, :ActivityService,
68
44
  :AdExclusionRuleService, :AdRuleService,
69
45
  :AudienceSegmentService, :BaseRateService, :CompanyService,
@@ -135,6 +111,30 @@ module AdManagerApi
135
111
  :ReconciliationReportRowService,
136
112
  :ReconciliationReportService, :ReportService,
137
113
  :SuggestedAdUnitService, :TeamService, :UserService,
114
+ :UserTeamAssociationService, :WorkflowRequestService],
115
+ :v201811 => [:ActivityGroupService, :ActivityService,
116
+ :AdExclusionRuleService, :AdRuleService,
117
+ :AudienceSegmentService, :BaseRateService, :CompanyService,
118
+ :CdnConfigurationService, :ContactService,
119
+ :ContentBundleService, :ContentService, :CreativeService,
120
+ :CreativeSetService, :CreativeTemplateService,
121
+ :CreativeWrapperService, :CustomFieldService,
122
+ :CustomTargetingService, :DaiAuthenticationKeyService,
123
+ :ExchangeRateService, :ForecastService, :InventoryService,
124
+ :LabelService, :LineItemCreativeAssociationService,
125
+ :LineItemService, :LineItemTemplateService,
126
+ :LiveStreamEventService, :MobileApplicationService,
127
+ :NativeStyleService, :NetworkService, :OrderService,
128
+ :PackageService, :ProductPackageService,
129
+ :ProductPackageItemService, :PlacementService,
130
+ :PremiumRateService, :ProductService,
131
+ :ProductTemplateService, :ProposalLineItemService,
132
+ :ProposalService, :PublisherQueryLanguageService,
133
+ :RateCardService, :ReconciliationOrderReportService,
134
+ :ReconciliationLineItemReportService,
135
+ :ReconciliationReportRowService,
136
+ :ReconciliationReportService, :ReportService,
137
+ :SuggestedAdUnitService, :TeamService, :UserService,
138
138
  :UserTeamAssociationService, :WorkflowRequestService]
139
139
  }
140
140
 
@@ -142,10 +142,10 @@ module AdManagerApi
142
142
  @@config = {
143
143
  :oauth_scope => 'https://www.googleapis.com/auth/dfp',
144
144
  :header_ns => 'https://www.google.com/apis/ads/publisher/',
145
- :v201711 => 'https://ads.google.com/apis/ads/publisher/',
146
145
  :v201802 => 'https://ads.google.com/apis/ads/publisher/',
147
146
  :v201805 => 'https://ads.google.com/apis/ads/publisher/',
148
- :v201808 => 'https://ads.google.com/apis/ads/publisher/'
147
+ :v201808 => 'https://ads.google.com/apis/ads/publisher/',
148
+ :v201811 => 'https://ads.google.com/apis/ads/publisher/'
149
149
  }
150
150
 
151
151
  public
@@ -43,8 +43,6 @@ module AdManagerApi
43
43
  class PQLValues
44
44
  VALUE_TYPES = {
45
45
  Numeric => 'NumberValue',
46
- Integer => 'NumberValue',
47
- Float => 'NumberValue',
48
46
  String => 'TextValue',
49
47
  TrueClass => 'BooleanValue',
50
48
  FalseClass => 'BooleanValue',
@@ -65,10 +63,11 @@ module AdManagerApi
65
63
 
66
64
  # Get values as an array, the format the Ad Manager API expects.
67
65
  def values()
68
- # values_array is a Ad Manger compliant list of values of the following form:
69
- # [:key => ..., :value => {:xsi_type => ..., :value => ...}]
66
+ # values_array is an Ad-Manager-compliant list of values of the following
67
+ # form: [:key => ..., :value => {:xsi_type => ..., :value => ...}]
70
68
  values_array = @values.map do |key, value|
71
69
  raise 'Missing value in StatementBuilder.' if value.nil?
70
+ raise 'Misconfigured value in StatementBuilder.' unless value.is_a? Hash
72
71
  raise 'Value cannot be nil on StatementBuilder.' if value[:value].nil?
73
72
  raise 'Missing value type for %s.' % key if value[:xsi_type].nil?
74
73
  unless VALUE_TYPES.values.include?(value[:xsi_type])
@@ -92,13 +91,13 @@ module AdManagerApi
92
91
  # Create an individual value object by inferring the xsi_type. If the value
93
92
  # type isn't recognized, return the original value parameter.
94
93
  def generate_value_object(value)
95
- type = VALUE_TYPES[value.class]
94
+ typeKeyValue = VALUE_TYPES.find {|key, val| value.is_a? key}
96
95
  dateTypes = [AdManagerApi::AdManagerDate, AdManagerApi::AdManagerDateTime]
97
96
  if dateTypes.include?(value.class)
98
97
  value = value.to_h
99
98
  end
100
- return value if type.nil?
101
- return {:xsi_type => type, :value => value}
99
+ return value if typeKeyValue.nil?
100
+ return {:xsi_type => typeKeyValue.last, :value => value}
102
101
  end
103
102
  end
104
103
 
@@ -0,0 +1,54 @@
1
+ # Encoding: utf-8
2
+ #
3
+ # This is auto-generated code, changes will be overwritten.
4
+ #
5
+ # Copyright:: Copyright 2018, Google Inc. All Rights Reserved.
6
+ # License:: Licensed under the Apache License, Version 2.0.
7
+ #
8
+ # Code generated by AdsCommon library 1.0.2 on 2018-11-08 13:42:43.
9
+
10
+ require 'ads_common/savon_service'
11
+ require 'ad_manager_api/v201811/activity_group_service_registry'
12
+
13
+ module AdManagerApi; module V201811; module ActivityGroupService
14
+ class ActivityGroupService < AdsCommon::SavonService
15
+ def initialize(config, endpoint)
16
+ namespace = 'https://www.google.com/apis/ads/publisher/v201811'
17
+ super(config, endpoint, namespace, :v201811)
18
+ end
19
+
20
+ def create_activity_groups(*args, &block)
21
+ return execute_action('create_activity_groups', args, &block)
22
+ end
23
+
24
+ def create_activity_groups_to_xml(*args)
25
+ return get_soap_xml('create_activity_groups', args)
26
+ end
27
+
28
+ def get_activity_groups_by_statement(*args, &block)
29
+ return execute_action('get_activity_groups_by_statement', args, &block)
30
+ end
31
+
32
+ def get_activity_groups_by_statement_to_xml(*args)
33
+ return get_soap_xml('get_activity_groups_by_statement', args)
34
+ end
35
+
36
+ def update_activity_groups(*args, &block)
37
+ return execute_action('update_activity_groups', args, &block)
38
+ end
39
+
40
+ def update_activity_groups_to_xml(*args)
41
+ return get_soap_xml('update_activity_groups', args)
42
+ end
43
+
44
+ private
45
+
46
+ def get_service_registry()
47
+ return ActivityGroupServiceRegistry
48
+ end
49
+
50
+ def get_module()
51
+ return AdManagerApi::V201811::ActivityGroupService
52
+ end
53
+ end
54
+ end; end; end
@@ -0,0 +1,45 @@
1
+ # Encoding: utf-8
2
+ #
3
+ # This is auto-generated code, changes will be overwritten.
4
+ #
5
+ # Copyright:: Copyright 2018, Google Inc. All Rights Reserved.
6
+ # License:: Licensed under the Apache License, Version 2.0.
7
+ #
8
+ # Code generated by AdsCommon library 1.0.2 on 2018-11-08 13:42:43.
9
+
10
+ require 'ad_manager_api/errors'
11
+
12
+ module AdManagerApi; module V201811; module ActivityGroupService
13
+ class ActivityGroupServiceRegistry
14
+ ACTIVITYGROUPSERVICE_METHODS = {:create_activity_groups=>{:input=>[{:name=>:activity_groups, :type=>"ActivityGroup", :min_occurs=>0, :max_occurs=>:unbounded}], :output=>{:name=>"create_activity_groups_response", :fields=>[{:name=>:rval, :type=>"ActivityGroup", :min_occurs=>0, :max_occurs=>:unbounded}]}}, :get_activity_groups_by_statement=>{:input=>[{:name=>:filter_statement, :type=>"Statement", :min_occurs=>0, :max_occurs=>1}], :output=>{:name=>"get_activity_groups_by_statement_response", :fields=>[{:name=>:rval, :type=>"ActivityGroupPage", :min_occurs=>0, :max_occurs=>1}]}}, :update_activity_groups=>{:input=>[{:name=>:activity_groups, :type=>"ActivityGroup", :min_occurs=>0, :max_occurs=>:unbounded}], :output=>{:name=>"update_activity_groups_response", :fields=>[{:name=>:rval, :type=>"ActivityGroup", :min_occurs=>0, :max_occurs=>:unbounded}]}}}
15
+ ACTIVITYGROUPSERVICE_TYPES = {:ObjectValue=>{:fields=>[], :abstract=>true, :base=>"Value"}, :ActivityError=>{:fields=>[{:name=>:reason, :type=>"ActivityError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :ActivityGroup=>{:fields=>[{:name=>:id, :type=>"int", :min_occurs=>0, :max_occurs=>1}, {:name=>:name, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:company_ids, :type=>"long", :min_occurs=>0, :max_occurs=>:unbounded}, {:name=>:impressions_lookback, :type=>"int", :min_occurs=>0, :max_occurs=>1}, {:name=>:clicks_lookback, :type=>"int", :min_occurs=>0, :max_occurs=>1}, {:name=>:status, :type=>"ActivityGroup.Status", :min_occurs=>0, :max_occurs=>1}]}, :ActivityGroupPage=>{:fields=>[{:name=>:total_result_set_size, :type=>"int", :min_occurs=>0, :max_occurs=>1}, {:name=>:start_index, :type=>"int", :min_occurs=>0, :max_occurs=>1}, {:name=>:results, :type=>"ActivityGroup", :min_occurs=>0, :max_occurs=>:unbounded}]}, :ApiError=>{:fields=>[{:name=>:field_path, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:field_path_elements, :type=>"FieldPathElement", :min_occurs=>0, :max_occurs=>:unbounded}, {:name=>:trigger, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:error_string, :type=>"string", :min_occurs=>0, :max_occurs=>1}], :abstract=>true}, :ApiException=>{:fields=>[{:name=>:errors, :type=>"ApiError", :min_occurs=>0, :max_occurs=>:unbounded}], :base=>"ApplicationException"}, :ApiVersionError=>{:fields=>[{:name=>:reason, :type=>"ApiVersionError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :ApplicationException=>{:fields=>[{:name=>:message, :type=>"string", :min_occurs=>0, :max_occurs=>1}]}, :AuthenticationError=>{:fields=>[{:name=>:reason, :type=>"AuthenticationError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :BooleanValue=>{:fields=>[{:name=>:value, :type=>"boolean", :min_occurs=>0, :max_occurs=>1}], :base=>"Value"}, :CollectionSizeError=>{:fields=>[{:name=>:reason, :type=>"CollectionSizeError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :CommonError=>{:fields=>[{:name=>:reason, :type=>"CommonError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :Date=>{:fields=>[{:name=>:year, :type=>"int", :min_occurs=>0, :max_occurs=>1}, {:name=>:month, :type=>"int", :min_occurs=>0, :max_occurs=>1}, {:name=>:day, :type=>"int", :min_occurs=>0, :max_occurs=>1}]}, :DateTime=>{:fields=>[{:name=>:date, :type=>"Date", :min_occurs=>0, :max_occurs=>1}, {:name=>:hour, :type=>"int", :min_occurs=>0, :max_occurs=>1}, {:name=>:minute, :type=>"int", :min_occurs=>0, :max_occurs=>1}, {:name=>:second, :type=>"int", :min_occurs=>0, :max_occurs=>1}, {:name=>:time_zone_id, :type=>"string", :min_occurs=>0, :max_occurs=>1}]}, :DateTimeValue=>{:fields=>[{:name=>:value, :type=>"DateTime", :min_occurs=>0, :max_occurs=>1}], :base=>"Value"}, :DateValue=>{:fields=>[{:name=>:value, :type=>"Date", :min_occurs=>0, :max_occurs=>1}], :base=>"Value"}, :FeatureError=>{:fields=>[{:name=>:reason, :type=>"FeatureError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :FieldPathElement=>{:fields=>[{:name=>:field, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:index, :type=>"int", :min_occurs=>0, :max_occurs=>1}]}, :InternalApiError=>{:fields=>[{:name=>:reason, :type=>"InternalApiError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :NotNullError=>{:fields=>[{:name=>:reason, :type=>"NotNullError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :NumberValue=>{:fields=>[{:name=>:value, :type=>"string", :min_occurs=>0, :max_occurs=>1}], :base=>"Value"}, :ParseError=>{:fields=>[{:name=>:reason, :type=>"ParseError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :PermissionError=>{:fields=>[{:name=>:reason, :type=>"PermissionError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :PublisherQueryLanguageContextError=>{:fields=>[{:name=>:reason, :type=>"PublisherQueryLanguageContextError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :PublisherQueryLanguageSyntaxError=>{:fields=>[{:name=>:reason, :type=>"PublisherQueryLanguageSyntaxError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :QuotaError=>{:fields=>[{:name=>:reason, :type=>"QuotaError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :RangeError=>{:fields=>[{:name=>:reason, :type=>"RangeError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :RequiredCollectionError=>{:fields=>[{:name=>:reason, :type=>"RequiredCollectionError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :RequiredError=>{:fields=>[{:name=>:reason, :type=>"RequiredError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :ServerError=>{:fields=>[{:name=>:reason, :type=>"ServerError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :SetValue=>{:fields=>[{:name=>:values, :type=>"Value", :min_occurs=>0, :max_occurs=>:unbounded}], :base=>"Value"}, :SoapRequestHeader=>{:fields=>[{:name=>:network_code, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:application_name, :type=>"string", :min_occurs=>0, :max_occurs=>1}]}, :SoapResponseHeader=>{:fields=>[{:name=>:request_id, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:response_time, :type=>"long", :min_occurs=>0, :max_occurs=>1}]}, :Statement=>{:fields=>[{:name=>:query, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:values, :type=>"String_ValueMapEntry", :min_occurs=>0, :max_occurs=>:unbounded}]}, :StatementError=>{:fields=>[{:name=>:reason, :type=>"StatementError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :StringFormatError=>{:fields=>[{:name=>:reason, :type=>"StringFormatError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :StringLengthError=>{:fields=>[{:name=>:reason, :type=>"StringLengthError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :String_ValueMapEntry=>{:fields=>[{:name=>:key, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:value, :type=>"Value", :min_occurs=>0, :max_occurs=>1}]}, :TextValue=>{:fields=>[{:name=>:value, :type=>"string", :min_occurs=>0, :max_occurs=>1}], :base=>"Value"}, :UniqueError=>{:fields=>[], :base=>"ApiError"}, :Value=>{:fields=>[], :abstract=>true}, :"ActivityError.Reason"=>{:type=>"string", :enumerations=>["ACTIVITIES_FEATURE_REQUIRED", "UNSUPPORTED_COMPANY_TYPE", "UNKNOWN"]}, :"ActivityGroup.Status"=>{:type=>"string", :enumerations=>["ACTIVE", "INACTIVE"]}, :"ApiVersionError.Reason"=>{:type=>"string", :enumerations=>["UPDATE_TO_NEWER_VERSION", "UNKNOWN"]}, :"AuthenticationError.Reason"=>{:type=>"string", :enumerations=>["AMBIGUOUS_SOAP_REQUEST_HEADER", "INVALID_EMAIL", "AUTHENTICATION_FAILED", "INVALID_OAUTH_SIGNATURE", "INVALID_SERVICE", "MISSING_SOAP_REQUEST_HEADER", "MISSING_AUTHENTICATION_HTTP_HEADER", "MISSING_AUTHENTICATION", "NOT_WHITELISTED_FOR_API_ACCESS", "NO_NETWORKS_TO_ACCESS", "NETWORK_NOT_FOUND", "NETWORK_CODE_REQUIRED", "CONNECTION_ERROR", "GOOGLE_ACCOUNT_ALREADY_ASSOCIATED_WITH_NETWORK", "UNDER_INVESTIGATION", "UNKNOWN"]}, :"CollectionSizeError.Reason"=>{:type=>"string", :enumerations=>["TOO_LARGE", "UNKNOWN"]}, :"CommonError.Reason"=>{:type=>"string", :enumerations=>["NOT_FOUND", "ALREADY_EXISTS", "NOT_APPLICABLE", "DUPLICATE_OBJECT", "CANNOT_UPDATE", "CONCURRENT_MODIFICATION", "UNKNOWN"]}, :"FeatureError.Reason"=>{:type=>"string", :enumerations=>["MISSING_FEATURE", "UNKNOWN"]}, :"InternalApiError.Reason"=>{:type=>"string", :enumerations=>["UNEXPECTED_INTERNAL_API_ERROR", "TRANSIENT_ERROR", "UNKNOWN", "DOWNTIME", "ERROR_GENERATING_RESPONSE"]}, :"NotNullError.Reason"=>{:type=>"string", :enumerations=>["ARG1_NULL", "ARG2_NULL", "ARG3_NULL", "NULL", "UNKNOWN"]}, :"ParseError.Reason"=>{:type=>"string", :enumerations=>["UNPARSABLE", "UNKNOWN"]}, :"PermissionError.Reason"=>{:type=>"string", :enumerations=>["PERMISSION_DENIED", "UNKNOWN"]}, :"PublisherQueryLanguageContextError.Reason"=>{:type=>"string", :enumerations=>["UNEXECUTABLE", "UNKNOWN"]}, :"PublisherQueryLanguageSyntaxError.Reason"=>{:type=>"string", :enumerations=>["UNPARSABLE", "UNKNOWN"]}, :"QuotaError.Reason"=>{:type=>"string", :enumerations=>["EXCEEDED_QUOTA", "UNKNOWN", "REPORT_JOB_LIMIT"]}, :"RangeError.Reason"=>{:type=>"string", :enumerations=>["TOO_HIGH", "TOO_LOW", "UNKNOWN"]}, :"RequiredCollectionError.Reason"=>{:type=>"string", :enumerations=>["REQUIRED", "TOO_LARGE", "TOO_SMALL", "UNKNOWN"]}, :"RequiredError.Reason"=>{:type=>"string", :enumerations=>["REQUIRED"]}, :"ServerError.Reason"=>{:type=>"string", :enumerations=>["SERVER_ERROR", "SERVER_BUSY", "UNKNOWN"]}, :"StatementError.Reason"=>{:type=>"string", :enumerations=>["VARIABLE_NOT_BOUND_TO_VALUE", "UNKNOWN"]}, :"StringFormatError.Reason"=>{:type=>"string", :enumerations=>["UNKNOWN", "ILLEGAL_CHARS", "INVALID_FORMAT"]}, :"StringLengthError.Reason"=>{:type=>"string", :enumerations=>["TOO_LONG", "TOO_SHORT", "UNKNOWN"]}}
16
+ ACTIVITYGROUPSERVICE_NAMESPACES = []
17
+
18
+ def self.get_method_signature(method_name)
19
+ return ACTIVITYGROUPSERVICE_METHODS[method_name.to_sym]
20
+ end
21
+
22
+ def self.get_type_signature(type_name)
23
+ return ACTIVITYGROUPSERVICE_TYPES[type_name.to_sym]
24
+ end
25
+
26
+ def self.get_namespace(index)
27
+ return ACTIVITYGROUPSERVICE_NAMESPACES[index]
28
+ end
29
+ end
30
+
31
+ # Base class for exceptions.
32
+ class ApplicationException < AdManagerApi::Errors::ApiException
33
+ attr_reader :message # string
34
+ end
35
+
36
+ # Exception class for holding a list of service errors.
37
+ class ApiException < ApplicationException
38
+ attr_reader :errors # ApiError
39
+ def initialize(exception_fault)
40
+ @array_fields ||= []
41
+ @array_fields << 'errors'
42
+ super(exception_fault, ActivityGroupServiceRegistry)
43
+ end
44
+ end
45
+ end; end; end
@@ -0,0 +1,54 @@
1
+ # Encoding: utf-8
2
+ #
3
+ # This is auto-generated code, changes will be overwritten.
4
+ #
5
+ # Copyright:: Copyright 2018, Google Inc. All Rights Reserved.
6
+ # License:: Licensed under the Apache License, Version 2.0.
7
+ #
8
+ # Code generated by AdsCommon library 1.0.2 on 2018-11-08 13:42:43.
9
+
10
+ require 'ads_common/savon_service'
11
+ require 'ad_manager_api/v201811/activity_service_registry'
12
+
13
+ module AdManagerApi; module V201811; module ActivityService
14
+ class ActivityService < AdsCommon::SavonService
15
+ def initialize(config, endpoint)
16
+ namespace = 'https://www.google.com/apis/ads/publisher/v201811'
17
+ super(config, endpoint, namespace, :v201811)
18
+ end
19
+
20
+ def create_activities(*args, &block)
21
+ return execute_action('create_activities', args, &block)
22
+ end
23
+
24
+ def create_activities_to_xml(*args)
25
+ return get_soap_xml('create_activities', args)
26
+ end
27
+
28
+ def get_activities_by_statement(*args, &block)
29
+ return execute_action('get_activities_by_statement', args, &block)
30
+ end
31
+
32
+ def get_activities_by_statement_to_xml(*args)
33
+ return get_soap_xml('get_activities_by_statement', args)
34
+ end
35
+
36
+ def update_activities(*args, &block)
37
+ return execute_action('update_activities', args, &block)
38
+ end
39
+
40
+ def update_activities_to_xml(*args)
41
+ return get_soap_xml('update_activities', args)
42
+ end
43
+
44
+ private
45
+
46
+ def get_service_registry()
47
+ return ActivityServiceRegistry
48
+ end
49
+
50
+ def get_module()
51
+ return AdManagerApi::V201811::ActivityService
52
+ end
53
+ end
54
+ end; end; end
@@ -0,0 +1,45 @@
1
+ # Encoding: utf-8
2
+ #
3
+ # This is auto-generated code, changes will be overwritten.
4
+ #
5
+ # Copyright:: Copyright 2018, Google Inc. All Rights Reserved.
6
+ # License:: Licensed under the Apache License, Version 2.0.
7
+ #
8
+ # Code generated by AdsCommon library 1.0.2 on 2018-11-08 13:42:43.
9
+
10
+ require 'ad_manager_api/errors'
11
+
12
+ module AdManagerApi; module V201811; module ActivityService
13
+ class ActivityServiceRegistry
14
+ ACTIVITYSERVICE_METHODS = {:create_activities=>{:input=>[{:name=>:activities, :type=>"Activity", :min_occurs=>0, :max_occurs=>:unbounded}], :output=>{:name=>"create_activities_response", :fields=>[{:name=>:rval, :type=>"Activity", :min_occurs=>0, :max_occurs=>:unbounded}]}}, :get_activities_by_statement=>{:input=>[{:name=>:filter_statement, :type=>"Statement", :min_occurs=>0, :max_occurs=>1}], :output=>{:name=>"get_activities_by_statement_response", :fields=>[{:name=>:rval, :type=>"ActivityPage", :min_occurs=>0, :max_occurs=>1}]}}, :update_activities=>{:input=>[{:name=>:activities, :type=>"Activity", :min_occurs=>0, :max_occurs=>:unbounded}], :output=>{:name=>"update_activities_response", :fields=>[{:name=>:rval, :type=>"Activity", :min_occurs=>0, :max_occurs=>:unbounded}]}}}
15
+ ACTIVITYSERVICE_TYPES = {:ObjectValue=>{:fields=>[], :abstract=>true, :base=>"Value"}, :Activity=>{:fields=>[{:name=>:id, :type=>"int", :min_occurs=>0, :max_occurs=>1}, {:name=>:activity_group_id, :type=>"int", :min_occurs=>0, :max_occurs=>1}, {:name=>:name, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:expected_url, :original_name=>"expectedURL", :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:status, :type=>"Activity.Status", :min_occurs=>0, :max_occurs=>1}, {:name=>:type, :type=>"Activity.Type", :min_occurs=>0, :max_occurs=>1}]}, :ActivityError=>{:fields=>[{:name=>:reason, :type=>"ActivityError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :ActivityPage=>{:fields=>[{:name=>:total_result_set_size, :type=>"int", :min_occurs=>0, :max_occurs=>1}, {:name=>:start_index, :type=>"int", :min_occurs=>0, :max_occurs=>1}, {:name=>:results, :type=>"Activity", :min_occurs=>0, :max_occurs=>:unbounded}]}, :ApiError=>{:fields=>[{:name=>:field_path, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:field_path_elements, :type=>"FieldPathElement", :min_occurs=>0, :max_occurs=>:unbounded}, {:name=>:trigger, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:error_string, :type=>"string", :min_occurs=>0, :max_occurs=>1}], :abstract=>true}, :ApiException=>{:fields=>[{:name=>:errors, :type=>"ApiError", :min_occurs=>0, :max_occurs=>:unbounded}], :base=>"ApplicationException"}, :ApiVersionError=>{:fields=>[{:name=>:reason, :type=>"ApiVersionError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :ApplicationException=>{:fields=>[{:name=>:message, :type=>"string", :min_occurs=>0, :max_occurs=>1}]}, :AuthenticationError=>{:fields=>[{:name=>:reason, :type=>"AuthenticationError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :BooleanValue=>{:fields=>[{:name=>:value, :type=>"boolean", :min_occurs=>0, :max_occurs=>1}], :base=>"Value"}, :CollectionSizeError=>{:fields=>[{:name=>:reason, :type=>"CollectionSizeError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :CommonError=>{:fields=>[{:name=>:reason, :type=>"CommonError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :Date=>{:fields=>[{:name=>:year, :type=>"int", :min_occurs=>0, :max_occurs=>1}, {:name=>:month, :type=>"int", :min_occurs=>0, :max_occurs=>1}, {:name=>:day, :type=>"int", :min_occurs=>0, :max_occurs=>1}]}, :DateTime=>{:fields=>[{:name=>:date, :type=>"Date", :min_occurs=>0, :max_occurs=>1}, {:name=>:hour, :type=>"int", :min_occurs=>0, :max_occurs=>1}, {:name=>:minute, :type=>"int", :min_occurs=>0, :max_occurs=>1}, {:name=>:second, :type=>"int", :min_occurs=>0, :max_occurs=>1}, {:name=>:time_zone_id, :type=>"string", :min_occurs=>0, :max_occurs=>1}]}, :DateTimeValue=>{:fields=>[{:name=>:value, :type=>"DateTime", :min_occurs=>0, :max_occurs=>1}], :base=>"Value"}, :DateValue=>{:fields=>[{:name=>:value, :type=>"Date", :min_occurs=>0, :max_occurs=>1}], :base=>"Value"}, :FeatureError=>{:fields=>[{:name=>:reason, :type=>"FeatureError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :FieldPathElement=>{:fields=>[{:name=>:field, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:index, :type=>"int", :min_occurs=>0, :max_occurs=>1}]}, :InternalApiError=>{:fields=>[{:name=>:reason, :type=>"InternalApiError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :NotNullError=>{:fields=>[{:name=>:reason, :type=>"NotNullError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :NumberValue=>{:fields=>[{:name=>:value, :type=>"string", :min_occurs=>0, :max_occurs=>1}], :base=>"Value"}, :ParseError=>{:fields=>[{:name=>:reason, :type=>"ParseError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :PermissionError=>{:fields=>[{:name=>:reason, :type=>"PermissionError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :PublisherQueryLanguageContextError=>{:fields=>[{:name=>:reason, :type=>"PublisherQueryLanguageContextError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :PublisherQueryLanguageSyntaxError=>{:fields=>[{:name=>:reason, :type=>"PublisherQueryLanguageSyntaxError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :QuotaError=>{:fields=>[{:name=>:reason, :type=>"QuotaError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :RangeError=>{:fields=>[{:name=>:reason, :type=>"RangeError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :RequiredCollectionError=>{:fields=>[{:name=>:reason, :type=>"RequiredCollectionError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :RequiredError=>{:fields=>[{:name=>:reason, :type=>"RequiredError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :ServerError=>{:fields=>[{:name=>:reason, :type=>"ServerError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :SetValue=>{:fields=>[{:name=>:values, :type=>"Value", :min_occurs=>0, :max_occurs=>:unbounded}], :base=>"Value"}, :SoapRequestHeader=>{:fields=>[{:name=>:network_code, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:application_name, :type=>"string", :min_occurs=>0, :max_occurs=>1}]}, :SoapResponseHeader=>{:fields=>[{:name=>:request_id, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:response_time, :type=>"long", :min_occurs=>0, :max_occurs=>1}]}, :Statement=>{:fields=>[{:name=>:query, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:values, :type=>"String_ValueMapEntry", :min_occurs=>0, :max_occurs=>:unbounded}]}, :StatementError=>{:fields=>[{:name=>:reason, :type=>"StatementError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :StringFormatError=>{:fields=>[{:name=>:reason, :type=>"StringFormatError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :StringLengthError=>{:fields=>[{:name=>:reason, :type=>"StringLengthError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :String_ValueMapEntry=>{:fields=>[{:name=>:key, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:value, :type=>"Value", :min_occurs=>0, :max_occurs=>1}]}, :TextValue=>{:fields=>[{:name=>:value, :type=>"string", :min_occurs=>0, :max_occurs=>1}], :base=>"Value"}, :UniqueError=>{:fields=>[], :base=>"ApiError"}, :Value=>{:fields=>[], :abstract=>true}, :"Activity.Status"=>{:type=>"string", :enumerations=>["ACTIVE", "INACTIVE"]}, :"Activity.Type"=>{:type=>"string", :enumerations=>["PAGE_VIEWS", "DAILY_VISITS", "CUSTOM", "ITEMS_PURCHASED", "TRANSACTIONS", "IOS_APPLICATION_DOWNLOADS", "ANDROID_APPLICATION_DOWNLOADS", "UNKNOWN"]}, :"ActivityError.Reason"=>{:type=>"string", :enumerations=>["ACTIVITIES_FEATURE_REQUIRED", "UNSUPPORTED_COMPANY_TYPE", "UNKNOWN"]}, :"ApiVersionError.Reason"=>{:type=>"string", :enumerations=>["UPDATE_TO_NEWER_VERSION", "UNKNOWN"]}, :"AuthenticationError.Reason"=>{:type=>"string", :enumerations=>["AMBIGUOUS_SOAP_REQUEST_HEADER", "INVALID_EMAIL", "AUTHENTICATION_FAILED", "INVALID_OAUTH_SIGNATURE", "INVALID_SERVICE", "MISSING_SOAP_REQUEST_HEADER", "MISSING_AUTHENTICATION_HTTP_HEADER", "MISSING_AUTHENTICATION", "NOT_WHITELISTED_FOR_API_ACCESS", "NO_NETWORKS_TO_ACCESS", "NETWORK_NOT_FOUND", "NETWORK_CODE_REQUIRED", "CONNECTION_ERROR", "GOOGLE_ACCOUNT_ALREADY_ASSOCIATED_WITH_NETWORK", "UNDER_INVESTIGATION", "UNKNOWN"]}, :"CollectionSizeError.Reason"=>{:type=>"string", :enumerations=>["TOO_LARGE", "UNKNOWN"]}, :"CommonError.Reason"=>{:type=>"string", :enumerations=>["NOT_FOUND", "ALREADY_EXISTS", "NOT_APPLICABLE", "DUPLICATE_OBJECT", "CANNOT_UPDATE", "CONCURRENT_MODIFICATION", "UNKNOWN"]}, :"FeatureError.Reason"=>{:type=>"string", :enumerations=>["MISSING_FEATURE", "UNKNOWN"]}, :"InternalApiError.Reason"=>{:type=>"string", :enumerations=>["UNEXPECTED_INTERNAL_API_ERROR", "TRANSIENT_ERROR", "UNKNOWN", "DOWNTIME", "ERROR_GENERATING_RESPONSE"]}, :"NotNullError.Reason"=>{:type=>"string", :enumerations=>["ARG1_NULL", "ARG2_NULL", "ARG3_NULL", "NULL", "UNKNOWN"]}, :"ParseError.Reason"=>{:type=>"string", :enumerations=>["UNPARSABLE", "UNKNOWN"]}, :"PermissionError.Reason"=>{:type=>"string", :enumerations=>["PERMISSION_DENIED", "UNKNOWN"]}, :"PublisherQueryLanguageContextError.Reason"=>{:type=>"string", :enumerations=>["UNEXECUTABLE", "UNKNOWN"]}, :"PublisherQueryLanguageSyntaxError.Reason"=>{:type=>"string", :enumerations=>["UNPARSABLE", "UNKNOWN"]}, :"QuotaError.Reason"=>{:type=>"string", :enumerations=>["EXCEEDED_QUOTA", "UNKNOWN", "REPORT_JOB_LIMIT"]}, :"RangeError.Reason"=>{:type=>"string", :enumerations=>["TOO_HIGH", "TOO_LOW", "UNKNOWN"]}, :"RequiredCollectionError.Reason"=>{:type=>"string", :enumerations=>["REQUIRED", "TOO_LARGE", "TOO_SMALL", "UNKNOWN"]}, :"RequiredError.Reason"=>{:type=>"string", :enumerations=>["REQUIRED"]}, :"ServerError.Reason"=>{:type=>"string", :enumerations=>["SERVER_ERROR", "SERVER_BUSY", "UNKNOWN"]}, :"StatementError.Reason"=>{:type=>"string", :enumerations=>["VARIABLE_NOT_BOUND_TO_VALUE", "UNKNOWN"]}, :"StringFormatError.Reason"=>{:type=>"string", :enumerations=>["UNKNOWN", "ILLEGAL_CHARS", "INVALID_FORMAT"]}, :"StringLengthError.Reason"=>{:type=>"string", :enumerations=>["TOO_LONG", "TOO_SHORT", "UNKNOWN"]}}
16
+ ACTIVITYSERVICE_NAMESPACES = []
17
+
18
+ def self.get_method_signature(method_name)
19
+ return ACTIVITYSERVICE_METHODS[method_name.to_sym]
20
+ end
21
+
22
+ def self.get_type_signature(type_name)
23
+ return ACTIVITYSERVICE_TYPES[type_name.to_sym]
24
+ end
25
+
26
+ def self.get_namespace(index)
27
+ return ACTIVITYSERVICE_NAMESPACES[index]
28
+ end
29
+ end
30
+
31
+ # Base class for exceptions.
32
+ class ApplicationException < AdManagerApi::Errors::ApiException
33
+ attr_reader :message # string
34
+ end
35
+
36
+ # Exception class for holding a list of service errors.
37
+ class ApiException < ApplicationException
38
+ attr_reader :errors # ApiError
39
+ def initialize(exception_fault)
40
+ @array_fields ||= []
41
+ @array_fields << 'errors'
42
+ super(exception_fault, ActivityServiceRegistry)
43
+ end
44
+ end
45
+ end; end; end
@@ -0,0 +1,62 @@
1
+ # Encoding: utf-8
2
+ #
3
+ # This is auto-generated code, changes will be overwritten.
4
+ #
5
+ # Copyright:: Copyright 2018, Google Inc. All Rights Reserved.
6
+ # License:: Licensed under the Apache License, Version 2.0.
7
+ #
8
+ # Code generated by AdsCommon library 1.0.2 on 2018-11-08 13:42:44.
9
+
10
+ require 'ads_common/savon_service'
11
+ require 'ad_manager_api/v201811/ad_exclusion_rule_service_registry'
12
+
13
+ module AdManagerApi; module V201811; module AdExclusionRuleService
14
+ class AdExclusionRuleService < AdsCommon::SavonService
15
+ def initialize(config, endpoint)
16
+ namespace = 'https://www.google.com/apis/ads/publisher/v201811'
17
+ super(config, endpoint, namespace, :v201811)
18
+ end
19
+
20
+ def create_ad_exclusion_rules(*args, &block)
21
+ return execute_action('create_ad_exclusion_rules', args, &block)
22
+ end
23
+
24
+ def create_ad_exclusion_rules_to_xml(*args)
25
+ return get_soap_xml('create_ad_exclusion_rules', args)
26
+ end
27
+
28
+ def get_ad_exclusion_rules_by_statement(*args, &block)
29
+ return execute_action('get_ad_exclusion_rules_by_statement', args, &block)
30
+ end
31
+
32
+ def get_ad_exclusion_rules_by_statement_to_xml(*args)
33
+ return get_soap_xml('get_ad_exclusion_rules_by_statement', args)
34
+ end
35
+
36
+ def perform_ad_exclusion_rule_action(*args, &block)
37
+ return execute_action('perform_ad_exclusion_rule_action', args, &block)
38
+ end
39
+
40
+ def perform_ad_exclusion_rule_action_to_xml(*args)
41
+ return get_soap_xml('perform_ad_exclusion_rule_action', args)
42
+ end
43
+
44
+ def update_ad_exclusion_rules(*args, &block)
45
+ return execute_action('update_ad_exclusion_rules', args, &block)
46
+ end
47
+
48
+ def update_ad_exclusion_rules_to_xml(*args)
49
+ return get_soap_xml('update_ad_exclusion_rules', args)
50
+ end
51
+
52
+ private
53
+
54
+ def get_service_registry()
55
+ return AdExclusionRuleServiceRegistry
56
+ end
57
+
58
+ def get_module()
59
+ return AdManagerApi::V201811::AdExclusionRuleService
60
+ end
61
+ end
62
+ end; end; end
@@ -0,0 +1,45 @@
1
+ # Encoding: utf-8
2
+ #
3
+ # This is auto-generated code, changes will be overwritten.
4
+ #
5
+ # Copyright:: Copyright 2018, Google Inc. All Rights Reserved.
6
+ # License:: Licensed under the Apache License, Version 2.0.
7
+ #
8
+ # Code generated by AdsCommon library 1.0.2 on 2018-11-08 13:42:44.
9
+
10
+ require 'ad_manager_api/errors'
11
+
12
+ module AdManagerApi; module V201811; module AdExclusionRuleService
13
+ class AdExclusionRuleServiceRegistry
14
+ ADEXCLUSIONRULESERVICE_METHODS = {:create_ad_exclusion_rules=>{:input=>[{:name=>:ad_exclusion_rules, :type=>"AdExclusionRule", :min_occurs=>0, :max_occurs=>:unbounded}], :output=>{:name=>"create_ad_exclusion_rules_response", :fields=>[{:name=>:rval, :type=>"AdExclusionRule", :min_occurs=>0, :max_occurs=>:unbounded}]}}, :get_ad_exclusion_rules_by_statement=>{:input=>[{:name=>:filter_statement, :type=>"Statement", :min_occurs=>0, :max_occurs=>1}], :output=>{:name=>"get_ad_exclusion_rules_by_statement_response", :fields=>[{:name=>:rval, :type=>"AdExclusionRulePage", :min_occurs=>0, :max_occurs=>1}]}}, :perform_ad_exclusion_rule_action=>{:input=>[{:name=>:ad_exclusion_rule_action, :type=>"AdExclusionRuleAction", :min_occurs=>0, :max_occurs=>1}, {:name=>:filter_statement, :type=>"Statement", :min_occurs=>0, :max_occurs=>1}], :output=>{:name=>"perform_ad_exclusion_rule_action_response", :fields=>[{:name=>:rval, :type=>"UpdateResult", :min_occurs=>0, :max_occurs=>1}]}}, :update_ad_exclusion_rules=>{:input=>[{:name=>:ad_exclusion_rules, :type=>"AdExclusionRule", :min_occurs=>0, :max_occurs=>:unbounded}], :output=>{:name=>"update_ad_exclusion_rules_response", :fields=>[{:name=>:rval, :type=>"AdExclusionRule", :min_occurs=>0, :max_occurs=>:unbounded}]}}}
15
+ ADEXCLUSIONRULESERVICE_TYPES = {:ObjectValue=>{:fields=>[], :abstract=>true, :base=>"Value"}, :ActivateAdExclusionRules=>{:fields=>[], :base=>"AdExclusionRuleAction"}, :AdExclusionRuleAction=>{:fields=>[], :abstract=>true}, :AdExclusionRule=>{:fields=>[{:name=>:id, :type=>"long", :min_occurs=>0, :max_occurs=>1}, {:name=>:name, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:is_active, :type=>"boolean", :min_occurs=>0, :max_occurs=>1}, {:name=>:inventory_targeting, :type=>"InventoryTargeting", :min_occurs=>0, :max_occurs=>1}, {:name=>:is_block_all, :type=>"boolean", :min_occurs=>0, :max_occurs=>1}, {:name=>:blocked_label_ids, :type=>"long", :min_occurs=>0, :max_occurs=>:unbounded}, {:name=>:allowed_label_ids, :type=>"long", :min_occurs=>0, :max_occurs=>:unbounded}, {:name=>:type, :type=>"AdExclusionRuleType", :min_occurs=>0, :max_occurs=>1}]}, :AdExclusionRuleError=>{:fields=>[{:name=>:reason, :type=>"AdExclusionRuleError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :AdExclusionRulePage=>{:fields=>[{:name=>:total_result_set_size, :type=>"int", :min_occurs=>0, :max_occurs=>1}, {:name=>:start_index, :type=>"int", :min_occurs=>0, :max_occurs=>1}, {:name=>:results, :type=>"AdExclusionRule", :min_occurs=>0, :max_occurs=>:unbounded}]}, :AdUnitTargeting=>{:fields=>[{:name=>:ad_unit_id, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:include_descendants, :type=>"boolean", :min_occurs=>0, :max_occurs=>1}]}, :ApiError=>{:fields=>[{:name=>:field_path, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:field_path_elements, :type=>"FieldPathElement", :min_occurs=>0, :max_occurs=>:unbounded}, {:name=>:trigger, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:error_string, :type=>"string", :min_occurs=>0, :max_occurs=>1}], :abstract=>true}, :ApiException=>{:fields=>[{:name=>:errors, :type=>"ApiError", :min_occurs=>0, :max_occurs=>:unbounded}], :base=>"ApplicationException"}, :ApiVersionError=>{:fields=>[{:name=>:reason, :type=>"ApiVersionError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :ApplicationException=>{:fields=>[{:name=>:message, :type=>"string", :min_occurs=>0, :max_occurs=>1}]}, :AuthenticationError=>{:fields=>[{:name=>:reason, :type=>"AuthenticationError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :BooleanValue=>{:fields=>[{:name=>:value, :type=>"boolean", :min_occurs=>0, :max_occurs=>1}], :base=>"Value"}, :CollectionSizeError=>{:fields=>[{:name=>:reason, :type=>"CollectionSizeError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :CommonError=>{:fields=>[{:name=>:reason, :type=>"CommonError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :Date=>{:fields=>[{:name=>:year, :type=>"int", :min_occurs=>0, :max_occurs=>1}, {:name=>:month, :type=>"int", :min_occurs=>0, :max_occurs=>1}, {:name=>:day, :type=>"int", :min_occurs=>0, :max_occurs=>1}]}, :DateTime=>{:fields=>[{:name=>:date, :type=>"Date", :min_occurs=>0, :max_occurs=>1}, {:name=>:hour, :type=>"int", :min_occurs=>0, :max_occurs=>1}, {:name=>:minute, :type=>"int", :min_occurs=>0, :max_occurs=>1}, {:name=>:second, :type=>"int", :min_occurs=>0, :max_occurs=>1}, {:name=>:time_zone_id, :type=>"string", :min_occurs=>0, :max_occurs=>1}]}, :DateTimeValue=>{:fields=>[{:name=>:value, :type=>"DateTime", :min_occurs=>0, :max_occurs=>1}], :base=>"Value"}, :DateValue=>{:fields=>[{:name=>:value, :type=>"Date", :min_occurs=>0, :max_occurs=>1}], :base=>"Value"}, :DeactivateAdExclusionRules=>{:fields=>[], :base=>"AdExclusionRuleAction"}, :EntityChildrenLimitReachedError=>{:fields=>[{:name=>:reason, :type=>"EntityChildrenLimitReachedError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :EntityLimitReachedError=>{:fields=>[{:name=>:reason, :type=>"EntityLimitReachedError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :FeatureError=>{:fields=>[{:name=>:reason, :type=>"FeatureError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :FieldPathElement=>{:fields=>[{:name=>:field, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:index, :type=>"int", :min_occurs=>0, :max_occurs=>1}]}, :InternalApiError=>{:fields=>[{:name=>:reason, :type=>"InternalApiError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :InventoryTargeting=>{:fields=>[{:name=>:targeted_ad_units, :type=>"AdUnitTargeting", :min_occurs=>0, :max_occurs=>:unbounded}, {:name=>:excluded_ad_units, :type=>"AdUnitTargeting", :min_occurs=>0, :max_occurs=>:unbounded}, {:name=>:targeted_placement_ids, :type=>"long", :min_occurs=>0, :max_occurs=>:unbounded}]}, :NotNullError=>{:fields=>[{:name=>:reason, :type=>"NotNullError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :NumberValue=>{:fields=>[{:name=>:value, :type=>"string", :min_occurs=>0, :max_occurs=>1}], :base=>"Value"}, :ParseError=>{:fields=>[{:name=>:reason, :type=>"ParseError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :PermissionError=>{:fields=>[{:name=>:reason, :type=>"PermissionError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :PublisherQueryLanguageContextError=>{:fields=>[{:name=>:reason, :type=>"PublisherQueryLanguageContextError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :PublisherQueryLanguageSyntaxError=>{:fields=>[{:name=>:reason, :type=>"PublisherQueryLanguageSyntaxError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :QuotaError=>{:fields=>[{:name=>:reason, :type=>"QuotaError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :RequiredCollectionError=>{:fields=>[{:name=>:reason, :type=>"RequiredCollectionError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :RequiredError=>{:fields=>[{:name=>:reason, :type=>"RequiredError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :ServerError=>{:fields=>[{:name=>:reason, :type=>"ServerError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :SetValue=>{:fields=>[{:name=>:values, :type=>"Value", :min_occurs=>0, :max_occurs=>:unbounded}], :base=>"Value"}, :SoapRequestHeader=>{:fields=>[{:name=>:network_code, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:application_name, :type=>"string", :min_occurs=>0, :max_occurs=>1}]}, :SoapResponseHeader=>{:fields=>[{:name=>:request_id, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:response_time, :type=>"long", :min_occurs=>0, :max_occurs=>1}]}, :Statement=>{:fields=>[{:name=>:query, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:values, :type=>"String_ValueMapEntry", :min_occurs=>0, :max_occurs=>:unbounded}]}, :StatementError=>{:fields=>[{:name=>:reason, :type=>"StatementError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :StringFormatError=>{:fields=>[{:name=>:reason, :type=>"StringFormatError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :StringLengthError=>{:fields=>[{:name=>:reason, :type=>"StringLengthError.Reason", :min_occurs=>0, :max_occurs=>1}], :base=>"ApiError"}, :String_ValueMapEntry=>{:fields=>[{:name=>:key, :type=>"string", :min_occurs=>0, :max_occurs=>1}, {:name=>:value, :type=>"Value", :min_occurs=>0, :max_occurs=>1}]}, :TextValue=>{:fields=>[{:name=>:value, :type=>"string", :min_occurs=>0, :max_occurs=>1}], :base=>"Value"}, :UniqueError=>{:fields=>[], :base=>"ApiError"}, :UpdateResult=>{:fields=>[{:name=>:num_changes, :type=>"int", :min_occurs=>0, :max_occurs=>1}]}, :Value=>{:fields=>[], :abstract=>true}, :"AdExclusionRuleError.Reason"=>{:type=>"string", :enumerations=>["BLOCK_ALL_RULE_CANNOT_INCLUDE_ROOT_AD_UNIT", "BLOCK_ALL_RULE_CANNOT_HAVE_BLOCKED_LABELS", "BLOCK_ALL_RULE_MUST_CONTAIN_ALLOWED_LABELS", "RULE_MUST_CONTAIN_BLOCKING", "BLOCKED_LABEL_ALSO_ALLOWED", "LABELS_MUST_BE_AD_EXCLUSION_TYPE", "EXCLUDED_AD_UNIT_ALSO_INCLUDED", "UNKNOWN"]}, :AdExclusionRuleType=>{:type=>"string", :enumerations=>["LABEL", "UNKNOWN"]}, :"ApiVersionError.Reason"=>{:type=>"string", :enumerations=>["UPDATE_TO_NEWER_VERSION", "UNKNOWN"]}, :"AuthenticationError.Reason"=>{:type=>"string", :enumerations=>["AMBIGUOUS_SOAP_REQUEST_HEADER", "INVALID_EMAIL", "AUTHENTICATION_FAILED", "INVALID_OAUTH_SIGNATURE", "INVALID_SERVICE", "MISSING_SOAP_REQUEST_HEADER", "MISSING_AUTHENTICATION_HTTP_HEADER", "MISSING_AUTHENTICATION", "NOT_WHITELISTED_FOR_API_ACCESS", "NO_NETWORKS_TO_ACCESS", "NETWORK_NOT_FOUND", "NETWORK_CODE_REQUIRED", "CONNECTION_ERROR", "GOOGLE_ACCOUNT_ALREADY_ASSOCIATED_WITH_NETWORK", "UNDER_INVESTIGATION", "UNKNOWN"]}, :"CollectionSizeError.Reason"=>{:type=>"string", :enumerations=>["TOO_LARGE", "UNKNOWN"]}, :"CommonError.Reason"=>{:type=>"string", :enumerations=>["NOT_FOUND", "ALREADY_EXISTS", "NOT_APPLICABLE", "DUPLICATE_OBJECT", "CANNOT_UPDATE", "CONCURRENT_MODIFICATION", "UNKNOWN"]}, :"EntityChildrenLimitReachedError.Reason"=>{:type=>"string", :enumerations=>["LINE_ITEM_LIMIT_FOR_ORDER_REACHED", "CREATIVE_ASSOCIATION_LIMIT_FOR_LINE_ITEM_REACHED", "AD_UNIT_LIMIT_FOR_PLACEMENT_REACHED", "TARGETING_EXPRESSION_LIMIT_FOR_LINE_ITEM_REACHED", "CUSTOM_TARGETING_VALUES_FOR_KEY_LIMIT_REACHED", "TARGETING_EXPRESSION_LIMIT_FOR_CREATIVES_ON_LINE_ITEM_REACHED", "ATTACHMENT_LIMIT_FOR_PROPOSAL_REACHED", "PROPOSAL_LINE_ITEM_LIMIT_FOR_PROPOSAL_REACHED", "PRODUCT_LIMIT_FOR_PRODUCT_PACKAGE_REACHED", "PRODUCT_TEMPLATE_AND_PRODUCT_BASE_RATE_LIMIT_FOR_RATE_CARD_REACHED", "PRODUCT_PACKAGE_ITEM_BASE_RATE_LIMIT_FOR_RATE_CARD_REACHED", "PREMIUM_LIMIT_FOR_RATE_CARD_REACHED", "AD_UNIT_LIMIT_FOR_AD_EXCLUSION_RULE_TARGETING_REACHED", "NATIVE_STYLE_LIMIT_FOR_NATIVE_AD_FORMAT_REACHED", "TARGETING_EXPRESSION_LIMIT_FOR_PRESENTATION_ASSIGNMENT_REACHED", "UNKNOWN"]}, :"EntityLimitReachedError.Reason"=>{:type=>"string", :enumerations=>["CUSTOM_TARGETING_VALUES_LIMIT_REACHED", "AD_EXCLUSION_RULES_LIMIT_REACHED", "FIRST_PARTY_AUDIENCE_SEGMENTS_LIMIT_REACHED", "PLACEMENTS_LIMIT_REACHED", "LINE_ITEMS_LIMIT_REACHED", "UNKNOWN"]}, :"FeatureError.Reason"=>{:type=>"string", :enumerations=>["MISSING_FEATURE", "UNKNOWN"]}, :"InternalApiError.Reason"=>{:type=>"string", :enumerations=>["UNEXPECTED_INTERNAL_API_ERROR", "TRANSIENT_ERROR", "UNKNOWN", "DOWNTIME", "ERROR_GENERATING_RESPONSE"]}, :"NotNullError.Reason"=>{:type=>"string", :enumerations=>["ARG1_NULL", "ARG2_NULL", "ARG3_NULL", "NULL", "UNKNOWN"]}, :"ParseError.Reason"=>{:type=>"string", :enumerations=>["UNPARSABLE", "UNKNOWN"]}, :"PermissionError.Reason"=>{:type=>"string", :enumerations=>["PERMISSION_DENIED", "UNKNOWN"]}, :"PublisherQueryLanguageContextError.Reason"=>{:type=>"string", :enumerations=>["UNEXECUTABLE", "UNKNOWN"]}, :"PublisherQueryLanguageSyntaxError.Reason"=>{:type=>"string", :enumerations=>["UNPARSABLE", "UNKNOWN"]}, :"QuotaError.Reason"=>{:type=>"string", :enumerations=>["EXCEEDED_QUOTA", "UNKNOWN", "REPORT_JOB_LIMIT"]}, :"RequiredCollectionError.Reason"=>{:type=>"string", :enumerations=>["REQUIRED", "TOO_LARGE", "TOO_SMALL", "UNKNOWN"]}, :"RequiredError.Reason"=>{:type=>"string", :enumerations=>["REQUIRED"]}, :"ServerError.Reason"=>{:type=>"string", :enumerations=>["SERVER_ERROR", "SERVER_BUSY", "UNKNOWN"]}, :"StatementError.Reason"=>{:type=>"string", :enumerations=>["VARIABLE_NOT_BOUND_TO_VALUE", "UNKNOWN"]}, :"StringFormatError.Reason"=>{:type=>"string", :enumerations=>["UNKNOWN", "ILLEGAL_CHARS", "INVALID_FORMAT"]}, :"StringLengthError.Reason"=>{:type=>"string", :enumerations=>["TOO_LONG", "TOO_SHORT", "UNKNOWN"]}}
16
+ ADEXCLUSIONRULESERVICE_NAMESPACES = []
17
+
18
+ def self.get_method_signature(method_name)
19
+ return ADEXCLUSIONRULESERVICE_METHODS[method_name.to_sym]
20
+ end
21
+
22
+ def self.get_type_signature(type_name)
23
+ return ADEXCLUSIONRULESERVICE_TYPES[type_name.to_sym]
24
+ end
25
+
26
+ def self.get_namespace(index)
27
+ return ADEXCLUSIONRULESERVICE_NAMESPACES[index]
28
+ end
29
+ end
30
+
31
+ # Base class for exceptions.
32
+ class ApplicationException < AdManagerApi::Errors::ApiException
33
+ attr_reader :message # string
34
+ end
35
+
36
+ # Exception class for holding a list of service errors.
37
+ class ApiException < ApplicationException
38
+ attr_reader :errors # ApiError
39
+ def initialize(exception_fault)
40
+ @array_fields ||= []
41
+ @array_fields << 'errors'
42
+ super(exception_fault, AdExclusionRuleServiceRegistry)
43
+ end
44
+ end
45
+ end; end; end