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/v201101", "getResponse"]] ],
|
17
17
|
{ :request_style => :document, :request_use => :literal,
|
18
18
|
:response_style => :document, :response_use => :literal,
|
19
|
-
:faults => {"AdwordsApi::V201101::AdGroupCriterionService::ApiException"=>{:encodingstyle=>"document", :namespace=>nil, :ns=>"https://adwords.google.com/api/adwords/cm/v201101", :
|
19
|
+
:faults => {"AdwordsApi::V201101::AdGroupCriterionService::ApiException"=>{:encodingstyle=>"document", :use=>"literal", :namespace=>nil, :ns=>"https://adwords.google.com/api/adwords/cm/v201101", :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/v201101", "mutateResponse"]] ],
|
25
25
|
{ :request_style => :document, :request_use => :literal,
|
26
26
|
:response_style => :document, :response_use => :literal,
|
27
|
-
:faults => {"AdwordsApi::V201101::AdGroupCriterionService::ApiException"=>{:encodingstyle=>"document", :namespace=>nil, :ns=>"https://adwords.google.com/api/adwords/cm/v201101", :
|
27
|
+
:faults => {"AdwordsApi::V201101::AdGroupCriterionService::ApiException"=>{:encodingstyle=>"document", :use=>"literal", :namespace=>nil, :ns=>"https://adwords.google.com/api/adwords/cm/v201101", :name=>"ApiException"}} }
|
28
28
|
]
|
29
29
|
]
|
30
30
|
|
@@ -8,6 +8,17 @@ module DefaultMappingRegistry
|
|
8
8
|
LiteralRegistry = ::SOAP::Mapping::LiteralRegistry.new
|
9
9
|
NsV201101 = "https://adwords.google.com/api/adwords/cm/v201101"
|
10
10
|
|
11
|
+
EncodedRegistry.register(
|
12
|
+
:class => AdwordsApi::V201101::AdGroupCriterionService::AdGroupCriterion,
|
13
|
+
:schema_type => XSD::QName.new(NsV201101, "AdGroupCriterion"),
|
14
|
+
:schema_element => [
|
15
|
+
["adGroupId", "SOAP::SOAPLong", [0, 1]],
|
16
|
+
["criterionUse", "AdwordsApi::V201101::AdGroupCriterionService::CriterionUse", [0, 1]],
|
17
|
+
["criterion", "AdwordsApi::V201101::AdGroupCriterionService::Criterion", [0, 1]],
|
18
|
+
["adGroupCriterion_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201101, "AdGroupCriterion.Type")], [0, 1]]
|
19
|
+
]
|
20
|
+
)
|
21
|
+
|
11
22
|
EncodedRegistry.register(
|
12
23
|
:class => AdwordsApi::V201101::AdGroupCriterionService::AdGroupCriterionError,
|
13
24
|
:schema_type => XSD::QName.new(NsV201101, "AdGroupCriterionError"),
|
@@ -37,6 +48,60 @@ module DefaultMappingRegistry
|
|
37
48
|
]
|
38
49
|
)
|
39
50
|
|
51
|
+
EncodedRegistry.register(
|
52
|
+
:class => AdwordsApi::V201101::AdGroupCriterionService::AdGroupCriterionOperation,
|
53
|
+
:schema_type => XSD::QName.new(NsV201101, "AdGroupCriterionOperation"),
|
54
|
+
:schema_basetype => XSD::QName.new(NsV201101, "Operation"),
|
55
|
+
:schema_element => [
|
56
|
+
["operator", "AdwordsApi::V201101::AdGroupCriterionService::Operator", [0, 1]],
|
57
|
+
["operation_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201101, "Operation.Type")], [0, 1]],
|
58
|
+
["operand", "AdwordsApi::V201101::AdGroupCriterionService::AdGroupCriterion", [0, 1]],
|
59
|
+
["exemptionRequests", "AdwordsApi::V201101::AdGroupCriterionService::ExemptionRequest[]", [0, nil]]
|
60
|
+
]
|
61
|
+
)
|
62
|
+
|
63
|
+
EncodedRegistry.register(
|
64
|
+
:class => AdwordsApi::V201101::AdGroupCriterionService::AdGroupCriterionPage,
|
65
|
+
:schema_type => XSD::QName.new(NsV201101, "AdGroupCriterionPage"),
|
66
|
+
:schema_basetype => XSD::QName.new(NsV201101, "Page"),
|
67
|
+
:schema_element => [
|
68
|
+
["totalNumEntries", "SOAP::SOAPInt", [0, 1]],
|
69
|
+
["page_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201101, "Page.Type")], [0, 1]],
|
70
|
+
["entries", "AdwordsApi::V201101::AdGroupCriterionService::AdGroupCriterion[]", [0, nil]]
|
71
|
+
]
|
72
|
+
)
|
73
|
+
|
74
|
+
EncodedRegistry.register(
|
75
|
+
:class => AdwordsApi::V201101::AdGroupCriterionService::AdGroupCriterionReturnValue,
|
76
|
+
:schema_type => XSD::QName.new(NsV201101, "AdGroupCriterionReturnValue"),
|
77
|
+
:schema_basetype => XSD::QName.new(NsV201101, "ListReturnValue"),
|
78
|
+
:schema_element => [
|
79
|
+
["listReturnValue_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201101, "ListReturnValue.Type")], [0, 1]],
|
80
|
+
["value", "AdwordsApi::V201101::AdGroupCriterionService::AdGroupCriterion[]", [0, nil]],
|
81
|
+
["partialFailureErrors", "AdwordsApi::V201101::AdGroupCriterionService::ApiError[]", [0, nil]]
|
82
|
+
]
|
83
|
+
)
|
84
|
+
|
85
|
+
EncodedRegistry.register(
|
86
|
+
:class => AdwordsApi::V201101::AdGroupCriterionService::ApiException,
|
87
|
+
:schema_type => XSD::QName.new(NsV201101, "ApiException"),
|
88
|
+
:schema_basetype => XSD::QName.new(NsV201101, "ApplicationException"),
|
89
|
+
:schema_element => [
|
90
|
+
["message", "SOAP::SOAPString", [0, 1]],
|
91
|
+
["applicationException_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201101, "ApplicationException.Type")], [0, 1]],
|
92
|
+
["errors", "AdwordsApi::V201101::AdGroupCriterionService::ApiError[]", [0, nil]]
|
93
|
+
]
|
94
|
+
)
|
95
|
+
|
96
|
+
EncodedRegistry.register(
|
97
|
+
:class => AdwordsApi::V201101::AdGroupCriterionService::ApplicationException,
|
98
|
+
:schema_type => XSD::QName.new(NsV201101, "ApplicationException"),
|
99
|
+
:schema_element => [
|
100
|
+
["message", "SOAP::SOAPString", [0, 1]],
|
101
|
+
["applicationException_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201101, "ApplicationException.Type")], [0, 1]]
|
102
|
+
]
|
103
|
+
)
|
104
|
+
|
40
105
|
EncodedRegistry.register(
|
41
106
|
:class => AdwordsApi::V201101::AdGroupCriterionService::AuthenticationError,
|
42
107
|
:schema_type => XSD::QName.new(NsV201101, "AuthenticationError"),
|
@@ -63,6 +128,55 @@ module DefaultMappingRegistry
|
|
63
128
|
]
|
64
129
|
)
|
65
130
|
|
131
|
+
EncodedRegistry.register(
|
132
|
+
:class => AdwordsApi::V201101::AdGroupCriterionService::Bid,
|
133
|
+
:schema_type => XSD::QName.new(NsV201101, "Bid"),
|
134
|
+
:schema_element => [
|
135
|
+
["amount", "AdwordsApi::V201101::AdGroupCriterionService::Money", [0, 1]]
|
136
|
+
]
|
137
|
+
)
|
138
|
+
|
139
|
+
EncodedRegistry.register(
|
140
|
+
:class => AdwordsApi::V201101::AdGroupCriterionService::BidMultiplier,
|
141
|
+
:schema_type => XSD::QName.new(NsV201101, "BidMultiplier"),
|
142
|
+
:schema_element => [
|
143
|
+
["multiplier", "SOAP::SOAPDouble", [0, 1]],
|
144
|
+
["multipliedBid", "AdwordsApi::V201101::AdGroupCriterionService::Bid", [0, 1]]
|
145
|
+
]
|
146
|
+
)
|
147
|
+
|
148
|
+
EncodedRegistry.register(
|
149
|
+
:class => AdwordsApi::V201101::AdGroupCriterionService::BiddableAdGroupCriterion,
|
150
|
+
:schema_type => XSD::QName.new(NsV201101, "BiddableAdGroupCriterion"),
|
151
|
+
:schema_basetype => XSD::QName.new(NsV201101, "AdGroupCriterion"),
|
152
|
+
:schema_element => [
|
153
|
+
["adGroupId", "SOAP::SOAPLong", [0, 1]],
|
154
|
+
["criterionUse", "AdwordsApi::V201101::AdGroupCriterionService::CriterionUse", [0, 1]],
|
155
|
+
["criterion", "AdwordsApi::V201101::AdGroupCriterionService::Criterion", [0, 1]],
|
156
|
+
["adGroupCriterion_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201101, "AdGroupCriterion.Type")], [0, 1]],
|
157
|
+
["userStatus", "AdwordsApi::V201101::AdGroupCriterionService::UserStatus", [0, 1]],
|
158
|
+
["systemServingStatus", "AdwordsApi::V201101::AdGroupCriterionService::SystemServingStatus", [0, 1]],
|
159
|
+
["approvalStatus", "AdwordsApi::V201101::AdGroupCriterionService::ApprovalStatus", [0, 1]],
|
160
|
+
["destinationUrl", "SOAP::SOAPString", [0, 1]],
|
161
|
+
["bids", "AdwordsApi::V201101::AdGroupCriterionService::AdGroupCriterionBids", [0, 1]],
|
162
|
+
["experimentData", "AdwordsApi::V201101::AdGroupCriterionService::BiddableAdGroupCriterionExperimentData", [0, 1]],
|
163
|
+
["firstPageCpc", "AdwordsApi::V201101::AdGroupCriterionService::Bid", [0, 1]],
|
164
|
+
["qualityInfo", "AdwordsApi::V201101::AdGroupCriterionService::QualityInfo", [0, 1]],
|
165
|
+
["stats", "AdwordsApi::V201101::AdGroupCriterionService::Stats", [0, 1]]
|
166
|
+
]
|
167
|
+
)
|
168
|
+
|
169
|
+
EncodedRegistry.register(
|
170
|
+
:class => AdwordsApi::V201101::AdGroupCriterionService::BiddableAdGroupCriterionExperimentData,
|
171
|
+
:schema_type => XSD::QName.new(NsV201101, "BiddableAdGroupCriterionExperimentData"),
|
172
|
+
:schema_element => [
|
173
|
+
["experimentId", "SOAP::SOAPLong", [0, 1]],
|
174
|
+
["experimentDeltaStatus", "AdwordsApi::V201101::AdGroupCriterionService::ExperimentDeltaStatus", [0, 1]],
|
175
|
+
["experimentDataStatus", "AdwordsApi::V201101::AdGroupCriterionService::ExperimentDataStatus", [0, 1]],
|
176
|
+
["experimentBidMultiplier", "AdwordsApi::V201101::AdGroupCriterionService::AdGroupCriterionExperimentBidMultiplier", [0, 1]]
|
177
|
+
]
|
178
|
+
)
|
179
|
+
|
66
180
|
EncodedRegistry.register(
|
67
181
|
:class => AdwordsApi::V201101::AdGroupCriterionService::BiddingError,
|
68
182
|
:schema_type => XSD::QName.new(NsV201101, "BiddingError"),
|
@@ -76,6 +190,17 @@ module DefaultMappingRegistry
|
|
76
190
|
]
|
77
191
|
)
|
78
192
|
|
193
|
+
EncodedRegistry.register(
|
194
|
+
:class => AdwordsApi::V201101::AdGroupCriterionService::BudgetOptimizerAdGroupCriterionBids,
|
195
|
+
:schema_type => XSD::QName.new(NsV201101, "BudgetOptimizerAdGroupCriterionBids"),
|
196
|
+
:schema_basetype => XSD::QName.new(NsV201101, "AdGroupCriterionBids"),
|
197
|
+
:schema_element => [
|
198
|
+
["adGroupCriterionBids_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201101, "AdGroupCriterionBids.Type")], [0, 1]],
|
199
|
+
["proxyBid", "AdwordsApi::V201101::AdGroupCriterionService::Bid", [0, 1]],
|
200
|
+
["enhancedCpcEnabled", "SOAP::SOAPBoolean", [0, 1]]
|
201
|
+
]
|
202
|
+
)
|
203
|
+
|
79
204
|
EncodedRegistry.register(
|
80
205
|
:class => AdwordsApi::V201101::AdGroupCriterionService::ClientTermsError,
|
81
206
|
:schema_type => XSD::QName.new(NsV201101, "ClientTermsError"),
|
@@ -98,6 +223,15 @@ module DefaultMappingRegistry
|
|
98
223
|
]
|
99
224
|
)
|
100
225
|
|
226
|
+
EncodedRegistry.register(
|
227
|
+
:class => AdwordsApi::V201101::AdGroupCriterionService::Criterion,
|
228
|
+
:schema_type => XSD::QName.new(NsV201101, "Criterion"),
|
229
|
+
:schema_element => [
|
230
|
+
["id", "SOAP::SOAPLong", [0, 1]],
|
231
|
+
["criterion_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201101, "Criterion.Type")], [0, 1]]
|
232
|
+
]
|
233
|
+
)
|
234
|
+
|
101
235
|
EncodedRegistry.register(
|
102
236
|
:class => AdwordsApi::V201101::AdGroupCriterionService::CriterionError,
|
103
237
|
:schema_type => XSD::QName.new(NsV201101, "CriterionError"),
|
@@ -129,6 +263,19 @@ module DefaultMappingRegistry
|
|
129
263
|
]
|
130
264
|
)
|
131
265
|
|
266
|
+
EncodedRegistry.register(
|
267
|
+
:class => AdwordsApi::V201101::AdGroupCriterionService::DatabaseError,
|
268
|
+
:schema_type => XSD::QName.new(NsV201101, "DatabaseError"),
|
269
|
+
:schema_basetype => XSD::QName.new(NsV201101, "ApiError"),
|
270
|
+
:schema_element => [
|
271
|
+
["fieldPath", "SOAP::SOAPString", [0, 1]],
|
272
|
+
["trigger", "SOAP::SOAPString", [0, 1]],
|
273
|
+
["errorString", "SOAP::SOAPString", [0, 1]],
|
274
|
+
["apiError_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201101, "ApiError.Type")], [0, 1]],
|
275
|
+
["reason", "AdwordsApi::V201101::AdGroupCriterionService::DatabaseErrorReason", [0, 1]]
|
276
|
+
]
|
277
|
+
)
|
278
|
+
|
132
279
|
EncodedRegistry.register(
|
133
280
|
:class => AdwordsApi::V201101::AdGroupCriterionService::DateError,
|
134
281
|
:schema_type => XSD::QName.new(NsV201101, "DateError"),
|
@@ -215,6 +362,14 @@ module DefaultMappingRegistry
|
|
215
362
|
]
|
216
363
|
)
|
217
364
|
|
365
|
+
EncodedRegistry.register(
|
366
|
+
:class => AdwordsApi::V201101::AdGroupCriterionService::ExemptionRequest,
|
367
|
+
:schema_type => XSD::QName.new(NsV201101, "ExemptionRequest"),
|
368
|
+
:schema_element => [
|
369
|
+
["key", "AdwordsApi::V201101::AdGroupCriterionService::PolicyViolationKey", [0, 1]]
|
370
|
+
]
|
371
|
+
)
|
372
|
+
|
218
373
|
EncodedRegistry.register(
|
219
374
|
:class => AdwordsApi::V201101::AdGroupCriterionService::InternalApiError,
|
220
375
|
:schema_type => XSD::QName.new(NsV201101, "InternalApiError"),
|
@@ -250,6 +405,41 @@ module DefaultMappingRegistry
|
|
250
405
|
]
|
251
406
|
)
|
252
407
|
|
408
|
+
EncodedRegistry.register(
|
409
|
+
:class => AdwordsApi::V201101::AdGroupCriterionService::ManualCPCAdGroupCriterionBids,
|
410
|
+
:schema_type => XSD::QName.new(NsV201101, "ManualCPCAdGroupCriterionBids"),
|
411
|
+
:schema_basetype => XSD::QName.new(NsV201101, "AdGroupCriterionBids"),
|
412
|
+
:schema_element => [
|
413
|
+
["adGroupCriterionBids_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201101, "AdGroupCriterionBids.Type")], [0, 1]],
|
414
|
+
["maxCpc", "AdwordsApi::V201101::AdGroupCriterionService::Bid", [0, 1]],
|
415
|
+
["bidSource", "AdwordsApi::V201101::AdGroupCriterionService::BidSource", [0, 1]],
|
416
|
+
["positionPreferenceBids", "AdwordsApi::V201101::AdGroupCriterionService::PositionPreferenceAdGroupCriterionBids", [0, 1]],
|
417
|
+
["enhancedCpcEnabled", "SOAP::SOAPBoolean", [0, 1]]
|
418
|
+
]
|
419
|
+
)
|
420
|
+
|
421
|
+
EncodedRegistry.register(
|
422
|
+
:class => AdwordsApi::V201101::AdGroupCriterionService::ManualCPCAdGroupCriterionExperimentBidMultiplier,
|
423
|
+
:schema_type => XSD::QName.new(NsV201101, "ManualCPCAdGroupCriterionExperimentBidMultiplier"),
|
424
|
+
:schema_basetype => XSD::QName.new(NsV201101, "AdGroupCriterionExperimentBidMultiplier"),
|
425
|
+
:schema_element => [
|
426
|
+
["adGroupCriterionExperimentBidMultiplier_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201101, "AdGroupCriterionExperimentBidMultiplier.Type")], [0, 1]],
|
427
|
+
["maxCpcMultiplier", "AdwordsApi::V201101::AdGroupCriterionService::BidMultiplier", [0, 1]],
|
428
|
+
["multiplierSource", "AdwordsApi::V201101::AdGroupCriterionService::MultiplierSource", [0, 1]]
|
429
|
+
]
|
430
|
+
)
|
431
|
+
|
432
|
+
EncodedRegistry.register(
|
433
|
+
:class => AdwordsApi::V201101::AdGroupCriterionService::ManualCPMAdGroupCriterionBids,
|
434
|
+
:schema_type => XSD::QName.new(NsV201101, "ManualCPMAdGroupCriterionBids"),
|
435
|
+
:schema_basetype => XSD::QName.new(NsV201101, "AdGroupCriterionBids"),
|
436
|
+
:schema_element => [
|
437
|
+
["adGroupCriterionBids_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201101, "AdGroupCriterionBids.Type")], [0, 1]],
|
438
|
+
["maxCpm", "AdwordsApi::V201101::AdGroupCriterionService::Bid", [0, 1]],
|
439
|
+
["bidSource", "AdwordsApi::V201101::AdGroupCriterionService::BidSource", [0, 1]]
|
440
|
+
]
|
441
|
+
)
|
442
|
+
|
253
443
|
EncodedRegistry.register(
|
254
444
|
:class => AdwordsApi::V201101::AdGroupCriterionService::Money,
|
255
445
|
:schema_type => XSD::QName.new(NsV201101, "Money"),
|
@@ -390,6 +580,24 @@ module DefaultMappingRegistry
|
|
390
580
|
]
|
391
581
|
)
|
392
582
|
|
583
|
+
EncodedRegistry.register(
|
584
|
+
:class => AdwordsApi::V201101::AdGroupCriterionService::PolicyViolationError,
|
585
|
+
:schema_type => XSD::QName.new(NsV201101, "PolicyViolationError"),
|
586
|
+
:schema_basetype => XSD::QName.new(NsV201101, "ApiError"),
|
587
|
+
:schema_element => [
|
588
|
+
["fieldPath", "SOAP::SOAPString", [0, 1]],
|
589
|
+
["trigger", "SOAP::SOAPString", [0, 1]],
|
590
|
+
["errorString", "SOAP::SOAPString", [0, 1]],
|
591
|
+
["apiError_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201101, "ApiError.Type")], [0, 1]],
|
592
|
+
["key", "AdwordsApi::V201101::AdGroupCriterionService::PolicyViolationKey", [0, 1]],
|
593
|
+
["externalPolicyName", "SOAP::SOAPString", [0, 1]],
|
594
|
+
["externalPolicyUrl", "SOAP::SOAPString", [0, 1]],
|
595
|
+
["externalPolicyDescription", "SOAP::SOAPString", [0, 1]],
|
596
|
+
["isExemptable", "SOAP::SOAPBoolean", [0, 1]],
|
597
|
+
["violatingParts", "AdwordsApi::V201101::AdGroupCriterionService::PolicyViolationErrorPart[]", [0, nil]]
|
598
|
+
]
|
599
|
+
)
|
600
|
+
|
393
601
|
EncodedRegistry.register(
|
394
602
|
:class => AdwordsApi::V201101::AdGroupCriterionService::PolicyViolationErrorPart,
|
395
603
|
:schema_type => XSD::QName.new(NsV201101, "PolicyViolationError.Part"),
|
@@ -408,6 +616,16 @@ module DefaultMappingRegistry
|
|
408
616
|
]
|
409
617
|
)
|
410
618
|
|
619
|
+
EncodedRegistry.register(
|
620
|
+
:class => AdwordsApi::V201101::AdGroupCriterionService::PositionPreferenceAdGroupCriterionBids,
|
621
|
+
:schema_type => XSD::QName.new(NsV201101, "PositionPreferenceAdGroupCriterionBids"),
|
622
|
+
:schema_element => [
|
623
|
+
["proxyMaxCpc", "AdwordsApi::V201101::AdGroupCriterionService::Bid", [0, 1]],
|
624
|
+
["preferredPosition", "SOAP::SOAPInt", [0, 1]],
|
625
|
+
["bottomPosition", "SOAP::SOAPInt", [0, 1]]
|
626
|
+
]
|
627
|
+
)
|
628
|
+
|
411
629
|
EncodedRegistry.register(
|
412
630
|
:class => AdwordsApi::V201101::AdGroupCriterionService::Predicate,
|
413
631
|
:schema_type => XSD::QName.new(NsV201101, "Predicate"),
|
@@ -418,6 +636,27 @@ module DefaultMappingRegistry
|
|
418
636
|
]
|
419
637
|
)
|
420
638
|
|
639
|
+
EncodedRegistry.register(
|
640
|
+
:class => AdwordsApi::V201101::AdGroupCriterionService::Product,
|
641
|
+
:schema_type => XSD::QName.new(NsV201101, "Product"),
|
642
|
+
:schema_basetype => XSD::QName.new(NsV201101, "Criterion"),
|
643
|
+
:schema_element => [
|
644
|
+
["id", "SOAP::SOAPLong", [0, 1]],
|
645
|
+
["criterion_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201101, "Criterion.Type")], [0, 1]],
|
646
|
+
["conditions", "AdwordsApi::V201101::AdGroupCriterionService::ProductCondition[]", [0, nil]],
|
647
|
+
["text", "SOAP::SOAPString", [0, 1]]
|
648
|
+
]
|
649
|
+
)
|
650
|
+
|
651
|
+
EncodedRegistry.register(
|
652
|
+
:class => AdwordsApi::V201101::AdGroupCriterionService::ProductCondition,
|
653
|
+
:schema_type => XSD::QName.new(NsV201101, "ProductCondition"),
|
654
|
+
:schema_element => [
|
655
|
+
["argument", "SOAP::SOAPString", [0, 1]],
|
656
|
+
["operand", "AdwordsApi::V201101::AdGroupCriterionService::ProductConditionOperand", [0, 1]]
|
657
|
+
]
|
658
|
+
)
|
659
|
+
|
421
660
|
EncodedRegistry.register(
|
422
661
|
:class => AdwordsApi::V201101::AdGroupCriterionService::ProductConditionOperand,
|
423
662
|
:schema_type => XSD::QName.new(NsV201101, "ProductConditionOperand"),
|
@@ -531,6 +770,18 @@ module DefaultMappingRegistry
|
|
531
770
|
]
|
532
771
|
)
|
533
772
|
|
773
|
+
EncodedRegistry.register(
|
774
|
+
:class => AdwordsApi::V201101::AdGroupCriterionService::Selector,
|
775
|
+
:schema_type => XSD::QName.new(NsV201101, "Selector"),
|
776
|
+
:schema_element => [
|
777
|
+
["fields", "SOAP::SOAPString[]", [0, nil]],
|
778
|
+
["predicates", "AdwordsApi::V201101::AdGroupCriterionService::Predicate[]", [0, nil]],
|
779
|
+
["dateRange", "AdwordsApi::V201101::AdGroupCriterionService::DateRange", [0, 1]],
|
780
|
+
["ordering", "AdwordsApi::V201101::AdGroupCriterionService::OrderBy[]", [0, nil]],
|
781
|
+
["paging", "AdwordsApi::V201101::AdGroupCriterionService::Paging", [0, 1]]
|
782
|
+
]
|
783
|
+
)
|
784
|
+
|
534
785
|
EncodedRegistry.register(
|
535
786
|
:class => AdwordsApi::V201101::AdGroupCriterionService::SelectorError,
|
536
787
|
:schema_type => XSD::QName.new(NsV201101, "SelectorError"),
|
@@ -583,9 +834,39 @@ module DefaultMappingRegistry
|
|
583
834
|
)
|
584
835
|
|
585
836
|
EncodedRegistry.register(
|
586
|
-
:class => AdwordsApi::V201101::AdGroupCriterionService::
|
587
|
-
:schema_type => XSD::QName.new(NsV201101, "
|
588
|
-
:
|
837
|
+
:class => AdwordsApi::V201101::AdGroupCriterionService::Stats,
|
838
|
+
:schema_type => XSD::QName.new(NsV201101, "Stats"),
|
839
|
+
:schema_element => [
|
840
|
+
["startDate", "SOAP::SOAPString", [0, 1]],
|
841
|
+
["endDate", "SOAP::SOAPString", [0, 1]],
|
842
|
+
["network", "AdwordsApi::V201101::AdGroupCriterionService::StatsNetwork", [0, 1]],
|
843
|
+
["clicks", "SOAP::SOAPLong", [0, 1]],
|
844
|
+
["impressions", "SOAP::SOAPLong", [0, 1]],
|
845
|
+
["cost", "AdwordsApi::V201101::AdGroupCriterionService::Money", [0, 1]],
|
846
|
+
["averagePosition", "SOAP::SOAPDouble", [0, 1]],
|
847
|
+
["averageCpc", "AdwordsApi::V201101::AdGroupCriterionService::Money", [0, 1]],
|
848
|
+
["averageCpm", "AdwordsApi::V201101::AdGroupCriterionService::Money", [0, 1]],
|
849
|
+
["ctr", "SOAP::SOAPDouble", [0, 1]],
|
850
|
+
["conversions", "SOAP::SOAPLong", [0, 1]],
|
851
|
+
["conversionRate", "SOAP::SOAPDouble", [0, 1]],
|
852
|
+
["costPerConversion", "AdwordsApi::V201101::AdGroupCriterionService::Money", [0, 1]],
|
853
|
+
["conversionsManyPerClick", "SOAP::SOAPLong", [0, 1]],
|
854
|
+
["conversionRateManyPerClick", "SOAP::SOAPDouble", [0, 1]],
|
855
|
+
["costPerConversionManyPerClick", "AdwordsApi::V201101::AdGroupCriterionService::Money", [0, 1]],
|
856
|
+
["viewThroughConversions", "SOAP::SOAPLong", [0, 1]],
|
857
|
+
["totalConvValue", "SOAP::SOAPLong", [0, 1]],
|
858
|
+
["valuePerConv", "SOAP::SOAPDouble", [0, 1]],
|
859
|
+
["valuePerConvManyPerClick", "SOAP::SOAPDouble", [0, 1]],
|
860
|
+
["invalidClicks", "SOAP::SOAPLong", [0, 1]],
|
861
|
+
["invalidClickRate", "SOAP::SOAPDouble", [0, 1]],
|
862
|
+
["stats_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201101, "Stats.Type")], [0, 1]]
|
863
|
+
]
|
864
|
+
)
|
865
|
+
|
866
|
+
EncodedRegistry.register(
|
867
|
+
:class => AdwordsApi::V201101::AdGroupCriterionService::StatsQueryError,
|
868
|
+
:schema_type => XSD::QName.new(NsV201101, "StatsQueryError"),
|
869
|
+
:schema_basetype => XSD::QName.new(NsV201101, "ApiError"),
|
589
870
|
:schema_element => [
|
590
871
|
["fieldPath", "SOAP::SOAPString", [0, 1]],
|
591
872
|
["trigger", "SOAP::SOAPString", [0, 1]],
|
@@ -632,379 +913,98 @@ module DefaultMappingRegistry
|
|
632
913
|
)
|
633
914
|
|
634
915
|
EncodedRegistry.register(
|
635
|
-
:class => AdwordsApi::V201101::AdGroupCriterionService::
|
636
|
-
:schema_type => XSD::QName.new(NsV201101, "
|
637
|
-
:schema_basetype => XSD::QName.new(NsV201101, "ApiError"),
|
638
|
-
:schema_element => [
|
639
|
-
["fieldPath", "SOAP::SOAPString", [0, 1]],
|
640
|
-
["trigger", "SOAP::SOAPString", [0, 1]],
|
641
|
-
["errorString", "SOAP::SOAPString", [0, 1]],
|
642
|
-
["apiError_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201101, "ApiError.Type")], [0, 1]],
|
643
|
-
["reason", "AdwordsApi::V201101::AdGroupCriterionService::DatabaseErrorReason", [0, 1]]
|
644
|
-
]
|
916
|
+
:class => AdwordsApi::V201101::AdGroupCriterionService::AdGroupCriterionErrorReason,
|
917
|
+
:schema_type => XSD::QName.new(NsV201101, "AdGroupCriterionError.Reason")
|
645
918
|
)
|
646
919
|
|
647
920
|
EncodedRegistry.register(
|
648
|
-
:class => AdwordsApi::V201101::AdGroupCriterionService::
|
649
|
-
:schema_type => XSD::QName.new(NsV201101, "
|
650
|
-
:schema_element => [
|
651
|
-
["key", "AdwordsApi::V201101::AdGroupCriterionService::PolicyViolationKey", [0, 1]]
|
652
|
-
]
|
921
|
+
:class => AdwordsApi::V201101::AdGroupCriterionService::AdGroupCriterionLimitExceededCriteriaLimitType,
|
922
|
+
:schema_type => XSD::QName.new(NsV201101, "AdGroupCriterionLimitExceeded.CriteriaLimitType")
|
653
923
|
)
|
654
924
|
|
655
925
|
EncodedRegistry.register(
|
656
|
-
:class => AdwordsApi::V201101::AdGroupCriterionService::
|
657
|
-
:schema_type => XSD::QName.new(NsV201101, "
|
658
|
-
:schema_basetype => XSD::QName.new(NsV201101, "ApiError"),
|
659
|
-
:schema_element => [
|
660
|
-
["fieldPath", "SOAP::SOAPString", [0, 1]],
|
661
|
-
["trigger", "SOAP::SOAPString", [0, 1]],
|
662
|
-
["errorString", "SOAP::SOAPString", [0, 1]],
|
663
|
-
["apiError_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201101, "ApiError.Type")], [0, 1]],
|
664
|
-
["key", "AdwordsApi::V201101::AdGroupCriterionService::PolicyViolationKey", [0, 1]],
|
665
|
-
["externalPolicyName", "SOAP::SOAPString", [0, 1]],
|
666
|
-
["externalPolicyUrl", "SOAP::SOAPString", [0, 1]],
|
667
|
-
["externalPolicyDescription", "SOAP::SOAPString", [0, 1]],
|
668
|
-
["isExemptable", "SOAP::SOAPBoolean", [0, 1]],
|
669
|
-
["violatingParts", "AdwordsApi::V201101::AdGroupCriterionService::PolicyViolationErrorPart[]", [0, nil]]
|
670
|
-
]
|
926
|
+
:class => AdwordsApi::V201101::AdGroupCriterionService::ApprovalStatus,
|
927
|
+
:schema_type => XSD::QName.new(NsV201101, "ApprovalStatus")
|
671
928
|
)
|
672
929
|
|
673
930
|
EncodedRegistry.register(
|
674
|
-
:class => AdwordsApi::V201101::AdGroupCriterionService::
|
675
|
-
:schema_type => XSD::QName.new(NsV201101, "
|
676
|
-
:schema_element => [
|
677
|
-
["argument", "SOAP::SOAPString", [0, 1]],
|
678
|
-
["operand", "AdwordsApi::V201101::AdGroupCriterionService::ProductConditionOperand", [0, 1]]
|
679
|
-
]
|
931
|
+
:class => AdwordsApi::V201101::AdGroupCriterionService::AuthenticationErrorReason,
|
932
|
+
:schema_type => XSD::QName.new(NsV201101, "AuthenticationError.Reason")
|
680
933
|
)
|
681
934
|
|
682
935
|
EncodedRegistry.register(
|
683
|
-
:class => AdwordsApi::V201101::AdGroupCriterionService::
|
684
|
-
:schema_type => XSD::QName.new(NsV201101, "
|
685
|
-
:schema_element => [
|
686
|
-
["fields", "SOAP::SOAPString[]", [0, nil]],
|
687
|
-
["predicates", "AdwordsApi::V201101::AdGroupCriterionService::Predicate[]", [0, nil]],
|
688
|
-
["dateRange", "AdwordsApi::V201101::AdGroupCriterionService::DateRange", [0, 1]],
|
689
|
-
["ordering", "AdwordsApi::V201101::AdGroupCriterionService::OrderBy[]", [0, nil]],
|
690
|
-
["paging", "AdwordsApi::V201101::AdGroupCriterionService::Paging", [0, 1]]
|
691
|
-
]
|
936
|
+
:class => AdwordsApi::V201101::AdGroupCriterionService::AuthorizationErrorReason,
|
937
|
+
:schema_type => XSD::QName.new(NsV201101, "AuthorizationError.Reason")
|
692
938
|
)
|
693
939
|
|
694
940
|
EncodedRegistry.register(
|
695
|
-
:class => AdwordsApi::V201101::AdGroupCriterionService::
|
696
|
-
:schema_type => XSD::QName.new(NsV201101, "
|
697
|
-
:schema_element => [
|
698
|
-
["startDate", "SOAP::SOAPString", [0, 1]],
|
699
|
-
["endDate", "SOAP::SOAPString", [0, 1]],
|
700
|
-
["network", "AdwordsApi::V201101::AdGroupCriterionService::StatsNetwork", [0, 1]],
|
701
|
-
["clicks", "SOAP::SOAPLong", [0, 1]],
|
702
|
-
["impressions", "SOAP::SOAPLong", [0, 1]],
|
703
|
-
["cost", "AdwordsApi::V201101::AdGroupCriterionService::Money", [0, 1]],
|
704
|
-
["averagePosition", "SOAP::SOAPDouble", [0, 1]],
|
705
|
-
["averageCpc", "AdwordsApi::V201101::AdGroupCriterionService::Money", [0, 1]],
|
706
|
-
["averageCpm", "AdwordsApi::V201101::AdGroupCriterionService::Money", [0, 1]],
|
707
|
-
["ctr", "SOAP::SOAPDouble", [0, 1]],
|
708
|
-
["conversions", "SOAP::SOAPLong", [0, 1]],
|
709
|
-
["conversionRate", "SOAP::SOAPDouble", [0, 1]],
|
710
|
-
["costPerConversion", "AdwordsApi::V201101::AdGroupCriterionService::Money", [0, 1]],
|
711
|
-
["conversionsManyPerClick", "SOAP::SOAPLong", [0, 1]],
|
712
|
-
["conversionRateManyPerClick", "SOAP::SOAPDouble", [0, 1]],
|
713
|
-
["costPerConversionManyPerClick", "AdwordsApi::V201101::AdGroupCriterionService::Money", [0, 1]],
|
714
|
-
["viewThroughConversions", "SOAP::SOAPLong", [0, 1]],
|
715
|
-
["totalConvValue", "SOAP::SOAPLong", [0, 1]],
|
716
|
-
["valuePerConv", "SOAP::SOAPDouble", [0, 1]],
|
717
|
-
["valuePerConvManyPerClick", "SOAP::SOAPDouble", [0, 1]],
|
718
|
-
["invalidClicks", "SOAP::SOAPLong", [0, 1]],
|
719
|
-
["invalidClickRate", "SOAP::SOAPDouble", [0, 1]],
|
720
|
-
["stats_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201101, "Stats.Type")], [0, 1]]
|
721
|
-
]
|
941
|
+
:class => AdwordsApi::V201101::AdGroupCriterionService::BidSource,
|
942
|
+
:schema_type => XSD::QName.new(NsV201101, "BidSource")
|
722
943
|
)
|
723
944
|
|
724
945
|
EncodedRegistry.register(
|
725
|
-
:class => AdwordsApi::V201101::AdGroupCriterionService::
|
726
|
-
:schema_type => XSD::QName.new(NsV201101, "
|
727
|
-
:schema_basetype => XSD::QName.new(NsV201101, "ApplicationException"),
|
728
|
-
:schema_element => [
|
729
|
-
["message", "SOAP::SOAPString", [0, 1]],
|
730
|
-
["applicationException_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201101, "ApplicationException.Type")], [0, 1]],
|
731
|
-
["errors", "AdwordsApi::V201101::AdGroupCriterionService::ApiError[]", [0, nil]]
|
732
|
-
]
|
946
|
+
:class => AdwordsApi::V201101::AdGroupCriterionService::BiddingErrorReason,
|
947
|
+
:schema_type => XSD::QName.new(NsV201101, "BiddingError.Reason")
|
733
948
|
)
|
734
949
|
|
735
950
|
EncodedRegistry.register(
|
736
|
-
:class => AdwordsApi::V201101::AdGroupCriterionService::
|
737
|
-
:schema_type => XSD::QName.new(NsV201101, "
|
738
|
-
:schema_element => [
|
739
|
-
["message", "SOAP::SOAPString", [0, 1]],
|
740
|
-
["applicationException_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201101, "ApplicationException.Type")], [0, 1]]
|
741
|
-
]
|
951
|
+
:class => AdwordsApi::V201101::AdGroupCriterionService::ClientTermsErrorReason,
|
952
|
+
:schema_type => XSD::QName.new(NsV201101, "ClientTermsError.Reason")
|
742
953
|
)
|
743
954
|
|
744
955
|
EncodedRegistry.register(
|
745
|
-
:class => AdwordsApi::V201101::AdGroupCriterionService::
|
746
|
-
:schema_type => XSD::QName.new(NsV201101, "
|
747
|
-
:schema_element => [
|
748
|
-
["amount", "AdwordsApi::V201101::AdGroupCriterionService::Money", [0, 1]]
|
749
|
-
]
|
956
|
+
:class => AdwordsApi::V201101::AdGroupCriterionService::CriterionErrorReason,
|
957
|
+
:schema_type => XSD::QName.new(NsV201101, "CriterionError.Reason")
|
750
958
|
)
|
751
959
|
|
752
960
|
EncodedRegistry.register(
|
753
|
-
:class => AdwordsApi::V201101::AdGroupCriterionService::
|
754
|
-
:schema_type => XSD::QName.new(NsV201101, "
|
755
|
-
:schema_element => [
|
756
|
-
["multiplier", "SOAP::SOAPDouble", [0, 1]],
|
757
|
-
["multipliedBid", "AdwordsApi::V201101::AdGroupCriterionService::Bid", [0, 1]]
|
758
|
-
]
|
961
|
+
:class => AdwordsApi::V201101::AdGroupCriterionService::CriterionUse,
|
962
|
+
:schema_type => XSD::QName.new(NsV201101, "CriterionUse")
|
759
963
|
)
|
760
964
|
|
761
965
|
EncodedRegistry.register(
|
762
|
-
:class => AdwordsApi::V201101::AdGroupCriterionService::
|
763
|
-
:schema_type => XSD::QName.new(NsV201101, "
|
764
|
-
:schema_basetype => XSD::QName.new(NsV201101, "AdGroupCriterionBids"),
|
765
|
-
:schema_element => [
|
766
|
-
["adGroupCriterionBids_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201101, "AdGroupCriterionBids.Type")], [0, 1]],
|
767
|
-
["proxyBid", "AdwordsApi::V201101::AdGroupCriterionService::Bid", [0, 1]],
|
768
|
-
["enhancedCpcEnabled", "SOAP::SOAPBoolean", [0, 1]]
|
769
|
-
]
|
966
|
+
:class => AdwordsApi::V201101::AdGroupCriterionService::DatabaseErrorReason,
|
967
|
+
:schema_type => XSD::QName.new(NsV201101, "DatabaseError.Reason")
|
770
968
|
)
|
771
969
|
|
772
970
|
EncodedRegistry.register(
|
773
|
-
:class => AdwordsApi::V201101::AdGroupCriterionService::
|
774
|
-
:schema_type => XSD::QName.new(NsV201101, "
|
775
|
-
:schema_basetype => XSD::QName.new(NsV201101, "AdGroupCriterionExperimentBidMultiplier"),
|
776
|
-
:schema_element => [
|
777
|
-
["adGroupCriterionExperimentBidMultiplier_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201101, "AdGroupCriterionExperimentBidMultiplier.Type")], [0, 1]],
|
778
|
-
["maxCpcMultiplier", "AdwordsApi::V201101::AdGroupCriterionService::BidMultiplier", [0, 1]],
|
779
|
-
["multiplierSource", "AdwordsApi::V201101::AdGroupCriterionService::MultiplierSource", [0, 1]]
|
780
|
-
]
|
971
|
+
:class => AdwordsApi::V201101::AdGroupCriterionService::DateErrorReason,
|
972
|
+
:schema_type => XSD::QName.new(NsV201101, "DateError.Reason")
|
781
973
|
)
|
782
974
|
|
783
975
|
EncodedRegistry.register(
|
784
|
-
:class => AdwordsApi::V201101::AdGroupCriterionService::
|
785
|
-
:schema_type => XSD::QName.new(NsV201101, "
|
786
|
-
:schema_basetype => XSD::QName.new(NsV201101, "AdGroupCriterionBids"),
|
787
|
-
:schema_element => [
|
788
|
-
["adGroupCriterionBids_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201101, "AdGroupCriterionBids.Type")], [0, 1]],
|
789
|
-
["maxCpm", "AdwordsApi::V201101::AdGroupCriterionService::Bid", [0, 1]],
|
790
|
-
["bidSource", "AdwordsApi::V201101::AdGroupCriterionService::BidSource", [0, 1]]
|
791
|
-
]
|
976
|
+
:class => AdwordsApi::V201101::AdGroupCriterionService::DistinctErrorReason,
|
977
|
+
:schema_type => XSD::QName.new(NsV201101, "DistinctError.Reason")
|
792
978
|
)
|
793
979
|
|
794
980
|
EncodedRegistry.register(
|
795
|
-
:class => AdwordsApi::V201101::AdGroupCriterionService::
|
796
|
-
:schema_type => XSD::QName.new(NsV201101, "
|
797
|
-
:schema_element => [
|
798
|
-
["proxyMaxCpc", "AdwordsApi::V201101::AdGroupCriterionService::Bid", [0, 1]],
|
799
|
-
["preferredPosition", "SOAP::SOAPInt", [0, 1]],
|
800
|
-
["bottomPosition", "SOAP::SOAPInt", [0, 1]]
|
801
|
-
]
|
981
|
+
:class => AdwordsApi::V201101::AdGroupCriterionService::EntityAccessDeniedReason,
|
982
|
+
:schema_type => XSD::QName.new(NsV201101, "EntityAccessDenied.Reason")
|
802
983
|
)
|
803
984
|
|
804
985
|
EncodedRegistry.register(
|
805
|
-
:class => AdwordsApi::V201101::AdGroupCriterionService::
|
806
|
-
:schema_type => XSD::QName.new(NsV201101, "
|
807
|
-
:schema_basetype => XSD::QName.new(NsV201101, "Criterion"),
|
808
|
-
:schema_element => [
|
809
|
-
["id", "SOAP::SOAPLong", [0, 1]],
|
810
|
-
["criterion_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201101, "Criterion.Type")], [0, 1]],
|
811
|
-
["conditions", "AdwordsApi::V201101::AdGroupCriterionService::ProductCondition[]", [0, nil]],
|
812
|
-
["text", "SOAP::SOAPString", [0, 1]]
|
813
|
-
]
|
986
|
+
:class => AdwordsApi::V201101::AdGroupCriterionService::EntityCountLimitExceededReason,
|
987
|
+
:schema_type => XSD::QName.new(NsV201101, "EntityCountLimitExceeded.Reason")
|
814
988
|
)
|
815
989
|
|
816
990
|
EncodedRegistry.register(
|
817
|
-
:class => AdwordsApi::V201101::AdGroupCriterionService::
|
818
|
-
:schema_type => XSD::QName.new(NsV201101, "
|
819
|
-
:schema_element => [
|
820
|
-
["experimentId", "SOAP::SOAPLong", [0, 1]],
|
821
|
-
["experimentDeltaStatus", "AdwordsApi::V201101::AdGroupCriterionService::ExperimentDeltaStatus", [0, 1]],
|
822
|
-
["experimentDataStatus", "AdwordsApi::V201101::AdGroupCriterionService::ExperimentDataStatus", [0, 1]],
|
823
|
-
["experimentBidMultiplier", "AdwordsApi::V201101::AdGroupCriterionService::AdGroupCriterionExperimentBidMultiplier", [0, 1]]
|
824
|
-
]
|
991
|
+
:class => AdwordsApi::V201101::AdGroupCriterionService::EntityNotFoundReason,
|
992
|
+
:schema_type => XSD::QName.new(NsV201101, "EntityNotFound.Reason")
|
825
993
|
)
|
826
994
|
|
827
995
|
EncodedRegistry.register(
|
828
|
-
:class => AdwordsApi::V201101::AdGroupCriterionService::
|
829
|
-
:schema_type => XSD::QName.new(NsV201101, "
|
830
|
-
:schema_element => [
|
831
|
-
["id", "SOAP::SOAPLong", [0, 1]],
|
832
|
-
["criterion_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201101, "Criterion.Type")], [0, 1]]
|
833
|
-
]
|
996
|
+
:class => AdwordsApi::V201101::AdGroupCriterionService::ExperimentDataStatus,
|
997
|
+
:schema_type => XSD::QName.new(NsV201101, "ExperimentDataStatus")
|
834
998
|
)
|
835
999
|
|
836
1000
|
EncodedRegistry.register(
|
837
|
-
:class => AdwordsApi::V201101::AdGroupCriterionService::
|
838
|
-
:schema_type => XSD::QName.new(NsV201101, "
|
839
|
-
:schema_basetype => XSD::QName.new(NsV201101, "AdGroupCriterionBids"),
|
840
|
-
:schema_element => [
|
841
|
-
["adGroupCriterionBids_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201101, "AdGroupCriterionBids.Type")], [0, 1]],
|
842
|
-
["maxCpc", "AdwordsApi::V201101::AdGroupCriterionService::Bid", [0, 1]],
|
843
|
-
["bidSource", "AdwordsApi::V201101::AdGroupCriterionService::BidSource", [0, 1]],
|
844
|
-
["positionPreferenceBids", "AdwordsApi::V201101::AdGroupCriterionService::PositionPreferenceAdGroupCriterionBids", [0, 1]],
|
845
|
-
["enhancedCpcEnabled", "SOAP::SOAPBoolean", [0, 1]]
|
846
|
-
]
|
1001
|
+
:class => AdwordsApi::V201101::AdGroupCriterionService::ExperimentDeltaStatus,
|
1002
|
+
:schema_type => XSD::QName.new(NsV201101, "ExperimentDeltaStatus")
|
847
1003
|
)
|
848
1004
|
|
849
1005
|
EncodedRegistry.register(
|
850
|
-
:class => AdwordsApi::V201101::AdGroupCriterionService::
|
851
|
-
:schema_type => XSD::QName.new(NsV201101, "
|
852
|
-
:schema_basetype => XSD::QName.new(NsV201101, "AdGroupCriterion"),
|
853
|
-
:schema_element => [
|
854
|
-
["adGroupId", "SOAP::SOAPLong", [0, 1]],
|
855
|
-
["criterionUse", "AdwordsApi::V201101::AdGroupCriterionService::CriterionUse", [0, 1]],
|
856
|
-
["criterion", "AdwordsApi::V201101::AdGroupCriterionService::Criterion", [0, 1]],
|
857
|
-
["adGroupCriterion_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201101, "AdGroupCriterion.Type")], [0, 1]],
|
858
|
-
["userStatus", "AdwordsApi::V201101::AdGroupCriterionService::UserStatus", [0, 1]],
|
859
|
-
["systemServingStatus", "AdwordsApi::V201101::AdGroupCriterionService::SystemServingStatus", [0, 1]],
|
860
|
-
["approvalStatus", "AdwordsApi::V201101::AdGroupCriterionService::ApprovalStatus", [0, 1]],
|
861
|
-
["destinationUrl", "SOAP::SOAPString", [0, 1]],
|
862
|
-
["bids", "AdwordsApi::V201101::AdGroupCriterionService::AdGroupCriterionBids", [0, 1]],
|
863
|
-
["experimentData", "AdwordsApi::V201101::AdGroupCriterionService::BiddableAdGroupCriterionExperimentData", [0, 1]],
|
864
|
-
["firstPageCpc", "AdwordsApi::V201101::AdGroupCriterionService::Bid", [0, 1]],
|
865
|
-
["qualityInfo", "AdwordsApi::V201101::AdGroupCriterionService::QualityInfo", [0, 1]],
|
866
|
-
["stats", "AdwordsApi::V201101::AdGroupCriterionService::Stats", [0, 1]]
|
867
|
-
]
|
868
|
-
)
|
869
|
-
|
870
|
-
EncodedRegistry.register(
|
871
|
-
:class => AdwordsApi::V201101::AdGroupCriterionService::AdGroupCriterion,
|
872
|
-
:schema_type => XSD::QName.new(NsV201101, "AdGroupCriterion"),
|
873
|
-
:schema_element => [
|
874
|
-
["adGroupId", "SOAP::SOAPLong", [0, 1]],
|
875
|
-
["criterionUse", "AdwordsApi::V201101::AdGroupCriterionService::CriterionUse", [0, 1]],
|
876
|
-
["criterion", "AdwordsApi::V201101::AdGroupCriterionService::Criterion", [0, 1]],
|
877
|
-
["adGroupCriterion_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201101, "AdGroupCriterion.Type")], [0, 1]]
|
878
|
-
]
|
879
|
-
)
|
880
|
-
|
881
|
-
EncodedRegistry.register(
|
882
|
-
:class => AdwordsApi::V201101::AdGroupCriterionService::AdGroupCriterionOperation,
|
883
|
-
:schema_type => XSD::QName.new(NsV201101, "AdGroupCriterionOperation"),
|
884
|
-
:schema_basetype => XSD::QName.new(NsV201101, "Operation"),
|
885
|
-
:schema_element => [
|
886
|
-
["operator", "AdwordsApi::V201101::AdGroupCriterionService::Operator", [0, 1]],
|
887
|
-
["operation_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201101, "Operation.Type")], [0, 1]],
|
888
|
-
["operand", "AdwordsApi::V201101::AdGroupCriterionService::AdGroupCriterion", [0, 1]],
|
889
|
-
["exemptionRequests", "AdwordsApi::V201101::AdGroupCriterionService::ExemptionRequest[]", [0, nil]]
|
890
|
-
]
|
891
|
-
)
|
892
|
-
|
893
|
-
EncodedRegistry.register(
|
894
|
-
:class => AdwordsApi::V201101::AdGroupCriterionService::AdGroupCriterionPage,
|
895
|
-
:schema_type => XSD::QName.new(NsV201101, "AdGroupCriterionPage"),
|
896
|
-
:schema_basetype => XSD::QName.new(NsV201101, "Page"),
|
897
|
-
:schema_element => [
|
898
|
-
["totalNumEntries", "SOAP::SOAPInt", [0, 1]],
|
899
|
-
["page_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201101, "Page.Type")], [0, 1]],
|
900
|
-
["entries", "AdwordsApi::V201101::AdGroupCriterionService::AdGroupCriterion[]", [0, nil]]
|
901
|
-
]
|
902
|
-
)
|
903
|
-
|
904
|
-
EncodedRegistry.register(
|
905
|
-
:class => AdwordsApi::V201101::AdGroupCriterionService::AdGroupCriterionReturnValue,
|
906
|
-
:schema_type => XSD::QName.new(NsV201101, "AdGroupCriterionReturnValue"),
|
907
|
-
:schema_basetype => XSD::QName.new(NsV201101, "ListReturnValue"),
|
908
|
-
:schema_element => [
|
909
|
-
["listReturnValue_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201101, "ListReturnValue.Type")], [0, 1]],
|
910
|
-
["value", "AdwordsApi::V201101::AdGroupCriterionService::AdGroupCriterion[]", [0, nil]],
|
911
|
-
["partialFailureErrors", "AdwordsApi::V201101::AdGroupCriterionService::ApiError[]", [0, nil]]
|
912
|
-
]
|
913
|
-
)
|
914
|
-
|
915
|
-
EncodedRegistry.register(
|
916
|
-
:class => AdwordsApi::V201101::AdGroupCriterionService::AdGroupCriterionErrorReason,
|
917
|
-
:schema_type => XSD::QName.new(NsV201101, "AdGroupCriterionError.Reason")
|
918
|
-
)
|
919
|
-
|
920
|
-
EncodedRegistry.register(
|
921
|
-
:class => AdwordsApi::V201101::AdGroupCriterionService::AdGroupCriterionLimitExceededCriteriaLimitType,
|
922
|
-
:schema_type => XSD::QName.new(NsV201101, "AdGroupCriterionLimitExceeded.CriteriaLimitType")
|
923
|
-
)
|
924
|
-
|
925
|
-
EncodedRegistry.register(
|
926
|
-
:class => AdwordsApi::V201101::AdGroupCriterionService::ApprovalStatus,
|
927
|
-
:schema_type => XSD::QName.new(NsV201101, "ApprovalStatus")
|
928
|
-
)
|
929
|
-
|
930
|
-
EncodedRegistry.register(
|
931
|
-
:class => AdwordsApi::V201101::AdGroupCriterionService::AuthenticationErrorReason,
|
932
|
-
:schema_type => XSD::QName.new(NsV201101, "AuthenticationError.Reason")
|
933
|
-
)
|
934
|
-
|
935
|
-
EncodedRegistry.register(
|
936
|
-
:class => AdwordsApi::V201101::AdGroupCriterionService::AuthorizationErrorReason,
|
937
|
-
:schema_type => XSD::QName.new(NsV201101, "AuthorizationError.Reason")
|
938
|
-
)
|
939
|
-
|
940
|
-
EncodedRegistry.register(
|
941
|
-
:class => AdwordsApi::V201101::AdGroupCriterionService::BidSource,
|
942
|
-
:schema_type => XSD::QName.new(NsV201101, "BidSource")
|
943
|
-
)
|
944
|
-
|
945
|
-
EncodedRegistry.register(
|
946
|
-
:class => AdwordsApi::V201101::AdGroupCriterionService::BiddingErrorReason,
|
947
|
-
:schema_type => XSD::QName.new(NsV201101, "BiddingError.Reason")
|
948
|
-
)
|
949
|
-
|
950
|
-
EncodedRegistry.register(
|
951
|
-
:class => AdwordsApi::V201101::AdGroupCriterionService::ClientTermsErrorReason,
|
952
|
-
:schema_type => XSD::QName.new(NsV201101, "ClientTermsError.Reason")
|
953
|
-
)
|
954
|
-
|
955
|
-
EncodedRegistry.register(
|
956
|
-
:class => AdwordsApi::V201101::AdGroupCriterionService::CriterionErrorReason,
|
957
|
-
:schema_type => XSD::QName.new(NsV201101, "CriterionError.Reason")
|
958
|
-
)
|
959
|
-
|
960
|
-
EncodedRegistry.register(
|
961
|
-
:class => AdwordsApi::V201101::AdGroupCriterionService::CriterionUse,
|
962
|
-
:schema_type => XSD::QName.new(NsV201101, "CriterionUse")
|
963
|
-
)
|
964
|
-
|
965
|
-
EncodedRegistry.register(
|
966
|
-
:class => AdwordsApi::V201101::AdGroupCriterionService::DatabaseErrorReason,
|
967
|
-
:schema_type => XSD::QName.new(NsV201101, "DatabaseError.Reason")
|
968
|
-
)
|
969
|
-
|
970
|
-
EncodedRegistry.register(
|
971
|
-
:class => AdwordsApi::V201101::AdGroupCriterionService::DateErrorReason,
|
972
|
-
:schema_type => XSD::QName.new(NsV201101, "DateError.Reason")
|
973
|
-
)
|
974
|
-
|
975
|
-
EncodedRegistry.register(
|
976
|
-
:class => AdwordsApi::V201101::AdGroupCriterionService::DistinctErrorReason,
|
977
|
-
:schema_type => XSD::QName.new(NsV201101, "DistinctError.Reason")
|
978
|
-
)
|
979
|
-
|
980
|
-
EncodedRegistry.register(
|
981
|
-
:class => AdwordsApi::V201101::AdGroupCriterionService::EntityAccessDeniedReason,
|
982
|
-
:schema_type => XSD::QName.new(NsV201101, "EntityAccessDenied.Reason")
|
983
|
-
)
|
984
|
-
|
985
|
-
EncodedRegistry.register(
|
986
|
-
:class => AdwordsApi::V201101::AdGroupCriterionService::EntityCountLimitExceededReason,
|
987
|
-
:schema_type => XSD::QName.new(NsV201101, "EntityCountLimitExceeded.Reason")
|
988
|
-
)
|
989
|
-
|
990
|
-
EncodedRegistry.register(
|
991
|
-
:class => AdwordsApi::V201101::AdGroupCriterionService::EntityNotFoundReason,
|
992
|
-
:schema_type => XSD::QName.new(NsV201101, "EntityNotFound.Reason")
|
993
|
-
)
|
994
|
-
|
995
|
-
EncodedRegistry.register(
|
996
|
-
:class => AdwordsApi::V201101::AdGroupCriterionService::ExperimentDataStatus,
|
997
|
-
:schema_type => XSD::QName.new(NsV201101, "ExperimentDataStatus")
|
998
|
-
)
|
999
|
-
|
1000
|
-
EncodedRegistry.register(
|
1001
|
-
:class => AdwordsApi::V201101::AdGroupCriterionService::ExperimentDeltaStatus,
|
1002
|
-
:schema_type => XSD::QName.new(NsV201101, "ExperimentDeltaStatus")
|
1003
|
-
)
|
1004
|
-
|
1005
|
-
EncodedRegistry.register(
|
1006
|
-
:class => AdwordsApi::V201101::AdGroupCriterionService::InternalApiErrorReason,
|
1007
|
-
:schema_type => XSD::QName.new(NsV201101, "InternalApiError.Reason")
|
1006
|
+
:class => AdwordsApi::V201101::AdGroupCriterionService::InternalApiErrorReason,
|
1007
|
+
:schema_type => XSD::QName.new(NsV201101, "InternalApiError.Reason")
|
1008
1008
|
)
|
1009
1009
|
|
1010
1010
|
EncodedRegistry.register(
|
@@ -1132,6 +1132,17 @@ module DefaultMappingRegistry
|
|
1132
1132
|
:schema_type => XSD::QName.new(NsV201101, "UserStatus")
|
1133
1133
|
)
|
1134
1134
|
|
1135
|
+
LiteralRegistry.register(
|
1136
|
+
:class => AdwordsApi::V201101::AdGroupCriterionService::AdGroupCriterion,
|
1137
|
+
:schema_type => XSD::QName.new(NsV201101, "AdGroupCriterion"),
|
1138
|
+
:schema_element => [
|
1139
|
+
["adGroupId", "SOAP::SOAPLong", [0, 1]],
|
1140
|
+
["criterionUse", "AdwordsApi::V201101::AdGroupCriterionService::CriterionUse", [0, 1]],
|
1141
|
+
["criterion", "AdwordsApi::V201101::AdGroupCriterionService::Criterion", [0, 1]],
|
1142
|
+
["adGroupCriterion_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201101, "AdGroupCriterion.Type")], [0, 1]]
|
1143
|
+
]
|
1144
|
+
)
|
1145
|
+
|
1135
1146
|
LiteralRegistry.register(
|
1136
1147
|
:class => AdwordsApi::V201101::AdGroupCriterionService::AdGroupCriterionError,
|
1137
1148
|
:schema_type => XSD::QName.new(NsV201101, "AdGroupCriterionError"),
|
@@ -1162,128 +1173,264 @@ module DefaultMappingRegistry
|
|
1162
1173
|
)
|
1163
1174
|
|
1164
1175
|
LiteralRegistry.register(
|
1165
|
-
:class => AdwordsApi::V201101::AdGroupCriterionService::
|
1166
|
-
:schema_type => XSD::QName.new(NsV201101, "
|
1167
|
-
:schema_basetype => XSD::QName.new(NsV201101, "
|
1176
|
+
:class => AdwordsApi::V201101::AdGroupCriterionService::AdGroupCriterionOperation,
|
1177
|
+
:schema_type => XSD::QName.new(NsV201101, "AdGroupCriterionOperation"),
|
1178
|
+
:schema_basetype => XSD::QName.new(NsV201101, "Operation"),
|
1168
1179
|
:schema_element => [
|
1169
|
-
["
|
1170
|
-
["
|
1171
|
-
["
|
1172
|
-
["
|
1173
|
-
["reason", "AdwordsApi::V201101::AdGroupCriterionService::AuthenticationErrorReason", [0, 1]]
|
1180
|
+
["operator", "AdwordsApi::V201101::AdGroupCriterionService::Operator", [0, 1]],
|
1181
|
+
["operation_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201101, "Operation.Type")], [0, 1]],
|
1182
|
+
["operand", "AdwordsApi::V201101::AdGroupCriterionService::AdGroupCriterion", [0, 1]],
|
1183
|
+
["exemptionRequests", "AdwordsApi::V201101::AdGroupCriterionService::ExemptionRequest[]", [0, nil]]
|
1174
1184
|
]
|
1175
1185
|
)
|
1176
1186
|
|
1177
1187
|
LiteralRegistry.register(
|
1178
|
-
:class => AdwordsApi::V201101::AdGroupCriterionService::
|
1179
|
-
:schema_type => XSD::QName.new(NsV201101, "
|
1180
|
-
:schema_basetype => XSD::QName.new(NsV201101, "
|
1188
|
+
:class => AdwordsApi::V201101::AdGroupCriterionService::AdGroupCriterionPage,
|
1189
|
+
:schema_type => XSD::QName.new(NsV201101, "AdGroupCriterionPage"),
|
1190
|
+
:schema_basetype => XSD::QName.new(NsV201101, "Page"),
|
1181
1191
|
:schema_element => [
|
1182
|
-
["
|
1183
|
-
["
|
1184
|
-
["
|
1185
|
-
["apiError_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201101, "ApiError.Type")], [0, 1]],
|
1186
|
-
["reason", "AdwordsApi::V201101::AdGroupCriterionService::AuthorizationErrorReason", [0, 1]]
|
1192
|
+
["totalNumEntries", "SOAP::SOAPInt", [0, 1]],
|
1193
|
+
["page_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201101, "Page.Type")], [0, 1]],
|
1194
|
+
["entries", "AdwordsApi::V201101::AdGroupCriterionService::AdGroupCriterion[]", [0, nil]]
|
1187
1195
|
]
|
1188
1196
|
)
|
1189
1197
|
|
1190
1198
|
LiteralRegistry.register(
|
1191
|
-
:class => AdwordsApi::V201101::AdGroupCriterionService::
|
1192
|
-
:schema_type => XSD::QName.new(NsV201101, "
|
1193
|
-
:schema_basetype => XSD::QName.new(NsV201101, "
|
1199
|
+
:class => AdwordsApi::V201101::AdGroupCriterionService::AdGroupCriterionReturnValue,
|
1200
|
+
:schema_type => XSD::QName.new(NsV201101, "AdGroupCriterionReturnValue"),
|
1201
|
+
:schema_basetype => XSD::QName.new(NsV201101, "ListReturnValue"),
|
1194
1202
|
:schema_element => [
|
1195
|
-
["
|
1196
|
-
["
|
1197
|
-
["
|
1198
|
-
["apiError_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201101, "ApiError.Type")], [0, 1]],
|
1199
|
-
["reason", "AdwordsApi::V201101::AdGroupCriterionService::BiddingErrorReason", [0, 1]]
|
1203
|
+
["listReturnValue_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201101, "ListReturnValue.Type")], [0, 1]],
|
1204
|
+
["value", "AdwordsApi::V201101::AdGroupCriterionService::AdGroupCriterion[]", [0, nil]],
|
1205
|
+
["partialFailureErrors", "AdwordsApi::V201101::AdGroupCriterionService::ApiError[]", [0, nil]]
|
1200
1206
|
]
|
1201
1207
|
)
|
1202
1208
|
|
1203
1209
|
LiteralRegistry.register(
|
1204
|
-
:class => AdwordsApi::V201101::AdGroupCriterionService::
|
1205
|
-
:schema_type => XSD::QName.new(NsV201101, "
|
1206
|
-
:schema_basetype => XSD::QName.new(NsV201101, "
|
1210
|
+
:class => AdwordsApi::V201101::AdGroupCriterionService::ApiException,
|
1211
|
+
:schema_type => XSD::QName.new(NsV201101, "ApiException"),
|
1212
|
+
:schema_basetype => XSD::QName.new(NsV201101, "ApplicationException"),
|
1207
1213
|
:schema_element => [
|
1208
|
-
["
|
1209
|
-
["
|
1210
|
-
["
|
1211
|
-
["apiError_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201101, "ApiError.Type")], [0, 1]],
|
1212
|
-
["reason", "AdwordsApi::V201101::AdGroupCriterionService::ClientTermsErrorReason", [0, 1]]
|
1214
|
+
["message", "SOAP::SOAPString", [0, 1]],
|
1215
|
+
["applicationException_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201101, "ApplicationException.Type")], [0, 1]],
|
1216
|
+
["errors", "AdwordsApi::V201101::AdGroupCriterionService::ApiError[]", [0, nil]]
|
1213
1217
|
]
|
1214
1218
|
)
|
1215
1219
|
|
1216
1220
|
LiteralRegistry.register(
|
1217
|
-
:class => AdwordsApi::V201101::AdGroupCriterionService::
|
1218
|
-
:schema_type => XSD::QName.new(NsV201101, "
|
1219
|
-
:schema_basetype => XSD::QName.new(NsV201101, "AdGroupCriterionBids"),
|
1221
|
+
:class => AdwordsApi::V201101::AdGroupCriterionService::ApplicationException,
|
1222
|
+
:schema_type => XSD::QName.new(NsV201101, "ApplicationException"),
|
1220
1223
|
:schema_element => [
|
1221
|
-
["
|
1224
|
+
["message", "SOAP::SOAPString", [0, 1]],
|
1225
|
+
["applicationException_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201101, "ApplicationException.Type")], [0, 1]]
|
1222
1226
|
]
|
1223
1227
|
)
|
1224
1228
|
|
1225
1229
|
LiteralRegistry.register(
|
1226
|
-
:class => AdwordsApi::V201101::AdGroupCriterionService::
|
1227
|
-
:schema_type => XSD::QName.new(NsV201101, "
|
1230
|
+
:class => AdwordsApi::V201101::AdGroupCriterionService::AuthenticationError,
|
1231
|
+
:schema_type => XSD::QName.new(NsV201101, "AuthenticationError"),
|
1228
1232
|
:schema_basetype => XSD::QName.new(NsV201101, "ApiError"),
|
1229
1233
|
:schema_element => [
|
1230
1234
|
["fieldPath", "SOAP::SOAPString", [0, 1]],
|
1231
1235
|
["trigger", "SOAP::SOAPString", [0, 1]],
|
1232
1236
|
["errorString", "SOAP::SOAPString", [0, 1]],
|
1233
1237
|
["apiError_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201101, "ApiError.Type")], [0, 1]],
|
1234
|
-
["reason", "AdwordsApi::V201101::AdGroupCriterionService::
|
1238
|
+
["reason", "AdwordsApi::V201101::AdGroupCriterionService::AuthenticationErrorReason", [0, 1]]
|
1235
1239
|
]
|
1236
1240
|
)
|
1237
1241
|
|
1238
1242
|
LiteralRegistry.register(
|
1239
|
-
:class => AdwordsApi::V201101::AdGroupCriterionService::
|
1240
|
-
:schema_type => XSD::QName.new(NsV201101, "
|
1241
|
-
:schema_basetype => XSD::QName.new(NsV201101, "
|
1243
|
+
:class => AdwordsApi::V201101::AdGroupCriterionService::AuthorizationError,
|
1244
|
+
:schema_type => XSD::QName.new(NsV201101, "AuthorizationError"),
|
1245
|
+
:schema_basetype => XSD::QName.new(NsV201101, "ApiError"),
|
1242
1246
|
:schema_element => [
|
1243
1247
|
["fieldPath", "SOAP::SOAPString", [0, 1]],
|
1244
1248
|
["trigger", "SOAP::SOAPString", [0, 1]],
|
1245
1249
|
["errorString", "SOAP::SOAPString", [0, 1]],
|
1246
1250
|
["apiError_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201101, "ApiError.Type")], [0, 1]],
|
1247
|
-
["
|
1248
|
-
["externalPolicyName", "SOAP::SOAPString", [0, 1]],
|
1249
|
-
["externalPolicyUrl", "SOAP::SOAPString", [0, 1]],
|
1250
|
-
["externalPolicyDescription", "SOAP::SOAPString", [0, 1]],
|
1251
|
-
["isExemptable", "SOAP::SOAPBoolean", [0, 1]],
|
1252
|
-
["violatingParts", "AdwordsApi::V201101::AdGroupCriterionService::PolicyViolationErrorPart[]", [0, nil]]
|
1251
|
+
["reason", "AdwordsApi::V201101::AdGroupCriterionService::AuthorizationErrorReason", [0, 1]]
|
1253
1252
|
]
|
1254
1253
|
)
|
1255
1254
|
|
1256
1255
|
LiteralRegistry.register(
|
1257
|
-
:class => AdwordsApi::V201101::AdGroupCriterionService::
|
1258
|
-
:schema_type => XSD::QName.new(NsV201101, "
|
1259
|
-
:schema_basetype => XSD::QName.new(NsV201101, "ApiError"),
|
1256
|
+
:class => AdwordsApi::V201101::AdGroupCriterionService::Bid,
|
1257
|
+
:schema_type => XSD::QName.new(NsV201101, "Bid"),
|
1260
1258
|
:schema_element => [
|
1261
|
-
["
|
1262
|
-
["trigger", "SOAP::SOAPString", [0, 1]],
|
1263
|
-
["errorString", "SOAP::SOAPString", [0, 1]],
|
1264
|
-
["apiError_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201101, "ApiError.Type")], [0, 1]],
|
1265
|
-
["reason", "AdwordsApi::V201101::AdGroupCriterionService::DateErrorReason", [0, 1]]
|
1259
|
+
["amount", "AdwordsApi::V201101::AdGroupCriterionService::Money", [0, 1]]
|
1266
1260
|
]
|
1267
1261
|
)
|
1268
1262
|
|
1269
1263
|
LiteralRegistry.register(
|
1270
|
-
:class => AdwordsApi::V201101::AdGroupCriterionService::
|
1271
|
-
:schema_type => XSD::QName.new(NsV201101, "
|
1264
|
+
:class => AdwordsApi::V201101::AdGroupCriterionService::BidMultiplier,
|
1265
|
+
:schema_type => XSD::QName.new(NsV201101, "BidMultiplier"),
|
1272
1266
|
:schema_element => [
|
1273
|
-
["
|
1274
|
-
["
|
1267
|
+
["multiplier", "SOAP::SOAPDouble", [0, 1]],
|
1268
|
+
["multipliedBid", "AdwordsApi::V201101::AdGroupCriterionService::Bid", [0, 1]]
|
1275
1269
|
]
|
1276
1270
|
)
|
1277
1271
|
|
1278
1272
|
LiteralRegistry.register(
|
1279
|
-
:class => AdwordsApi::V201101::AdGroupCriterionService::
|
1280
|
-
:schema_type => XSD::QName.new(NsV201101, "
|
1281
|
-
:schema_basetype => XSD::QName.new(NsV201101, "
|
1273
|
+
:class => AdwordsApi::V201101::AdGroupCriterionService::BiddableAdGroupCriterion,
|
1274
|
+
:schema_type => XSD::QName.new(NsV201101, "BiddableAdGroupCriterion"),
|
1275
|
+
:schema_basetype => XSD::QName.new(NsV201101, "AdGroupCriterion"),
|
1282
1276
|
:schema_element => [
|
1283
|
-
["
|
1284
|
-
["
|
1285
|
-
["
|
1286
|
-
["
|
1277
|
+
["adGroupId", "SOAP::SOAPLong", [0, 1]],
|
1278
|
+
["criterionUse", "AdwordsApi::V201101::AdGroupCriterionService::CriterionUse", [0, 1]],
|
1279
|
+
["criterion", "AdwordsApi::V201101::AdGroupCriterionService::Criterion", [0, 1]],
|
1280
|
+
["adGroupCriterion_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201101, "AdGroupCriterion.Type")], [0, 1]],
|
1281
|
+
["userStatus", "AdwordsApi::V201101::AdGroupCriterionService::UserStatus", [0, 1]],
|
1282
|
+
["systemServingStatus", "AdwordsApi::V201101::AdGroupCriterionService::SystemServingStatus", [0, 1]],
|
1283
|
+
["approvalStatus", "AdwordsApi::V201101::AdGroupCriterionService::ApprovalStatus", [0, 1]],
|
1284
|
+
["destinationUrl", "SOAP::SOAPString", [0, 1]],
|
1285
|
+
["bids", "AdwordsApi::V201101::AdGroupCriterionService::AdGroupCriterionBids", [0, 1]],
|
1286
|
+
["experimentData", "AdwordsApi::V201101::AdGroupCriterionService::BiddableAdGroupCriterionExperimentData", [0, 1]],
|
1287
|
+
["firstPageCpc", "AdwordsApi::V201101::AdGroupCriterionService::Bid", [0, 1]],
|
1288
|
+
["qualityInfo", "AdwordsApi::V201101::AdGroupCriterionService::QualityInfo", [0, 1]],
|
1289
|
+
["stats", "AdwordsApi::V201101::AdGroupCriterionService::Stats", [0, 1]]
|
1290
|
+
]
|
1291
|
+
)
|
1292
|
+
|
1293
|
+
LiteralRegistry.register(
|
1294
|
+
:class => AdwordsApi::V201101::AdGroupCriterionService::BiddableAdGroupCriterionExperimentData,
|
1295
|
+
:schema_type => XSD::QName.new(NsV201101, "BiddableAdGroupCriterionExperimentData"),
|
1296
|
+
:schema_element => [
|
1297
|
+
["experimentId", "SOAP::SOAPLong", [0, 1]],
|
1298
|
+
["experimentDeltaStatus", "AdwordsApi::V201101::AdGroupCriterionService::ExperimentDeltaStatus", [0, 1]],
|
1299
|
+
["experimentDataStatus", "AdwordsApi::V201101::AdGroupCriterionService::ExperimentDataStatus", [0, 1]],
|
1300
|
+
["experimentBidMultiplier", "AdwordsApi::V201101::AdGroupCriterionService::AdGroupCriterionExperimentBidMultiplier", [0, 1]]
|
1301
|
+
]
|
1302
|
+
)
|
1303
|
+
|
1304
|
+
LiteralRegistry.register(
|
1305
|
+
:class => AdwordsApi::V201101::AdGroupCriterionService::BiddingError,
|
1306
|
+
:schema_type => XSD::QName.new(NsV201101, "BiddingError"),
|
1307
|
+
:schema_basetype => XSD::QName.new(NsV201101, "ApiError"),
|
1308
|
+
:schema_element => [
|
1309
|
+
["fieldPath", "SOAP::SOAPString", [0, 1]],
|
1310
|
+
["trigger", "SOAP::SOAPString", [0, 1]],
|
1311
|
+
["errorString", "SOAP::SOAPString", [0, 1]],
|
1312
|
+
["apiError_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201101, "ApiError.Type")], [0, 1]],
|
1313
|
+
["reason", "AdwordsApi::V201101::AdGroupCriterionService::BiddingErrorReason", [0, 1]]
|
1314
|
+
]
|
1315
|
+
)
|
1316
|
+
|
1317
|
+
LiteralRegistry.register(
|
1318
|
+
:class => AdwordsApi::V201101::AdGroupCriterionService::BudgetOptimizerAdGroupCriterionBids,
|
1319
|
+
:schema_type => XSD::QName.new(NsV201101, "BudgetOptimizerAdGroupCriterionBids"),
|
1320
|
+
:schema_basetype => XSD::QName.new(NsV201101, "AdGroupCriterionBids"),
|
1321
|
+
:schema_element => [
|
1322
|
+
["adGroupCriterionBids_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201101, "AdGroupCriterionBids.Type")], [0, 1]],
|
1323
|
+
["proxyBid", "AdwordsApi::V201101::AdGroupCriterionService::Bid", [0, 1]],
|
1324
|
+
["enhancedCpcEnabled", "SOAP::SOAPBoolean", [0, 1]]
|
1325
|
+
]
|
1326
|
+
)
|
1327
|
+
|
1328
|
+
LiteralRegistry.register(
|
1329
|
+
:class => AdwordsApi::V201101::AdGroupCriterionService::ClientTermsError,
|
1330
|
+
:schema_type => XSD::QName.new(NsV201101, "ClientTermsError"),
|
1331
|
+
:schema_basetype => XSD::QName.new(NsV201101, "ApiError"),
|
1332
|
+
:schema_element => [
|
1333
|
+
["fieldPath", "SOAP::SOAPString", [0, 1]],
|
1334
|
+
["trigger", "SOAP::SOAPString", [0, 1]],
|
1335
|
+
["errorString", "SOAP::SOAPString", [0, 1]],
|
1336
|
+
["apiError_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201101, "ApiError.Type")], [0, 1]],
|
1337
|
+
["reason", "AdwordsApi::V201101::AdGroupCriterionService::ClientTermsErrorReason", [0, 1]]
|
1338
|
+
]
|
1339
|
+
)
|
1340
|
+
|
1341
|
+
LiteralRegistry.register(
|
1342
|
+
:class => AdwordsApi::V201101::AdGroupCriterionService::ConversionOptimizerAdGroupCriterionBids,
|
1343
|
+
:schema_type => XSD::QName.new(NsV201101, "ConversionOptimizerAdGroupCriterionBids"),
|
1344
|
+
:schema_basetype => XSD::QName.new(NsV201101, "AdGroupCriterionBids"),
|
1345
|
+
:schema_element => [
|
1346
|
+
["adGroupCriterionBids_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201101, "AdGroupCriterionBids.Type")], [0, 1]]
|
1347
|
+
]
|
1348
|
+
)
|
1349
|
+
|
1350
|
+
LiteralRegistry.register(
|
1351
|
+
:class => AdwordsApi::V201101::AdGroupCriterionService::Criterion,
|
1352
|
+
:schema_type => XSD::QName.new(NsV201101, "Criterion"),
|
1353
|
+
:schema_element => [
|
1354
|
+
["id", "SOAP::SOAPLong", [0, 1]],
|
1355
|
+
["criterion_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201101, "Criterion.Type")], [0, 1]]
|
1356
|
+
]
|
1357
|
+
)
|
1358
|
+
|
1359
|
+
LiteralRegistry.register(
|
1360
|
+
:class => AdwordsApi::V201101::AdGroupCriterionService::CriterionError,
|
1361
|
+
:schema_type => XSD::QName.new(NsV201101, "CriterionError"),
|
1362
|
+
:schema_basetype => XSD::QName.new(NsV201101, "ApiError"),
|
1363
|
+
:schema_element => [
|
1364
|
+
["fieldPath", "SOAP::SOAPString", [0, 1]],
|
1365
|
+
["trigger", "SOAP::SOAPString", [0, 1]],
|
1366
|
+
["errorString", "SOAP::SOAPString", [0, 1]],
|
1367
|
+
["apiError_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201101, "ApiError.Type")], [0, 1]],
|
1368
|
+
["reason", "AdwordsApi::V201101::AdGroupCriterionService::CriterionErrorReason", [0, 1]]
|
1369
|
+
]
|
1370
|
+
)
|
1371
|
+
|
1372
|
+
LiteralRegistry.register(
|
1373
|
+
:class => AdwordsApi::V201101::AdGroupCriterionService::CriterionPolicyError,
|
1374
|
+
:schema_type => XSD::QName.new(NsV201101, "CriterionPolicyError"),
|
1375
|
+
:schema_basetype => XSD::QName.new(NsV201101, "PolicyViolationError"),
|
1376
|
+
:schema_element => [
|
1377
|
+
["fieldPath", "SOAP::SOAPString", [0, 1]],
|
1378
|
+
["trigger", "SOAP::SOAPString", [0, 1]],
|
1379
|
+
["errorString", "SOAP::SOAPString", [0, 1]],
|
1380
|
+
["apiError_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201101, "ApiError.Type")], [0, 1]],
|
1381
|
+
["key", "AdwordsApi::V201101::AdGroupCriterionService::PolicyViolationKey", [0, 1]],
|
1382
|
+
["externalPolicyName", "SOAP::SOAPString", [0, 1]],
|
1383
|
+
["externalPolicyUrl", "SOAP::SOAPString", [0, 1]],
|
1384
|
+
["externalPolicyDescription", "SOAP::SOAPString", [0, 1]],
|
1385
|
+
["isExemptable", "SOAP::SOAPBoolean", [0, 1]],
|
1386
|
+
["violatingParts", "AdwordsApi::V201101::AdGroupCriterionService::PolicyViolationErrorPart[]", [0, nil]]
|
1387
|
+
]
|
1388
|
+
)
|
1389
|
+
|
1390
|
+
LiteralRegistry.register(
|
1391
|
+
:class => AdwordsApi::V201101::AdGroupCriterionService::DatabaseError,
|
1392
|
+
:schema_type => XSD::QName.new(NsV201101, "DatabaseError"),
|
1393
|
+
:schema_basetype => XSD::QName.new(NsV201101, "ApiError"),
|
1394
|
+
:schema_element => [
|
1395
|
+
["fieldPath", "SOAP::SOAPString", [0, 1]],
|
1396
|
+
["trigger", "SOAP::SOAPString", [0, 1]],
|
1397
|
+
["errorString", "SOAP::SOAPString", [0, 1]],
|
1398
|
+
["apiError_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201101, "ApiError.Type")], [0, 1]],
|
1399
|
+
["reason", "AdwordsApi::V201101::AdGroupCriterionService::DatabaseErrorReason", [0, 1]]
|
1400
|
+
]
|
1401
|
+
)
|
1402
|
+
|
1403
|
+
LiteralRegistry.register(
|
1404
|
+
:class => AdwordsApi::V201101::AdGroupCriterionService::DateError,
|
1405
|
+
:schema_type => XSD::QName.new(NsV201101, "DateError"),
|
1406
|
+
:schema_basetype => XSD::QName.new(NsV201101, "ApiError"),
|
1407
|
+
:schema_element => [
|
1408
|
+
["fieldPath", "SOAP::SOAPString", [0, 1]],
|
1409
|
+
["trigger", "SOAP::SOAPString", [0, 1]],
|
1410
|
+
["errorString", "SOAP::SOAPString", [0, 1]],
|
1411
|
+
["apiError_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201101, "ApiError.Type")], [0, 1]],
|
1412
|
+
["reason", "AdwordsApi::V201101::AdGroupCriterionService::DateErrorReason", [0, 1]]
|
1413
|
+
]
|
1414
|
+
)
|
1415
|
+
|
1416
|
+
LiteralRegistry.register(
|
1417
|
+
:class => AdwordsApi::V201101::AdGroupCriterionService::DateRange,
|
1418
|
+
:schema_type => XSD::QName.new(NsV201101, "DateRange"),
|
1419
|
+
:schema_element => [
|
1420
|
+
["min", "SOAP::SOAPString", [0, 1]],
|
1421
|
+
["max", "SOAP::SOAPString", [0, 1]]
|
1422
|
+
]
|
1423
|
+
)
|
1424
|
+
|
1425
|
+
LiteralRegistry.register(
|
1426
|
+
:class => AdwordsApi::V201101::AdGroupCriterionService::DistinctError,
|
1427
|
+
:schema_type => XSD::QName.new(NsV201101, "DistinctError"),
|
1428
|
+
:schema_basetype => XSD::QName.new(NsV201101, "ApiError"),
|
1429
|
+
:schema_element => [
|
1430
|
+
["fieldPath", "SOAP::SOAPString", [0, 1]],
|
1431
|
+
["trigger", "SOAP::SOAPString", [0, 1]],
|
1432
|
+
["errorString", "SOAP::SOAPString", [0, 1]],
|
1433
|
+
["apiError_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201101, "ApiError.Type")], [0, 1]],
|
1287
1434
|
["reason", "AdwordsApi::V201101::AdGroupCriterionService::DistinctErrorReason", [0, 1]]
|
1288
1435
|
]
|
1289
1436
|
)
|
@@ -1339,6 +1486,14 @@ module DefaultMappingRegistry
|
|
1339
1486
|
]
|
1340
1487
|
)
|
1341
1488
|
|
1489
|
+
LiteralRegistry.register(
|
1490
|
+
:class => AdwordsApi::V201101::AdGroupCriterionService::ExemptionRequest,
|
1491
|
+
:schema_type => XSD::QName.new(NsV201101, "ExemptionRequest"),
|
1492
|
+
:schema_element => [
|
1493
|
+
["key", "AdwordsApi::V201101::AdGroupCriterionService::PolicyViolationKey", [0, 1]]
|
1494
|
+
]
|
1495
|
+
)
|
1496
|
+
|
1342
1497
|
LiteralRegistry.register(
|
1343
1498
|
:class => AdwordsApi::V201101::AdGroupCriterionService::InternalApiError,
|
1344
1499
|
:schema_type => XSD::QName.new(NsV201101, "InternalApiError"),
|
@@ -1374,6 +1529,41 @@ module DefaultMappingRegistry
|
|
1374
1529
|
]
|
1375
1530
|
)
|
1376
1531
|
|
1532
|
+
LiteralRegistry.register(
|
1533
|
+
:class => AdwordsApi::V201101::AdGroupCriterionService::ManualCPCAdGroupCriterionBids,
|
1534
|
+
:schema_type => XSD::QName.new(NsV201101, "ManualCPCAdGroupCriterionBids"),
|
1535
|
+
:schema_basetype => XSD::QName.new(NsV201101, "AdGroupCriterionBids"),
|
1536
|
+
:schema_element => [
|
1537
|
+
["adGroupCriterionBids_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201101, "AdGroupCriterionBids.Type")], [0, 1]],
|
1538
|
+
["maxCpc", "AdwordsApi::V201101::AdGroupCriterionService::Bid", [0, 1]],
|
1539
|
+
["bidSource", "AdwordsApi::V201101::AdGroupCriterionService::BidSource", [0, 1]],
|
1540
|
+
["positionPreferenceBids", "AdwordsApi::V201101::AdGroupCriterionService::PositionPreferenceAdGroupCriterionBids", [0, 1]],
|
1541
|
+
["enhancedCpcEnabled", "SOAP::SOAPBoolean", [0, 1]]
|
1542
|
+
]
|
1543
|
+
)
|
1544
|
+
|
1545
|
+
LiteralRegistry.register(
|
1546
|
+
:class => AdwordsApi::V201101::AdGroupCriterionService::ManualCPCAdGroupCriterionExperimentBidMultiplier,
|
1547
|
+
:schema_type => XSD::QName.new(NsV201101, "ManualCPCAdGroupCriterionExperimentBidMultiplier"),
|
1548
|
+
:schema_basetype => XSD::QName.new(NsV201101, "AdGroupCriterionExperimentBidMultiplier"),
|
1549
|
+
:schema_element => [
|
1550
|
+
["adGroupCriterionExperimentBidMultiplier_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201101, "AdGroupCriterionExperimentBidMultiplier.Type")], [0, 1]],
|
1551
|
+
["maxCpcMultiplier", "AdwordsApi::V201101::AdGroupCriterionService::BidMultiplier", [0, 1]],
|
1552
|
+
["multiplierSource", "AdwordsApi::V201101::AdGroupCriterionService::MultiplierSource", [0, 1]]
|
1553
|
+
]
|
1554
|
+
)
|
1555
|
+
|
1556
|
+
LiteralRegistry.register(
|
1557
|
+
:class => AdwordsApi::V201101::AdGroupCriterionService::ManualCPMAdGroupCriterionBids,
|
1558
|
+
:schema_type => XSD::QName.new(NsV201101, "ManualCPMAdGroupCriterionBids"),
|
1559
|
+
:schema_basetype => XSD::QName.new(NsV201101, "AdGroupCriterionBids"),
|
1560
|
+
:schema_element => [
|
1561
|
+
["adGroupCriterionBids_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201101, "AdGroupCriterionBids.Type")], [0, 1]],
|
1562
|
+
["maxCpm", "AdwordsApi::V201101::AdGroupCriterionService::Bid", [0, 1]],
|
1563
|
+
["bidSource", "AdwordsApi::V201101::AdGroupCriterionService::BidSource", [0, 1]]
|
1564
|
+
]
|
1565
|
+
)
|
1566
|
+
|
1377
1567
|
LiteralRegistry.register(
|
1378
1568
|
:class => AdwordsApi::V201101::AdGroupCriterionService::Money,
|
1379
1569
|
:schema_type => XSD::QName.new(NsV201101, "Money"),
|
@@ -1514,6 +1704,24 @@ module DefaultMappingRegistry
|
|
1514
1704
|
]
|
1515
1705
|
)
|
1516
1706
|
|
1707
|
+
LiteralRegistry.register(
|
1708
|
+
:class => AdwordsApi::V201101::AdGroupCriterionService::PolicyViolationError,
|
1709
|
+
:schema_type => XSD::QName.new(NsV201101, "PolicyViolationError"),
|
1710
|
+
:schema_basetype => XSD::QName.new(NsV201101, "ApiError"),
|
1711
|
+
:schema_element => [
|
1712
|
+
["fieldPath", "SOAP::SOAPString", [0, 1]],
|
1713
|
+
["trigger", "SOAP::SOAPString", [0, 1]],
|
1714
|
+
["errorString", "SOAP::SOAPString", [0, 1]],
|
1715
|
+
["apiError_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201101, "ApiError.Type")], [0, 1]],
|
1716
|
+
["key", "AdwordsApi::V201101::AdGroupCriterionService::PolicyViolationKey", [0, 1]],
|
1717
|
+
["externalPolicyName", "SOAP::SOAPString", [0, 1]],
|
1718
|
+
["externalPolicyUrl", "SOAP::SOAPString", [0, 1]],
|
1719
|
+
["externalPolicyDescription", "SOAP::SOAPString", [0, 1]],
|
1720
|
+
["isExemptable", "SOAP::SOAPBoolean", [0, 1]],
|
1721
|
+
["violatingParts", "AdwordsApi::V201101::AdGroupCriterionService::PolicyViolationErrorPart[]", [0, nil]]
|
1722
|
+
]
|
1723
|
+
)
|
1724
|
+
|
1517
1725
|
LiteralRegistry.register(
|
1518
1726
|
:class => AdwordsApi::V201101::AdGroupCriterionService::PolicyViolationErrorPart,
|
1519
1727
|
:schema_type => XSD::QName.new(NsV201101, "PolicyViolationError.Part"),
|
@@ -1532,6 +1740,16 @@ module DefaultMappingRegistry
|
|
1532
1740
|
]
|
1533
1741
|
)
|
1534
1742
|
|
1743
|
+
LiteralRegistry.register(
|
1744
|
+
:class => AdwordsApi::V201101::AdGroupCriterionService::PositionPreferenceAdGroupCriterionBids,
|
1745
|
+
:schema_type => XSD::QName.new(NsV201101, "PositionPreferenceAdGroupCriterionBids"),
|
1746
|
+
:schema_element => [
|
1747
|
+
["proxyMaxCpc", "AdwordsApi::V201101::AdGroupCriterionService::Bid", [0, 1]],
|
1748
|
+
["preferredPosition", "SOAP::SOAPInt", [0, 1]],
|
1749
|
+
["bottomPosition", "SOAP::SOAPInt", [0, 1]]
|
1750
|
+
]
|
1751
|
+
)
|
1752
|
+
|
1535
1753
|
LiteralRegistry.register(
|
1536
1754
|
:class => AdwordsApi::V201101::AdGroupCriterionService::Predicate,
|
1537
1755
|
:schema_type => XSD::QName.new(NsV201101, "Predicate"),
|
@@ -1542,6 +1760,27 @@ module DefaultMappingRegistry
|
|
1542
1760
|
]
|
1543
1761
|
)
|
1544
1762
|
|
1763
|
+
LiteralRegistry.register(
|
1764
|
+
:class => AdwordsApi::V201101::AdGroupCriterionService::Product,
|
1765
|
+
:schema_type => XSD::QName.new(NsV201101, "Product"),
|
1766
|
+
:schema_basetype => XSD::QName.new(NsV201101, "Criterion"),
|
1767
|
+
:schema_element => [
|
1768
|
+
["id", "SOAP::SOAPLong", [0, 1]],
|
1769
|
+
["criterion_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201101, "Criterion.Type")], [0, 1]],
|
1770
|
+
["conditions", "AdwordsApi::V201101::AdGroupCriterionService::ProductCondition[]", [0, nil]],
|
1771
|
+
["text", "SOAP::SOAPString", [0, 1]]
|
1772
|
+
]
|
1773
|
+
)
|
1774
|
+
|
1775
|
+
LiteralRegistry.register(
|
1776
|
+
:class => AdwordsApi::V201101::AdGroupCriterionService::ProductCondition,
|
1777
|
+
:schema_type => XSD::QName.new(NsV201101, "ProductCondition"),
|
1778
|
+
:schema_element => [
|
1779
|
+
["argument", "SOAP::SOAPString", [0, 1]],
|
1780
|
+
["operand", "AdwordsApi::V201101::AdGroupCriterionService::ProductConditionOperand", [0, 1]]
|
1781
|
+
]
|
1782
|
+
)
|
1783
|
+
|
1545
1784
|
LiteralRegistry.register(
|
1546
1785
|
:class => AdwordsApi::V201101::AdGroupCriterionService::ProductConditionOperand,
|
1547
1786
|
:schema_type => XSD::QName.new(NsV201101, "ProductConditionOperand"),
|
@@ -1656,12 +1895,24 @@ module DefaultMappingRegistry
|
|
1656
1895
|
)
|
1657
1896
|
|
1658
1897
|
LiteralRegistry.register(
|
1659
|
-
:class => AdwordsApi::V201101::AdGroupCriterionService::
|
1660
|
-
:schema_type => XSD::QName.new(NsV201101, "
|
1661
|
-
:schema_basetype => XSD::QName.new(NsV201101, "ApiError"),
|
1898
|
+
:class => AdwordsApi::V201101::AdGroupCriterionService::Selector,
|
1899
|
+
:schema_type => XSD::QName.new(NsV201101, "Selector"),
|
1662
1900
|
:schema_element => [
|
1663
|
-
["
|
1664
|
-
["
|
1901
|
+
["fields", "SOAP::SOAPString[]", [0, nil]],
|
1902
|
+
["predicates", "AdwordsApi::V201101::AdGroupCriterionService::Predicate[]", [0, nil]],
|
1903
|
+
["dateRange", "AdwordsApi::V201101::AdGroupCriterionService::DateRange", [0, 1]],
|
1904
|
+
["ordering", "AdwordsApi::V201101::AdGroupCriterionService::OrderBy[]", [0, nil]],
|
1905
|
+
["paging", "AdwordsApi::V201101::AdGroupCriterionService::Paging", [0, 1]]
|
1906
|
+
]
|
1907
|
+
)
|
1908
|
+
|
1909
|
+
LiteralRegistry.register(
|
1910
|
+
:class => AdwordsApi::V201101::AdGroupCriterionService::SelectorError,
|
1911
|
+
:schema_type => XSD::QName.new(NsV201101, "SelectorError"),
|
1912
|
+
:schema_basetype => XSD::QName.new(NsV201101, "ApiError"),
|
1913
|
+
:schema_element => [
|
1914
|
+
["fieldPath", "SOAP::SOAPString", [0, 1]],
|
1915
|
+
["trigger", "SOAP::SOAPString", [0, 1]],
|
1665
1916
|
["errorString", "SOAP::SOAPString", [0, 1]],
|
1666
1917
|
["apiError_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201101, "ApiError.Type")], [0, 1]],
|
1667
1918
|
["reason", "AdwordsApi::V201101::AdGroupCriterionService::SelectorErrorReason", [0, 1]]
|
@@ -1706,115 +1957,6 @@ module DefaultMappingRegistry
|
|
1706
1957
|
]
|
1707
1958
|
)
|
1708
1959
|
|
1709
|
-
LiteralRegistry.register(
|
1710
|
-
:class => AdwordsApi::V201101::AdGroupCriterionService::StatsQueryError,
|
1711
|
-
:schema_type => XSD::QName.new(NsV201101, "StatsQueryError"),
|
1712
|
-
:schema_basetype => XSD::QName.new(NsV201101, "ApiError"),
|
1713
|
-
:schema_element => [
|
1714
|
-
["fieldPath", "SOAP::SOAPString", [0, 1]],
|
1715
|
-
["trigger", "SOAP::SOAPString", [0, 1]],
|
1716
|
-
["errorString", "SOAP::SOAPString", [0, 1]],
|
1717
|
-
["apiError_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201101, "ApiError.Type")], [0, 1]],
|
1718
|
-
["reason", "AdwordsApi::V201101::AdGroupCriterionService::StatsQueryErrorReason", [0, 1]]
|
1719
|
-
]
|
1720
|
-
)
|
1721
|
-
|
1722
|
-
LiteralRegistry.register(
|
1723
|
-
:class => AdwordsApi::V201101::AdGroupCriterionService::CriterionUserInterest,
|
1724
|
-
:schema_type => XSD::QName.new(NsV201101, "CriterionUserInterest"),
|
1725
|
-
:schema_basetype => XSD::QName.new(NsV201101, "Criterion"),
|
1726
|
-
:schema_element => [
|
1727
|
-
["id", "SOAP::SOAPLong", [0, 1]],
|
1728
|
-
["criterion_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201101, "Criterion.Type")], [0, 1]],
|
1729
|
-
["userInterestId", "SOAP::SOAPLong", [0, 1]],
|
1730
|
-
["userInterestName", "SOAP::SOAPString", [0, 1]]
|
1731
|
-
]
|
1732
|
-
)
|
1733
|
-
|
1734
|
-
LiteralRegistry.register(
|
1735
|
-
:class => AdwordsApi::V201101::AdGroupCriterionService::CriterionUserList,
|
1736
|
-
:schema_type => XSD::QName.new(NsV201101, "CriterionUserList"),
|
1737
|
-
:schema_basetype => XSD::QName.new(NsV201101, "Criterion"),
|
1738
|
-
:schema_element => [
|
1739
|
-
["id", "SOAP::SOAPLong", [0, 1]],
|
1740
|
-
["criterion_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201101, "Criterion.Type")], [0, 1]],
|
1741
|
-
["userListId", "SOAP::SOAPLong", [0, 1]],
|
1742
|
-
["userListName", "SOAP::SOAPString", [0, 1]],
|
1743
|
-
["userListMembershipStatus", "AdwordsApi::V201101::AdGroupCriterionService::CriterionUserListMembershipStatus", [0, 1]]
|
1744
|
-
]
|
1745
|
-
)
|
1746
|
-
|
1747
|
-
LiteralRegistry.register(
|
1748
|
-
:class => AdwordsApi::V201101::AdGroupCriterionService::Vertical,
|
1749
|
-
:schema_type => XSD::QName.new(NsV201101, "Vertical"),
|
1750
|
-
:schema_basetype => XSD::QName.new(NsV201101, "Criterion"),
|
1751
|
-
:schema_element => [
|
1752
|
-
["id", "SOAP::SOAPLong", [0, 1]],
|
1753
|
-
["criterion_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201101, "Criterion.Type")], [0, 1]],
|
1754
|
-
["path", "SOAP::SOAPString[]", [0, nil]]
|
1755
|
-
]
|
1756
|
-
)
|
1757
|
-
|
1758
|
-
LiteralRegistry.register(
|
1759
|
-
:class => AdwordsApi::V201101::AdGroupCriterionService::DatabaseError,
|
1760
|
-
:schema_type => XSD::QName.new(NsV201101, "DatabaseError"),
|
1761
|
-
:schema_basetype => XSD::QName.new(NsV201101, "ApiError"),
|
1762
|
-
:schema_element => [
|
1763
|
-
["fieldPath", "SOAP::SOAPString", [0, 1]],
|
1764
|
-
["trigger", "SOAP::SOAPString", [0, 1]],
|
1765
|
-
["errorString", "SOAP::SOAPString", [0, 1]],
|
1766
|
-
["apiError_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201101, "ApiError.Type")], [0, 1]],
|
1767
|
-
["reason", "AdwordsApi::V201101::AdGroupCriterionService::DatabaseErrorReason", [0, 1]]
|
1768
|
-
]
|
1769
|
-
)
|
1770
|
-
|
1771
|
-
LiteralRegistry.register(
|
1772
|
-
:class => AdwordsApi::V201101::AdGroupCriterionService::ExemptionRequest,
|
1773
|
-
:schema_type => XSD::QName.new(NsV201101, "ExemptionRequest"),
|
1774
|
-
:schema_element => [
|
1775
|
-
["key", "AdwordsApi::V201101::AdGroupCriterionService::PolicyViolationKey", [0, 1]]
|
1776
|
-
]
|
1777
|
-
)
|
1778
|
-
|
1779
|
-
LiteralRegistry.register(
|
1780
|
-
:class => AdwordsApi::V201101::AdGroupCriterionService::PolicyViolationError,
|
1781
|
-
:schema_type => XSD::QName.new(NsV201101, "PolicyViolationError"),
|
1782
|
-
:schema_basetype => XSD::QName.new(NsV201101, "ApiError"),
|
1783
|
-
:schema_element => [
|
1784
|
-
["fieldPath", "SOAP::SOAPString", [0, 1]],
|
1785
|
-
["trigger", "SOAP::SOAPString", [0, 1]],
|
1786
|
-
["errorString", "SOAP::SOAPString", [0, 1]],
|
1787
|
-
["apiError_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201101, "ApiError.Type")], [0, 1]],
|
1788
|
-
["key", "AdwordsApi::V201101::AdGroupCriterionService::PolicyViolationKey", [0, 1]],
|
1789
|
-
["externalPolicyName", "SOAP::SOAPString", [0, 1]],
|
1790
|
-
["externalPolicyUrl", "SOAP::SOAPString", [0, 1]],
|
1791
|
-
["externalPolicyDescription", "SOAP::SOAPString", [0, 1]],
|
1792
|
-
["isExemptable", "SOAP::SOAPBoolean", [0, 1]],
|
1793
|
-
["violatingParts", "AdwordsApi::V201101::AdGroupCriterionService::PolicyViolationErrorPart[]", [0, nil]]
|
1794
|
-
]
|
1795
|
-
)
|
1796
|
-
|
1797
|
-
LiteralRegistry.register(
|
1798
|
-
:class => AdwordsApi::V201101::AdGroupCriterionService::ProductCondition,
|
1799
|
-
:schema_type => XSD::QName.new(NsV201101, "ProductCondition"),
|
1800
|
-
:schema_element => [
|
1801
|
-
["argument", "SOAP::SOAPString", [0, 1]],
|
1802
|
-
["operand", "AdwordsApi::V201101::AdGroupCriterionService::ProductConditionOperand", [0, 1]]
|
1803
|
-
]
|
1804
|
-
)
|
1805
|
-
|
1806
|
-
LiteralRegistry.register(
|
1807
|
-
:class => AdwordsApi::V201101::AdGroupCriterionService::Selector,
|
1808
|
-
:schema_type => XSD::QName.new(NsV201101, "Selector"),
|
1809
|
-
:schema_element => [
|
1810
|
-
["fields", "SOAP::SOAPString[]", [0, nil]],
|
1811
|
-
["predicates", "AdwordsApi::V201101::AdGroupCriterionService::Predicate[]", [0, nil]],
|
1812
|
-
["dateRange", "AdwordsApi::V201101::AdGroupCriterionService::DateRange", [0, 1]],
|
1813
|
-
["ordering", "AdwordsApi::V201101::AdGroupCriterionService::OrderBy[]", [0, nil]],
|
1814
|
-
["paging", "AdwordsApi::V201101::AdGroupCriterionService::Paging", [0, 1]]
|
1815
|
-
]
|
1816
|
-
)
|
1817
|
-
|
1818
1960
|
LiteralRegistry.register(
|
1819
1961
|
:class => AdwordsApi::V201101::AdGroupCriterionService::Stats,
|
1820
1962
|
:schema_type => XSD::QName.new(NsV201101, "Stats"),
|
@@ -1846,193 +1988,51 @@ module DefaultMappingRegistry
|
|
1846
1988
|
)
|
1847
1989
|
|
1848
1990
|
LiteralRegistry.register(
|
1849
|
-
:class => AdwordsApi::V201101::AdGroupCriterionService::
|
1850
|
-
:schema_type => XSD::QName.new(NsV201101, "
|
1851
|
-
:schema_basetype => XSD::QName.new(NsV201101, "
|
1852
|
-
:schema_element => [
|
1853
|
-
["message", "SOAP::SOAPString", [0, 1]],
|
1854
|
-
["applicationException_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201101, "ApplicationException.Type")], [0, 1]],
|
1855
|
-
["errors", "AdwordsApi::V201101::AdGroupCriterionService::ApiError[]", [0, nil]]
|
1856
|
-
]
|
1857
|
-
)
|
1858
|
-
|
1859
|
-
LiteralRegistry.register(
|
1860
|
-
:class => AdwordsApi::V201101::AdGroupCriterionService::ApplicationException,
|
1861
|
-
:schema_type => XSD::QName.new(NsV201101, "ApplicationException"),
|
1862
|
-
:schema_element => [
|
1863
|
-
["message", "SOAP::SOAPString", [0, 1]],
|
1864
|
-
["applicationException_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201101, "ApplicationException.Type")], [0, 1]]
|
1865
|
-
]
|
1866
|
-
)
|
1867
|
-
|
1868
|
-
LiteralRegistry.register(
|
1869
|
-
:class => AdwordsApi::V201101::AdGroupCriterionService::Bid,
|
1870
|
-
:schema_type => XSD::QName.new(NsV201101, "Bid"),
|
1871
|
-
:schema_element => [
|
1872
|
-
["amount", "AdwordsApi::V201101::AdGroupCriterionService::Money", [0, 1]]
|
1873
|
-
]
|
1874
|
-
)
|
1875
|
-
|
1876
|
-
LiteralRegistry.register(
|
1877
|
-
:class => AdwordsApi::V201101::AdGroupCriterionService::BidMultiplier,
|
1878
|
-
:schema_type => XSD::QName.new(NsV201101, "BidMultiplier"),
|
1879
|
-
:schema_element => [
|
1880
|
-
["multiplier", "SOAP::SOAPDouble", [0, 1]],
|
1881
|
-
["multipliedBid", "AdwordsApi::V201101::AdGroupCriterionService::Bid", [0, 1]]
|
1882
|
-
]
|
1883
|
-
)
|
1884
|
-
|
1885
|
-
LiteralRegistry.register(
|
1886
|
-
:class => AdwordsApi::V201101::AdGroupCriterionService::BudgetOptimizerAdGroupCriterionBids,
|
1887
|
-
:schema_type => XSD::QName.new(NsV201101, "BudgetOptimizerAdGroupCriterionBids"),
|
1888
|
-
:schema_basetype => XSD::QName.new(NsV201101, "AdGroupCriterionBids"),
|
1889
|
-
:schema_element => [
|
1890
|
-
["adGroupCriterionBids_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201101, "AdGroupCriterionBids.Type")], [0, 1]],
|
1891
|
-
["proxyBid", "AdwordsApi::V201101::AdGroupCriterionService::Bid", [0, 1]],
|
1892
|
-
["enhancedCpcEnabled", "SOAP::SOAPBoolean", [0, 1]]
|
1893
|
-
]
|
1894
|
-
)
|
1895
|
-
|
1896
|
-
LiteralRegistry.register(
|
1897
|
-
:class => AdwordsApi::V201101::AdGroupCriterionService::ManualCPCAdGroupCriterionExperimentBidMultiplier,
|
1898
|
-
:schema_type => XSD::QName.new(NsV201101, "ManualCPCAdGroupCriterionExperimentBidMultiplier"),
|
1899
|
-
:schema_basetype => XSD::QName.new(NsV201101, "AdGroupCriterionExperimentBidMultiplier"),
|
1900
|
-
:schema_element => [
|
1901
|
-
["adGroupCriterionExperimentBidMultiplier_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201101, "AdGroupCriterionExperimentBidMultiplier.Type")], [0, 1]],
|
1902
|
-
["maxCpcMultiplier", "AdwordsApi::V201101::AdGroupCriterionService::BidMultiplier", [0, 1]],
|
1903
|
-
["multiplierSource", "AdwordsApi::V201101::AdGroupCriterionService::MultiplierSource", [0, 1]]
|
1904
|
-
]
|
1905
|
-
)
|
1906
|
-
|
1907
|
-
LiteralRegistry.register(
|
1908
|
-
:class => AdwordsApi::V201101::AdGroupCriterionService::ManualCPMAdGroupCriterionBids,
|
1909
|
-
:schema_type => XSD::QName.new(NsV201101, "ManualCPMAdGroupCriterionBids"),
|
1910
|
-
:schema_basetype => XSD::QName.new(NsV201101, "AdGroupCriterionBids"),
|
1911
|
-
:schema_element => [
|
1912
|
-
["adGroupCriterionBids_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201101, "AdGroupCriterionBids.Type")], [0, 1]],
|
1913
|
-
["maxCpm", "AdwordsApi::V201101::AdGroupCriterionService::Bid", [0, 1]],
|
1914
|
-
["bidSource", "AdwordsApi::V201101::AdGroupCriterionService::BidSource", [0, 1]]
|
1915
|
-
]
|
1916
|
-
)
|
1917
|
-
|
1918
|
-
LiteralRegistry.register(
|
1919
|
-
:class => AdwordsApi::V201101::AdGroupCriterionService::PositionPreferenceAdGroupCriterionBids,
|
1920
|
-
:schema_type => XSD::QName.new(NsV201101, "PositionPreferenceAdGroupCriterionBids"),
|
1991
|
+
:class => AdwordsApi::V201101::AdGroupCriterionService::StatsQueryError,
|
1992
|
+
:schema_type => XSD::QName.new(NsV201101, "StatsQueryError"),
|
1993
|
+
:schema_basetype => XSD::QName.new(NsV201101, "ApiError"),
|
1921
1994
|
:schema_element => [
|
1922
|
-
["
|
1923
|
-
["
|
1924
|
-
["
|
1995
|
+
["fieldPath", "SOAP::SOAPString", [0, 1]],
|
1996
|
+
["trigger", "SOAP::SOAPString", [0, 1]],
|
1997
|
+
["errorString", "SOAP::SOAPString", [0, 1]],
|
1998
|
+
["apiError_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201101, "ApiError.Type")], [0, 1]],
|
1999
|
+
["reason", "AdwordsApi::V201101::AdGroupCriterionService::StatsQueryErrorReason", [0, 1]]
|
1925
2000
|
]
|
1926
2001
|
)
|
1927
2002
|
|
1928
2003
|
LiteralRegistry.register(
|
1929
|
-
:class => AdwordsApi::V201101::AdGroupCriterionService::
|
1930
|
-
:schema_type => XSD::QName.new(NsV201101, "
|
2004
|
+
:class => AdwordsApi::V201101::AdGroupCriterionService::CriterionUserInterest,
|
2005
|
+
:schema_type => XSD::QName.new(NsV201101, "CriterionUserInterest"),
|
1931
2006
|
:schema_basetype => XSD::QName.new(NsV201101, "Criterion"),
|
1932
2007
|
:schema_element => [
|
1933
2008
|
["id", "SOAP::SOAPLong", [0, 1]],
|
1934
2009
|
["criterion_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201101, "Criterion.Type")], [0, 1]],
|
1935
|
-
["
|
1936
|
-
["
|
1937
|
-
]
|
1938
|
-
)
|
1939
|
-
|
1940
|
-
LiteralRegistry.register(
|
1941
|
-
:class => AdwordsApi::V201101::AdGroupCriterionService::BiddableAdGroupCriterionExperimentData,
|
1942
|
-
:schema_type => XSD::QName.new(NsV201101, "BiddableAdGroupCriterionExperimentData"),
|
1943
|
-
:schema_element => [
|
1944
|
-
["experimentId", "SOAP::SOAPLong", [0, 1]],
|
1945
|
-
["experimentDeltaStatus", "AdwordsApi::V201101::AdGroupCriterionService::ExperimentDeltaStatus", [0, 1]],
|
1946
|
-
["experimentDataStatus", "AdwordsApi::V201101::AdGroupCriterionService::ExperimentDataStatus", [0, 1]],
|
1947
|
-
["experimentBidMultiplier", "AdwordsApi::V201101::AdGroupCriterionService::AdGroupCriterionExperimentBidMultiplier", [0, 1]]
|
2010
|
+
["userInterestId", "SOAP::SOAPLong", [0, 1]],
|
2011
|
+
["userInterestName", "SOAP::SOAPString", [0, 1]]
|
1948
2012
|
]
|
1949
2013
|
)
|
1950
2014
|
|
1951
2015
|
LiteralRegistry.register(
|
1952
|
-
:class => AdwordsApi::V201101::AdGroupCriterionService::
|
1953
|
-
:schema_type => XSD::QName.new(NsV201101, "
|
2016
|
+
:class => AdwordsApi::V201101::AdGroupCriterionService::CriterionUserList,
|
2017
|
+
:schema_type => XSD::QName.new(NsV201101, "CriterionUserList"),
|
2018
|
+
:schema_basetype => XSD::QName.new(NsV201101, "Criterion"),
|
1954
2019
|
:schema_element => [
|
1955
2020
|
["id", "SOAP::SOAPLong", [0, 1]],
|
1956
|
-
["criterion_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201101, "Criterion.Type")], [0, 1]]
|
1957
|
-
|
1958
|
-
|
1959
|
-
|
1960
|
-
LiteralRegistry.register(
|
1961
|
-
:class => AdwordsApi::V201101::AdGroupCriterionService::ManualCPCAdGroupCriterionBids,
|
1962
|
-
:schema_type => XSD::QName.new(NsV201101, "ManualCPCAdGroupCriterionBids"),
|
1963
|
-
:schema_basetype => XSD::QName.new(NsV201101, "AdGroupCriterionBids"),
|
1964
|
-
:schema_element => [
|
1965
|
-
["adGroupCriterionBids_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201101, "AdGroupCriterionBids.Type")], [0, 1]],
|
1966
|
-
["maxCpc", "AdwordsApi::V201101::AdGroupCriterionService::Bid", [0, 1]],
|
1967
|
-
["bidSource", "AdwordsApi::V201101::AdGroupCriterionService::BidSource", [0, 1]],
|
1968
|
-
["positionPreferenceBids", "AdwordsApi::V201101::AdGroupCriterionService::PositionPreferenceAdGroupCriterionBids", [0, 1]],
|
1969
|
-
["enhancedCpcEnabled", "SOAP::SOAPBoolean", [0, 1]]
|
1970
|
-
]
|
1971
|
-
)
|
1972
|
-
|
1973
|
-
LiteralRegistry.register(
|
1974
|
-
:class => AdwordsApi::V201101::AdGroupCriterionService::BiddableAdGroupCriterion,
|
1975
|
-
:schema_type => XSD::QName.new(NsV201101, "BiddableAdGroupCriterion"),
|
1976
|
-
:schema_basetype => XSD::QName.new(NsV201101, "AdGroupCriterion"),
|
1977
|
-
:schema_element => [
|
1978
|
-
["adGroupId", "SOAP::SOAPLong", [0, 1]],
|
1979
|
-
["criterionUse", "AdwordsApi::V201101::AdGroupCriterionService::CriterionUse", [0, 1]],
|
1980
|
-
["criterion", "AdwordsApi::V201101::AdGroupCriterionService::Criterion", [0, 1]],
|
1981
|
-
["adGroupCriterion_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201101, "AdGroupCriterion.Type")], [0, 1]],
|
1982
|
-
["userStatus", "AdwordsApi::V201101::AdGroupCriterionService::UserStatus", [0, 1]],
|
1983
|
-
["systemServingStatus", "AdwordsApi::V201101::AdGroupCriterionService::SystemServingStatus", [0, 1]],
|
1984
|
-
["approvalStatus", "AdwordsApi::V201101::AdGroupCriterionService::ApprovalStatus", [0, 1]],
|
1985
|
-
["destinationUrl", "SOAP::SOAPString", [0, 1]],
|
1986
|
-
["bids", "AdwordsApi::V201101::AdGroupCriterionService::AdGroupCriterionBids", [0, 1]],
|
1987
|
-
["experimentData", "AdwordsApi::V201101::AdGroupCriterionService::BiddableAdGroupCriterionExperimentData", [0, 1]],
|
1988
|
-
["firstPageCpc", "AdwordsApi::V201101::AdGroupCriterionService::Bid", [0, 1]],
|
1989
|
-
["qualityInfo", "AdwordsApi::V201101::AdGroupCriterionService::QualityInfo", [0, 1]],
|
1990
|
-
["stats", "AdwordsApi::V201101::AdGroupCriterionService::Stats", [0, 1]]
|
1991
|
-
]
|
1992
|
-
)
|
1993
|
-
|
1994
|
-
LiteralRegistry.register(
|
1995
|
-
:class => AdwordsApi::V201101::AdGroupCriterionService::AdGroupCriterion,
|
1996
|
-
:schema_type => XSD::QName.new(NsV201101, "AdGroupCriterion"),
|
1997
|
-
:schema_element => [
|
1998
|
-
["adGroupId", "SOAP::SOAPLong", [0, 1]],
|
1999
|
-
["criterionUse", "AdwordsApi::V201101::AdGroupCriterionService::CriterionUse", [0, 1]],
|
2000
|
-
["criterion", "AdwordsApi::V201101::AdGroupCriterionService::Criterion", [0, 1]],
|
2001
|
-
["adGroupCriterion_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201101, "AdGroupCriterion.Type")], [0, 1]]
|
2002
|
-
]
|
2003
|
-
)
|
2004
|
-
|
2005
|
-
LiteralRegistry.register(
|
2006
|
-
:class => AdwordsApi::V201101::AdGroupCriterionService::AdGroupCriterionOperation,
|
2007
|
-
:schema_type => XSD::QName.new(NsV201101, "AdGroupCriterionOperation"),
|
2008
|
-
:schema_basetype => XSD::QName.new(NsV201101, "Operation"),
|
2009
|
-
:schema_element => [
|
2010
|
-
["operator", "AdwordsApi::V201101::AdGroupCriterionService::Operator", [0, 1]],
|
2011
|
-
["operation_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201101, "Operation.Type")], [0, 1]],
|
2012
|
-
["operand", "AdwordsApi::V201101::AdGroupCriterionService::AdGroupCriterion", [0, 1]],
|
2013
|
-
["exemptionRequests", "AdwordsApi::V201101::AdGroupCriterionService::ExemptionRequest[]", [0, nil]]
|
2014
|
-
]
|
2015
|
-
)
|
2016
|
-
|
2017
|
-
LiteralRegistry.register(
|
2018
|
-
:class => AdwordsApi::V201101::AdGroupCriterionService::AdGroupCriterionPage,
|
2019
|
-
:schema_type => XSD::QName.new(NsV201101, "AdGroupCriterionPage"),
|
2020
|
-
:schema_basetype => XSD::QName.new(NsV201101, "Page"),
|
2021
|
-
:schema_element => [
|
2022
|
-
["totalNumEntries", "SOAP::SOAPInt", [0, 1]],
|
2023
|
-
["page_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201101, "Page.Type")], [0, 1]],
|
2024
|
-
["entries", "AdwordsApi::V201101::AdGroupCriterionService::AdGroupCriterion[]", [0, nil]]
|
2021
|
+
["criterion_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201101, "Criterion.Type")], [0, 1]],
|
2022
|
+
["userListId", "SOAP::SOAPLong", [0, 1]],
|
2023
|
+
["userListName", "SOAP::SOAPString", [0, 1]],
|
2024
|
+
["userListMembershipStatus", "AdwordsApi::V201101::AdGroupCriterionService::CriterionUserListMembershipStatus", [0, 1]]
|
2025
2025
|
]
|
2026
2026
|
)
|
2027
2027
|
|
2028
2028
|
LiteralRegistry.register(
|
2029
|
-
:class => AdwordsApi::V201101::AdGroupCriterionService::
|
2030
|
-
:schema_type => XSD::QName.new(NsV201101, "
|
2031
|
-
:schema_basetype => XSD::QName.new(NsV201101, "
|
2029
|
+
:class => AdwordsApi::V201101::AdGroupCriterionService::Vertical,
|
2030
|
+
:schema_type => XSD::QName.new(NsV201101, "Vertical"),
|
2031
|
+
:schema_basetype => XSD::QName.new(NsV201101, "Criterion"),
|
2032
2032
|
:schema_element => [
|
2033
|
-
["
|
2034
|
-
["
|
2035
|
-
["
|
2033
|
+
["id", "SOAP::SOAPLong", [0, 1]],
|
2034
|
+
["criterion_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201101, "Criterion.Type")], [0, 1]],
|
2035
|
+
["path", "SOAP::SOAPString[]", [0, nil]]
|
2036
2036
|
]
|
2037
2037
|
)
|
2038
2038
|
|