google-adwords-api 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +1 -1
- data/examples/v201101/add_conversion.rb +97 -0
- data/examples/v201101/add_user_list.rb +28 -2
- data/examples/v201101/get_all_conversions.rb +88 -0
- data/examples/v201101/get_keyword_opportunities.rb +103 -0
- data/examples/v201101/update_conversion.rb +96 -0
- data/lib/adwords_api/api_config.rb +6 -3
- data/lib/adwords_api/errors.rb +4 -1
- data/lib/adwords_api/extensions.rb +1 -1
- data/lib/adwords_api/v13/AccountServiceDriver.rb +5 -5
- data/lib/adwords_api/v13/ReportServiceDriver.rb +7 -7
- data/lib/adwords_api/v13/TrafficEstimatorServiceDriver.rb +4 -4
- data/lib/adwords_api/v200909/AdExtensionOverrideServiceDriver.rb +2 -2
- data/lib/adwords_api/v200909/AdGroupAdServiceDriver.rb +2 -2
- data/lib/adwords_api/v200909/AdGroupCriterionService.rb +506 -506
- data/lib/adwords_api/v200909/AdGroupCriterionServiceDriver.rb +2 -2
- data/lib/adwords_api/v200909/AdGroupCriterionServiceMappingRegistry.rb +428 -428
- data/lib/adwords_api/v200909/AdGroupServiceDriver.rb +2 -2
- data/lib/adwords_api/v200909/AdParamServiceDriver.rb +2 -2
- data/lib/adwords_api/v200909/BulkMutateJobServiceDriver.rb +2 -2
- data/lib/adwords_api/v200909/CampaignAdExtensionServiceDriver.rb +2 -2
- data/lib/adwords_api/v200909/CampaignCriterionService.rb +133 -133
- data/lib/adwords_api/v200909/CampaignCriterionServiceDriver.rb +2 -2
- data/lib/adwords_api/v200909/CampaignCriterionServiceMappingRegistry.rb +184 -184
- data/lib/adwords_api/v200909/CampaignServiceDriver.rb +2 -2
- data/lib/adwords_api/v200909/CampaignTargetServiceDriver.rb +2 -2
- data/lib/adwords_api/v200909/GeoLocationServiceDriver.rb +1 -1
- data/lib/adwords_api/v200909/InfoServiceDriver.rb +1 -1
- data/lib/adwords_api/v200909/TargetingIdeaService.rb +907 -907
- data/lib/adwords_api/v200909/TargetingIdeaServiceDriver.rb +2 -2
- data/lib/adwords_api/v200909/TargetingIdeaServiceMappingRegistry.rb +384 -384
- data/lib/adwords_api/v201003/AdExtensionOverrideServiceDriver.rb +2 -2
- data/lib/adwords_api/v201003/AdGroupAdServiceDriver.rb +2 -2
- data/lib/adwords_api/v201003/AdGroupCriterionService.rb +527 -527
- data/lib/adwords_api/v201003/AdGroupCriterionServiceDriver.rb +2 -2
- data/lib/adwords_api/v201003/AdGroupCriterionServiceMappingRegistry.rb +469 -469
- data/lib/adwords_api/v201003/AdGroupServiceDriver.rb +2 -2
- data/lib/adwords_api/v201003/AdParamServiceDriver.rb +2 -2
- data/lib/adwords_api/v201003/BidLandscapeServiceDriver.rb +1 -1
- data/lib/adwords_api/v201003/BulkMutateJobServiceDriver.rb +2 -2
- data/lib/adwords_api/v201003/CampaignAdExtensionServiceDriver.rb +2 -2
- data/lib/adwords_api/v201003/CampaignCriterionService.rb +133 -133
- data/lib/adwords_api/v201003/CampaignCriterionServiceDriver.rb +2 -2
- data/lib/adwords_api/v201003/CampaignCriterionServiceMappingRegistry.rb +186 -186
- data/lib/adwords_api/v201003/CampaignServiceDriver.rb +2 -2
- data/lib/adwords_api/v201003/CampaignTargetServiceDriver.rb +2 -2
- data/lib/adwords_api/v201003/GeoLocationServiceDriver.rb +1 -1
- data/lib/adwords_api/v201003/InfoServiceDriver.rb +1 -1
- data/lib/adwords_api/v201003/MediaServiceDriver.rb +2 -2
- data/lib/adwords_api/v201003/ReportDefinitionServiceDriver.rb +3 -3
- data/lib/adwords_api/v201003/TargetingIdeaService.rb +1304 -1304
- data/lib/adwords_api/v201003/TargetingIdeaServiceDriver.rb +2 -2
- data/lib/adwords_api/v201003/TargetingIdeaServiceMappingRegistry.rb +401 -401
- data/lib/adwords_api/v201008/AdExtensionOverrideServiceDriver.rb +2 -2
- data/lib/adwords_api/v201008/AdGroupAdServiceDriver.rb +2 -2
- data/lib/adwords_api/v201008/AdGroupCriterionService.rb +598 -598
- data/lib/adwords_api/v201008/AdGroupCriterionServiceDriver.rb +2 -2
- data/lib/adwords_api/v201008/AdGroupCriterionServiceMappingRegistry.rb +680 -680
- data/lib/adwords_api/v201008/AdGroupServiceDriver.rb +2 -2
- data/lib/adwords_api/v201008/AdParamServiceDriver.rb +2 -2
- data/lib/adwords_api/v201008/AlertServiceDriver.rb +1 -1
- data/lib/adwords_api/v201008/BidLandscapeServiceDriver.rb +1 -1
- data/lib/adwords_api/v201008/BulkMutateJobServiceDriver.rb +2 -2
- data/lib/adwords_api/v201008/CampaignAdExtensionServiceDriver.rb +2 -2
- data/lib/adwords_api/v201008/CampaignCriterionService.rb +178 -178
- data/lib/adwords_api/v201008/CampaignCriterionServiceDriver.rb +2 -2
- data/lib/adwords_api/v201008/CampaignCriterionServiceMappingRegistry.rb +228 -228
- data/lib/adwords_api/v201008/CampaignServiceDriver.rb +2 -2
- data/lib/adwords_api/v201008/CampaignTargetServiceDriver.rb +2 -2
- data/lib/adwords_api/v201008/CustomerSyncServiceDriver.rb +1 -1
- data/lib/adwords_api/v201008/ExperimentServiceDriver.rb +2 -2
- data/lib/adwords_api/v201008/GeoLocationServiceDriver.rb +1 -1
- data/lib/adwords_api/v201008/InfoServiceDriver.rb +1 -1
- data/lib/adwords_api/v201008/MediaServiceDriver.rb +2 -2
- data/lib/adwords_api/v201008/ReportDefinitionServiceDriver.rb +3 -3
- data/lib/adwords_api/v201008/ServicedAccountServiceDriver.rb +1 -1
- data/lib/adwords_api/v201008/TargetingIdeaService.rb +1459 -1459
- data/lib/adwords_api/v201008/TargetingIdeaServiceDriver.rb +2 -2
- data/lib/adwords_api/v201008/TargetingIdeaServiceMappingRegistry.rb +447 -447
- data/lib/adwords_api/v201008/TrafficEstimatorService.rb +855 -855
- data/lib/adwords_api/v201008/TrafficEstimatorServiceDriver.rb +1 -1
- data/lib/adwords_api/v201008/TrafficEstimatorServiceMappingRegistry.rb +126 -126
- data/lib/adwords_api/v201008/UserListServiceDriver.rb +2 -2
- data/lib/adwords_api/v201101/AdExtensionOverrideServiceDriver.rb +2 -2
- data/lib/adwords_api/v201101/AdGroupAdService.rb +2 -0
- data/lib/adwords_api/v201101/AdGroupAdServiceDriver.rb +2 -2
- data/lib/adwords_api/v201101/AdGroupCriterionService.rb +700 -700
- data/lib/adwords_api/v201101/AdGroupCriterionServiceDriver.rb +2 -2
- data/lib/adwords_api/v201101/AdGroupCriterionServiceMappingRegistry.rb +670 -670
- data/lib/adwords_api/v201101/AdGroupServiceDriver.rb +2 -2
- data/lib/adwords_api/v201101/AdParamServiceDriver.rb +2 -2
- data/lib/adwords_api/v201101/AlertServiceDriver.rb +1 -1
- data/lib/adwords_api/v201101/BulkMutateJobService.rb +2 -0
- data/lib/adwords_api/v201101/BulkMutateJobServiceDriver.rb +2 -2
- data/lib/adwords_api/v201101/BulkOpportunityService.rb +1367 -0
- data/lib/adwords_api/v201101/BulkOpportunityServiceDriver.rb +55 -0
- data/lib/adwords_api/v201101/BulkOpportunityServiceMappingRegistry.rb +1668 -0
- data/lib/adwords_api/v201101/BulkOpportunityServiceWrapper.rb +303 -0
- data/lib/adwords_api/v201101/CampaignAdExtensionServiceDriver.rb +2 -2
- data/lib/adwords_api/v201101/CampaignCriterionService.rb +216 -216
- data/lib/adwords_api/v201101/CampaignCriterionServiceDriver.rb +2 -2
- data/lib/adwords_api/v201101/CampaignCriterionServiceMappingRegistry.rb +234 -234
- data/lib/adwords_api/v201101/CampaignServiceDriver.rb +2 -2
- data/lib/adwords_api/v201101/CampaignTargetServiceDriver.rb +2 -2
- data/lib/adwords_api/v201101/ConversionTrackerService.rb +1105 -0
- data/lib/adwords_api/v201101/ConversionTrackerServiceDriver.rb +63 -0
- data/lib/adwords_api/v201101/ConversionTrackerServiceMappingRegistry.rb +1161 -0
- data/lib/adwords_api/v201101/ConversionTrackerServiceWrapper.rb +332 -0
- data/lib/adwords_api/v201101/CustomerSyncServiceDriver.rb +1 -1
- data/lib/adwords_api/v201101/DataServiceDriver.rb +2 -2
- data/lib/adwords_api/v201101/ExperimentServiceDriver.rb +2 -2
- data/lib/adwords_api/v201101/GeoLocationServiceDriver.rb +1 -1
- data/lib/adwords_api/v201101/InfoServiceDriver.rb +1 -1
- data/lib/adwords_api/v201101/MediaServiceDriver.rb +2 -2
- data/lib/adwords_api/v201101/ReportDefinitionServiceDriver.rb +3 -3
- data/lib/adwords_api/v201101/ReportDefinitionServiceWrapper.rb +14 -0
- data/lib/adwords_api/v201101/ServicedAccountServiceDriver.rb +1 -1
- data/lib/adwords_api/v201101/TargetingIdeaService.rb +1490 -1490
- data/lib/adwords_api/v201101/TargetingIdeaServiceDriver.rb +2 -2
- data/lib/adwords_api/v201101/TargetingIdeaServiceMappingRegistry.rb +507 -507
- data/lib/adwords_api/v201101/TrafficEstimatorService.rb +841 -841
- data/lib/adwords_api/v201101/TrafficEstimatorServiceDriver.rb +1 -1
- data/lib/adwords_api/v201101/TrafficEstimatorServiceMappingRegistry.rb +126 -126
- data/lib/adwords_api/v201101/UserListServiceDriver.rb +2 -2
- metadata +17 -5
@@ -16,7 +16,7 @@ class AdGroupCriterionServiceInterface < ::SOAP::RPC::Driver
|
|
16
16
|
["out", "parameters", ["::SOAP::SOAPElement", "https://adwords.google.com/api/adwords/cm/v201008", "getResponse"]] ],
|
17
17
|
{ :request_style => :document, :request_use => :literal,
|
18
18
|
:response_style => :document, :response_use => :literal,
|
19
|
-
:faults => {"AdwordsApi::V201008::AdGroupCriterionService::ApiException"=>{:encodingstyle=>"document", :namespace=>nil, :ns=>"https://adwords.google.com/api/adwords/cm/v201008", :
|
19
|
+
:faults => {"AdwordsApi::V201008::AdGroupCriterionService::ApiException"=>{:encodingstyle=>"document", :use=>"literal", :namespace=>nil, :ns=>"https://adwords.google.com/api/adwords/cm/v201008", :name=>"ApiException"}} }
|
20
20
|
],
|
21
21
|
[ "",
|
22
22
|
"mutate",
|
@@ -24,7 +24,7 @@ class AdGroupCriterionServiceInterface < ::SOAP::RPC::Driver
|
|
24
24
|
["out", "parameters", ["::SOAP::SOAPElement", "https://adwords.google.com/api/adwords/cm/v201008", "mutateResponse"]] ],
|
25
25
|
{ :request_style => :document, :request_use => :literal,
|
26
26
|
:response_style => :document, :response_use => :literal,
|
27
|
-
:faults => {"AdwordsApi::V201008::AdGroupCriterionService::ApiException"=>{:encodingstyle=>"document", :namespace=>nil, :ns=>"https://adwords.google.com/api/adwords/cm/v201008", :
|
27
|
+
:faults => {"AdwordsApi::V201008::AdGroupCriterionService::ApiException"=>{:encodingstyle=>"document", :use=>"literal", :namespace=>nil, :ns=>"https://adwords.google.com/api/adwords/cm/v201008", :name=>"ApiException"}} }
|
28
28
|
]
|
29
29
|
]
|
30
30
|
|
@@ -8,6 +8,16 @@ module DefaultMappingRegistry
|
|
8
8
|
LiteralRegistry = ::SOAP::Mapping::LiteralRegistry.new
|
9
9
|
NsV201008 = "https://adwords.google.com/api/adwords/cm/v201008"
|
10
10
|
|
11
|
+
EncodedRegistry.register(
|
12
|
+
:class => AdwordsApi::V201008::AdGroupCriterionService::AdGroupCriterion,
|
13
|
+
:schema_type => XSD::QName.new(NsV201008, "AdGroupCriterion"),
|
14
|
+
:schema_element => [
|
15
|
+
["adGroupId", "SOAP::SOAPLong", [0, 1]],
|
16
|
+
["criterion", "AdwordsApi::V201008::AdGroupCriterionService::Criterion", [0, 1]],
|
17
|
+
["adGroupCriterion_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008, "AdGroupCriterion.Type")], [0, 1]]
|
18
|
+
]
|
19
|
+
)
|
20
|
+
|
11
21
|
EncodedRegistry.register(
|
12
22
|
:class => AdwordsApi::V201008::AdGroupCriterionService::AdGroupCriterionError,
|
13
23
|
:schema_type => XSD::QName.new(NsV201008, "AdGroupCriterionError"),
|
@@ -47,6 +57,73 @@ module DefaultMappingRegistry
|
|
47
57
|
]
|
48
58
|
)
|
49
59
|
|
60
|
+
EncodedRegistry.register(
|
61
|
+
:class => AdwordsApi::V201008::AdGroupCriterionService::AdGroupCriterionOperation,
|
62
|
+
:schema_type => XSD::QName.new(NsV201008, "AdGroupCriterionOperation"),
|
63
|
+
:schema_basetype => XSD::QName.new(NsV201008, "Operation"),
|
64
|
+
:schema_element => [
|
65
|
+
["operator", "AdwordsApi::V201008::AdGroupCriterionService::Operator", [0, 1]],
|
66
|
+
["operation_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008, "Operation.Type")], [0, 1]],
|
67
|
+
["operand", "AdwordsApi::V201008::AdGroupCriterionService::AdGroupCriterion", [0, 1]],
|
68
|
+
["exemptionRequests", "AdwordsApi::V201008::AdGroupCriterionService::ExemptionRequest[]", [0, nil]]
|
69
|
+
]
|
70
|
+
)
|
71
|
+
|
72
|
+
EncodedRegistry.register(
|
73
|
+
:class => AdwordsApi::V201008::AdGroupCriterionService::AdGroupCriterionPage,
|
74
|
+
:schema_type => XSD::QName.new(NsV201008, "AdGroupCriterionPage"),
|
75
|
+
:schema_basetype => XSD::QName.new(NsV201008, "Page"),
|
76
|
+
:schema_element => [
|
77
|
+
["totalNumEntries", "SOAP::SOAPInt", [0, 1]],
|
78
|
+
["page_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008, "Page.Type")], [0, 1]],
|
79
|
+
["entries", "AdwordsApi::V201008::AdGroupCriterionService::AdGroupCriterion[]", [0, nil]]
|
80
|
+
]
|
81
|
+
)
|
82
|
+
|
83
|
+
EncodedRegistry.register(
|
84
|
+
:class => AdwordsApi::V201008::AdGroupCriterionService::AdGroupCriterionReturnValue,
|
85
|
+
:schema_type => XSD::QName.new(NsV201008, "AdGroupCriterionReturnValue"),
|
86
|
+
:schema_basetype => XSD::QName.new(NsV201008, "ListReturnValue"),
|
87
|
+
:schema_element => [
|
88
|
+
["listReturnValue_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008, "ListReturnValue.Type")], [0, 1]],
|
89
|
+
["value", "AdwordsApi::V201008::AdGroupCriterionService::AdGroupCriterion[]", [0, nil]],
|
90
|
+
["partialFailureErrors", "AdwordsApi::V201008::AdGroupCriterionService::ApiError[]", [0, nil]]
|
91
|
+
]
|
92
|
+
)
|
93
|
+
|
94
|
+
EncodedRegistry.register(
|
95
|
+
:class => AdwordsApi::V201008::AdGroupCriterionService::AdGroupCriterionSelector,
|
96
|
+
:schema_type => XSD::QName.new(NsV201008, "AdGroupCriterionSelector"),
|
97
|
+
:schema_element => [
|
98
|
+
["idFilters", "AdwordsApi::V201008::AdGroupCriterionService::AdGroupCriterionIdFilter[]", [0, nil]],
|
99
|
+
["experimentId", "SOAP::SOAPLong", [0, 1]],
|
100
|
+
["criterionUse", "AdwordsApi::V201008::AdGroupCriterionService::CriterionUse", [0, 1]],
|
101
|
+
["userStatuses", "AdwordsApi::V201008::AdGroupCriterionService::UserStatus[]", [0, nil]],
|
102
|
+
["statsSelector", "AdwordsApi::V201008::AdGroupCriterionService::StatsSelector", [0, 1]],
|
103
|
+
["paging", "AdwordsApi::V201008::AdGroupCriterionService::Paging", [0, 1]]
|
104
|
+
]
|
105
|
+
)
|
106
|
+
|
107
|
+
EncodedRegistry.register(
|
108
|
+
:class => AdwordsApi::V201008::AdGroupCriterionService::ApiException,
|
109
|
+
:schema_type => XSD::QName.new(NsV201008, "ApiException"),
|
110
|
+
:schema_basetype => XSD::QName.new(NsV201008, "ApplicationException"),
|
111
|
+
:schema_element => [
|
112
|
+
["message", "SOAP::SOAPString", [0, 1]],
|
113
|
+
["applicationException_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008, "ApplicationException.Type")], [0, 1]],
|
114
|
+
["errors", "AdwordsApi::V201008::AdGroupCriterionService::ApiError[]", [0, nil]]
|
115
|
+
]
|
116
|
+
)
|
117
|
+
|
118
|
+
EncodedRegistry.register(
|
119
|
+
:class => AdwordsApi::V201008::AdGroupCriterionService::ApplicationException,
|
120
|
+
:schema_type => XSD::QName.new(NsV201008, "ApplicationException"),
|
121
|
+
:schema_element => [
|
122
|
+
["message", "SOAP::SOAPString", [0, 1]],
|
123
|
+
["applicationException_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008, "ApplicationException.Type")], [0, 1]]
|
124
|
+
]
|
125
|
+
)
|
126
|
+
|
50
127
|
EncodedRegistry.register(
|
51
128
|
:class => AdwordsApi::V201008::AdGroupCriterionService::AuthenticationError,
|
52
129
|
:schema_type => XSD::QName.new(NsV201008, "AuthenticationError"),
|
@@ -73,6 +150,54 @@ module DefaultMappingRegistry
|
|
73
150
|
]
|
74
151
|
)
|
75
152
|
|
153
|
+
EncodedRegistry.register(
|
154
|
+
:class => AdwordsApi::V201008::AdGroupCriterionService::Bid,
|
155
|
+
:schema_type => XSD::QName.new(NsV201008, "Bid"),
|
156
|
+
:schema_element => [
|
157
|
+
["amount", "AdwordsApi::V201008::AdGroupCriterionService::Money", [0, 1]]
|
158
|
+
]
|
159
|
+
)
|
160
|
+
|
161
|
+
EncodedRegistry.register(
|
162
|
+
:class => AdwordsApi::V201008::AdGroupCriterionService::BidMultiplier,
|
163
|
+
:schema_type => XSD::QName.new(NsV201008, "BidMultiplier"),
|
164
|
+
:schema_element => [
|
165
|
+
["multiplier", "SOAP::SOAPDouble", [0, 1]],
|
166
|
+
["multipliedBid", "AdwordsApi::V201008::AdGroupCriterionService::Bid", [0, 1]]
|
167
|
+
]
|
168
|
+
)
|
169
|
+
|
170
|
+
EncodedRegistry.register(
|
171
|
+
:class => AdwordsApi::V201008::AdGroupCriterionService::BiddableAdGroupCriterion,
|
172
|
+
:schema_type => XSD::QName.new(NsV201008, "BiddableAdGroupCriterion"),
|
173
|
+
:schema_basetype => XSD::QName.new(NsV201008, "AdGroupCriterion"),
|
174
|
+
:schema_element => [
|
175
|
+
["adGroupId", "SOAP::SOAPLong", [0, 1]],
|
176
|
+
["criterion", "AdwordsApi::V201008::AdGroupCriterionService::Criterion", [0, 1]],
|
177
|
+
["adGroupCriterion_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008, "AdGroupCriterion.Type")], [0, 1]],
|
178
|
+
["userStatus", "AdwordsApi::V201008::AdGroupCriterionService::UserStatus", [0, 1]],
|
179
|
+
["systemServingStatus", "AdwordsApi::V201008::AdGroupCriterionService::SystemServingStatus", [0, 1]],
|
180
|
+
["approvalStatus", "AdwordsApi::V201008::AdGroupCriterionService::ApprovalStatus", [0, 1]],
|
181
|
+
["destinationUrl", "SOAP::SOAPString", [0, 1]],
|
182
|
+
["bids", "AdwordsApi::V201008::AdGroupCriterionService::AdGroupCriterionBids", [0, 1]],
|
183
|
+
["experimentData", "AdwordsApi::V201008::AdGroupCriterionService::BiddableAdGroupCriterionExperimentData", [0, 1]],
|
184
|
+
["firstPageCpc", "AdwordsApi::V201008::AdGroupCriterionService::Bid", [0, 1]],
|
185
|
+
["qualityInfo", "AdwordsApi::V201008::AdGroupCriterionService::QualityInfo", [0, 1]],
|
186
|
+
["stats", "AdwordsApi::V201008::AdGroupCriterionService::Stats", [0, 1]]
|
187
|
+
]
|
188
|
+
)
|
189
|
+
|
190
|
+
EncodedRegistry.register(
|
191
|
+
:class => AdwordsApi::V201008::AdGroupCriterionService::BiddableAdGroupCriterionExperimentData,
|
192
|
+
:schema_type => XSD::QName.new(NsV201008, "BiddableAdGroupCriterionExperimentData"),
|
193
|
+
:schema_element => [
|
194
|
+
["experimentId", "SOAP::SOAPLong", [0, 1]],
|
195
|
+
["experimentDeltaStatus", "AdwordsApi::V201008::AdGroupCriterionService::ExperimentDeltaStatus", [0, 1]],
|
196
|
+
["experimentDataStatus", "AdwordsApi::V201008::AdGroupCriterionService::ExperimentDataStatus", [0, 1]],
|
197
|
+
["experimentBidMultiplier", "AdwordsApi::V201008::AdGroupCriterionService::AdGroupCriterionExperimentBidMultiplier", [0, 1]]
|
198
|
+
]
|
199
|
+
)
|
200
|
+
|
76
201
|
EncodedRegistry.register(
|
77
202
|
:class => AdwordsApi::V201008::AdGroupCriterionService::BiddingError,
|
78
203
|
:schema_type => XSD::QName.new(NsV201008, "BiddingError"),
|
@@ -86,6 +211,17 @@ module DefaultMappingRegistry
|
|
86
211
|
]
|
87
212
|
)
|
88
213
|
|
214
|
+
EncodedRegistry.register(
|
215
|
+
:class => AdwordsApi::V201008::AdGroupCriterionService::BudgetOptimizerAdGroupCriterionBids,
|
216
|
+
:schema_type => XSD::QName.new(NsV201008, "BudgetOptimizerAdGroupCriterionBids"),
|
217
|
+
:schema_basetype => XSD::QName.new(NsV201008, "AdGroupCriterionBids"),
|
218
|
+
:schema_element => [
|
219
|
+
["adGroupCriterionBids_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008, "AdGroupCriterionBids.Type")], [0, 1]],
|
220
|
+
["proxyBid", "AdwordsApi::V201008::AdGroupCriterionService::Bid", [0, 1]],
|
221
|
+
["enhancedCpcEnabled", "SOAP::SOAPBoolean", [0, 1]]
|
222
|
+
]
|
223
|
+
)
|
224
|
+
|
89
225
|
EncodedRegistry.register(
|
90
226
|
:class => AdwordsApi::V201008::AdGroupCriterionService::ClientTermsError,
|
91
227
|
:schema_type => XSD::QName.new(NsV201008, "ClientTermsError"),
|
@@ -108,6 +244,15 @@ module DefaultMappingRegistry
|
|
108
244
|
]
|
109
245
|
)
|
110
246
|
|
247
|
+
EncodedRegistry.register(
|
248
|
+
:class => AdwordsApi::V201008::AdGroupCriterionService::Criterion,
|
249
|
+
:schema_type => XSD::QName.new(NsV201008, "Criterion"),
|
250
|
+
:schema_element => [
|
251
|
+
["id", "SOAP::SOAPLong", [0, 1]],
|
252
|
+
["criterion_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008, "Criterion.Type")], [0, 1]]
|
253
|
+
]
|
254
|
+
)
|
255
|
+
|
111
256
|
EncodedRegistry.register(
|
112
257
|
:class => AdwordsApi::V201008::AdGroupCriterionService::CriterionPolicyError,
|
113
258
|
:schema_type => XSD::QName.new(NsV201008, "CriterionPolicyError"),
|
@@ -126,6 +271,19 @@ module DefaultMappingRegistry
|
|
126
271
|
]
|
127
272
|
)
|
128
273
|
|
274
|
+
EncodedRegistry.register(
|
275
|
+
:class => AdwordsApi::V201008::AdGroupCriterionService::DatabaseError,
|
276
|
+
:schema_type => XSD::QName.new(NsV201008, "DatabaseError"),
|
277
|
+
:schema_basetype => XSD::QName.new(NsV201008, "ApiError"),
|
278
|
+
:schema_element => [
|
279
|
+
["fieldPath", "SOAP::SOAPString", [0, 1]],
|
280
|
+
["trigger", "SOAP::SOAPString", [0, 1]],
|
281
|
+
["errorString", "SOAP::SOAPString", [0, 1]],
|
282
|
+
["apiError_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008, "ApiError.Type")], [0, 1]],
|
283
|
+
["reason", "AdwordsApi::V201008::AdGroupCriterionService::DatabaseErrorReason", [0, 1]]
|
284
|
+
]
|
285
|
+
)
|
286
|
+
|
129
287
|
EncodedRegistry.register(
|
130
288
|
:class => AdwordsApi::V201008::AdGroupCriterionService::DateError,
|
131
289
|
:schema_type => XSD::QName.new(NsV201008, "DateError"),
|
@@ -212,6 +370,14 @@ module DefaultMappingRegistry
|
|
212
370
|
]
|
213
371
|
)
|
214
372
|
|
373
|
+
EncodedRegistry.register(
|
374
|
+
:class => AdwordsApi::V201008::AdGroupCriterionService::ExemptionRequest,
|
375
|
+
:schema_type => XSD::QName.new(NsV201008, "ExemptionRequest"),
|
376
|
+
:schema_element => [
|
377
|
+
["key", "AdwordsApi::V201008::AdGroupCriterionService::PolicyViolationKey", [0, 1]]
|
378
|
+
]
|
379
|
+
)
|
380
|
+
|
215
381
|
EncodedRegistry.register(
|
216
382
|
:class => AdwordsApi::V201008::AdGroupCriterionService::InternalApiError,
|
217
383
|
:schema_type => XSD::QName.new(NsV201008, "InternalApiError"),
|
@@ -247,6 +413,41 @@ module DefaultMappingRegistry
|
|
247
413
|
]
|
248
414
|
)
|
249
415
|
|
416
|
+
EncodedRegistry.register(
|
417
|
+
:class => AdwordsApi::V201008::AdGroupCriterionService::ManualCPCAdGroupCriterionBids,
|
418
|
+
:schema_type => XSD::QName.new(NsV201008, "ManualCPCAdGroupCriterionBids"),
|
419
|
+
:schema_basetype => XSD::QName.new(NsV201008, "AdGroupCriterionBids"),
|
420
|
+
:schema_element => [
|
421
|
+
["adGroupCriterionBids_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008, "AdGroupCriterionBids.Type")], [0, 1]],
|
422
|
+
["maxCpc", "AdwordsApi::V201008::AdGroupCriterionService::Bid", [0, 1]],
|
423
|
+
["bidSource", "AdwordsApi::V201008::AdGroupCriterionService::BidSource", [0, 1]],
|
424
|
+
["positionPreferenceBids", "AdwordsApi::V201008::AdGroupCriterionService::PositionPreferenceAdGroupCriterionBids", [0, 1]],
|
425
|
+
["enhancedCpcEnabled", "SOAP::SOAPBoolean", [0, 1]]
|
426
|
+
]
|
427
|
+
)
|
428
|
+
|
429
|
+
EncodedRegistry.register(
|
430
|
+
:class => AdwordsApi::V201008::AdGroupCriterionService::ManualCPCAdGroupCriterionExperimentBidMultiplier,
|
431
|
+
:schema_type => XSD::QName.new(NsV201008, "ManualCPCAdGroupCriterionExperimentBidMultiplier"),
|
432
|
+
:schema_basetype => XSD::QName.new(NsV201008, "AdGroupCriterionExperimentBidMultiplier"),
|
433
|
+
:schema_element => [
|
434
|
+
["adGroupCriterionExperimentBidMultiplier_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008, "AdGroupCriterionExperimentBidMultiplier.Type")], [0, 1]],
|
435
|
+
["maxCpcMultiplier", "AdwordsApi::V201008::AdGroupCriterionService::BidMultiplier", [0, 1]],
|
436
|
+
["multiplierSource", "AdwordsApi::V201008::AdGroupCriterionService::MultiplierSource", [0, 1]]
|
437
|
+
]
|
438
|
+
)
|
439
|
+
|
440
|
+
EncodedRegistry.register(
|
441
|
+
:class => AdwordsApi::V201008::AdGroupCriterionService::ManualCPMAdGroupCriterionBids,
|
442
|
+
:schema_type => XSD::QName.new(NsV201008, "ManualCPMAdGroupCriterionBids"),
|
443
|
+
:schema_basetype => XSD::QName.new(NsV201008, "AdGroupCriterionBids"),
|
444
|
+
:schema_element => [
|
445
|
+
["adGroupCriterionBids_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008, "AdGroupCriterionBids.Type")], [0, 1]],
|
446
|
+
["maxCpm", "AdwordsApi::V201008::AdGroupCriterionService::Bid", [0, 1]],
|
447
|
+
["bidSource", "AdwordsApi::V201008::AdGroupCriterionService::BidSource", [0, 1]]
|
448
|
+
]
|
449
|
+
)
|
450
|
+
|
250
451
|
EncodedRegistry.register(
|
251
452
|
:class => AdwordsApi::V201008::AdGroupCriterionService::Money,
|
252
453
|
:schema_type => XSD::QName.new(NsV201008, "Money"),
|
@@ -377,6 +578,24 @@ module DefaultMappingRegistry
|
|
377
578
|
]
|
378
579
|
)
|
379
580
|
|
581
|
+
EncodedRegistry.register(
|
582
|
+
:class => AdwordsApi::V201008::AdGroupCriterionService::PolicyViolationError,
|
583
|
+
:schema_type => XSD::QName.new(NsV201008, "PolicyViolationError"),
|
584
|
+
:schema_basetype => XSD::QName.new(NsV201008, "ApiError"),
|
585
|
+
:schema_element => [
|
586
|
+
["fieldPath", "SOAP::SOAPString", [0, 1]],
|
587
|
+
["trigger", "SOAP::SOAPString", [0, 1]],
|
588
|
+
["errorString", "SOAP::SOAPString", [0, 1]],
|
589
|
+
["apiError_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008, "ApiError.Type")], [0, 1]],
|
590
|
+
["key", "AdwordsApi::V201008::AdGroupCriterionService::PolicyViolationKey", [0, 1]],
|
591
|
+
["externalPolicyName", "SOAP::SOAPString", [0, 1]],
|
592
|
+
["externalPolicyUrl", "SOAP::SOAPString", [0, 1]],
|
593
|
+
["externalPolicyDescription", "SOAP::SOAPString", [0, 1]],
|
594
|
+
["isExemptable", "SOAP::SOAPBoolean", [0, 1]],
|
595
|
+
["violatingParts", "AdwordsApi::V201008::AdGroupCriterionService::PolicyViolationErrorPart[]", [0, nil]]
|
596
|
+
]
|
597
|
+
)
|
598
|
+
|
380
599
|
EncodedRegistry.register(
|
381
600
|
:class => AdwordsApi::V201008::AdGroupCriterionService::PolicyViolationErrorPart,
|
382
601
|
:schema_type => XSD::QName.new(NsV201008, "PolicyViolationError.Part"),
|
@@ -395,6 +614,37 @@ module DefaultMappingRegistry
|
|
395
614
|
]
|
396
615
|
)
|
397
616
|
|
617
|
+
EncodedRegistry.register(
|
618
|
+
:class => AdwordsApi::V201008::AdGroupCriterionService::PositionPreferenceAdGroupCriterionBids,
|
619
|
+
:schema_type => XSD::QName.new(NsV201008, "PositionPreferenceAdGroupCriterionBids"),
|
620
|
+
:schema_element => [
|
621
|
+
["proxyMaxCpc", "AdwordsApi::V201008::AdGroupCriterionService::Bid", [0, 1]],
|
622
|
+
["preferredPosition", "SOAP::SOAPInt", [0, 1]],
|
623
|
+
["bottomPosition", "SOAP::SOAPInt", [0, 1]]
|
624
|
+
]
|
625
|
+
)
|
626
|
+
|
627
|
+
EncodedRegistry.register(
|
628
|
+
:class => AdwordsApi::V201008::AdGroupCriterionService::Product,
|
629
|
+
:schema_type => XSD::QName.new(NsV201008, "Product"),
|
630
|
+
:schema_basetype => XSD::QName.new(NsV201008, "Criterion"),
|
631
|
+
:schema_element => [
|
632
|
+
["id", "SOAP::SOAPLong", [0, 1]],
|
633
|
+
["criterion_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008, "Criterion.Type")], [0, 1]],
|
634
|
+
["conditions", "AdwordsApi::V201008::AdGroupCriterionService::ProductCondition[]", [0, nil]],
|
635
|
+
["text", "SOAP::SOAPString", [0, 1]]
|
636
|
+
]
|
637
|
+
)
|
638
|
+
|
639
|
+
EncodedRegistry.register(
|
640
|
+
:class => AdwordsApi::V201008::AdGroupCriterionService::ProductCondition,
|
641
|
+
:schema_type => XSD::QName.new(NsV201008, "ProductCondition"),
|
642
|
+
:schema_element => [
|
643
|
+
["argument", "SOAP::SOAPString", [0, 1]],
|
644
|
+
["operand", "AdwordsApi::V201008::AdGroupCriterionService::ProductConditionOperand", [0, 1]]
|
645
|
+
]
|
646
|
+
)
|
647
|
+
|
398
648
|
EncodedRegistry.register(
|
399
649
|
:class => AdwordsApi::V201008::AdGroupCriterionService::ProductConditionOperand,
|
400
650
|
:schema_type => XSD::QName.new(NsV201008, "ProductConditionOperand"),
|
@@ -547,11 +797,39 @@ module DefaultMappingRegistry
|
|
547
797
|
)
|
548
798
|
|
549
799
|
EncodedRegistry.register(
|
550
|
-
:class => AdwordsApi::V201008::AdGroupCriterionService::
|
551
|
-
:schema_type => XSD::QName.new(NsV201008, "
|
552
|
-
:schema_basetype => XSD::QName.new(NsV201008, "ApiError"),
|
800
|
+
:class => AdwordsApi::V201008::AdGroupCriterionService::Stats,
|
801
|
+
:schema_type => XSD::QName.new(NsV201008, "Stats"),
|
553
802
|
:schema_element => [
|
554
|
-
["
|
803
|
+
["startDate", "SOAP::SOAPString", [0, 1]],
|
804
|
+
["endDate", "SOAP::SOAPString", [0, 1]],
|
805
|
+
["network", "AdwordsApi::V201008::AdGroupCriterionService::StatsNetwork", [0, 1]],
|
806
|
+
["clicks", "SOAP::SOAPLong", [0, 1]],
|
807
|
+
["impressions", "SOAP::SOAPLong", [0, 1]],
|
808
|
+
["cost", "AdwordsApi::V201008::AdGroupCriterionService::Money", [0, 1]],
|
809
|
+
["averagePosition", "SOAP::SOAPDouble", [0, 1]],
|
810
|
+
["averageCpc", "AdwordsApi::V201008::AdGroupCriterionService::Money", [0, 1]],
|
811
|
+
["averageCpm", "AdwordsApi::V201008::AdGroupCriterionService::Money", [0, 1]],
|
812
|
+
["ctr", "SOAP::SOAPDouble", [0, 1]],
|
813
|
+
["conversions", "SOAP::SOAPLong", [0, 1]],
|
814
|
+
["conversionRate", "SOAP::SOAPDouble", [0, 1]],
|
815
|
+
["costPerConversion", "AdwordsApi::V201008::AdGroupCriterionService::Money", [0, 1]],
|
816
|
+
["conversionsManyPerClick", "SOAP::SOAPLong", [0, 1]],
|
817
|
+
["conversionRateManyPerClick", "SOAP::SOAPDouble", [0, 1]],
|
818
|
+
["costPerConversionManyPerClick", "AdwordsApi::V201008::AdGroupCriterionService::Money", [0, 1]],
|
819
|
+
["viewThroughConversions", "SOAP::SOAPLong", [0, 1]],
|
820
|
+
["totalConvValue", "SOAP::SOAPLong", [0, 1]],
|
821
|
+
["valuePerConv", "SOAP::SOAPDouble", [0, 1]],
|
822
|
+
["valuePerConvManyPerClick", "SOAP::SOAPDouble", [0, 1]],
|
823
|
+
["stats_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008, "Stats.Type")], [0, 1]]
|
824
|
+
]
|
825
|
+
)
|
826
|
+
|
827
|
+
EncodedRegistry.register(
|
828
|
+
:class => AdwordsApi::V201008::AdGroupCriterionService::StatsQueryError,
|
829
|
+
:schema_type => XSD::QName.new(NsV201008, "StatsQueryError"),
|
830
|
+
:schema_basetype => XSD::QName.new(NsV201008, "ApiError"),
|
831
|
+
:schema_element => [
|
832
|
+
["fieldPath", "SOAP::SOAPString", [0, 1]],
|
555
833
|
["trigger", "SOAP::SOAPString", [0, 1]],
|
556
834
|
["errorString", "SOAP::SOAPString", [0, 1]],
|
557
835
|
["apiError_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008, "ApiError.Type")], [0, 1]],
|
@@ -606,381 +884,103 @@ module DefaultMappingRegistry
|
|
606
884
|
)
|
607
885
|
|
608
886
|
EncodedRegistry.register(
|
609
|
-
:class => AdwordsApi::V201008::AdGroupCriterionService::
|
610
|
-
:schema_type => XSD::QName.new(NsV201008, "
|
611
|
-
:schema_basetype => XSD::QName.new(NsV201008, "ApiError"),
|
612
|
-
:schema_element => [
|
613
|
-
["fieldPath", "SOAP::SOAPString", [0, 1]],
|
614
|
-
["trigger", "SOAP::SOAPString", [0, 1]],
|
615
|
-
["errorString", "SOAP::SOAPString", [0, 1]],
|
616
|
-
["apiError_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008, "ApiError.Type")], [0, 1]],
|
617
|
-
["reason", "AdwordsApi::V201008::AdGroupCriterionService::DatabaseErrorReason", [0, 1]]
|
618
|
-
]
|
887
|
+
:class => AdwordsApi::V201008::AdGroupCriterionService::AdGroupCriterionErrorReason,
|
888
|
+
:schema_type => XSD::QName.new(NsV201008, "AdGroupCriterionError.Reason")
|
619
889
|
)
|
620
890
|
|
621
891
|
EncodedRegistry.register(
|
622
|
-
:class => AdwordsApi::V201008::AdGroupCriterionService::
|
623
|
-
:schema_type => XSD::QName.new(NsV201008, "
|
624
|
-
:schema_element => [
|
625
|
-
["key", "AdwordsApi::V201008::AdGroupCriterionService::PolicyViolationKey", [0, 1]]
|
626
|
-
]
|
892
|
+
:class => AdwordsApi::V201008::AdGroupCriterionService::AdGroupCriterionLimitExceededCriteriaLimitType,
|
893
|
+
:schema_type => XSD::QName.new(NsV201008, "AdGroupCriterionLimitExceeded.CriteriaLimitType")
|
627
894
|
)
|
628
895
|
|
629
896
|
EncodedRegistry.register(
|
630
|
-
:class => AdwordsApi::V201008::AdGroupCriterionService::
|
631
|
-
:schema_type => XSD::QName.new(NsV201008, "
|
632
|
-
:schema_basetype => XSD::QName.new(NsV201008, "ApiError"),
|
633
|
-
:schema_element => [
|
634
|
-
["fieldPath", "SOAP::SOAPString", [0, 1]],
|
635
|
-
["trigger", "SOAP::SOAPString", [0, 1]],
|
636
|
-
["errorString", "SOAP::SOAPString", [0, 1]],
|
637
|
-
["apiError_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008, "ApiError.Type")], [0, 1]],
|
638
|
-
["key", "AdwordsApi::V201008::AdGroupCriterionService::PolicyViolationKey", [0, 1]],
|
639
|
-
["externalPolicyName", "SOAP::SOAPString", [0, 1]],
|
640
|
-
["externalPolicyUrl", "SOAP::SOAPString", [0, 1]],
|
641
|
-
["externalPolicyDescription", "SOAP::SOAPString", [0, 1]],
|
642
|
-
["isExemptable", "SOAP::SOAPBoolean", [0, 1]],
|
643
|
-
["violatingParts", "AdwordsApi::V201008::AdGroupCriterionService::PolicyViolationErrorPart[]", [0, nil]]
|
644
|
-
]
|
897
|
+
:class => AdwordsApi::V201008::AdGroupCriterionService::ApprovalStatus,
|
898
|
+
:schema_type => XSD::QName.new(NsV201008, "ApprovalStatus")
|
645
899
|
)
|
646
900
|
|
647
901
|
EncodedRegistry.register(
|
648
|
-
:class => AdwordsApi::V201008::AdGroupCriterionService::
|
649
|
-
:schema_type => XSD::QName.new(NsV201008, "
|
650
|
-
:schema_element => [
|
651
|
-
["argument", "SOAP::SOAPString", [0, 1]],
|
652
|
-
["operand", "AdwordsApi::V201008::AdGroupCriterionService::ProductConditionOperand", [0, 1]]
|
653
|
-
]
|
902
|
+
:class => AdwordsApi::V201008::AdGroupCriterionService::AuthenticationErrorReason,
|
903
|
+
:schema_type => XSD::QName.new(NsV201008, "AuthenticationError.Reason")
|
654
904
|
)
|
655
905
|
|
656
906
|
EncodedRegistry.register(
|
657
|
-
:class => AdwordsApi::V201008::AdGroupCriterionService::
|
658
|
-
:schema_type => XSD::QName.new(NsV201008, "
|
659
|
-
:schema_element => [
|
660
|
-
["startDate", "SOAP::SOAPString", [0, 1]],
|
661
|
-
["endDate", "SOAP::SOAPString", [0, 1]],
|
662
|
-
["network", "AdwordsApi::V201008::AdGroupCriterionService::StatsNetwork", [0, 1]],
|
663
|
-
["clicks", "SOAP::SOAPLong", [0, 1]],
|
664
|
-
["impressions", "SOAP::SOAPLong", [0, 1]],
|
665
|
-
["cost", "AdwordsApi::V201008::AdGroupCriterionService::Money", [0, 1]],
|
666
|
-
["averagePosition", "SOAP::SOAPDouble", [0, 1]],
|
667
|
-
["averageCpc", "AdwordsApi::V201008::AdGroupCriterionService::Money", [0, 1]],
|
668
|
-
["averageCpm", "AdwordsApi::V201008::AdGroupCriterionService::Money", [0, 1]],
|
669
|
-
["ctr", "SOAP::SOAPDouble", [0, 1]],
|
670
|
-
["conversions", "SOAP::SOAPLong", [0, 1]],
|
671
|
-
["conversionRate", "SOAP::SOAPDouble", [0, 1]],
|
672
|
-
["costPerConversion", "AdwordsApi::V201008::AdGroupCriterionService::Money", [0, 1]],
|
673
|
-
["conversionsManyPerClick", "SOAP::SOAPLong", [0, 1]],
|
674
|
-
["conversionRateManyPerClick", "SOAP::SOAPDouble", [0, 1]],
|
675
|
-
["costPerConversionManyPerClick", "AdwordsApi::V201008::AdGroupCriterionService::Money", [0, 1]],
|
676
|
-
["viewThroughConversions", "SOAP::SOAPLong", [0, 1]],
|
677
|
-
["totalConvValue", "SOAP::SOAPLong", [0, 1]],
|
678
|
-
["valuePerConv", "SOAP::SOAPDouble", [0, 1]],
|
679
|
-
["valuePerConvManyPerClick", "SOAP::SOAPDouble", [0, 1]],
|
680
|
-
["stats_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008, "Stats.Type")], [0, 1]]
|
681
|
-
]
|
907
|
+
:class => AdwordsApi::V201008::AdGroupCriterionService::AuthorizationErrorReason,
|
908
|
+
:schema_type => XSD::QName.new(NsV201008, "AuthorizationError.Reason")
|
682
909
|
)
|
683
910
|
|
684
911
|
EncodedRegistry.register(
|
685
|
-
:class => AdwordsApi::V201008::AdGroupCriterionService::
|
686
|
-
:schema_type => XSD::QName.new(NsV201008, "
|
687
|
-
:schema_basetype => XSD::QName.new(NsV201008, "ApplicationException"),
|
688
|
-
:schema_element => [
|
689
|
-
["message", "SOAP::SOAPString", [0, 1]],
|
690
|
-
["applicationException_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008, "ApplicationException.Type")], [0, 1]],
|
691
|
-
["errors", "AdwordsApi::V201008::AdGroupCriterionService::ApiError[]", [0, nil]]
|
692
|
-
]
|
912
|
+
:class => AdwordsApi::V201008::AdGroupCriterionService::BidSource,
|
913
|
+
:schema_type => XSD::QName.new(NsV201008, "BidSource")
|
693
914
|
)
|
694
915
|
|
695
916
|
EncodedRegistry.register(
|
696
|
-
:class => AdwordsApi::V201008::AdGroupCriterionService::
|
697
|
-
:schema_type => XSD::QName.new(NsV201008, "
|
698
|
-
:schema_element => [
|
699
|
-
["message", "SOAP::SOAPString", [0, 1]],
|
700
|
-
["applicationException_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008, "ApplicationException.Type")], [0, 1]]
|
701
|
-
]
|
917
|
+
:class => AdwordsApi::V201008::AdGroupCriterionService::BiddingErrorReason,
|
918
|
+
:schema_type => XSD::QName.new(NsV201008, "BiddingError.Reason")
|
702
919
|
)
|
703
920
|
|
704
921
|
EncodedRegistry.register(
|
705
|
-
:class => AdwordsApi::V201008::AdGroupCriterionService::
|
706
|
-
:schema_type => XSD::QName.new(NsV201008, "
|
707
|
-
:schema_element => [
|
708
|
-
["amount", "AdwordsApi::V201008::AdGroupCriterionService::Money", [0, 1]]
|
709
|
-
]
|
922
|
+
:class => AdwordsApi::V201008::AdGroupCriterionService::ClientTermsErrorReason,
|
923
|
+
:schema_type => XSD::QName.new(NsV201008, "ClientTermsError.Reason")
|
710
924
|
)
|
711
925
|
|
712
926
|
EncodedRegistry.register(
|
713
|
-
:class => AdwordsApi::V201008::AdGroupCriterionService::
|
714
|
-
:schema_type => XSD::QName.new(NsV201008, "
|
715
|
-
:schema_element => [
|
716
|
-
["multiplier", "SOAP::SOAPDouble", [0, 1]],
|
717
|
-
["multipliedBid", "AdwordsApi::V201008::AdGroupCriterionService::Bid", [0, 1]]
|
718
|
-
]
|
927
|
+
:class => AdwordsApi::V201008::AdGroupCriterionService::CriterionUse,
|
928
|
+
:schema_type => XSD::QName.new(NsV201008, "CriterionUse")
|
719
929
|
)
|
720
930
|
|
721
931
|
EncodedRegistry.register(
|
722
|
-
:class => AdwordsApi::V201008::AdGroupCriterionService::
|
723
|
-
:schema_type => XSD::QName.new(NsV201008, "
|
724
|
-
:schema_basetype => XSD::QName.new(NsV201008, "AdGroupCriterionBids"),
|
725
|
-
:schema_element => [
|
726
|
-
["adGroupCriterionBids_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008, "AdGroupCriterionBids.Type")], [0, 1]],
|
727
|
-
["proxyBid", "AdwordsApi::V201008::AdGroupCriterionService::Bid", [0, 1]],
|
728
|
-
["enhancedCpcEnabled", "SOAP::SOAPBoolean", [0, 1]]
|
729
|
-
]
|
932
|
+
:class => AdwordsApi::V201008::AdGroupCriterionService::DatabaseErrorReason,
|
933
|
+
:schema_type => XSD::QName.new(NsV201008, "DatabaseError.Reason")
|
730
934
|
)
|
731
935
|
|
732
936
|
EncodedRegistry.register(
|
733
|
-
:class => AdwordsApi::V201008::AdGroupCriterionService::
|
734
|
-
:schema_type => XSD::QName.new(NsV201008, "
|
735
|
-
:schema_basetype => XSD::QName.new(NsV201008, "AdGroupCriterionExperimentBidMultiplier"),
|
736
|
-
:schema_element => [
|
737
|
-
["adGroupCriterionExperimentBidMultiplier_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008, "AdGroupCriterionExperimentBidMultiplier.Type")], [0, 1]],
|
738
|
-
["maxCpcMultiplier", "AdwordsApi::V201008::AdGroupCriterionService::BidMultiplier", [0, 1]],
|
739
|
-
["multiplierSource", "AdwordsApi::V201008::AdGroupCriterionService::MultiplierSource", [0, 1]]
|
740
|
-
]
|
937
|
+
:class => AdwordsApi::V201008::AdGroupCriterionService::DateErrorReason,
|
938
|
+
:schema_type => XSD::QName.new(NsV201008, "DateError.Reason")
|
741
939
|
)
|
742
940
|
|
743
941
|
EncodedRegistry.register(
|
744
|
-
:class => AdwordsApi::V201008::AdGroupCriterionService::
|
745
|
-
:schema_type => XSD::QName.new(NsV201008, "
|
746
|
-
:schema_basetype => XSD::QName.new(NsV201008, "AdGroupCriterionBids"),
|
747
|
-
:schema_element => [
|
748
|
-
["adGroupCriterionBids_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008, "AdGroupCriterionBids.Type")], [0, 1]],
|
749
|
-
["maxCpm", "AdwordsApi::V201008::AdGroupCriterionService::Bid", [0, 1]],
|
750
|
-
["bidSource", "AdwordsApi::V201008::AdGroupCriterionService::BidSource", [0, 1]]
|
751
|
-
]
|
942
|
+
:class => AdwordsApi::V201008::AdGroupCriterionService::DistinctErrorReason,
|
943
|
+
:schema_type => XSD::QName.new(NsV201008, "DistinctError.Reason")
|
752
944
|
)
|
753
945
|
|
754
946
|
EncodedRegistry.register(
|
755
|
-
:class => AdwordsApi::V201008::AdGroupCriterionService::
|
756
|
-
:schema_type => XSD::QName.new(NsV201008, "
|
757
|
-
:schema_element => [
|
758
|
-
["proxyMaxCpc", "AdwordsApi::V201008::AdGroupCriterionService::Bid", [0, 1]],
|
759
|
-
["preferredPosition", "SOAP::SOAPInt", [0, 1]],
|
760
|
-
["bottomPosition", "SOAP::SOAPInt", [0, 1]]
|
761
|
-
]
|
947
|
+
:class => AdwordsApi::V201008::AdGroupCriterionService::EntityAccessDeniedReason,
|
948
|
+
:schema_type => XSD::QName.new(NsV201008, "EntityAccessDenied.Reason")
|
762
949
|
)
|
763
950
|
|
764
951
|
EncodedRegistry.register(
|
765
|
-
:class => AdwordsApi::V201008::AdGroupCriterionService::
|
766
|
-
:schema_type => XSD::QName.new(NsV201008, "
|
767
|
-
:schema_basetype => XSD::QName.new(NsV201008, "Criterion"),
|
768
|
-
:schema_element => [
|
769
|
-
["id", "SOAP::SOAPLong", [0, 1]],
|
770
|
-
["criterion_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008, "Criterion.Type")], [0, 1]],
|
771
|
-
["conditions", "AdwordsApi::V201008::AdGroupCriterionService::ProductCondition[]", [0, nil]],
|
772
|
-
["text", "SOAP::SOAPString", [0, 1]]
|
773
|
-
]
|
952
|
+
:class => AdwordsApi::V201008::AdGroupCriterionService::EntityCountLimitExceededReason,
|
953
|
+
:schema_type => XSD::QName.new(NsV201008, "EntityCountLimitExceeded.Reason")
|
774
954
|
)
|
775
955
|
|
776
956
|
EncodedRegistry.register(
|
777
|
-
:class => AdwordsApi::V201008::AdGroupCriterionService::
|
778
|
-
:schema_type => XSD::QName.new(NsV201008, "
|
779
|
-
:schema_element => [
|
780
|
-
["experimentId", "SOAP::SOAPLong", [0, 1]],
|
781
|
-
["experimentDeltaStatus", "AdwordsApi::V201008::AdGroupCriterionService::ExperimentDeltaStatus", [0, 1]],
|
782
|
-
["experimentDataStatus", "AdwordsApi::V201008::AdGroupCriterionService::ExperimentDataStatus", [0, 1]],
|
783
|
-
["experimentBidMultiplier", "AdwordsApi::V201008::AdGroupCriterionService::AdGroupCriterionExperimentBidMultiplier", [0, 1]]
|
784
|
-
]
|
957
|
+
:class => AdwordsApi::V201008::AdGroupCriterionService::EntityNotFoundReason,
|
958
|
+
:schema_type => XSD::QName.new(NsV201008, "EntityNotFound.Reason")
|
785
959
|
)
|
786
960
|
|
787
961
|
EncodedRegistry.register(
|
788
|
-
:class => AdwordsApi::V201008::AdGroupCriterionService::
|
789
|
-
:schema_type => XSD::QName.new(NsV201008, "
|
790
|
-
:schema_element => [
|
791
|
-
["id", "SOAP::SOAPLong", [0, 1]],
|
792
|
-
["criterion_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008, "Criterion.Type")], [0, 1]]
|
793
|
-
]
|
962
|
+
:class => AdwordsApi::V201008::AdGroupCriterionService::ExperimentDataStatus,
|
963
|
+
:schema_type => XSD::QName.new(NsV201008, "ExperimentDataStatus")
|
794
964
|
)
|
795
965
|
|
796
966
|
EncodedRegistry.register(
|
797
|
-
:class => AdwordsApi::V201008::AdGroupCriterionService::
|
798
|
-
:schema_type => XSD::QName.new(NsV201008, "
|
799
|
-
:schema_basetype => XSD::QName.new(NsV201008, "AdGroupCriterionBids"),
|
800
|
-
:schema_element => [
|
801
|
-
["adGroupCriterionBids_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008, "AdGroupCriterionBids.Type")], [0, 1]],
|
802
|
-
["maxCpc", "AdwordsApi::V201008::AdGroupCriterionService::Bid", [0, 1]],
|
803
|
-
["bidSource", "AdwordsApi::V201008::AdGroupCriterionService::BidSource", [0, 1]],
|
804
|
-
["positionPreferenceBids", "AdwordsApi::V201008::AdGroupCriterionService::PositionPreferenceAdGroupCriterionBids", [0, 1]],
|
805
|
-
["enhancedCpcEnabled", "SOAP::SOAPBoolean", [0, 1]]
|
806
|
-
]
|
967
|
+
:class => AdwordsApi::V201008::AdGroupCriterionService::ExperimentDeltaStatus,
|
968
|
+
:schema_type => XSD::QName.new(NsV201008, "ExperimentDeltaStatus")
|
807
969
|
)
|
808
970
|
|
809
971
|
EncodedRegistry.register(
|
810
|
-
:class => AdwordsApi::V201008::AdGroupCriterionService::
|
811
|
-
:schema_type => XSD::QName.new(NsV201008, "
|
812
|
-
:schema_basetype => XSD::QName.new(NsV201008, "AdGroupCriterion"),
|
813
|
-
:schema_element => [
|
814
|
-
["adGroupId", "SOAP::SOAPLong", [0, 1]],
|
815
|
-
["criterion", "AdwordsApi::V201008::AdGroupCriterionService::Criterion", [0, 1]],
|
816
|
-
["adGroupCriterion_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008, "AdGroupCriterion.Type")], [0, 1]],
|
817
|
-
["userStatus", "AdwordsApi::V201008::AdGroupCriterionService::UserStatus", [0, 1]],
|
818
|
-
["systemServingStatus", "AdwordsApi::V201008::AdGroupCriterionService::SystemServingStatus", [0, 1]],
|
819
|
-
["approvalStatus", "AdwordsApi::V201008::AdGroupCriterionService::ApprovalStatus", [0, 1]],
|
820
|
-
["destinationUrl", "SOAP::SOAPString", [0, 1]],
|
821
|
-
["bids", "AdwordsApi::V201008::AdGroupCriterionService::AdGroupCriterionBids", [0, 1]],
|
822
|
-
["experimentData", "AdwordsApi::V201008::AdGroupCriterionService::BiddableAdGroupCriterionExperimentData", [0, 1]],
|
823
|
-
["firstPageCpc", "AdwordsApi::V201008::AdGroupCriterionService::Bid", [0, 1]],
|
824
|
-
["qualityInfo", "AdwordsApi::V201008::AdGroupCriterionService::QualityInfo", [0, 1]],
|
825
|
-
["stats", "AdwordsApi::V201008::AdGroupCriterionService::Stats", [0, 1]]
|
826
|
-
]
|
972
|
+
:class => AdwordsApi::V201008::AdGroupCriterionService::InternalApiErrorReason,
|
973
|
+
:schema_type => XSD::QName.new(NsV201008, "InternalApiError.Reason")
|
827
974
|
)
|
828
975
|
|
829
976
|
EncodedRegistry.register(
|
830
|
-
:class => AdwordsApi::V201008::AdGroupCriterionService::
|
831
|
-
:schema_type => XSD::QName.new(NsV201008, "
|
832
|
-
:schema_element => [
|
833
|
-
["adGroupId", "SOAP::SOAPLong", [0, 1]],
|
834
|
-
["criterion", "AdwordsApi::V201008::AdGroupCriterionService::Criterion", [0, 1]],
|
835
|
-
["adGroupCriterion_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008, "AdGroupCriterion.Type")], [0, 1]]
|
836
|
-
]
|
977
|
+
:class => AdwordsApi::V201008::AdGroupCriterionService::KeywordMatchType,
|
978
|
+
:schema_type => XSD::QName.new(NsV201008, "KeywordMatchType")
|
837
979
|
)
|
838
980
|
|
839
981
|
EncodedRegistry.register(
|
840
|
-
:class => AdwordsApi::V201008::AdGroupCriterionService::
|
841
|
-
:schema_type => XSD::QName.new(NsV201008, "
|
842
|
-
:schema_basetype => XSD::QName.new(NsV201008, "Operation"),
|
843
|
-
:schema_element => [
|
844
|
-
["operator", "AdwordsApi::V201008::AdGroupCriterionService::Operator", [0, 1]],
|
845
|
-
["operation_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008, "Operation.Type")], [0, 1]],
|
846
|
-
["operand", "AdwordsApi::V201008::AdGroupCriterionService::AdGroupCriterion", [0, 1]],
|
847
|
-
["exemptionRequests", "AdwordsApi::V201008::AdGroupCriterionService::ExemptionRequest[]", [0, nil]]
|
848
|
-
]
|
849
|
-
)
|
850
|
-
|
851
|
-
EncodedRegistry.register(
|
852
|
-
:class => AdwordsApi::V201008::AdGroupCriterionService::AdGroupCriterionPage,
|
853
|
-
:schema_type => XSD::QName.new(NsV201008, "AdGroupCriterionPage"),
|
854
|
-
:schema_basetype => XSD::QName.new(NsV201008, "Page"),
|
855
|
-
:schema_element => [
|
856
|
-
["totalNumEntries", "SOAP::SOAPInt", [0, 1]],
|
857
|
-
["page_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008, "Page.Type")], [0, 1]],
|
858
|
-
["entries", "AdwordsApi::V201008::AdGroupCriterionService::AdGroupCriterion[]", [0, nil]]
|
859
|
-
]
|
860
|
-
)
|
861
|
-
|
862
|
-
EncodedRegistry.register(
|
863
|
-
:class => AdwordsApi::V201008::AdGroupCriterionService::AdGroupCriterionReturnValue,
|
864
|
-
:schema_type => XSD::QName.new(NsV201008, "AdGroupCriterionReturnValue"),
|
865
|
-
:schema_basetype => XSD::QName.new(NsV201008, "ListReturnValue"),
|
866
|
-
:schema_element => [
|
867
|
-
["listReturnValue_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008, "ListReturnValue.Type")], [0, 1]],
|
868
|
-
["value", "AdwordsApi::V201008::AdGroupCriterionService::AdGroupCriterion[]", [0, nil]],
|
869
|
-
["partialFailureErrors", "AdwordsApi::V201008::AdGroupCriterionService::ApiError[]", [0, nil]]
|
870
|
-
]
|
871
|
-
)
|
872
|
-
|
873
|
-
EncodedRegistry.register(
|
874
|
-
:class => AdwordsApi::V201008::AdGroupCriterionService::AdGroupCriterionSelector,
|
875
|
-
:schema_type => XSD::QName.new(NsV201008, "AdGroupCriterionSelector"),
|
876
|
-
:schema_element => [
|
877
|
-
["idFilters", "AdwordsApi::V201008::AdGroupCriterionService::AdGroupCriterionIdFilter[]", [0, nil]],
|
878
|
-
["experimentId", "SOAP::SOAPLong", [0, 1]],
|
879
|
-
["criterionUse", "AdwordsApi::V201008::AdGroupCriterionService::CriterionUse", [0, 1]],
|
880
|
-
["userStatuses", "AdwordsApi::V201008::AdGroupCriterionService::UserStatus[]", [0, nil]],
|
881
|
-
["statsSelector", "AdwordsApi::V201008::AdGroupCriterionService::StatsSelector", [0, 1]],
|
882
|
-
["paging", "AdwordsApi::V201008::AdGroupCriterionService::Paging", [0, 1]]
|
883
|
-
]
|
884
|
-
)
|
885
|
-
|
886
|
-
EncodedRegistry.register(
|
887
|
-
:class => AdwordsApi::V201008::AdGroupCriterionService::AdGroupCriterionErrorReason,
|
888
|
-
:schema_type => XSD::QName.new(NsV201008, "AdGroupCriterionError.Reason")
|
889
|
-
)
|
890
|
-
|
891
|
-
EncodedRegistry.register(
|
892
|
-
:class => AdwordsApi::V201008::AdGroupCriterionService::AdGroupCriterionLimitExceededCriteriaLimitType,
|
893
|
-
:schema_type => XSD::QName.new(NsV201008, "AdGroupCriterionLimitExceeded.CriteriaLimitType")
|
894
|
-
)
|
895
|
-
|
896
|
-
EncodedRegistry.register(
|
897
|
-
:class => AdwordsApi::V201008::AdGroupCriterionService::ApprovalStatus,
|
898
|
-
:schema_type => XSD::QName.new(NsV201008, "ApprovalStatus")
|
899
|
-
)
|
900
|
-
|
901
|
-
EncodedRegistry.register(
|
902
|
-
:class => AdwordsApi::V201008::AdGroupCriterionService::AuthenticationErrorReason,
|
903
|
-
:schema_type => XSD::QName.new(NsV201008, "AuthenticationError.Reason")
|
904
|
-
)
|
905
|
-
|
906
|
-
EncodedRegistry.register(
|
907
|
-
:class => AdwordsApi::V201008::AdGroupCriterionService::AuthorizationErrorReason,
|
908
|
-
:schema_type => XSD::QName.new(NsV201008, "AuthorizationError.Reason")
|
909
|
-
)
|
910
|
-
|
911
|
-
EncodedRegistry.register(
|
912
|
-
:class => AdwordsApi::V201008::AdGroupCriterionService::BidSource,
|
913
|
-
:schema_type => XSD::QName.new(NsV201008, "BidSource")
|
914
|
-
)
|
915
|
-
|
916
|
-
EncodedRegistry.register(
|
917
|
-
:class => AdwordsApi::V201008::AdGroupCriterionService::BiddingErrorReason,
|
918
|
-
:schema_type => XSD::QName.new(NsV201008, "BiddingError.Reason")
|
919
|
-
)
|
920
|
-
|
921
|
-
EncodedRegistry.register(
|
922
|
-
:class => AdwordsApi::V201008::AdGroupCriterionService::ClientTermsErrorReason,
|
923
|
-
:schema_type => XSD::QName.new(NsV201008, "ClientTermsError.Reason")
|
924
|
-
)
|
925
|
-
|
926
|
-
EncodedRegistry.register(
|
927
|
-
:class => AdwordsApi::V201008::AdGroupCriterionService::CriterionUse,
|
928
|
-
:schema_type => XSD::QName.new(NsV201008, "CriterionUse")
|
929
|
-
)
|
930
|
-
|
931
|
-
EncodedRegistry.register(
|
932
|
-
:class => AdwordsApi::V201008::AdGroupCriterionService::DatabaseErrorReason,
|
933
|
-
:schema_type => XSD::QName.new(NsV201008, "DatabaseError.Reason")
|
934
|
-
)
|
935
|
-
|
936
|
-
EncodedRegistry.register(
|
937
|
-
:class => AdwordsApi::V201008::AdGroupCriterionService::DateErrorReason,
|
938
|
-
:schema_type => XSD::QName.new(NsV201008, "DateError.Reason")
|
939
|
-
)
|
940
|
-
|
941
|
-
EncodedRegistry.register(
|
942
|
-
:class => AdwordsApi::V201008::AdGroupCriterionService::DistinctErrorReason,
|
943
|
-
:schema_type => XSD::QName.new(NsV201008, "DistinctError.Reason")
|
944
|
-
)
|
945
|
-
|
946
|
-
EncodedRegistry.register(
|
947
|
-
:class => AdwordsApi::V201008::AdGroupCriterionService::EntityAccessDeniedReason,
|
948
|
-
:schema_type => XSD::QName.new(NsV201008, "EntityAccessDenied.Reason")
|
949
|
-
)
|
950
|
-
|
951
|
-
EncodedRegistry.register(
|
952
|
-
:class => AdwordsApi::V201008::AdGroupCriterionService::EntityCountLimitExceededReason,
|
953
|
-
:schema_type => XSD::QName.new(NsV201008, "EntityCountLimitExceeded.Reason")
|
954
|
-
)
|
955
|
-
|
956
|
-
EncodedRegistry.register(
|
957
|
-
:class => AdwordsApi::V201008::AdGroupCriterionService::EntityNotFoundReason,
|
958
|
-
:schema_type => XSD::QName.new(NsV201008, "EntityNotFound.Reason")
|
959
|
-
)
|
960
|
-
|
961
|
-
EncodedRegistry.register(
|
962
|
-
:class => AdwordsApi::V201008::AdGroupCriterionService::ExperimentDataStatus,
|
963
|
-
:schema_type => XSD::QName.new(NsV201008, "ExperimentDataStatus")
|
964
|
-
)
|
965
|
-
|
966
|
-
EncodedRegistry.register(
|
967
|
-
:class => AdwordsApi::V201008::AdGroupCriterionService::ExperimentDeltaStatus,
|
968
|
-
:schema_type => XSD::QName.new(NsV201008, "ExperimentDeltaStatus")
|
969
|
-
)
|
970
|
-
|
971
|
-
EncodedRegistry.register(
|
972
|
-
:class => AdwordsApi::V201008::AdGroupCriterionService::InternalApiErrorReason,
|
973
|
-
:schema_type => XSD::QName.new(NsV201008, "InternalApiError.Reason")
|
974
|
-
)
|
975
|
-
|
976
|
-
EncodedRegistry.register(
|
977
|
-
:class => AdwordsApi::V201008::AdGroupCriterionService::KeywordMatchType,
|
978
|
-
:schema_type => XSD::QName.new(NsV201008, "KeywordMatchType")
|
979
|
-
)
|
980
|
-
|
981
|
-
EncodedRegistry.register(
|
982
|
-
:class => AdwordsApi::V201008::AdGroupCriterionService::MultiplierSource,
|
983
|
-
:schema_type => XSD::QName.new(NsV201008, "MultiplierSource")
|
982
|
+
:class => AdwordsApi::V201008::AdGroupCriterionService::MultiplierSource,
|
983
|
+
:schema_type => XSD::QName.new(NsV201008, "MultiplierSource")
|
984
984
|
)
|
985
985
|
|
986
986
|
EncodedRegistry.register(
|
@@ -1083,6 +1083,16 @@ module DefaultMappingRegistry
|
|
1083
1083
|
:schema_type => XSD::QName.new(NsV201008, "UserStatus")
|
1084
1084
|
)
|
1085
1085
|
|
1086
|
+
LiteralRegistry.register(
|
1087
|
+
:class => AdwordsApi::V201008::AdGroupCriterionService::AdGroupCriterion,
|
1088
|
+
:schema_type => XSD::QName.new(NsV201008, "AdGroupCriterion"),
|
1089
|
+
:schema_element => [
|
1090
|
+
["adGroupId", "SOAP::SOAPLong", [0, 1]],
|
1091
|
+
["criterion", "AdwordsApi::V201008::AdGroupCriterionService::Criterion", [0, 1]],
|
1092
|
+
["adGroupCriterion_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008, "AdGroupCriterion.Type")], [0, 1]]
|
1093
|
+
]
|
1094
|
+
)
|
1095
|
+
|
1086
1096
|
LiteralRegistry.register(
|
1087
1097
|
:class => AdwordsApi::V201008::AdGroupCriterionService::AdGroupCriterionError,
|
1088
1098
|
:schema_type => XSD::QName.new(NsV201008, "AdGroupCriterionError"),
|
@@ -1123,126 +1133,274 @@ module DefaultMappingRegistry
|
|
1123
1133
|
)
|
1124
1134
|
|
1125
1135
|
LiteralRegistry.register(
|
1126
|
-
:class => AdwordsApi::V201008::AdGroupCriterionService::
|
1127
|
-
:schema_type => XSD::QName.new(NsV201008, "
|
1128
|
-
:schema_basetype => XSD::QName.new(NsV201008, "
|
1136
|
+
:class => AdwordsApi::V201008::AdGroupCriterionService::AdGroupCriterionOperation,
|
1137
|
+
:schema_type => XSD::QName.new(NsV201008, "AdGroupCriterionOperation"),
|
1138
|
+
:schema_basetype => XSD::QName.new(NsV201008, "Operation"),
|
1129
1139
|
:schema_element => [
|
1130
|
-
["
|
1131
|
-
["
|
1132
|
-
["
|
1133
|
-
["
|
1134
|
-
["reason", "AdwordsApi::V201008::AdGroupCriterionService::AuthenticationErrorReason", [0, 1]]
|
1140
|
+
["operator", "AdwordsApi::V201008::AdGroupCriterionService::Operator", [0, 1]],
|
1141
|
+
["operation_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008, "Operation.Type")], [0, 1]],
|
1142
|
+
["operand", "AdwordsApi::V201008::AdGroupCriterionService::AdGroupCriterion", [0, 1]],
|
1143
|
+
["exemptionRequests", "AdwordsApi::V201008::AdGroupCriterionService::ExemptionRequest[]", [0, nil]]
|
1135
1144
|
]
|
1136
1145
|
)
|
1137
1146
|
|
1138
1147
|
LiteralRegistry.register(
|
1139
|
-
:class => AdwordsApi::V201008::AdGroupCriterionService::
|
1140
|
-
:schema_type => XSD::QName.new(NsV201008, "
|
1141
|
-
:schema_basetype => XSD::QName.new(NsV201008, "
|
1148
|
+
:class => AdwordsApi::V201008::AdGroupCriterionService::AdGroupCriterionPage,
|
1149
|
+
:schema_type => XSD::QName.new(NsV201008, "AdGroupCriterionPage"),
|
1150
|
+
:schema_basetype => XSD::QName.new(NsV201008, "Page"),
|
1142
1151
|
:schema_element => [
|
1143
|
-
["
|
1144
|
-
["
|
1145
|
-
["
|
1146
|
-
["apiError_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008, "ApiError.Type")], [0, 1]],
|
1147
|
-
["reason", "AdwordsApi::V201008::AdGroupCriterionService::AuthorizationErrorReason", [0, 1]]
|
1152
|
+
["totalNumEntries", "SOAP::SOAPInt", [0, 1]],
|
1153
|
+
["page_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008, "Page.Type")], [0, 1]],
|
1154
|
+
["entries", "AdwordsApi::V201008::AdGroupCriterionService::AdGroupCriterion[]", [0, nil]]
|
1148
1155
|
]
|
1149
1156
|
)
|
1150
1157
|
|
1151
1158
|
LiteralRegistry.register(
|
1152
|
-
:class => AdwordsApi::V201008::AdGroupCriterionService::
|
1153
|
-
:schema_type => XSD::QName.new(NsV201008, "
|
1154
|
-
:schema_basetype => XSD::QName.new(NsV201008, "
|
1159
|
+
:class => AdwordsApi::V201008::AdGroupCriterionService::AdGroupCriterionReturnValue,
|
1160
|
+
:schema_type => XSD::QName.new(NsV201008, "AdGroupCriterionReturnValue"),
|
1161
|
+
:schema_basetype => XSD::QName.new(NsV201008, "ListReturnValue"),
|
1155
1162
|
:schema_element => [
|
1156
|
-
["
|
1157
|
-
["
|
1158
|
-
["
|
1159
|
-
["apiError_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008, "ApiError.Type")], [0, 1]],
|
1160
|
-
["reason", "AdwordsApi::V201008::AdGroupCriterionService::BiddingErrorReason", [0, 1]]
|
1163
|
+
["listReturnValue_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008, "ListReturnValue.Type")], [0, 1]],
|
1164
|
+
["value", "AdwordsApi::V201008::AdGroupCriterionService::AdGroupCriterion[]", [0, nil]],
|
1165
|
+
["partialFailureErrors", "AdwordsApi::V201008::AdGroupCriterionService::ApiError[]", [0, nil]]
|
1161
1166
|
]
|
1162
1167
|
)
|
1163
1168
|
|
1164
1169
|
LiteralRegistry.register(
|
1165
|
-
:class => AdwordsApi::V201008::AdGroupCriterionService::
|
1166
|
-
:schema_type => XSD::QName.new(NsV201008, "
|
1167
|
-
:schema_basetype => XSD::QName.new(NsV201008, "ApiError"),
|
1170
|
+
:class => AdwordsApi::V201008::AdGroupCriterionService::AdGroupCriterionSelector,
|
1171
|
+
:schema_type => XSD::QName.new(NsV201008, "AdGroupCriterionSelector"),
|
1168
1172
|
:schema_element => [
|
1169
|
-
["
|
1170
|
-
["
|
1171
|
-
["
|
1172
|
-
["
|
1173
|
-
["
|
1173
|
+
["idFilters", "AdwordsApi::V201008::AdGroupCriterionService::AdGroupCriterionIdFilter[]", [0, nil]],
|
1174
|
+
["experimentId", "SOAP::SOAPLong", [0, 1]],
|
1175
|
+
["criterionUse", "AdwordsApi::V201008::AdGroupCriterionService::CriterionUse", [0, 1]],
|
1176
|
+
["userStatuses", "AdwordsApi::V201008::AdGroupCriterionService::UserStatus[]", [0, nil]],
|
1177
|
+
["statsSelector", "AdwordsApi::V201008::AdGroupCriterionService::StatsSelector", [0, 1]],
|
1178
|
+
["paging", "AdwordsApi::V201008::AdGroupCriterionService::Paging", [0, 1]]
|
1174
1179
|
]
|
1175
1180
|
)
|
1176
1181
|
|
1177
1182
|
LiteralRegistry.register(
|
1178
|
-
:class => AdwordsApi::V201008::AdGroupCriterionService::
|
1179
|
-
:schema_type => XSD::QName.new(NsV201008, "
|
1180
|
-
:schema_basetype => XSD::QName.new(NsV201008, "
|
1183
|
+
:class => AdwordsApi::V201008::AdGroupCriterionService::ApiException,
|
1184
|
+
:schema_type => XSD::QName.new(NsV201008, "ApiException"),
|
1185
|
+
:schema_basetype => XSD::QName.new(NsV201008, "ApplicationException"),
|
1181
1186
|
:schema_element => [
|
1182
|
-
["
|
1187
|
+
["message", "SOAP::SOAPString", [0, 1]],
|
1188
|
+
["applicationException_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008, "ApplicationException.Type")], [0, 1]],
|
1189
|
+
["errors", "AdwordsApi::V201008::AdGroupCriterionService::ApiError[]", [0, nil]]
|
1183
1190
|
]
|
1184
1191
|
)
|
1185
1192
|
|
1186
1193
|
LiteralRegistry.register(
|
1187
|
-
:class => AdwordsApi::V201008::AdGroupCriterionService::
|
1188
|
-
:schema_type => XSD::QName.new(NsV201008, "
|
1189
|
-
:schema_basetype => XSD::QName.new(NsV201008, "PolicyViolationError"),
|
1194
|
+
:class => AdwordsApi::V201008::AdGroupCriterionService::ApplicationException,
|
1195
|
+
:schema_type => XSD::QName.new(NsV201008, "ApplicationException"),
|
1190
1196
|
:schema_element => [
|
1191
|
-
["
|
1192
|
-
["
|
1193
|
-
["errorString", "SOAP::SOAPString", [0, 1]],
|
1194
|
-
["apiError_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008, "ApiError.Type")], [0, 1]],
|
1195
|
-
["key", "AdwordsApi::V201008::AdGroupCriterionService::PolicyViolationKey", [0, 1]],
|
1196
|
-
["externalPolicyName", "SOAP::SOAPString", [0, 1]],
|
1197
|
-
["externalPolicyUrl", "SOAP::SOAPString", [0, 1]],
|
1198
|
-
["externalPolicyDescription", "SOAP::SOAPString", [0, 1]],
|
1199
|
-
["isExemptable", "SOAP::SOAPBoolean", [0, 1]],
|
1200
|
-
["violatingParts", "AdwordsApi::V201008::AdGroupCriterionService::PolicyViolationErrorPart[]", [0, nil]]
|
1197
|
+
["message", "SOAP::SOAPString", [0, 1]],
|
1198
|
+
["applicationException_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008, "ApplicationException.Type")], [0, 1]]
|
1201
1199
|
]
|
1202
1200
|
)
|
1203
1201
|
|
1204
1202
|
LiteralRegistry.register(
|
1205
|
-
:class => AdwordsApi::V201008::AdGroupCriterionService::
|
1206
|
-
:schema_type => XSD::QName.new(NsV201008, "
|
1203
|
+
:class => AdwordsApi::V201008::AdGroupCriterionService::AuthenticationError,
|
1204
|
+
:schema_type => XSD::QName.new(NsV201008, "AuthenticationError"),
|
1207
1205
|
:schema_basetype => XSD::QName.new(NsV201008, "ApiError"),
|
1208
1206
|
:schema_element => [
|
1209
1207
|
["fieldPath", "SOAP::SOAPString", [0, 1]],
|
1210
1208
|
["trigger", "SOAP::SOAPString", [0, 1]],
|
1211
1209
|
["errorString", "SOAP::SOAPString", [0, 1]],
|
1212
1210
|
["apiError_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008, "ApiError.Type")], [0, 1]],
|
1213
|
-
["reason", "AdwordsApi::V201008::AdGroupCriterionService::
|
1214
|
-
]
|
1215
|
-
)
|
1216
|
-
|
1217
|
-
LiteralRegistry.register(
|
1218
|
-
:class => AdwordsApi::V201008::AdGroupCriterionService::DateRange,
|
1219
|
-
:schema_type => XSD::QName.new(NsV201008, "DateRange"),
|
1220
|
-
:schema_element => [
|
1221
|
-
["min", "SOAP::SOAPString", [0, 1]],
|
1222
|
-
["max", "SOAP::SOAPString", [0, 1]]
|
1211
|
+
["reason", "AdwordsApi::V201008::AdGroupCriterionService::AuthenticationErrorReason", [0, 1]]
|
1223
1212
|
]
|
1224
1213
|
)
|
1225
1214
|
|
1226
1215
|
LiteralRegistry.register(
|
1227
|
-
:class => AdwordsApi::V201008::AdGroupCriterionService::
|
1228
|
-
:schema_type => XSD::QName.new(NsV201008, "
|
1216
|
+
:class => AdwordsApi::V201008::AdGroupCriterionService::AuthorizationError,
|
1217
|
+
:schema_type => XSD::QName.new(NsV201008, "AuthorizationError"),
|
1229
1218
|
:schema_basetype => XSD::QName.new(NsV201008, "ApiError"),
|
1230
1219
|
:schema_element => [
|
1231
1220
|
["fieldPath", "SOAP::SOAPString", [0, 1]],
|
1232
1221
|
["trigger", "SOAP::SOAPString", [0, 1]],
|
1233
1222
|
["errorString", "SOAP::SOAPString", [0, 1]],
|
1234
1223
|
["apiError_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008, "ApiError.Type")], [0, 1]],
|
1235
|
-
["reason", "AdwordsApi::V201008::AdGroupCriterionService::
|
1224
|
+
["reason", "AdwordsApi::V201008::AdGroupCriterionService::AuthorizationErrorReason", [0, 1]]
|
1236
1225
|
]
|
1237
1226
|
)
|
1238
1227
|
|
1239
1228
|
LiteralRegistry.register(
|
1240
|
-
:class => AdwordsApi::V201008::AdGroupCriterionService::
|
1241
|
-
:schema_type => XSD::QName.new(NsV201008, "
|
1242
|
-
:schema_basetype => XSD::QName.new(NsV201008, "NumberValue"),
|
1229
|
+
:class => AdwordsApi::V201008::AdGroupCriterionService::Bid,
|
1230
|
+
:schema_type => XSD::QName.new(NsV201008, "Bid"),
|
1243
1231
|
:schema_element => [
|
1244
|
-
["
|
1245
|
-
|
1232
|
+
["amount", "AdwordsApi::V201008::AdGroupCriterionService::Money", [0, 1]]
|
1233
|
+
]
|
1234
|
+
)
|
1235
|
+
|
1236
|
+
LiteralRegistry.register(
|
1237
|
+
:class => AdwordsApi::V201008::AdGroupCriterionService::BidMultiplier,
|
1238
|
+
:schema_type => XSD::QName.new(NsV201008, "BidMultiplier"),
|
1239
|
+
:schema_element => [
|
1240
|
+
["multiplier", "SOAP::SOAPDouble", [0, 1]],
|
1241
|
+
["multipliedBid", "AdwordsApi::V201008::AdGroupCriterionService::Bid", [0, 1]]
|
1242
|
+
]
|
1243
|
+
)
|
1244
|
+
|
1245
|
+
LiteralRegistry.register(
|
1246
|
+
:class => AdwordsApi::V201008::AdGroupCriterionService::BiddableAdGroupCriterion,
|
1247
|
+
:schema_type => XSD::QName.new(NsV201008, "BiddableAdGroupCriterion"),
|
1248
|
+
:schema_basetype => XSD::QName.new(NsV201008, "AdGroupCriterion"),
|
1249
|
+
:schema_element => [
|
1250
|
+
["adGroupId", "SOAP::SOAPLong", [0, 1]],
|
1251
|
+
["criterion", "AdwordsApi::V201008::AdGroupCriterionService::Criterion", [0, 1]],
|
1252
|
+
["adGroupCriterion_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008, "AdGroupCriterion.Type")], [0, 1]],
|
1253
|
+
["userStatus", "AdwordsApi::V201008::AdGroupCriterionService::UserStatus", [0, 1]],
|
1254
|
+
["systemServingStatus", "AdwordsApi::V201008::AdGroupCriterionService::SystemServingStatus", [0, 1]],
|
1255
|
+
["approvalStatus", "AdwordsApi::V201008::AdGroupCriterionService::ApprovalStatus", [0, 1]],
|
1256
|
+
["destinationUrl", "SOAP::SOAPString", [0, 1]],
|
1257
|
+
["bids", "AdwordsApi::V201008::AdGroupCriterionService::AdGroupCriterionBids", [0, 1]],
|
1258
|
+
["experimentData", "AdwordsApi::V201008::AdGroupCriterionService::BiddableAdGroupCriterionExperimentData", [0, 1]],
|
1259
|
+
["firstPageCpc", "AdwordsApi::V201008::AdGroupCriterionService::Bid", [0, 1]],
|
1260
|
+
["qualityInfo", "AdwordsApi::V201008::AdGroupCriterionService::QualityInfo", [0, 1]],
|
1261
|
+
["stats", "AdwordsApi::V201008::AdGroupCriterionService::Stats", [0, 1]]
|
1262
|
+
]
|
1263
|
+
)
|
1264
|
+
|
1265
|
+
LiteralRegistry.register(
|
1266
|
+
:class => AdwordsApi::V201008::AdGroupCriterionService::BiddableAdGroupCriterionExperimentData,
|
1267
|
+
:schema_type => XSD::QName.new(NsV201008, "BiddableAdGroupCriterionExperimentData"),
|
1268
|
+
:schema_element => [
|
1269
|
+
["experimentId", "SOAP::SOAPLong", [0, 1]],
|
1270
|
+
["experimentDeltaStatus", "AdwordsApi::V201008::AdGroupCriterionService::ExperimentDeltaStatus", [0, 1]],
|
1271
|
+
["experimentDataStatus", "AdwordsApi::V201008::AdGroupCriterionService::ExperimentDataStatus", [0, 1]],
|
1272
|
+
["experimentBidMultiplier", "AdwordsApi::V201008::AdGroupCriterionService::AdGroupCriterionExperimentBidMultiplier", [0, 1]]
|
1273
|
+
]
|
1274
|
+
)
|
1275
|
+
|
1276
|
+
LiteralRegistry.register(
|
1277
|
+
:class => AdwordsApi::V201008::AdGroupCriterionService::BiddingError,
|
1278
|
+
:schema_type => XSD::QName.new(NsV201008, "BiddingError"),
|
1279
|
+
:schema_basetype => XSD::QName.new(NsV201008, "ApiError"),
|
1280
|
+
:schema_element => [
|
1281
|
+
["fieldPath", "SOAP::SOAPString", [0, 1]],
|
1282
|
+
["trigger", "SOAP::SOAPString", [0, 1]],
|
1283
|
+
["errorString", "SOAP::SOAPString", [0, 1]],
|
1284
|
+
["apiError_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008, "ApiError.Type")], [0, 1]],
|
1285
|
+
["reason", "AdwordsApi::V201008::AdGroupCriterionService::BiddingErrorReason", [0, 1]]
|
1286
|
+
]
|
1287
|
+
)
|
1288
|
+
|
1289
|
+
LiteralRegistry.register(
|
1290
|
+
:class => AdwordsApi::V201008::AdGroupCriterionService::BudgetOptimizerAdGroupCriterionBids,
|
1291
|
+
:schema_type => XSD::QName.new(NsV201008, "BudgetOptimizerAdGroupCriterionBids"),
|
1292
|
+
:schema_basetype => XSD::QName.new(NsV201008, "AdGroupCriterionBids"),
|
1293
|
+
:schema_element => [
|
1294
|
+
["adGroupCriterionBids_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008, "AdGroupCriterionBids.Type")], [0, 1]],
|
1295
|
+
["proxyBid", "AdwordsApi::V201008::AdGroupCriterionService::Bid", [0, 1]],
|
1296
|
+
["enhancedCpcEnabled", "SOAP::SOAPBoolean", [0, 1]]
|
1297
|
+
]
|
1298
|
+
)
|
1299
|
+
|
1300
|
+
LiteralRegistry.register(
|
1301
|
+
:class => AdwordsApi::V201008::AdGroupCriterionService::ClientTermsError,
|
1302
|
+
:schema_type => XSD::QName.new(NsV201008, "ClientTermsError"),
|
1303
|
+
:schema_basetype => XSD::QName.new(NsV201008, "ApiError"),
|
1304
|
+
:schema_element => [
|
1305
|
+
["fieldPath", "SOAP::SOAPString", [0, 1]],
|
1306
|
+
["trigger", "SOAP::SOAPString", [0, 1]],
|
1307
|
+
["errorString", "SOAP::SOAPString", [0, 1]],
|
1308
|
+
["apiError_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008, "ApiError.Type")], [0, 1]],
|
1309
|
+
["reason", "AdwordsApi::V201008::AdGroupCriterionService::ClientTermsErrorReason", [0, 1]]
|
1310
|
+
]
|
1311
|
+
)
|
1312
|
+
|
1313
|
+
LiteralRegistry.register(
|
1314
|
+
:class => AdwordsApi::V201008::AdGroupCriterionService::ConversionOptimizerAdGroupCriterionBids,
|
1315
|
+
:schema_type => XSD::QName.new(NsV201008, "ConversionOptimizerAdGroupCriterionBids"),
|
1316
|
+
:schema_basetype => XSD::QName.new(NsV201008, "AdGroupCriterionBids"),
|
1317
|
+
:schema_element => [
|
1318
|
+
["adGroupCriterionBids_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008, "AdGroupCriterionBids.Type")], [0, 1]]
|
1319
|
+
]
|
1320
|
+
)
|
1321
|
+
|
1322
|
+
LiteralRegistry.register(
|
1323
|
+
:class => AdwordsApi::V201008::AdGroupCriterionService::Criterion,
|
1324
|
+
:schema_type => XSD::QName.new(NsV201008, "Criterion"),
|
1325
|
+
:schema_element => [
|
1326
|
+
["id", "SOAP::SOAPLong", [0, 1]],
|
1327
|
+
["criterion_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008, "Criterion.Type")], [0, 1]]
|
1328
|
+
]
|
1329
|
+
)
|
1330
|
+
|
1331
|
+
LiteralRegistry.register(
|
1332
|
+
:class => AdwordsApi::V201008::AdGroupCriterionService::CriterionPolicyError,
|
1333
|
+
:schema_type => XSD::QName.new(NsV201008, "CriterionPolicyError"),
|
1334
|
+
:schema_basetype => XSD::QName.new(NsV201008, "PolicyViolationError"),
|
1335
|
+
:schema_element => [
|
1336
|
+
["fieldPath", "SOAP::SOAPString", [0, 1]],
|
1337
|
+
["trigger", "SOAP::SOAPString", [0, 1]],
|
1338
|
+
["errorString", "SOAP::SOAPString", [0, 1]],
|
1339
|
+
["apiError_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008, "ApiError.Type")], [0, 1]],
|
1340
|
+
["key", "AdwordsApi::V201008::AdGroupCriterionService::PolicyViolationKey", [0, 1]],
|
1341
|
+
["externalPolicyName", "SOAP::SOAPString", [0, 1]],
|
1342
|
+
["externalPolicyUrl", "SOAP::SOAPString", [0, 1]],
|
1343
|
+
["externalPolicyDescription", "SOAP::SOAPString", [0, 1]],
|
1344
|
+
["isExemptable", "SOAP::SOAPBoolean", [0, 1]],
|
1345
|
+
["violatingParts", "AdwordsApi::V201008::AdGroupCriterionService::PolicyViolationErrorPart[]", [0, nil]]
|
1346
|
+
]
|
1347
|
+
)
|
1348
|
+
|
1349
|
+
LiteralRegistry.register(
|
1350
|
+
:class => AdwordsApi::V201008::AdGroupCriterionService::DatabaseError,
|
1351
|
+
:schema_type => XSD::QName.new(NsV201008, "DatabaseError"),
|
1352
|
+
:schema_basetype => XSD::QName.new(NsV201008, "ApiError"),
|
1353
|
+
:schema_element => [
|
1354
|
+
["fieldPath", "SOAP::SOAPString", [0, 1]],
|
1355
|
+
["trigger", "SOAP::SOAPString", [0, 1]],
|
1356
|
+
["errorString", "SOAP::SOAPString", [0, 1]],
|
1357
|
+
["apiError_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008, "ApiError.Type")], [0, 1]],
|
1358
|
+
["reason", "AdwordsApi::V201008::AdGroupCriterionService::DatabaseErrorReason", [0, 1]]
|
1359
|
+
]
|
1360
|
+
)
|
1361
|
+
|
1362
|
+
LiteralRegistry.register(
|
1363
|
+
:class => AdwordsApi::V201008::AdGroupCriterionService::DateError,
|
1364
|
+
:schema_type => XSD::QName.new(NsV201008, "DateError"),
|
1365
|
+
:schema_basetype => XSD::QName.new(NsV201008, "ApiError"),
|
1366
|
+
:schema_element => [
|
1367
|
+
["fieldPath", "SOAP::SOAPString", [0, 1]],
|
1368
|
+
["trigger", "SOAP::SOAPString", [0, 1]],
|
1369
|
+
["errorString", "SOAP::SOAPString", [0, 1]],
|
1370
|
+
["apiError_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008, "ApiError.Type")], [0, 1]],
|
1371
|
+
["reason", "AdwordsApi::V201008::AdGroupCriterionService::DateErrorReason", [0, 1]]
|
1372
|
+
]
|
1373
|
+
)
|
1374
|
+
|
1375
|
+
LiteralRegistry.register(
|
1376
|
+
:class => AdwordsApi::V201008::AdGroupCriterionService::DateRange,
|
1377
|
+
:schema_type => XSD::QName.new(NsV201008, "DateRange"),
|
1378
|
+
:schema_element => [
|
1379
|
+
["min", "SOAP::SOAPString", [0, 1]],
|
1380
|
+
["max", "SOAP::SOAPString", [0, 1]]
|
1381
|
+
]
|
1382
|
+
)
|
1383
|
+
|
1384
|
+
LiteralRegistry.register(
|
1385
|
+
:class => AdwordsApi::V201008::AdGroupCriterionService::DistinctError,
|
1386
|
+
:schema_type => XSD::QName.new(NsV201008, "DistinctError"),
|
1387
|
+
:schema_basetype => XSD::QName.new(NsV201008, "ApiError"),
|
1388
|
+
:schema_element => [
|
1389
|
+
["fieldPath", "SOAP::SOAPString", [0, 1]],
|
1390
|
+
["trigger", "SOAP::SOAPString", [0, 1]],
|
1391
|
+
["errorString", "SOAP::SOAPString", [0, 1]],
|
1392
|
+
["apiError_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008, "ApiError.Type")], [0, 1]],
|
1393
|
+
["reason", "AdwordsApi::V201008::AdGroupCriterionService::DistinctErrorReason", [0, 1]]
|
1394
|
+
]
|
1395
|
+
)
|
1396
|
+
|
1397
|
+
LiteralRegistry.register(
|
1398
|
+
:class => AdwordsApi::V201008::AdGroupCriterionService::DoubleValue,
|
1399
|
+
:schema_type => XSD::QName.new(NsV201008, "DoubleValue"),
|
1400
|
+
:schema_basetype => XSD::QName.new(NsV201008, "NumberValue"),
|
1401
|
+
:schema_element => [
|
1402
|
+
["comparableValue_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008, "ComparableValue.Type")], [0, 1]],
|
1403
|
+
["number", "SOAP::SOAPDouble", [0, 1]]
|
1246
1404
|
]
|
1247
1405
|
)
|
1248
1406
|
|
@@ -1287,6 +1445,14 @@ module DefaultMappingRegistry
|
|
1287
1445
|
]
|
1288
1446
|
)
|
1289
1447
|
|
1448
|
+
LiteralRegistry.register(
|
1449
|
+
:class => AdwordsApi::V201008::AdGroupCriterionService::ExemptionRequest,
|
1450
|
+
:schema_type => XSD::QName.new(NsV201008, "ExemptionRequest"),
|
1451
|
+
:schema_element => [
|
1452
|
+
["key", "AdwordsApi::V201008::AdGroupCriterionService::PolicyViolationKey", [0, 1]]
|
1453
|
+
]
|
1454
|
+
)
|
1455
|
+
|
1290
1456
|
LiteralRegistry.register(
|
1291
1457
|
:class => AdwordsApi::V201008::AdGroupCriterionService::InternalApiError,
|
1292
1458
|
:schema_type => XSD::QName.new(NsV201008, "InternalApiError"),
|
@@ -1322,6 +1488,41 @@ module DefaultMappingRegistry
|
|
1322
1488
|
]
|
1323
1489
|
)
|
1324
1490
|
|
1491
|
+
LiteralRegistry.register(
|
1492
|
+
:class => AdwordsApi::V201008::AdGroupCriterionService::ManualCPCAdGroupCriterionBids,
|
1493
|
+
:schema_type => XSD::QName.new(NsV201008, "ManualCPCAdGroupCriterionBids"),
|
1494
|
+
:schema_basetype => XSD::QName.new(NsV201008, "AdGroupCriterionBids"),
|
1495
|
+
:schema_element => [
|
1496
|
+
["adGroupCriterionBids_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008, "AdGroupCriterionBids.Type")], [0, 1]],
|
1497
|
+
["maxCpc", "AdwordsApi::V201008::AdGroupCriterionService::Bid", [0, 1]],
|
1498
|
+
["bidSource", "AdwordsApi::V201008::AdGroupCriterionService::BidSource", [0, 1]],
|
1499
|
+
["positionPreferenceBids", "AdwordsApi::V201008::AdGroupCriterionService::PositionPreferenceAdGroupCriterionBids", [0, 1]],
|
1500
|
+
["enhancedCpcEnabled", "SOAP::SOAPBoolean", [0, 1]]
|
1501
|
+
]
|
1502
|
+
)
|
1503
|
+
|
1504
|
+
LiteralRegistry.register(
|
1505
|
+
:class => AdwordsApi::V201008::AdGroupCriterionService::ManualCPCAdGroupCriterionExperimentBidMultiplier,
|
1506
|
+
:schema_type => XSD::QName.new(NsV201008, "ManualCPCAdGroupCriterionExperimentBidMultiplier"),
|
1507
|
+
:schema_basetype => XSD::QName.new(NsV201008, "AdGroupCriterionExperimentBidMultiplier"),
|
1508
|
+
:schema_element => [
|
1509
|
+
["adGroupCriterionExperimentBidMultiplier_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008, "AdGroupCriterionExperimentBidMultiplier.Type")], [0, 1]],
|
1510
|
+
["maxCpcMultiplier", "AdwordsApi::V201008::AdGroupCriterionService::BidMultiplier", [0, 1]],
|
1511
|
+
["multiplierSource", "AdwordsApi::V201008::AdGroupCriterionService::MultiplierSource", [0, 1]]
|
1512
|
+
]
|
1513
|
+
)
|
1514
|
+
|
1515
|
+
LiteralRegistry.register(
|
1516
|
+
:class => AdwordsApi::V201008::AdGroupCriterionService::ManualCPMAdGroupCriterionBids,
|
1517
|
+
:schema_type => XSD::QName.new(NsV201008, "ManualCPMAdGroupCriterionBids"),
|
1518
|
+
:schema_basetype => XSD::QName.new(NsV201008, "AdGroupCriterionBids"),
|
1519
|
+
:schema_element => [
|
1520
|
+
["adGroupCriterionBids_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008, "AdGroupCriterionBids.Type")], [0, 1]],
|
1521
|
+
["maxCpm", "AdwordsApi::V201008::AdGroupCriterionService::Bid", [0, 1]],
|
1522
|
+
["bidSource", "AdwordsApi::V201008::AdGroupCriterionService::BidSource", [0, 1]]
|
1523
|
+
]
|
1524
|
+
)
|
1525
|
+
|
1325
1526
|
LiteralRegistry.register(
|
1326
1527
|
:class => AdwordsApi::V201008::AdGroupCriterionService::Money,
|
1327
1528
|
:schema_type => XSD::QName.new(NsV201008, "Money"),
|
@@ -1452,6 +1653,24 @@ module DefaultMappingRegistry
|
|
1452
1653
|
]
|
1453
1654
|
)
|
1454
1655
|
|
1656
|
+
LiteralRegistry.register(
|
1657
|
+
:class => AdwordsApi::V201008::AdGroupCriterionService::PolicyViolationError,
|
1658
|
+
:schema_type => XSD::QName.new(NsV201008, "PolicyViolationError"),
|
1659
|
+
:schema_basetype => XSD::QName.new(NsV201008, "ApiError"),
|
1660
|
+
:schema_element => [
|
1661
|
+
["fieldPath", "SOAP::SOAPString", [0, 1]],
|
1662
|
+
["trigger", "SOAP::SOAPString", [0, 1]],
|
1663
|
+
["errorString", "SOAP::SOAPString", [0, 1]],
|
1664
|
+
["apiError_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008, "ApiError.Type")], [0, 1]],
|
1665
|
+
["key", "AdwordsApi::V201008::AdGroupCriterionService::PolicyViolationKey", [0, 1]],
|
1666
|
+
["externalPolicyName", "SOAP::SOAPString", [0, 1]],
|
1667
|
+
["externalPolicyUrl", "SOAP::SOAPString", [0, 1]],
|
1668
|
+
["externalPolicyDescription", "SOAP::SOAPString", [0, 1]],
|
1669
|
+
["isExemptable", "SOAP::SOAPBoolean", [0, 1]],
|
1670
|
+
["violatingParts", "AdwordsApi::V201008::AdGroupCriterionService::PolicyViolationErrorPart[]", [0, nil]]
|
1671
|
+
]
|
1672
|
+
)
|
1673
|
+
|
1455
1674
|
LiteralRegistry.register(
|
1456
1675
|
:class => AdwordsApi::V201008::AdGroupCriterionService::PolicyViolationErrorPart,
|
1457
1676
|
:schema_type => XSD::QName.new(NsV201008, "PolicyViolationError.Part"),
|
@@ -1471,27 +1690,58 @@ module DefaultMappingRegistry
|
|
1471
1690
|
)
|
1472
1691
|
|
1473
1692
|
LiteralRegistry.register(
|
1474
|
-
:class => AdwordsApi::V201008::AdGroupCriterionService::
|
1475
|
-
:schema_type => XSD::QName.new(NsV201008, "
|
1693
|
+
:class => AdwordsApi::V201008::AdGroupCriterionService::PositionPreferenceAdGroupCriterionBids,
|
1694
|
+
:schema_type => XSD::QName.new(NsV201008, "PositionPreferenceAdGroupCriterionBids"),
|
1476
1695
|
:schema_element => [
|
1477
|
-
["
|
1696
|
+
["proxyMaxCpc", "AdwordsApi::V201008::AdGroupCriterionService::Bid", [0, 1]],
|
1697
|
+
["preferredPosition", "SOAP::SOAPInt", [0, 1]],
|
1698
|
+
["bottomPosition", "SOAP::SOAPInt", [0, 1]]
|
1478
1699
|
]
|
1479
1700
|
)
|
1480
1701
|
|
1481
1702
|
LiteralRegistry.register(
|
1482
|
-
:class => AdwordsApi::V201008::AdGroupCriterionService::
|
1483
|
-
:schema_type => XSD::QName.new(NsV201008, "
|
1703
|
+
:class => AdwordsApi::V201008::AdGroupCriterionService::Product,
|
1704
|
+
:schema_type => XSD::QName.new(NsV201008, "Product"),
|
1705
|
+
:schema_basetype => XSD::QName.new(NsV201008, "Criterion"),
|
1484
1706
|
:schema_element => [
|
1485
|
-
["
|
1486
|
-
["
|
1487
|
-
["
|
1488
|
-
["
|
1707
|
+
["id", "SOAP::SOAPLong", [0, 1]],
|
1708
|
+
["criterion_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008, "Criterion.Type")], [0, 1]],
|
1709
|
+
["conditions", "AdwordsApi::V201008::AdGroupCriterionService::ProductCondition[]", [0, nil]],
|
1710
|
+
["text", "SOAP::SOAPString", [0, 1]]
|
1489
1711
|
]
|
1490
1712
|
)
|
1491
1713
|
|
1492
1714
|
LiteralRegistry.register(
|
1493
|
-
:class => AdwordsApi::V201008::AdGroupCriterionService::
|
1494
|
-
:schema_type => XSD::QName.new(NsV201008, "
|
1715
|
+
:class => AdwordsApi::V201008::AdGroupCriterionService::ProductCondition,
|
1716
|
+
:schema_type => XSD::QName.new(NsV201008, "ProductCondition"),
|
1717
|
+
:schema_element => [
|
1718
|
+
["argument", "SOAP::SOAPString", [0, 1]],
|
1719
|
+
["operand", "AdwordsApi::V201008::AdGroupCriterionService::ProductConditionOperand", [0, 1]]
|
1720
|
+
]
|
1721
|
+
)
|
1722
|
+
|
1723
|
+
LiteralRegistry.register(
|
1724
|
+
:class => AdwordsApi::V201008::AdGroupCriterionService::ProductConditionOperand,
|
1725
|
+
:schema_type => XSD::QName.new(NsV201008, "ProductConditionOperand"),
|
1726
|
+
:schema_element => [
|
1727
|
+
["operand", "SOAP::SOAPString", [0, 1]]
|
1728
|
+
]
|
1729
|
+
)
|
1730
|
+
|
1731
|
+
LiteralRegistry.register(
|
1732
|
+
:class => AdwordsApi::V201008::AdGroupCriterionService::QualityInfo,
|
1733
|
+
:schema_type => XSD::QName.new(NsV201008, "QualityInfo"),
|
1734
|
+
:schema_element => [
|
1735
|
+
["isKeywordAdRelevanceAcceptable", "SOAP::SOAPBoolean", [0, 1]],
|
1736
|
+
["isLandingPageQualityAcceptable", "SOAP::SOAPBoolean", [0, 1]],
|
1737
|
+
["isLandingPageLatencyAcceptable", "SOAP::SOAPBoolean", [0, 1]],
|
1738
|
+
["qualityScore", "SOAP::SOAPInt", [0, 1]]
|
1739
|
+
]
|
1740
|
+
)
|
1741
|
+
|
1742
|
+
LiteralRegistry.register(
|
1743
|
+
:class => AdwordsApi::V201008::AdGroupCriterionService::QuotaCheckError,
|
1744
|
+
:schema_type => XSD::QName.new(NsV201008, "QuotaCheckError"),
|
1495
1745
|
:schema_basetype => XSD::QName.new(NsV201008, "ApiError"),
|
1496
1746
|
:schema_element => [
|
1497
1747
|
["fieldPath", "SOAP::SOAPString", [0, 1]],
|
@@ -1621,6 +1871,34 @@ module DefaultMappingRegistry
|
|
1621
1871
|
]
|
1622
1872
|
)
|
1623
1873
|
|
1874
|
+
LiteralRegistry.register(
|
1875
|
+
:class => AdwordsApi::V201008::AdGroupCriterionService::Stats,
|
1876
|
+
:schema_type => XSD::QName.new(NsV201008, "Stats"),
|
1877
|
+
:schema_element => [
|
1878
|
+
["startDate", "SOAP::SOAPString", [0, 1]],
|
1879
|
+
["endDate", "SOAP::SOAPString", [0, 1]],
|
1880
|
+
["network", "AdwordsApi::V201008::AdGroupCriterionService::StatsNetwork", [0, 1]],
|
1881
|
+
["clicks", "SOAP::SOAPLong", [0, 1]],
|
1882
|
+
["impressions", "SOAP::SOAPLong", [0, 1]],
|
1883
|
+
["cost", "AdwordsApi::V201008::AdGroupCriterionService::Money", [0, 1]],
|
1884
|
+
["averagePosition", "SOAP::SOAPDouble", [0, 1]],
|
1885
|
+
["averageCpc", "AdwordsApi::V201008::AdGroupCriterionService::Money", [0, 1]],
|
1886
|
+
["averageCpm", "AdwordsApi::V201008::AdGroupCriterionService::Money", [0, 1]],
|
1887
|
+
["ctr", "SOAP::SOAPDouble", [0, 1]],
|
1888
|
+
["conversions", "SOAP::SOAPLong", [0, 1]],
|
1889
|
+
["conversionRate", "SOAP::SOAPDouble", [0, 1]],
|
1890
|
+
["costPerConversion", "AdwordsApi::V201008::AdGroupCriterionService::Money", [0, 1]],
|
1891
|
+
["conversionsManyPerClick", "SOAP::SOAPLong", [0, 1]],
|
1892
|
+
["conversionRateManyPerClick", "SOAP::SOAPDouble", [0, 1]],
|
1893
|
+
["costPerConversionManyPerClick", "AdwordsApi::V201008::AdGroupCriterionService::Money", [0, 1]],
|
1894
|
+
["viewThroughConversions", "SOAP::SOAPLong", [0, 1]],
|
1895
|
+
["totalConvValue", "SOAP::SOAPLong", [0, 1]],
|
1896
|
+
["valuePerConv", "SOAP::SOAPDouble", [0, 1]],
|
1897
|
+
["valuePerConvManyPerClick", "SOAP::SOAPDouble", [0, 1]],
|
1898
|
+
["stats_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008, "Stats.Type")], [0, 1]]
|
1899
|
+
]
|
1900
|
+
)
|
1901
|
+
|
1624
1902
|
LiteralRegistry.register(
|
1625
1903
|
:class => AdwordsApi::V201008::AdGroupCriterionService::StatsQueryError,
|
1626
1904
|
:schema_type => XSD::QName.new(NsV201008, "StatsQueryError"),
|
@@ -1680,284 +1958,6 @@ module DefaultMappingRegistry
|
|
1680
1958
|
]
|
1681
1959
|
)
|
1682
1960
|
|
1683
|
-
LiteralRegistry.register(
|
1684
|
-
:class => AdwordsApi::V201008::AdGroupCriterionService::DatabaseError,
|
1685
|
-
:schema_type => XSD::QName.new(NsV201008, "DatabaseError"),
|
1686
|
-
:schema_basetype => XSD::QName.new(NsV201008, "ApiError"),
|
1687
|
-
:schema_element => [
|
1688
|
-
["fieldPath", "SOAP::SOAPString", [0, 1]],
|
1689
|
-
["trigger", "SOAP::SOAPString", [0, 1]],
|
1690
|
-
["errorString", "SOAP::SOAPString", [0, 1]],
|
1691
|
-
["apiError_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008, "ApiError.Type")], [0, 1]],
|
1692
|
-
["reason", "AdwordsApi::V201008::AdGroupCriterionService::DatabaseErrorReason", [0, 1]]
|
1693
|
-
]
|
1694
|
-
)
|
1695
|
-
|
1696
|
-
LiteralRegistry.register(
|
1697
|
-
:class => AdwordsApi::V201008::AdGroupCriterionService::ExemptionRequest,
|
1698
|
-
:schema_type => XSD::QName.new(NsV201008, "ExemptionRequest"),
|
1699
|
-
:schema_element => [
|
1700
|
-
["key", "AdwordsApi::V201008::AdGroupCriterionService::PolicyViolationKey", [0, 1]]
|
1701
|
-
]
|
1702
|
-
)
|
1703
|
-
|
1704
|
-
LiteralRegistry.register(
|
1705
|
-
:class => AdwordsApi::V201008::AdGroupCriterionService::PolicyViolationError,
|
1706
|
-
:schema_type => XSD::QName.new(NsV201008, "PolicyViolationError"),
|
1707
|
-
:schema_basetype => XSD::QName.new(NsV201008, "ApiError"),
|
1708
|
-
:schema_element => [
|
1709
|
-
["fieldPath", "SOAP::SOAPString", [0, 1]],
|
1710
|
-
["trigger", "SOAP::SOAPString", [0, 1]],
|
1711
|
-
["errorString", "SOAP::SOAPString", [0, 1]],
|
1712
|
-
["apiError_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008, "ApiError.Type")], [0, 1]],
|
1713
|
-
["key", "AdwordsApi::V201008::AdGroupCriterionService::PolicyViolationKey", [0, 1]],
|
1714
|
-
["externalPolicyName", "SOAP::SOAPString", [0, 1]],
|
1715
|
-
["externalPolicyUrl", "SOAP::SOAPString", [0, 1]],
|
1716
|
-
["externalPolicyDescription", "SOAP::SOAPString", [0, 1]],
|
1717
|
-
["isExemptable", "SOAP::SOAPBoolean", [0, 1]],
|
1718
|
-
["violatingParts", "AdwordsApi::V201008::AdGroupCriterionService::PolicyViolationErrorPart[]", [0, nil]]
|
1719
|
-
]
|
1720
|
-
)
|
1721
|
-
|
1722
|
-
LiteralRegistry.register(
|
1723
|
-
:class => AdwordsApi::V201008::AdGroupCriterionService::ProductCondition,
|
1724
|
-
:schema_type => XSD::QName.new(NsV201008, "ProductCondition"),
|
1725
|
-
:schema_element => [
|
1726
|
-
["argument", "SOAP::SOAPString", [0, 1]],
|
1727
|
-
["operand", "AdwordsApi::V201008::AdGroupCriterionService::ProductConditionOperand", [0, 1]]
|
1728
|
-
]
|
1729
|
-
)
|
1730
|
-
|
1731
|
-
LiteralRegistry.register(
|
1732
|
-
:class => AdwordsApi::V201008::AdGroupCriterionService::Stats,
|
1733
|
-
:schema_type => XSD::QName.new(NsV201008, "Stats"),
|
1734
|
-
:schema_element => [
|
1735
|
-
["startDate", "SOAP::SOAPString", [0, 1]],
|
1736
|
-
["endDate", "SOAP::SOAPString", [0, 1]],
|
1737
|
-
["network", "AdwordsApi::V201008::AdGroupCriterionService::StatsNetwork", [0, 1]],
|
1738
|
-
["clicks", "SOAP::SOAPLong", [0, 1]],
|
1739
|
-
["impressions", "SOAP::SOAPLong", [0, 1]],
|
1740
|
-
["cost", "AdwordsApi::V201008::AdGroupCriterionService::Money", [0, 1]],
|
1741
|
-
["averagePosition", "SOAP::SOAPDouble", [0, 1]],
|
1742
|
-
["averageCpc", "AdwordsApi::V201008::AdGroupCriterionService::Money", [0, 1]],
|
1743
|
-
["averageCpm", "AdwordsApi::V201008::AdGroupCriterionService::Money", [0, 1]],
|
1744
|
-
["ctr", "SOAP::SOAPDouble", [0, 1]],
|
1745
|
-
["conversions", "SOAP::SOAPLong", [0, 1]],
|
1746
|
-
["conversionRate", "SOAP::SOAPDouble", [0, 1]],
|
1747
|
-
["costPerConversion", "AdwordsApi::V201008::AdGroupCriterionService::Money", [0, 1]],
|
1748
|
-
["conversionsManyPerClick", "SOAP::SOAPLong", [0, 1]],
|
1749
|
-
["conversionRateManyPerClick", "SOAP::SOAPDouble", [0, 1]],
|
1750
|
-
["costPerConversionManyPerClick", "AdwordsApi::V201008::AdGroupCriterionService::Money", [0, 1]],
|
1751
|
-
["viewThroughConversions", "SOAP::SOAPLong", [0, 1]],
|
1752
|
-
["totalConvValue", "SOAP::SOAPLong", [0, 1]],
|
1753
|
-
["valuePerConv", "SOAP::SOAPDouble", [0, 1]],
|
1754
|
-
["valuePerConvManyPerClick", "SOAP::SOAPDouble", [0, 1]],
|
1755
|
-
["stats_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008, "Stats.Type")], [0, 1]]
|
1756
|
-
]
|
1757
|
-
)
|
1758
|
-
|
1759
|
-
LiteralRegistry.register(
|
1760
|
-
:class => AdwordsApi::V201008::AdGroupCriterionService::ApiException,
|
1761
|
-
:schema_type => XSD::QName.new(NsV201008, "ApiException"),
|
1762
|
-
:schema_basetype => XSD::QName.new(NsV201008, "ApplicationException"),
|
1763
|
-
:schema_element => [
|
1764
|
-
["message", "SOAP::SOAPString", [0, 1]],
|
1765
|
-
["applicationException_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008, "ApplicationException.Type")], [0, 1]],
|
1766
|
-
["errors", "AdwordsApi::V201008::AdGroupCriterionService::ApiError[]", [0, nil]]
|
1767
|
-
]
|
1768
|
-
)
|
1769
|
-
|
1770
|
-
LiteralRegistry.register(
|
1771
|
-
:class => AdwordsApi::V201008::AdGroupCriterionService::ApplicationException,
|
1772
|
-
:schema_type => XSD::QName.new(NsV201008, "ApplicationException"),
|
1773
|
-
:schema_element => [
|
1774
|
-
["message", "SOAP::SOAPString", [0, 1]],
|
1775
|
-
["applicationException_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008, "ApplicationException.Type")], [0, 1]]
|
1776
|
-
]
|
1777
|
-
)
|
1778
|
-
|
1779
|
-
LiteralRegistry.register(
|
1780
|
-
:class => AdwordsApi::V201008::AdGroupCriterionService::Bid,
|
1781
|
-
:schema_type => XSD::QName.new(NsV201008, "Bid"),
|
1782
|
-
:schema_element => [
|
1783
|
-
["amount", "AdwordsApi::V201008::AdGroupCriterionService::Money", [0, 1]]
|
1784
|
-
]
|
1785
|
-
)
|
1786
|
-
|
1787
|
-
LiteralRegistry.register(
|
1788
|
-
:class => AdwordsApi::V201008::AdGroupCriterionService::BidMultiplier,
|
1789
|
-
:schema_type => XSD::QName.new(NsV201008, "BidMultiplier"),
|
1790
|
-
:schema_element => [
|
1791
|
-
["multiplier", "SOAP::SOAPDouble", [0, 1]],
|
1792
|
-
["multipliedBid", "AdwordsApi::V201008::AdGroupCriterionService::Bid", [0, 1]]
|
1793
|
-
]
|
1794
|
-
)
|
1795
|
-
|
1796
|
-
LiteralRegistry.register(
|
1797
|
-
:class => AdwordsApi::V201008::AdGroupCriterionService::BudgetOptimizerAdGroupCriterionBids,
|
1798
|
-
:schema_type => XSD::QName.new(NsV201008, "BudgetOptimizerAdGroupCriterionBids"),
|
1799
|
-
:schema_basetype => XSD::QName.new(NsV201008, "AdGroupCriterionBids"),
|
1800
|
-
:schema_element => [
|
1801
|
-
["adGroupCriterionBids_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008, "AdGroupCriterionBids.Type")], [0, 1]],
|
1802
|
-
["proxyBid", "AdwordsApi::V201008::AdGroupCriterionService::Bid", [0, 1]],
|
1803
|
-
["enhancedCpcEnabled", "SOAP::SOAPBoolean", [0, 1]]
|
1804
|
-
]
|
1805
|
-
)
|
1806
|
-
|
1807
|
-
LiteralRegistry.register(
|
1808
|
-
:class => AdwordsApi::V201008::AdGroupCriterionService::ManualCPCAdGroupCriterionExperimentBidMultiplier,
|
1809
|
-
:schema_type => XSD::QName.new(NsV201008, "ManualCPCAdGroupCriterionExperimentBidMultiplier"),
|
1810
|
-
:schema_basetype => XSD::QName.new(NsV201008, "AdGroupCriterionExperimentBidMultiplier"),
|
1811
|
-
:schema_element => [
|
1812
|
-
["adGroupCriterionExperimentBidMultiplier_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008, "AdGroupCriterionExperimentBidMultiplier.Type")], [0, 1]],
|
1813
|
-
["maxCpcMultiplier", "AdwordsApi::V201008::AdGroupCriterionService::BidMultiplier", [0, 1]],
|
1814
|
-
["multiplierSource", "AdwordsApi::V201008::AdGroupCriterionService::MultiplierSource", [0, 1]]
|
1815
|
-
]
|
1816
|
-
)
|
1817
|
-
|
1818
|
-
LiteralRegistry.register(
|
1819
|
-
:class => AdwordsApi::V201008::AdGroupCriterionService::ManualCPMAdGroupCriterionBids,
|
1820
|
-
:schema_type => XSD::QName.new(NsV201008, "ManualCPMAdGroupCriterionBids"),
|
1821
|
-
:schema_basetype => XSD::QName.new(NsV201008, "AdGroupCriterionBids"),
|
1822
|
-
:schema_element => [
|
1823
|
-
["adGroupCriterionBids_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008, "AdGroupCriterionBids.Type")], [0, 1]],
|
1824
|
-
["maxCpm", "AdwordsApi::V201008::AdGroupCriterionService::Bid", [0, 1]],
|
1825
|
-
["bidSource", "AdwordsApi::V201008::AdGroupCriterionService::BidSource", [0, 1]]
|
1826
|
-
]
|
1827
|
-
)
|
1828
|
-
|
1829
|
-
LiteralRegistry.register(
|
1830
|
-
:class => AdwordsApi::V201008::AdGroupCriterionService::PositionPreferenceAdGroupCriterionBids,
|
1831
|
-
:schema_type => XSD::QName.new(NsV201008, "PositionPreferenceAdGroupCriterionBids"),
|
1832
|
-
:schema_element => [
|
1833
|
-
["proxyMaxCpc", "AdwordsApi::V201008::AdGroupCriterionService::Bid", [0, 1]],
|
1834
|
-
["preferredPosition", "SOAP::SOAPInt", [0, 1]],
|
1835
|
-
["bottomPosition", "SOAP::SOAPInt", [0, 1]]
|
1836
|
-
]
|
1837
|
-
)
|
1838
|
-
|
1839
|
-
LiteralRegistry.register(
|
1840
|
-
:class => AdwordsApi::V201008::AdGroupCriterionService::Product,
|
1841
|
-
:schema_type => XSD::QName.new(NsV201008, "Product"),
|
1842
|
-
:schema_basetype => XSD::QName.new(NsV201008, "Criterion"),
|
1843
|
-
:schema_element => [
|
1844
|
-
["id", "SOAP::SOAPLong", [0, 1]],
|
1845
|
-
["criterion_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008, "Criterion.Type")], [0, 1]],
|
1846
|
-
["conditions", "AdwordsApi::V201008::AdGroupCriterionService::ProductCondition[]", [0, nil]],
|
1847
|
-
["text", "SOAP::SOAPString", [0, 1]]
|
1848
|
-
]
|
1849
|
-
)
|
1850
|
-
|
1851
|
-
LiteralRegistry.register(
|
1852
|
-
:class => AdwordsApi::V201008::AdGroupCriterionService::BiddableAdGroupCriterionExperimentData,
|
1853
|
-
:schema_type => XSD::QName.new(NsV201008, "BiddableAdGroupCriterionExperimentData"),
|
1854
|
-
:schema_element => [
|
1855
|
-
["experimentId", "SOAP::SOAPLong", [0, 1]],
|
1856
|
-
["experimentDeltaStatus", "AdwordsApi::V201008::AdGroupCriterionService::ExperimentDeltaStatus", [0, 1]],
|
1857
|
-
["experimentDataStatus", "AdwordsApi::V201008::AdGroupCriterionService::ExperimentDataStatus", [0, 1]],
|
1858
|
-
["experimentBidMultiplier", "AdwordsApi::V201008::AdGroupCriterionService::AdGroupCriterionExperimentBidMultiplier", [0, 1]]
|
1859
|
-
]
|
1860
|
-
)
|
1861
|
-
|
1862
|
-
LiteralRegistry.register(
|
1863
|
-
:class => AdwordsApi::V201008::AdGroupCriterionService::Criterion,
|
1864
|
-
:schema_type => XSD::QName.new(NsV201008, "Criterion"),
|
1865
|
-
:schema_element => [
|
1866
|
-
["id", "SOAP::SOAPLong", [0, 1]],
|
1867
|
-
["criterion_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008, "Criterion.Type")], [0, 1]]
|
1868
|
-
]
|
1869
|
-
)
|
1870
|
-
|
1871
|
-
LiteralRegistry.register(
|
1872
|
-
:class => AdwordsApi::V201008::AdGroupCriterionService::ManualCPCAdGroupCriterionBids,
|
1873
|
-
:schema_type => XSD::QName.new(NsV201008, "ManualCPCAdGroupCriterionBids"),
|
1874
|
-
:schema_basetype => XSD::QName.new(NsV201008, "AdGroupCriterionBids"),
|
1875
|
-
:schema_element => [
|
1876
|
-
["adGroupCriterionBids_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008, "AdGroupCriterionBids.Type")], [0, 1]],
|
1877
|
-
["maxCpc", "AdwordsApi::V201008::AdGroupCriterionService::Bid", [0, 1]],
|
1878
|
-
["bidSource", "AdwordsApi::V201008::AdGroupCriterionService::BidSource", [0, 1]],
|
1879
|
-
["positionPreferenceBids", "AdwordsApi::V201008::AdGroupCriterionService::PositionPreferenceAdGroupCriterionBids", [0, 1]],
|
1880
|
-
["enhancedCpcEnabled", "SOAP::SOAPBoolean", [0, 1]]
|
1881
|
-
]
|
1882
|
-
)
|
1883
|
-
|
1884
|
-
LiteralRegistry.register(
|
1885
|
-
:class => AdwordsApi::V201008::AdGroupCriterionService::BiddableAdGroupCriterion,
|
1886
|
-
:schema_type => XSD::QName.new(NsV201008, "BiddableAdGroupCriterion"),
|
1887
|
-
:schema_basetype => XSD::QName.new(NsV201008, "AdGroupCriterion"),
|
1888
|
-
:schema_element => [
|
1889
|
-
["adGroupId", "SOAP::SOAPLong", [0, 1]],
|
1890
|
-
["criterion", "AdwordsApi::V201008::AdGroupCriterionService::Criterion", [0, 1]],
|
1891
|
-
["adGroupCriterion_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008, "AdGroupCriterion.Type")], [0, 1]],
|
1892
|
-
["userStatus", "AdwordsApi::V201008::AdGroupCriterionService::UserStatus", [0, 1]],
|
1893
|
-
["systemServingStatus", "AdwordsApi::V201008::AdGroupCriterionService::SystemServingStatus", [0, 1]],
|
1894
|
-
["approvalStatus", "AdwordsApi::V201008::AdGroupCriterionService::ApprovalStatus", [0, 1]],
|
1895
|
-
["destinationUrl", "SOAP::SOAPString", [0, 1]],
|
1896
|
-
["bids", "AdwordsApi::V201008::AdGroupCriterionService::AdGroupCriterionBids", [0, 1]],
|
1897
|
-
["experimentData", "AdwordsApi::V201008::AdGroupCriterionService::BiddableAdGroupCriterionExperimentData", [0, 1]],
|
1898
|
-
["firstPageCpc", "AdwordsApi::V201008::AdGroupCriterionService::Bid", [0, 1]],
|
1899
|
-
["qualityInfo", "AdwordsApi::V201008::AdGroupCriterionService::QualityInfo", [0, 1]],
|
1900
|
-
["stats", "AdwordsApi::V201008::AdGroupCriterionService::Stats", [0, 1]]
|
1901
|
-
]
|
1902
|
-
)
|
1903
|
-
|
1904
|
-
LiteralRegistry.register(
|
1905
|
-
:class => AdwordsApi::V201008::AdGroupCriterionService::AdGroupCriterion,
|
1906
|
-
:schema_type => XSD::QName.new(NsV201008, "AdGroupCriterion"),
|
1907
|
-
:schema_element => [
|
1908
|
-
["adGroupId", "SOAP::SOAPLong", [0, 1]],
|
1909
|
-
["criterion", "AdwordsApi::V201008::AdGroupCriterionService::Criterion", [0, 1]],
|
1910
|
-
["adGroupCriterion_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008, "AdGroupCriterion.Type")], [0, 1]]
|
1911
|
-
]
|
1912
|
-
)
|
1913
|
-
|
1914
|
-
LiteralRegistry.register(
|
1915
|
-
:class => AdwordsApi::V201008::AdGroupCriterionService::AdGroupCriterionOperation,
|
1916
|
-
:schema_type => XSD::QName.new(NsV201008, "AdGroupCriterionOperation"),
|
1917
|
-
:schema_basetype => XSD::QName.new(NsV201008, "Operation"),
|
1918
|
-
:schema_element => [
|
1919
|
-
["operator", "AdwordsApi::V201008::AdGroupCriterionService::Operator", [0, 1]],
|
1920
|
-
["operation_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008, "Operation.Type")], [0, 1]],
|
1921
|
-
["operand", "AdwordsApi::V201008::AdGroupCriterionService::AdGroupCriterion", [0, 1]],
|
1922
|
-
["exemptionRequests", "AdwordsApi::V201008::AdGroupCriterionService::ExemptionRequest[]", [0, nil]]
|
1923
|
-
]
|
1924
|
-
)
|
1925
|
-
|
1926
|
-
LiteralRegistry.register(
|
1927
|
-
:class => AdwordsApi::V201008::AdGroupCriterionService::AdGroupCriterionPage,
|
1928
|
-
:schema_type => XSD::QName.new(NsV201008, "AdGroupCriterionPage"),
|
1929
|
-
:schema_basetype => XSD::QName.new(NsV201008, "Page"),
|
1930
|
-
:schema_element => [
|
1931
|
-
["totalNumEntries", "SOAP::SOAPInt", [0, 1]],
|
1932
|
-
["page_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008, "Page.Type")], [0, 1]],
|
1933
|
-
["entries", "AdwordsApi::V201008::AdGroupCriterionService::AdGroupCriterion[]", [0, nil]]
|
1934
|
-
]
|
1935
|
-
)
|
1936
|
-
|
1937
|
-
LiteralRegistry.register(
|
1938
|
-
:class => AdwordsApi::V201008::AdGroupCriterionService::AdGroupCriterionReturnValue,
|
1939
|
-
:schema_type => XSD::QName.new(NsV201008, "AdGroupCriterionReturnValue"),
|
1940
|
-
:schema_basetype => XSD::QName.new(NsV201008, "ListReturnValue"),
|
1941
|
-
:schema_element => [
|
1942
|
-
["listReturnValue_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008, "ListReturnValue.Type")], [0, 1]],
|
1943
|
-
["value", "AdwordsApi::V201008::AdGroupCriterionService::AdGroupCriterion[]", [0, nil]],
|
1944
|
-
["partialFailureErrors", "AdwordsApi::V201008::AdGroupCriterionService::ApiError[]", [0, nil]]
|
1945
|
-
]
|
1946
|
-
)
|
1947
|
-
|
1948
|
-
LiteralRegistry.register(
|
1949
|
-
:class => AdwordsApi::V201008::AdGroupCriterionService::AdGroupCriterionSelector,
|
1950
|
-
:schema_type => XSD::QName.new(NsV201008, "AdGroupCriterionSelector"),
|
1951
|
-
:schema_element => [
|
1952
|
-
["idFilters", "AdwordsApi::V201008::AdGroupCriterionService::AdGroupCriterionIdFilter[]", [0, nil]],
|
1953
|
-
["experimentId", "SOAP::SOAPLong", [0, 1]],
|
1954
|
-
["criterionUse", "AdwordsApi::V201008::AdGroupCriterionService::CriterionUse", [0, 1]],
|
1955
|
-
["userStatuses", "AdwordsApi::V201008::AdGroupCriterionService::UserStatus[]", [0, nil]],
|
1956
|
-
["statsSelector", "AdwordsApi::V201008::AdGroupCriterionService::StatsSelector", [0, 1]],
|
1957
|
-
["paging", "AdwordsApi::V201008::AdGroupCriterionService::Paging", [0, 1]]
|
1958
|
-
]
|
1959
|
-
)
|
1960
|
-
|
1961
1961
|
LiteralRegistry.register(
|
1962
1962
|
:class => AdwordsApi::V201008::AdGroupCriterionService::AdGroupCriterionErrorReason,
|
1963
1963
|
:schema_type => XSD::QName.new(NsV201008, "AdGroupCriterionError.Reason")
|