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 TargetingIdeaServiceInterface < ::SOAP::RPC::Driver
|
|
16
16
|
["out", "parameters", ["::SOAP::SOAPElement", "https://adwords.google.com/api/adwords/o/v201008", "getResponse"]] ],
|
17
17
|
{ :request_style => :document, :request_use => :literal,
|
18
18
|
:response_style => :document, :response_use => :literal,
|
19
|
-
:faults => {"AdwordsApi::V201008::TargetingIdeaService::ApiException_"=>{:encodingstyle=>"document", :namespace=>nil, :ns=>"https://adwords.google.com/api/adwords/o/v201008", :
|
19
|
+
:faults => {"AdwordsApi::V201008::TargetingIdeaService::ApiException_"=>{:encodingstyle=>"document", :use=>"literal", :namespace=>nil, :ns=>"https://adwords.google.com/api/adwords/o/v201008", :name=>"ApiException"}} }
|
20
20
|
],
|
21
21
|
[ "",
|
22
22
|
"getBulkKeywordIdeas",
|
@@ -24,7 +24,7 @@ class TargetingIdeaServiceInterface < ::SOAP::RPC::Driver
|
|
24
24
|
["out", "parameters", ["::SOAP::SOAPElement", "https://adwords.google.com/api/adwords/o/v201008", "getBulkKeywordIdeasResponse"]] ],
|
25
25
|
{ :request_style => :document, :request_use => :literal,
|
26
26
|
:response_style => :document, :response_use => :literal,
|
27
|
-
:faults => {"AdwordsApi::V201008::TargetingIdeaService::ApiException_"=>{:encodingstyle=>"document", :namespace=>nil, :ns=>"https://adwords.google.com/api/adwords/o/v201008", :
|
27
|
+
:faults => {"AdwordsApi::V201008::TargetingIdeaService::ApiException_"=>{:encodingstyle=>"document", :use=>"literal", :namespace=>nil, :ns=>"https://adwords.google.com/api/adwords/o/v201008", :name=>"ApiException"}} }
|
28
28
|
]
|
29
29
|
]
|
30
30
|
|
@@ -78,6 +78,26 @@ module DefaultMappingRegistry
|
|
78
78
|
]
|
79
79
|
)
|
80
80
|
|
81
|
+
EncodedRegistry.register(
|
82
|
+
:class => AdwordsApi::V201008::TargetingIdeaService::ApiException,
|
83
|
+
:schema_type => XSD::QName.new(NsV201008, "ApiException"),
|
84
|
+
:schema_basetype => XSD::QName.new(NsV201008, "ApplicationException"),
|
85
|
+
:schema_element => [
|
86
|
+
["message", "SOAP::SOAPString", [0, 1]],
|
87
|
+
["applicationException_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008, "ApplicationException.Type")], [0, 1]],
|
88
|
+
["errors", "AdwordsApi::V201008::TargetingIdeaService::ApiError[]", [0, nil]]
|
89
|
+
]
|
90
|
+
)
|
91
|
+
|
92
|
+
EncodedRegistry.register(
|
93
|
+
:class => AdwordsApi::V201008::TargetingIdeaService::ApplicationException,
|
94
|
+
:schema_type => XSD::QName.new(NsV201008, "ApplicationException"),
|
95
|
+
:schema_element => [
|
96
|
+
["message", "SOAP::SOAPString", [0, 1]],
|
97
|
+
["applicationException_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008, "ApplicationException.Type")], [0, 1]]
|
98
|
+
]
|
99
|
+
)
|
100
|
+
|
81
101
|
EncodedRegistry.register(
|
82
102
|
:class => AdwordsApi::V201008::TargetingIdeaService::AuthenticationError,
|
83
103
|
:schema_type => XSD::QName.new(NsV201008, "AuthenticationError"),
|
@@ -167,6 +187,15 @@ module DefaultMappingRegistry
|
|
167
187
|
]
|
168
188
|
)
|
169
189
|
|
190
|
+
EncodedRegistry.register(
|
191
|
+
:class => AdwordsApi::V201008::TargetingIdeaService::Criterion,
|
192
|
+
:schema_type => XSD::QName.new(NsV201008, "Criterion"),
|
193
|
+
:schema_element => [
|
194
|
+
["id", "SOAP::SOAPLong", [0, 1]],
|
195
|
+
["criterion_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008, "Criterion.Type")], [0, 1]]
|
196
|
+
]
|
197
|
+
)
|
198
|
+
|
170
199
|
EncodedRegistry.register(
|
171
200
|
:class => AdwordsApi::V201008::TargetingIdeaService::CriterionPolicyError,
|
172
201
|
:schema_type => XSD::QName.new(NsV201008, "CriterionPolicyError"),
|
@@ -185,6 +214,19 @@ module DefaultMappingRegistry
|
|
185
214
|
]
|
186
215
|
)
|
187
216
|
|
217
|
+
EncodedRegistry.register(
|
218
|
+
:class => AdwordsApi::V201008::TargetingIdeaService::DatabaseError,
|
219
|
+
:schema_type => XSD::QName.new(NsV201008, "DatabaseError"),
|
220
|
+
:schema_basetype => XSD::QName.new(NsV201008, "ApiError"),
|
221
|
+
:schema_element => [
|
222
|
+
["fieldPath", "SOAP::SOAPString", [0, 1]],
|
223
|
+
["trigger", "SOAP::SOAPString", [0, 1]],
|
224
|
+
["errorString", "SOAP::SOAPString", [0, 1]],
|
225
|
+
["apiError_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008, "ApiError.Type")], [0, 1]],
|
226
|
+
["reason", "AdwordsApi::V201008::TargetingIdeaService::DatabaseErrorReason", [0, 1]]
|
227
|
+
]
|
228
|
+
)
|
229
|
+
|
188
230
|
EncodedRegistry.register(
|
189
231
|
:class => AdwordsApi::V201008::TargetingIdeaService::DateError,
|
190
232
|
:schema_type => XSD::QName.new(NsV201008, "DateError"),
|
@@ -435,6 +477,24 @@ module DefaultMappingRegistry
|
|
435
477
|
]
|
436
478
|
)
|
437
479
|
|
480
|
+
EncodedRegistry.register(
|
481
|
+
:class => AdwordsApi::V201008::TargetingIdeaService::PolicyViolationError,
|
482
|
+
:schema_type => XSD::QName.new(NsV201008, "PolicyViolationError"),
|
483
|
+
:schema_basetype => XSD::QName.new(NsV201008, "ApiError"),
|
484
|
+
:schema_element => [
|
485
|
+
["fieldPath", "SOAP::SOAPString", [0, 1]],
|
486
|
+
["trigger", "SOAP::SOAPString", [0, 1]],
|
487
|
+
["errorString", "SOAP::SOAPString", [0, 1]],
|
488
|
+
["apiError_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008, "ApiError.Type")], [0, 1]],
|
489
|
+
["key", "AdwordsApi::V201008::TargetingIdeaService::PolicyViolationKey", [0, 1]],
|
490
|
+
["externalPolicyName", "SOAP::SOAPString", [0, 1]],
|
491
|
+
["externalPolicyUrl", "SOAP::SOAPString", [0, 1]],
|
492
|
+
["externalPolicyDescription", "SOAP::SOAPString", [0, 1]],
|
493
|
+
["isExemptable", "SOAP::SOAPBoolean", [0, 1]],
|
494
|
+
["violatingParts", "AdwordsApi::V201008::TargetingIdeaService::PolicyViolationErrorPart[]", [0, nil]]
|
495
|
+
]
|
496
|
+
)
|
497
|
+
|
438
498
|
EncodedRegistry.register(
|
439
499
|
:class => AdwordsApi::V201008::TargetingIdeaService::PolicyViolationErrorPart,
|
440
500
|
:schema_type => XSD::QName.new(NsV201008, "PolicyViolationError.Part"),
|
@@ -464,6 +524,27 @@ module DefaultMappingRegistry
|
|
464
524
|
]
|
465
525
|
)
|
466
526
|
|
527
|
+
EncodedRegistry.register(
|
528
|
+
:class => AdwordsApi::V201008::TargetingIdeaService::Product,
|
529
|
+
:schema_type => XSD::QName.new(NsV201008, "Product"),
|
530
|
+
:schema_basetype => XSD::QName.new(NsV201008, "Criterion"),
|
531
|
+
:schema_element => [
|
532
|
+
["id", "SOAP::SOAPLong", [0, 1]],
|
533
|
+
["criterion_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008, "Criterion.Type")], [0, 1]],
|
534
|
+
["conditions", "AdwordsApi::V201008::TargetingIdeaService::ProductCondition[]", [0, nil]],
|
535
|
+
["text", "SOAP::SOAPString", [0, 1]]
|
536
|
+
]
|
537
|
+
)
|
538
|
+
|
539
|
+
EncodedRegistry.register(
|
540
|
+
:class => AdwordsApi::V201008::TargetingIdeaService::ProductCondition,
|
541
|
+
:schema_type => XSD::QName.new(NsV201008, "ProductCondition"),
|
542
|
+
:schema_element => [
|
543
|
+
["argument", "SOAP::SOAPString", [0, 1]],
|
544
|
+
["operand", "AdwordsApi::V201008::TargetingIdeaService::ProductConditionOperand", [0, 1]]
|
545
|
+
]
|
546
|
+
)
|
547
|
+
|
467
548
|
EncodedRegistry.register(
|
468
549
|
:class => AdwordsApi::V201008::TargetingIdeaService::ProductConditionOperand,
|
469
550
|
:schema_type => XSD::QName.new(NsV201008, "ProductConditionOperand"),
|
@@ -706,87 +787,6 @@ module DefaultMappingRegistry
|
|
706
787
|
]
|
707
788
|
)
|
708
789
|
|
709
|
-
EncodedRegistry.register(
|
710
|
-
:class => AdwordsApi::V201008::TargetingIdeaService::DatabaseError,
|
711
|
-
:schema_type => XSD::QName.new(NsV201008, "DatabaseError"),
|
712
|
-
:schema_basetype => XSD::QName.new(NsV201008, "ApiError"),
|
713
|
-
:schema_element => [
|
714
|
-
["fieldPath", "SOAP::SOAPString", [0, 1]],
|
715
|
-
["trigger", "SOAP::SOAPString", [0, 1]],
|
716
|
-
["errorString", "SOAP::SOAPString", [0, 1]],
|
717
|
-
["apiError_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008, "ApiError.Type")], [0, 1]],
|
718
|
-
["reason", "AdwordsApi::V201008::TargetingIdeaService::DatabaseErrorReason", [0, 1]]
|
719
|
-
]
|
720
|
-
)
|
721
|
-
|
722
|
-
EncodedRegistry.register(
|
723
|
-
:class => AdwordsApi::V201008::TargetingIdeaService::PolicyViolationError,
|
724
|
-
:schema_type => XSD::QName.new(NsV201008, "PolicyViolationError"),
|
725
|
-
:schema_basetype => XSD::QName.new(NsV201008, "ApiError"),
|
726
|
-
:schema_element => [
|
727
|
-
["fieldPath", "SOAP::SOAPString", [0, 1]],
|
728
|
-
["trigger", "SOAP::SOAPString", [0, 1]],
|
729
|
-
["errorString", "SOAP::SOAPString", [0, 1]],
|
730
|
-
["apiError_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008, "ApiError.Type")], [0, 1]],
|
731
|
-
["key", "AdwordsApi::V201008::TargetingIdeaService::PolicyViolationKey", [0, 1]],
|
732
|
-
["externalPolicyName", "SOAP::SOAPString", [0, 1]],
|
733
|
-
["externalPolicyUrl", "SOAP::SOAPString", [0, 1]],
|
734
|
-
["externalPolicyDescription", "SOAP::SOAPString", [0, 1]],
|
735
|
-
["isExemptable", "SOAP::SOAPBoolean", [0, 1]],
|
736
|
-
["violatingParts", "AdwordsApi::V201008::TargetingIdeaService::PolicyViolationErrorPart[]", [0, nil]]
|
737
|
-
]
|
738
|
-
)
|
739
|
-
|
740
|
-
EncodedRegistry.register(
|
741
|
-
:class => AdwordsApi::V201008::TargetingIdeaService::ProductCondition,
|
742
|
-
:schema_type => XSD::QName.new(NsV201008, "ProductCondition"),
|
743
|
-
:schema_element => [
|
744
|
-
["argument", "SOAP::SOAPString", [0, 1]],
|
745
|
-
["operand", "AdwordsApi::V201008::TargetingIdeaService::ProductConditionOperand", [0, 1]]
|
746
|
-
]
|
747
|
-
)
|
748
|
-
|
749
|
-
EncodedRegistry.register(
|
750
|
-
:class => AdwordsApi::V201008::TargetingIdeaService::ApiException,
|
751
|
-
:schema_type => XSD::QName.new(NsV201008, "ApiException"),
|
752
|
-
:schema_basetype => XSD::QName.new(NsV201008, "ApplicationException"),
|
753
|
-
:schema_element => [
|
754
|
-
["message", "SOAP::SOAPString", [0, 1]],
|
755
|
-
["applicationException_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008, "ApplicationException.Type")], [0, 1]],
|
756
|
-
["errors", "AdwordsApi::V201008::TargetingIdeaService::ApiError[]", [0, nil]]
|
757
|
-
]
|
758
|
-
)
|
759
|
-
|
760
|
-
EncodedRegistry.register(
|
761
|
-
:class => AdwordsApi::V201008::TargetingIdeaService::ApplicationException,
|
762
|
-
:schema_type => XSD::QName.new(NsV201008, "ApplicationException"),
|
763
|
-
:schema_element => [
|
764
|
-
["message", "SOAP::SOAPString", [0, 1]],
|
765
|
-
["applicationException_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008, "ApplicationException.Type")], [0, 1]]
|
766
|
-
]
|
767
|
-
)
|
768
|
-
|
769
|
-
EncodedRegistry.register(
|
770
|
-
:class => AdwordsApi::V201008::TargetingIdeaService::Product,
|
771
|
-
:schema_type => XSD::QName.new(NsV201008, "Product"),
|
772
|
-
:schema_basetype => XSD::QName.new(NsV201008, "Criterion"),
|
773
|
-
:schema_element => [
|
774
|
-
["id", "SOAP::SOAPLong", [0, 1]],
|
775
|
-
["criterion_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008, "Criterion.Type")], [0, 1]],
|
776
|
-
["conditions", "AdwordsApi::V201008::TargetingIdeaService::ProductCondition[]", [0, nil]],
|
777
|
-
["text", "SOAP::SOAPString", [0, 1]]
|
778
|
-
]
|
779
|
-
)
|
780
|
-
|
781
|
-
EncodedRegistry.register(
|
782
|
-
:class => AdwordsApi::V201008::TargetingIdeaService::Criterion,
|
783
|
-
:schema_type => XSD::QName.new(NsV201008, "Criterion"),
|
784
|
-
:schema_element => [
|
785
|
-
["id", "SOAP::SOAPLong", [0, 1]],
|
786
|
-
["criterion_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008, "Criterion.Type")], [0, 1]]
|
787
|
-
]
|
788
|
-
)
|
789
|
-
|
790
790
|
EncodedRegistry.register(
|
791
791
|
:class => AdwordsApi::V201008::TargetingIdeaService::AdFormatSpec,
|
792
792
|
:schema_type => XSD::QName.new(NsV201008_0, "AdFormatSpec"),
|
@@ -805,6 +805,16 @@ module DefaultMappingRegistry
|
|
805
805
|
]
|
806
806
|
)
|
807
807
|
|
808
|
+
EncodedRegistry.register(
|
809
|
+
:class => AdwordsApi::V201008::TargetingIdeaService::AdShareSearchParameter,
|
810
|
+
:schema_type => XSD::QName.new(NsV201008_0, "AdShareSearchParameter"),
|
811
|
+
:schema_basetype => XSD::QName.new(NsV201008_0, "SearchParameter"),
|
812
|
+
:schema_element => [
|
813
|
+
["searchParameter_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008_0, "SearchParameter.Type")], [0, 1]],
|
814
|
+
["operation", "AdwordsApi::V201008::TargetingIdeaService::DoubleComparisonOperation", [0, 1]]
|
815
|
+
]
|
816
|
+
)
|
817
|
+
|
808
818
|
EncodedRegistry.register(
|
809
819
|
:class => AdwordsApi::V201008::TargetingIdeaService::AdTypeSearchParameter,
|
810
820
|
:schema_type => XSD::QName.new(NsV201008_0, "AdTypeSearchParameter"),
|
@@ -815,6 +825,16 @@ module DefaultMappingRegistry
|
|
815
825
|
]
|
816
826
|
)
|
817
827
|
|
828
|
+
EncodedRegistry.register(
|
829
|
+
:class => AdwordsApi::V201008::TargetingIdeaService::AverageTargetedMonthlySearchesSearchParameter,
|
830
|
+
:schema_type => XSD::QName.new(NsV201008_0, "AverageTargetedMonthlySearchesSearchParameter"),
|
831
|
+
:schema_basetype => XSD::QName.new(NsV201008_0, "SearchParameter"),
|
832
|
+
:schema_element => [
|
833
|
+
["searchParameter_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008_0, "SearchParameter.Type")], [0, 1]],
|
834
|
+
["operation", "AdwordsApi::V201008::TargetingIdeaService::LongComparisonOperation", [0, 1]]
|
835
|
+
]
|
836
|
+
)
|
837
|
+
|
818
838
|
EncodedRegistry.register(
|
819
839
|
:class => AdwordsApi::V201008::TargetingIdeaService::BooleanAttribute,
|
820
840
|
:schema_type => XSD::QName.new(NsV201008_0, "BooleanAttribute"),
|
@@ -848,6 +868,16 @@ module DefaultMappingRegistry
|
|
848
868
|
]
|
849
869
|
)
|
850
870
|
|
871
|
+
EncodedRegistry.register(
|
872
|
+
:class => AdwordsApi::V201008::TargetingIdeaService::CountryTargetSearchParameter,
|
873
|
+
:schema_type => XSD::QName.new(NsV201008_0, "CountryTargetSearchParameter"),
|
874
|
+
:schema_basetype => XSD::QName.new(NsV201008_0, "SearchParameter"),
|
875
|
+
:schema_element => [
|
876
|
+
["searchParameter_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008_0, "SearchParameter.Type")], [0, 1]],
|
877
|
+
["countryTargets", "AdwordsApi::V201008::TargetingIdeaService::CountryTarget[]", [0, nil]]
|
878
|
+
]
|
879
|
+
)
|
880
|
+
|
851
881
|
EncodedRegistry.register(
|
852
882
|
:class => AdwordsApi::V201008::TargetingIdeaService::DoubleAttribute,
|
853
883
|
:schema_type => XSD::QName.new(NsV201008_0, "DoubleAttribute"),
|
@@ -867,6 +897,26 @@ module DefaultMappingRegistry
|
|
867
897
|
]
|
868
898
|
)
|
869
899
|
|
900
|
+
EncodedRegistry.register(
|
901
|
+
:class => AdwordsApi::V201008::TargetingIdeaService::ExcludedKeywordSearchParameter,
|
902
|
+
:schema_type => XSD::QName.new(NsV201008_0, "ExcludedKeywordSearchParameter"),
|
903
|
+
:schema_basetype => XSD::QName.new(NsV201008_0, "SearchParameter"),
|
904
|
+
:schema_element => [
|
905
|
+
["searchParameter_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008_0, "SearchParameter.Type")], [0, 1]],
|
906
|
+
["keywords", "AdwordsApi::V201008::TargetingIdeaService::Keyword[]", [0, nil]]
|
907
|
+
]
|
908
|
+
)
|
909
|
+
|
910
|
+
EncodedRegistry.register(
|
911
|
+
:class => AdwordsApi::V201008::TargetingIdeaService::GlobalMonthlySearchesSearchParameter,
|
912
|
+
:schema_type => XSD::QName.new(NsV201008_0, "GlobalMonthlySearchesSearchParameter"),
|
913
|
+
:schema_basetype => XSD::QName.new(NsV201008_0, "SearchParameter"),
|
914
|
+
:schema_element => [
|
915
|
+
["searchParameter_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008_0, "SearchParameter.Type")], [0, 1]],
|
916
|
+
["operation", "AdwordsApi::V201008::TargetingIdeaService::LongComparisonOperation", [0, 1]]
|
917
|
+
]
|
918
|
+
)
|
919
|
+
|
870
920
|
EncodedRegistry.register(
|
871
921
|
:class => AdwordsApi::V201008::TargetingIdeaService::IdeaTextMatchesSearchParameter,
|
872
922
|
:schema_type => XSD::QName.new(NsV201008_0, "IdeaTextMatchesSearchParameter"),
|
@@ -941,6 +991,16 @@ module DefaultMappingRegistry
|
|
941
991
|
]
|
942
992
|
)
|
943
993
|
|
994
|
+
EncodedRegistry.register(
|
995
|
+
:class => AdwordsApi::V201008::TargetingIdeaService::KeywordAttribute,
|
996
|
+
:schema_type => XSD::QName.new(NsV201008_0, "KeywordAttribute"),
|
997
|
+
:schema_basetype => XSD::QName.new(NsV201008_0, "Attribute"),
|
998
|
+
:schema_element => [
|
999
|
+
["attribute_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008_0, "Attribute.Type")], [0, 1]],
|
1000
|
+
["value", "AdwordsApi::V201008::TargetingIdeaService::Keyword", [0, 1]]
|
1001
|
+
]
|
1002
|
+
)
|
1003
|
+
|
944
1004
|
EncodedRegistry.register(
|
945
1005
|
:class => AdwordsApi::V201008::TargetingIdeaService::KeywordCategoryIdSearchParameter,
|
946
1006
|
:schema_type => XSD::QName.new(NsV201008_0, "KeywordCategoryIdSearchParameter"),
|
@@ -961,6 +1021,16 @@ module DefaultMappingRegistry
|
|
961
1021
|
]
|
962
1022
|
)
|
963
1023
|
|
1024
|
+
EncodedRegistry.register(
|
1025
|
+
:class => AdwordsApi::V201008::TargetingIdeaService::LanguageTargetSearchParameter,
|
1026
|
+
:schema_type => XSD::QName.new(NsV201008_0, "LanguageTargetSearchParameter"),
|
1027
|
+
:schema_basetype => XSD::QName.new(NsV201008_0, "SearchParameter"),
|
1028
|
+
:schema_element => [
|
1029
|
+
["searchParameter_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008_0, "SearchParameter.Type")], [0, 1]],
|
1030
|
+
["languageTargets", "AdwordsApi::V201008::TargetingIdeaService::LanguageTarget[]", [0, nil]]
|
1031
|
+
]
|
1032
|
+
)
|
1033
|
+
|
964
1034
|
EncodedRegistry.register(
|
965
1035
|
:class => AdwordsApi::V201008::TargetingIdeaService::LongAttribute,
|
966
1036
|
:schema_type => XSD::QName.new(NsV201008_0, "LongAttribute"),
|
@@ -980,6 +1050,16 @@ module DefaultMappingRegistry
|
|
980
1050
|
]
|
981
1051
|
)
|
982
1052
|
|
1053
|
+
EncodedRegistry.register(
|
1054
|
+
:class => AdwordsApi::V201008::TargetingIdeaService::LongRangeAttribute,
|
1055
|
+
:schema_type => XSD::QName.new(NsV201008_0, "LongRangeAttribute"),
|
1056
|
+
:schema_basetype => XSD::QName.new(NsV201008_0, "Attribute"),
|
1057
|
+
:schema_element => [
|
1058
|
+
["attribute_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008_0, "Attribute.Type")], [0, 1]],
|
1059
|
+
["value", "AdwordsApi::V201008::TargetingIdeaService::C_Range", [0, 1]]
|
1060
|
+
]
|
1061
|
+
)
|
1062
|
+
|
983
1063
|
EncodedRegistry.register(
|
984
1064
|
:class => AdwordsApi::V201008::TargetingIdeaService::MatchesRegexError,
|
985
1065
|
:schema_type => XSD::QName.new(NsV201008_0, "MatchesRegexError"),
|
@@ -1002,6 +1082,16 @@ module DefaultMappingRegistry
|
|
1002
1082
|
]
|
1003
1083
|
)
|
1004
1084
|
|
1085
|
+
EncodedRegistry.register(
|
1086
|
+
:class => AdwordsApi::V201008::TargetingIdeaService::MoneyAttribute,
|
1087
|
+
:schema_type => XSD::QName.new(NsV201008_0, "MoneyAttribute"),
|
1088
|
+
:schema_basetype => XSD::QName.new(NsV201008_0, "Attribute"),
|
1089
|
+
:schema_element => [
|
1090
|
+
["attribute_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008_0, "Attribute.Type")], [0, 1]],
|
1091
|
+
["value", "AdwordsApi::V201008::TargetingIdeaService::Money", [0, 1]]
|
1092
|
+
]
|
1093
|
+
)
|
1094
|
+
|
1005
1095
|
EncodedRegistry.register(
|
1006
1096
|
:class => AdwordsApi::V201008::TargetingIdeaService::MonthlySearchVolume,
|
1007
1097
|
:schema_type => XSD::QName.new(NsV201008_0, "MonthlySearchVolume"),
|
@@ -1023,8 +1113,18 @@ module DefaultMappingRegistry
|
|
1023
1113
|
)
|
1024
1114
|
|
1025
1115
|
EncodedRegistry.register(
|
1026
|
-
:class => AdwordsApi::V201008::TargetingIdeaService::
|
1027
|
-
:schema_type => XSD::QName.new(NsV201008_0, "
|
1116
|
+
:class => AdwordsApi::V201008::TargetingIdeaService::PlacementAttribute,
|
1117
|
+
:schema_type => XSD::QName.new(NsV201008_0, "PlacementAttribute"),
|
1118
|
+
:schema_basetype => XSD::QName.new(NsV201008_0, "Attribute"),
|
1119
|
+
:schema_element => [
|
1120
|
+
["attribute_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008_0, "Attribute.Type")], [0, 1]],
|
1121
|
+
["value", "AdwordsApi::V201008::TargetingIdeaService::Placement", [0, 1]]
|
1122
|
+
]
|
1123
|
+
)
|
1124
|
+
|
1125
|
+
EncodedRegistry.register(
|
1126
|
+
:class => AdwordsApi::V201008::TargetingIdeaService::PlacementTypeAttribute,
|
1127
|
+
:schema_type => XSD::QName.new(NsV201008_0, "PlacementTypeAttribute"),
|
1028
1128
|
:schema_basetype => XSD::QName.new(NsV201008_0, "Attribute"),
|
1029
1129
|
:schema_element => [
|
1030
1130
|
["attribute_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008_0, "Attribute.Type")], [0, 1]],
|
@@ -1042,6 +1142,25 @@ module DefaultMappingRegistry
|
|
1042
1142
|
]
|
1043
1143
|
)
|
1044
1144
|
|
1145
|
+
EncodedRegistry.register(
|
1146
|
+
:class => AdwordsApi::V201008::TargetingIdeaService::C_Range,
|
1147
|
+
:schema_type => XSD::QName.new(NsV201008_0, "Range"),
|
1148
|
+
:schema_element => [
|
1149
|
+
["min", "AdwordsApi::V201008::TargetingIdeaService::ComparableValue", [0, 1]],
|
1150
|
+
["max", "AdwordsApi::V201008::TargetingIdeaService::ComparableValue", [0, 1]]
|
1151
|
+
]
|
1152
|
+
)
|
1153
|
+
|
1154
|
+
EncodedRegistry.register(
|
1155
|
+
:class => AdwordsApi::V201008::TargetingIdeaService::RelatedToKeywordSearchParameter,
|
1156
|
+
:schema_type => XSD::QName.new(NsV201008_0, "RelatedToKeywordSearchParameter"),
|
1157
|
+
:schema_basetype => XSD::QName.new(NsV201008_0, "SearchParameter"),
|
1158
|
+
:schema_element => [
|
1159
|
+
["searchParameter_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008_0, "SearchParameter.Type")], [0, 1]],
|
1160
|
+
["keywords", "AdwordsApi::V201008::TargetingIdeaService::Keyword[]", [0, nil]]
|
1161
|
+
]
|
1162
|
+
)
|
1163
|
+
|
1045
1164
|
EncodedRegistry.register(
|
1046
1165
|
:class => AdwordsApi::V201008::TargetingIdeaService::RelatedToUrlSearchParameter,
|
1047
1166
|
:schema_type => XSD::QName.new(NsV201008_0, "RelatedToUrlSearchParameter"),
|
@@ -1083,6 +1202,14 @@ module DefaultMappingRegistry
|
|
1083
1202
|
]
|
1084
1203
|
)
|
1085
1204
|
|
1205
|
+
EncodedRegistry.register(
|
1206
|
+
:class => AdwordsApi::V201008::TargetingIdeaService::TargetingIdea,
|
1207
|
+
:schema_type => XSD::QName.new(NsV201008_0, "TargetingIdea"),
|
1208
|
+
:schema_element => [
|
1209
|
+
["data", "AdwordsApi::V201008::TargetingIdeaService::Type_AttributeMapEntry[]", [0, nil]]
|
1210
|
+
]
|
1211
|
+
)
|
1212
|
+
|
1086
1213
|
EncodedRegistry.register(
|
1087
1214
|
:class => AdwordsApi::V201008::TargetingIdeaService::TargetingIdeaError,
|
1088
1215
|
:schema_type => XSD::QName.new(NsV201008_0, "TargetingIdeaError"),
|
@@ -1097,140 +1224,11 @@ module DefaultMappingRegistry
|
|
1097
1224
|
)
|
1098
1225
|
|
1099
1226
|
EncodedRegistry.register(
|
1100
|
-
:class => AdwordsApi::V201008::TargetingIdeaService::
|
1101
|
-
:schema_type => XSD::QName.new(NsV201008_0, "
|
1102
|
-
:schema_element => [
|
1103
|
-
["url", "SOAP::SOAPString", [0, 1]],
|
1104
|
-
["title", "SOAP::SOAPString", [0, 1]]
|
1105
|
-
]
|
1106
|
-
)
|
1107
|
-
|
1108
|
-
EncodedRegistry.register(
|
1109
|
-
:class => AdwordsApi::V201008::TargetingIdeaService::WebpageDescriptorAttribute,
|
1110
|
-
:schema_type => XSD::QName.new(NsV201008_0, "WebpageDescriptorAttribute"),
|
1111
|
-
:schema_basetype => XSD::QName.new(NsV201008_0, "Attribute"),
|
1112
|
-
:schema_element => [
|
1113
|
-
["attribute_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008_0, "Attribute.Type")], [0, 1]],
|
1114
|
-
["value", "AdwordsApi::V201008::TargetingIdeaService::WebpageDescriptor", [0, 1]]
|
1115
|
-
]
|
1116
|
-
)
|
1117
|
-
|
1118
|
-
EncodedRegistry.register(
|
1119
|
-
:class => AdwordsApi::V201008::TargetingIdeaService::AdShareSearchParameter,
|
1120
|
-
:schema_type => XSD::QName.new(NsV201008_0, "AdShareSearchParameter"),
|
1121
|
-
:schema_basetype => XSD::QName.new(NsV201008_0, "SearchParameter"),
|
1122
|
-
:schema_element => [
|
1123
|
-
["searchParameter_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008_0, "SearchParameter.Type")], [0, 1]],
|
1124
|
-
["operation", "AdwordsApi::V201008::TargetingIdeaService::DoubleComparisonOperation", [0, 1]]
|
1125
|
-
]
|
1126
|
-
)
|
1127
|
-
|
1128
|
-
EncodedRegistry.register(
|
1129
|
-
:class => AdwordsApi::V201008::TargetingIdeaService::AverageTargetedMonthlySearchesSearchParameter,
|
1130
|
-
:schema_type => XSD::QName.new(NsV201008_0, "AverageTargetedMonthlySearchesSearchParameter"),
|
1131
|
-
:schema_basetype => XSD::QName.new(NsV201008_0, "SearchParameter"),
|
1132
|
-
:schema_element => [
|
1133
|
-
["searchParameter_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008_0, "SearchParameter.Type")], [0, 1]],
|
1134
|
-
["operation", "AdwordsApi::V201008::TargetingIdeaService::LongComparisonOperation", [0, 1]]
|
1135
|
-
]
|
1136
|
-
)
|
1137
|
-
|
1138
|
-
EncodedRegistry.register(
|
1139
|
-
:class => AdwordsApi::V201008::TargetingIdeaService::GlobalMonthlySearchesSearchParameter,
|
1140
|
-
:schema_type => XSD::QName.new(NsV201008_0, "GlobalMonthlySearchesSearchParameter"),
|
1141
|
-
:schema_basetype => XSD::QName.new(NsV201008_0, "SearchParameter"),
|
1142
|
-
:schema_element => [
|
1143
|
-
["searchParameter_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008_0, "SearchParameter.Type")], [0, 1]],
|
1144
|
-
["operation", "AdwordsApi::V201008::TargetingIdeaService::LongComparisonOperation", [0, 1]]
|
1145
|
-
]
|
1146
|
-
)
|
1147
|
-
|
1148
|
-
EncodedRegistry.register(
|
1149
|
-
:class => AdwordsApi::V201008::TargetingIdeaService::MoneyAttribute,
|
1150
|
-
:schema_type => XSD::QName.new(NsV201008_0, "MoneyAttribute"),
|
1151
|
-
:schema_basetype => XSD::QName.new(NsV201008_0, "Attribute"),
|
1152
|
-
:schema_element => [
|
1153
|
-
["attribute_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008_0, "Attribute.Type")], [0, 1]],
|
1154
|
-
["value", "AdwordsApi::V201008::TargetingIdeaService::Money", [0, 1]]
|
1155
|
-
]
|
1156
|
-
)
|
1157
|
-
|
1158
|
-
EncodedRegistry.register(
|
1159
|
-
:class => AdwordsApi::V201008::TargetingIdeaService::C_Range,
|
1160
|
-
:schema_type => XSD::QName.new(NsV201008_0, "Range"),
|
1161
|
-
:schema_element => [
|
1162
|
-
["min", "AdwordsApi::V201008::TargetingIdeaService::ComparableValue", [0, 1]],
|
1163
|
-
["max", "AdwordsApi::V201008::TargetingIdeaService::ComparableValue", [0, 1]]
|
1164
|
-
]
|
1165
|
-
)
|
1166
|
-
|
1167
|
-
EncodedRegistry.register(
|
1168
|
-
:class => AdwordsApi::V201008::TargetingIdeaService::CountryTargetSearchParameter,
|
1169
|
-
:schema_type => XSD::QName.new(NsV201008_0, "CountryTargetSearchParameter"),
|
1170
|
-
:schema_basetype => XSD::QName.new(NsV201008_0, "SearchParameter"),
|
1171
|
-
:schema_element => [
|
1172
|
-
["searchParameter_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008_0, "SearchParameter.Type")], [0, 1]],
|
1173
|
-
["countryTargets", "AdwordsApi::V201008::TargetingIdeaService::CountryTarget[]", [0, nil]]
|
1174
|
-
]
|
1175
|
-
)
|
1176
|
-
|
1177
|
-
EncodedRegistry.register(
|
1178
|
-
:class => AdwordsApi::V201008::TargetingIdeaService::LanguageTargetSearchParameter,
|
1179
|
-
:schema_type => XSD::QName.new(NsV201008_0, "LanguageTargetSearchParameter"),
|
1180
|
-
:schema_basetype => XSD::QName.new(NsV201008_0, "SearchParameter"),
|
1181
|
-
:schema_element => [
|
1182
|
-
["searchParameter_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008_0, "SearchParameter.Type")], [0, 1]],
|
1183
|
-
["languageTargets", "AdwordsApi::V201008::TargetingIdeaService::LanguageTarget[]", [0, nil]]
|
1184
|
-
]
|
1185
|
-
)
|
1186
|
-
|
1187
|
-
EncodedRegistry.register(
|
1188
|
-
:class => AdwordsApi::V201008::TargetingIdeaService::LongRangeAttribute,
|
1189
|
-
:schema_type => XSD::QName.new(NsV201008_0, "LongRangeAttribute"),
|
1190
|
-
:schema_basetype => XSD::QName.new(NsV201008_0, "Attribute"),
|
1191
|
-
:schema_element => [
|
1192
|
-
["attribute_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008_0, "Attribute.Type")], [0, 1]],
|
1193
|
-
["value", "AdwordsApi::V201008::TargetingIdeaService::C_Range", [0, 1]]
|
1194
|
-
]
|
1195
|
-
)
|
1196
|
-
|
1197
|
-
EncodedRegistry.register(
|
1198
|
-
:class => AdwordsApi::V201008::TargetingIdeaService::ExcludedKeywordSearchParameter,
|
1199
|
-
:schema_type => XSD::QName.new(NsV201008_0, "ExcludedKeywordSearchParameter"),
|
1200
|
-
:schema_basetype => XSD::QName.new(NsV201008_0, "SearchParameter"),
|
1201
|
-
:schema_element => [
|
1202
|
-
["searchParameter_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008_0, "SearchParameter.Type")], [0, 1]],
|
1203
|
-
["keywords", "AdwordsApi::V201008::TargetingIdeaService::Keyword[]", [0, nil]]
|
1204
|
-
]
|
1205
|
-
)
|
1206
|
-
|
1207
|
-
EncodedRegistry.register(
|
1208
|
-
:class => AdwordsApi::V201008::TargetingIdeaService::KeywordAttribute,
|
1209
|
-
:schema_type => XSD::QName.new(NsV201008_0, "KeywordAttribute"),
|
1210
|
-
:schema_basetype => XSD::QName.new(NsV201008_0, "Attribute"),
|
1211
|
-
:schema_element => [
|
1212
|
-
["attribute_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008_0, "Attribute.Type")], [0, 1]],
|
1213
|
-
["value", "AdwordsApi::V201008::TargetingIdeaService::Keyword", [0, 1]]
|
1214
|
-
]
|
1215
|
-
)
|
1216
|
-
|
1217
|
-
EncodedRegistry.register(
|
1218
|
-
:class => AdwordsApi::V201008::TargetingIdeaService::PlacementAttribute,
|
1219
|
-
:schema_type => XSD::QName.new(NsV201008_0, "PlacementAttribute"),
|
1220
|
-
:schema_basetype => XSD::QName.new(NsV201008_0, "Attribute"),
|
1221
|
-
:schema_element => [
|
1222
|
-
["attribute_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008_0, "Attribute.Type")], [0, 1]],
|
1223
|
-
["value", "AdwordsApi::V201008::TargetingIdeaService::Placement", [0, 1]]
|
1224
|
-
]
|
1225
|
-
)
|
1226
|
-
|
1227
|
-
EncodedRegistry.register(
|
1228
|
-
:class => AdwordsApi::V201008::TargetingIdeaService::RelatedToKeywordSearchParameter,
|
1229
|
-
:schema_type => XSD::QName.new(NsV201008_0, "RelatedToKeywordSearchParameter"),
|
1230
|
-
:schema_basetype => XSD::QName.new(NsV201008_0, "SearchParameter"),
|
1227
|
+
:class => AdwordsApi::V201008::TargetingIdeaService::TargetingIdeaPage,
|
1228
|
+
:schema_type => XSD::QName.new(NsV201008_0, "TargetingIdeaPage"),
|
1231
1229
|
:schema_element => [
|
1232
|
-
["
|
1233
|
-
["
|
1230
|
+
["totalNumEntries", "SOAP::SOAPInt", [0, 1]],
|
1231
|
+
["entries", "AdwordsApi::V201008::TargetingIdeaService::TargetingIdea[]", [0, nil]]
|
1234
1232
|
]
|
1235
1233
|
)
|
1236
1234
|
|
@@ -1258,19 +1256,21 @@ module DefaultMappingRegistry
|
|
1258
1256
|
)
|
1259
1257
|
|
1260
1258
|
EncodedRegistry.register(
|
1261
|
-
:class => AdwordsApi::V201008::TargetingIdeaService::
|
1262
|
-
:schema_type => XSD::QName.new(NsV201008_0, "
|
1259
|
+
:class => AdwordsApi::V201008::TargetingIdeaService::WebpageDescriptor,
|
1260
|
+
:schema_type => XSD::QName.new(NsV201008_0, "WebpageDescriptor"),
|
1263
1261
|
:schema_element => [
|
1264
|
-
["
|
1262
|
+
["url", "SOAP::SOAPString", [0, 1]],
|
1263
|
+
["title", "SOAP::SOAPString", [0, 1]]
|
1265
1264
|
]
|
1266
1265
|
)
|
1267
1266
|
|
1268
1267
|
EncodedRegistry.register(
|
1269
|
-
:class => AdwordsApi::V201008::TargetingIdeaService::
|
1270
|
-
:schema_type => XSD::QName.new(NsV201008_0, "
|
1268
|
+
:class => AdwordsApi::V201008::TargetingIdeaService::WebpageDescriptorAttribute,
|
1269
|
+
:schema_type => XSD::QName.new(NsV201008_0, "WebpageDescriptorAttribute"),
|
1270
|
+
:schema_basetype => XSD::QName.new(NsV201008_0, "Attribute"),
|
1271
1271
|
:schema_element => [
|
1272
|
-
["
|
1273
|
-
["
|
1272
|
+
["attribute_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008_0, "Attribute.Type")], [0, 1]],
|
1273
|
+
["value", "AdwordsApi::V201008::TargetingIdeaService::WebpageDescriptor", [0, 1]]
|
1274
1274
|
]
|
1275
1275
|
)
|
1276
1276
|
|
@@ -1578,6 +1578,26 @@ module DefaultMappingRegistry
|
|
1578
1578
|
]
|
1579
1579
|
)
|
1580
1580
|
|
1581
|
+
LiteralRegistry.register(
|
1582
|
+
:class => AdwordsApi::V201008::TargetingIdeaService::ApiException,
|
1583
|
+
:schema_type => XSD::QName.new(NsV201008, "ApiException"),
|
1584
|
+
:schema_basetype => XSD::QName.new(NsV201008, "ApplicationException"),
|
1585
|
+
:schema_element => [
|
1586
|
+
["message", "SOAP::SOAPString", [0, 1]],
|
1587
|
+
["applicationException_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008, "ApplicationException.Type")], [0, 1]],
|
1588
|
+
["errors", "AdwordsApi::V201008::TargetingIdeaService::ApiError[]", [0, nil]]
|
1589
|
+
]
|
1590
|
+
)
|
1591
|
+
|
1592
|
+
LiteralRegistry.register(
|
1593
|
+
:class => AdwordsApi::V201008::TargetingIdeaService::ApplicationException,
|
1594
|
+
:schema_type => XSD::QName.new(NsV201008, "ApplicationException"),
|
1595
|
+
:schema_element => [
|
1596
|
+
["message", "SOAP::SOAPString", [0, 1]],
|
1597
|
+
["applicationException_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008, "ApplicationException.Type")], [0, 1]]
|
1598
|
+
]
|
1599
|
+
)
|
1600
|
+
|
1581
1601
|
LiteralRegistry.register(
|
1582
1602
|
:class => AdwordsApi::V201008::TargetingIdeaService::AuthenticationError,
|
1583
1603
|
:schema_type => XSD::QName.new(NsV201008, "AuthenticationError"),
|
@@ -1667,6 +1687,15 @@ module DefaultMappingRegistry
|
|
1667
1687
|
]
|
1668
1688
|
)
|
1669
1689
|
|
1690
|
+
LiteralRegistry.register(
|
1691
|
+
:class => AdwordsApi::V201008::TargetingIdeaService::Criterion,
|
1692
|
+
:schema_type => XSD::QName.new(NsV201008, "Criterion"),
|
1693
|
+
:schema_element => [
|
1694
|
+
["id", "SOAP::SOAPLong", [0, 1]],
|
1695
|
+
["criterion_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008, "Criterion.Type")], [0, 1]]
|
1696
|
+
]
|
1697
|
+
)
|
1698
|
+
|
1670
1699
|
LiteralRegistry.register(
|
1671
1700
|
:class => AdwordsApi::V201008::TargetingIdeaService::CriterionPolicyError,
|
1672
1701
|
:schema_type => XSD::QName.new(NsV201008, "CriterionPolicyError"),
|
@@ -1685,6 +1714,19 @@ module DefaultMappingRegistry
|
|
1685
1714
|
]
|
1686
1715
|
)
|
1687
1716
|
|
1717
|
+
LiteralRegistry.register(
|
1718
|
+
:class => AdwordsApi::V201008::TargetingIdeaService::DatabaseError,
|
1719
|
+
:schema_type => XSD::QName.new(NsV201008, "DatabaseError"),
|
1720
|
+
:schema_basetype => XSD::QName.new(NsV201008, "ApiError"),
|
1721
|
+
:schema_element => [
|
1722
|
+
["fieldPath", "SOAP::SOAPString", [0, 1]],
|
1723
|
+
["trigger", "SOAP::SOAPString", [0, 1]],
|
1724
|
+
["errorString", "SOAP::SOAPString", [0, 1]],
|
1725
|
+
["apiError_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008, "ApiError.Type")], [0, 1]],
|
1726
|
+
["reason", "AdwordsApi::V201008::TargetingIdeaService::DatabaseErrorReason", [0, 1]]
|
1727
|
+
]
|
1728
|
+
)
|
1729
|
+
|
1688
1730
|
LiteralRegistry.register(
|
1689
1731
|
:class => AdwordsApi::V201008::TargetingIdeaService::DateError,
|
1690
1732
|
:schema_type => XSD::QName.new(NsV201008, "DateError"),
|
@@ -1935,6 +1977,24 @@ module DefaultMappingRegistry
|
|
1935
1977
|
]
|
1936
1978
|
)
|
1937
1979
|
|
1980
|
+
LiteralRegistry.register(
|
1981
|
+
:class => AdwordsApi::V201008::TargetingIdeaService::PolicyViolationError,
|
1982
|
+
:schema_type => XSD::QName.new(NsV201008, "PolicyViolationError"),
|
1983
|
+
:schema_basetype => XSD::QName.new(NsV201008, "ApiError"),
|
1984
|
+
:schema_element => [
|
1985
|
+
["fieldPath", "SOAP::SOAPString", [0, 1]],
|
1986
|
+
["trigger", "SOAP::SOAPString", [0, 1]],
|
1987
|
+
["errorString", "SOAP::SOAPString", [0, 1]],
|
1988
|
+
["apiError_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008, "ApiError.Type")], [0, 1]],
|
1989
|
+
["key", "AdwordsApi::V201008::TargetingIdeaService::PolicyViolationKey", [0, 1]],
|
1990
|
+
["externalPolicyName", "SOAP::SOAPString", [0, 1]],
|
1991
|
+
["externalPolicyUrl", "SOAP::SOAPString", [0, 1]],
|
1992
|
+
["externalPolicyDescription", "SOAP::SOAPString", [0, 1]],
|
1993
|
+
["isExemptable", "SOAP::SOAPBoolean", [0, 1]],
|
1994
|
+
["violatingParts", "AdwordsApi::V201008::TargetingIdeaService::PolicyViolationErrorPart[]", [0, nil]]
|
1995
|
+
]
|
1996
|
+
)
|
1997
|
+
|
1938
1998
|
LiteralRegistry.register(
|
1939
1999
|
:class => AdwordsApi::V201008::TargetingIdeaService::PolicyViolationErrorPart,
|
1940
2000
|
:schema_type => XSD::QName.new(NsV201008, "PolicyViolationError.Part"),
|
@@ -1965,10 +2025,31 @@ module DefaultMappingRegistry
|
|
1965
2025
|
)
|
1966
2026
|
|
1967
2027
|
LiteralRegistry.register(
|
1968
|
-
:class => AdwordsApi::V201008::TargetingIdeaService::
|
1969
|
-
:schema_type => XSD::QName.new(NsV201008, "
|
2028
|
+
:class => AdwordsApi::V201008::TargetingIdeaService::Product,
|
2029
|
+
:schema_type => XSD::QName.new(NsV201008, "Product"),
|
2030
|
+
:schema_basetype => XSD::QName.new(NsV201008, "Criterion"),
|
1970
2031
|
:schema_element => [
|
1971
|
-
["
|
2032
|
+
["id", "SOAP::SOAPLong", [0, 1]],
|
2033
|
+
["criterion_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008, "Criterion.Type")], [0, 1]],
|
2034
|
+
["conditions", "AdwordsApi::V201008::TargetingIdeaService::ProductCondition[]", [0, nil]],
|
2035
|
+
["text", "SOAP::SOAPString", [0, 1]]
|
2036
|
+
]
|
2037
|
+
)
|
2038
|
+
|
2039
|
+
LiteralRegistry.register(
|
2040
|
+
:class => AdwordsApi::V201008::TargetingIdeaService::ProductCondition,
|
2041
|
+
:schema_type => XSD::QName.new(NsV201008, "ProductCondition"),
|
2042
|
+
:schema_element => [
|
2043
|
+
["argument", "SOAP::SOAPString", [0, 1]],
|
2044
|
+
["operand", "AdwordsApi::V201008::TargetingIdeaService::ProductConditionOperand", [0, 1]]
|
2045
|
+
]
|
2046
|
+
)
|
2047
|
+
|
2048
|
+
LiteralRegistry.register(
|
2049
|
+
:class => AdwordsApi::V201008::TargetingIdeaService::ProductConditionOperand,
|
2050
|
+
:schema_type => XSD::QName.new(NsV201008, "ProductConditionOperand"),
|
2051
|
+
:schema_element => [
|
2052
|
+
["operand", "SOAP::SOAPString", [0, 1]]
|
1972
2053
|
]
|
1973
2054
|
)
|
1974
2055
|
|
@@ -2206,87 +2287,6 @@ module DefaultMappingRegistry
|
|
2206
2287
|
]
|
2207
2288
|
)
|
2208
2289
|
|
2209
|
-
LiteralRegistry.register(
|
2210
|
-
:class => AdwordsApi::V201008::TargetingIdeaService::DatabaseError,
|
2211
|
-
:schema_type => XSD::QName.new(NsV201008, "DatabaseError"),
|
2212
|
-
:schema_basetype => XSD::QName.new(NsV201008, "ApiError"),
|
2213
|
-
:schema_element => [
|
2214
|
-
["fieldPath", "SOAP::SOAPString", [0, 1]],
|
2215
|
-
["trigger", "SOAP::SOAPString", [0, 1]],
|
2216
|
-
["errorString", "SOAP::SOAPString", [0, 1]],
|
2217
|
-
["apiError_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008, "ApiError.Type")], [0, 1]],
|
2218
|
-
["reason", "AdwordsApi::V201008::TargetingIdeaService::DatabaseErrorReason", [0, 1]]
|
2219
|
-
]
|
2220
|
-
)
|
2221
|
-
|
2222
|
-
LiteralRegistry.register(
|
2223
|
-
:class => AdwordsApi::V201008::TargetingIdeaService::PolicyViolationError,
|
2224
|
-
:schema_type => XSD::QName.new(NsV201008, "PolicyViolationError"),
|
2225
|
-
:schema_basetype => XSD::QName.new(NsV201008, "ApiError"),
|
2226
|
-
:schema_element => [
|
2227
|
-
["fieldPath", "SOAP::SOAPString", [0, 1]],
|
2228
|
-
["trigger", "SOAP::SOAPString", [0, 1]],
|
2229
|
-
["errorString", "SOAP::SOAPString", [0, 1]],
|
2230
|
-
["apiError_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008, "ApiError.Type")], [0, 1]],
|
2231
|
-
["key", "AdwordsApi::V201008::TargetingIdeaService::PolicyViolationKey", [0, 1]],
|
2232
|
-
["externalPolicyName", "SOAP::SOAPString", [0, 1]],
|
2233
|
-
["externalPolicyUrl", "SOAP::SOAPString", [0, 1]],
|
2234
|
-
["externalPolicyDescription", "SOAP::SOAPString", [0, 1]],
|
2235
|
-
["isExemptable", "SOAP::SOAPBoolean", [0, 1]],
|
2236
|
-
["violatingParts", "AdwordsApi::V201008::TargetingIdeaService::PolicyViolationErrorPart[]", [0, nil]]
|
2237
|
-
]
|
2238
|
-
)
|
2239
|
-
|
2240
|
-
LiteralRegistry.register(
|
2241
|
-
:class => AdwordsApi::V201008::TargetingIdeaService::ProductCondition,
|
2242
|
-
:schema_type => XSD::QName.new(NsV201008, "ProductCondition"),
|
2243
|
-
:schema_element => [
|
2244
|
-
["argument", "SOAP::SOAPString", [0, 1]],
|
2245
|
-
["operand", "AdwordsApi::V201008::TargetingIdeaService::ProductConditionOperand", [0, 1]]
|
2246
|
-
]
|
2247
|
-
)
|
2248
|
-
|
2249
|
-
LiteralRegistry.register(
|
2250
|
-
:class => AdwordsApi::V201008::TargetingIdeaService::ApiException,
|
2251
|
-
:schema_type => XSD::QName.new(NsV201008, "ApiException"),
|
2252
|
-
:schema_basetype => XSD::QName.new(NsV201008, "ApplicationException"),
|
2253
|
-
:schema_element => [
|
2254
|
-
["message", "SOAP::SOAPString", [0, 1]],
|
2255
|
-
["applicationException_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008, "ApplicationException.Type")], [0, 1]],
|
2256
|
-
["errors", "AdwordsApi::V201008::TargetingIdeaService::ApiError[]", [0, nil]]
|
2257
|
-
]
|
2258
|
-
)
|
2259
|
-
|
2260
|
-
LiteralRegistry.register(
|
2261
|
-
:class => AdwordsApi::V201008::TargetingIdeaService::ApplicationException,
|
2262
|
-
:schema_type => XSD::QName.new(NsV201008, "ApplicationException"),
|
2263
|
-
:schema_element => [
|
2264
|
-
["message", "SOAP::SOAPString", [0, 1]],
|
2265
|
-
["applicationException_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008, "ApplicationException.Type")], [0, 1]]
|
2266
|
-
]
|
2267
|
-
)
|
2268
|
-
|
2269
|
-
LiteralRegistry.register(
|
2270
|
-
:class => AdwordsApi::V201008::TargetingIdeaService::Product,
|
2271
|
-
:schema_type => XSD::QName.new(NsV201008, "Product"),
|
2272
|
-
:schema_basetype => XSD::QName.new(NsV201008, "Criterion"),
|
2273
|
-
:schema_element => [
|
2274
|
-
["id", "SOAP::SOAPLong", [0, 1]],
|
2275
|
-
["criterion_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008, "Criterion.Type")], [0, 1]],
|
2276
|
-
["conditions", "AdwordsApi::V201008::TargetingIdeaService::ProductCondition[]", [0, nil]],
|
2277
|
-
["text", "SOAP::SOAPString", [0, 1]]
|
2278
|
-
]
|
2279
|
-
)
|
2280
|
-
|
2281
|
-
LiteralRegistry.register(
|
2282
|
-
:class => AdwordsApi::V201008::TargetingIdeaService::Criterion,
|
2283
|
-
:schema_type => XSD::QName.new(NsV201008, "Criterion"),
|
2284
|
-
:schema_element => [
|
2285
|
-
["id", "SOAP::SOAPLong", [0, 1]],
|
2286
|
-
["criterion_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008, "Criterion.Type")], [0, 1]]
|
2287
|
-
]
|
2288
|
-
)
|
2289
|
-
|
2290
2290
|
LiteralRegistry.register(
|
2291
2291
|
:class => AdwordsApi::V201008::TargetingIdeaService::AdFormatSpec,
|
2292
2292
|
:schema_type => XSD::QName.new(NsV201008_0, "AdFormatSpec"),
|
@@ -2305,6 +2305,16 @@ module DefaultMappingRegistry
|
|
2305
2305
|
]
|
2306
2306
|
)
|
2307
2307
|
|
2308
|
+
LiteralRegistry.register(
|
2309
|
+
:class => AdwordsApi::V201008::TargetingIdeaService::AdShareSearchParameter,
|
2310
|
+
:schema_type => XSD::QName.new(NsV201008_0, "AdShareSearchParameter"),
|
2311
|
+
:schema_basetype => XSD::QName.new(NsV201008_0, "SearchParameter"),
|
2312
|
+
:schema_element => [
|
2313
|
+
["searchParameter_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008_0, "SearchParameter.Type")], [0, 1]],
|
2314
|
+
["operation", "AdwordsApi::V201008::TargetingIdeaService::DoubleComparisonOperation", [0, 1]]
|
2315
|
+
]
|
2316
|
+
)
|
2317
|
+
|
2308
2318
|
LiteralRegistry.register(
|
2309
2319
|
:class => AdwordsApi::V201008::TargetingIdeaService::AdTypeSearchParameter,
|
2310
2320
|
:schema_type => XSD::QName.new(NsV201008_0, "AdTypeSearchParameter"),
|
@@ -2315,6 +2325,16 @@ module DefaultMappingRegistry
|
|
2315
2325
|
]
|
2316
2326
|
)
|
2317
2327
|
|
2328
|
+
LiteralRegistry.register(
|
2329
|
+
:class => AdwordsApi::V201008::TargetingIdeaService::AverageTargetedMonthlySearchesSearchParameter,
|
2330
|
+
:schema_type => XSD::QName.new(NsV201008_0, "AverageTargetedMonthlySearchesSearchParameter"),
|
2331
|
+
:schema_basetype => XSD::QName.new(NsV201008_0, "SearchParameter"),
|
2332
|
+
:schema_element => [
|
2333
|
+
["searchParameter_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008_0, "SearchParameter.Type")], [0, 1]],
|
2334
|
+
["operation", "AdwordsApi::V201008::TargetingIdeaService::LongComparisonOperation", [0, 1]]
|
2335
|
+
]
|
2336
|
+
)
|
2337
|
+
|
2318
2338
|
LiteralRegistry.register(
|
2319
2339
|
:class => AdwordsApi::V201008::TargetingIdeaService::BooleanAttribute,
|
2320
2340
|
:schema_type => XSD::QName.new(NsV201008_0, "BooleanAttribute"),
|
@@ -2348,6 +2368,16 @@ module DefaultMappingRegistry
|
|
2348
2368
|
]
|
2349
2369
|
)
|
2350
2370
|
|
2371
|
+
LiteralRegistry.register(
|
2372
|
+
:class => AdwordsApi::V201008::TargetingIdeaService::CountryTargetSearchParameter,
|
2373
|
+
:schema_type => XSD::QName.new(NsV201008_0, "CountryTargetSearchParameter"),
|
2374
|
+
:schema_basetype => XSD::QName.new(NsV201008_0, "SearchParameter"),
|
2375
|
+
:schema_element => [
|
2376
|
+
["searchParameter_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008_0, "SearchParameter.Type")], [0, 1]],
|
2377
|
+
["countryTargets", "AdwordsApi::V201008::TargetingIdeaService::CountryTarget[]", [0, nil]]
|
2378
|
+
]
|
2379
|
+
)
|
2380
|
+
|
2351
2381
|
LiteralRegistry.register(
|
2352
2382
|
:class => AdwordsApi::V201008::TargetingIdeaService::DoubleAttribute,
|
2353
2383
|
:schema_type => XSD::QName.new(NsV201008_0, "DoubleAttribute"),
|
@@ -2367,6 +2397,26 @@ module DefaultMappingRegistry
|
|
2367
2397
|
]
|
2368
2398
|
)
|
2369
2399
|
|
2400
|
+
LiteralRegistry.register(
|
2401
|
+
:class => AdwordsApi::V201008::TargetingIdeaService::ExcludedKeywordSearchParameter,
|
2402
|
+
:schema_type => XSD::QName.new(NsV201008_0, "ExcludedKeywordSearchParameter"),
|
2403
|
+
:schema_basetype => XSD::QName.new(NsV201008_0, "SearchParameter"),
|
2404
|
+
:schema_element => [
|
2405
|
+
["searchParameter_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008_0, "SearchParameter.Type")], [0, 1]],
|
2406
|
+
["keywords", "AdwordsApi::V201008::TargetingIdeaService::Keyword[]", [0, nil]]
|
2407
|
+
]
|
2408
|
+
)
|
2409
|
+
|
2410
|
+
LiteralRegistry.register(
|
2411
|
+
:class => AdwordsApi::V201008::TargetingIdeaService::GlobalMonthlySearchesSearchParameter,
|
2412
|
+
:schema_type => XSD::QName.new(NsV201008_0, "GlobalMonthlySearchesSearchParameter"),
|
2413
|
+
:schema_basetype => XSD::QName.new(NsV201008_0, "SearchParameter"),
|
2414
|
+
:schema_element => [
|
2415
|
+
["searchParameter_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008_0, "SearchParameter.Type")], [0, 1]],
|
2416
|
+
["operation", "AdwordsApi::V201008::TargetingIdeaService::LongComparisonOperation", [0, 1]]
|
2417
|
+
]
|
2418
|
+
)
|
2419
|
+
|
2370
2420
|
LiteralRegistry.register(
|
2371
2421
|
:class => AdwordsApi::V201008::TargetingIdeaService::IdeaTextMatchesSearchParameter,
|
2372
2422
|
:schema_type => XSD::QName.new(NsV201008_0, "IdeaTextMatchesSearchParameter"),
|
@@ -2441,6 +2491,16 @@ module DefaultMappingRegistry
|
|
2441
2491
|
]
|
2442
2492
|
)
|
2443
2493
|
|
2494
|
+
LiteralRegistry.register(
|
2495
|
+
:class => AdwordsApi::V201008::TargetingIdeaService::KeywordAttribute,
|
2496
|
+
:schema_type => XSD::QName.new(NsV201008_0, "KeywordAttribute"),
|
2497
|
+
:schema_basetype => XSD::QName.new(NsV201008_0, "Attribute"),
|
2498
|
+
:schema_element => [
|
2499
|
+
["attribute_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008_0, "Attribute.Type")], [0, 1]],
|
2500
|
+
["value", "AdwordsApi::V201008::TargetingIdeaService::Keyword", [0, 1]]
|
2501
|
+
]
|
2502
|
+
)
|
2503
|
+
|
2444
2504
|
LiteralRegistry.register(
|
2445
2505
|
:class => AdwordsApi::V201008::TargetingIdeaService::KeywordCategoryIdSearchParameter,
|
2446
2506
|
:schema_type => XSD::QName.new(NsV201008_0, "KeywordCategoryIdSearchParameter"),
|
@@ -2461,6 +2521,16 @@ module DefaultMappingRegistry
|
|
2461
2521
|
]
|
2462
2522
|
)
|
2463
2523
|
|
2524
|
+
LiteralRegistry.register(
|
2525
|
+
:class => AdwordsApi::V201008::TargetingIdeaService::LanguageTargetSearchParameter,
|
2526
|
+
:schema_type => XSD::QName.new(NsV201008_0, "LanguageTargetSearchParameter"),
|
2527
|
+
:schema_basetype => XSD::QName.new(NsV201008_0, "SearchParameter"),
|
2528
|
+
:schema_element => [
|
2529
|
+
["searchParameter_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008_0, "SearchParameter.Type")], [0, 1]],
|
2530
|
+
["languageTargets", "AdwordsApi::V201008::TargetingIdeaService::LanguageTarget[]", [0, nil]]
|
2531
|
+
]
|
2532
|
+
)
|
2533
|
+
|
2464
2534
|
LiteralRegistry.register(
|
2465
2535
|
:class => AdwordsApi::V201008::TargetingIdeaService::LongAttribute,
|
2466
2536
|
:schema_type => XSD::QName.new(NsV201008_0, "LongAttribute"),
|
@@ -2480,6 +2550,16 @@ module DefaultMappingRegistry
|
|
2480
2550
|
]
|
2481
2551
|
)
|
2482
2552
|
|
2553
|
+
LiteralRegistry.register(
|
2554
|
+
:class => AdwordsApi::V201008::TargetingIdeaService::LongRangeAttribute,
|
2555
|
+
:schema_type => XSD::QName.new(NsV201008_0, "LongRangeAttribute"),
|
2556
|
+
:schema_basetype => XSD::QName.new(NsV201008_0, "Attribute"),
|
2557
|
+
:schema_element => [
|
2558
|
+
["attribute_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008_0, "Attribute.Type")], [0, 1]],
|
2559
|
+
["value", "AdwordsApi::V201008::TargetingIdeaService::C_Range", [0, 1]]
|
2560
|
+
]
|
2561
|
+
)
|
2562
|
+
|
2483
2563
|
LiteralRegistry.register(
|
2484
2564
|
:class => AdwordsApi::V201008::TargetingIdeaService::MatchesRegexError,
|
2485
2565
|
:schema_type => XSD::QName.new(NsV201008_0, "MatchesRegexError"),
|
@@ -2502,6 +2582,16 @@ module DefaultMappingRegistry
|
|
2502
2582
|
]
|
2503
2583
|
)
|
2504
2584
|
|
2585
|
+
LiteralRegistry.register(
|
2586
|
+
:class => AdwordsApi::V201008::TargetingIdeaService::MoneyAttribute,
|
2587
|
+
:schema_type => XSD::QName.new(NsV201008_0, "MoneyAttribute"),
|
2588
|
+
:schema_basetype => XSD::QName.new(NsV201008_0, "Attribute"),
|
2589
|
+
:schema_element => [
|
2590
|
+
["attribute_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008_0, "Attribute.Type")], [0, 1]],
|
2591
|
+
["value", "AdwordsApi::V201008::TargetingIdeaService::Money", [0, 1]]
|
2592
|
+
]
|
2593
|
+
)
|
2594
|
+
|
2505
2595
|
LiteralRegistry.register(
|
2506
2596
|
:class => AdwordsApi::V201008::TargetingIdeaService::MonthlySearchVolume,
|
2507
2597
|
:schema_type => XSD::QName.new(NsV201008_0, "MonthlySearchVolume"),
|
@@ -2522,6 +2612,16 @@ module DefaultMappingRegistry
|
|
2522
2612
|
]
|
2523
2613
|
)
|
2524
2614
|
|
2615
|
+
LiteralRegistry.register(
|
2616
|
+
:class => AdwordsApi::V201008::TargetingIdeaService::PlacementAttribute,
|
2617
|
+
:schema_type => XSD::QName.new(NsV201008_0, "PlacementAttribute"),
|
2618
|
+
:schema_basetype => XSD::QName.new(NsV201008_0, "Attribute"),
|
2619
|
+
:schema_element => [
|
2620
|
+
["attribute_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008_0, "Attribute.Type")], [0, 1]],
|
2621
|
+
["value", "AdwordsApi::V201008::TargetingIdeaService::Placement", [0, 1]]
|
2622
|
+
]
|
2623
|
+
)
|
2624
|
+
|
2525
2625
|
LiteralRegistry.register(
|
2526
2626
|
:class => AdwordsApi::V201008::TargetingIdeaService::PlacementTypeAttribute,
|
2527
2627
|
:schema_type => XSD::QName.new(NsV201008_0, "PlacementTypeAttribute"),
|
@@ -2542,6 +2642,25 @@ module DefaultMappingRegistry
|
|
2542
2642
|
]
|
2543
2643
|
)
|
2544
2644
|
|
2645
|
+
LiteralRegistry.register(
|
2646
|
+
:class => AdwordsApi::V201008::TargetingIdeaService::C_Range,
|
2647
|
+
:schema_type => XSD::QName.new(NsV201008_0, "Range"),
|
2648
|
+
:schema_element => [
|
2649
|
+
["min", "AdwordsApi::V201008::TargetingIdeaService::ComparableValue", [0, 1]],
|
2650
|
+
["max", "AdwordsApi::V201008::TargetingIdeaService::ComparableValue", [0, 1]]
|
2651
|
+
]
|
2652
|
+
)
|
2653
|
+
|
2654
|
+
LiteralRegistry.register(
|
2655
|
+
:class => AdwordsApi::V201008::TargetingIdeaService::RelatedToKeywordSearchParameter,
|
2656
|
+
:schema_type => XSD::QName.new(NsV201008_0, "RelatedToKeywordSearchParameter"),
|
2657
|
+
:schema_basetype => XSD::QName.new(NsV201008_0, "SearchParameter"),
|
2658
|
+
:schema_element => [
|
2659
|
+
["searchParameter_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008_0, "SearchParameter.Type")], [0, 1]],
|
2660
|
+
["keywords", "AdwordsApi::V201008::TargetingIdeaService::Keyword[]", [0, nil]]
|
2661
|
+
]
|
2662
|
+
)
|
2663
|
+
|
2545
2664
|
LiteralRegistry.register(
|
2546
2665
|
:class => AdwordsApi::V201008::TargetingIdeaService::RelatedToUrlSearchParameter,
|
2547
2666
|
:schema_type => XSD::QName.new(NsV201008_0, "RelatedToUrlSearchParameter"),
|
@@ -2583,6 +2702,14 @@ module DefaultMappingRegistry
|
|
2583
2702
|
]
|
2584
2703
|
)
|
2585
2704
|
|
2705
|
+
LiteralRegistry.register(
|
2706
|
+
:class => AdwordsApi::V201008::TargetingIdeaService::TargetingIdea,
|
2707
|
+
:schema_type => XSD::QName.new(NsV201008_0, "TargetingIdea"),
|
2708
|
+
:schema_element => [
|
2709
|
+
["data", "AdwordsApi::V201008::TargetingIdeaService::Type_AttributeMapEntry[]", [0, nil]]
|
2710
|
+
]
|
2711
|
+
)
|
2712
|
+
|
2586
2713
|
LiteralRegistry.register(
|
2587
2714
|
:class => AdwordsApi::V201008::TargetingIdeaService::TargetingIdeaError,
|
2588
2715
|
:schema_type => XSD::QName.new(NsV201008_0, "TargetingIdeaError"),
|
@@ -2597,140 +2724,11 @@ module DefaultMappingRegistry
|
|
2597
2724
|
)
|
2598
2725
|
|
2599
2726
|
LiteralRegistry.register(
|
2600
|
-
:class => AdwordsApi::V201008::TargetingIdeaService::
|
2601
|
-
:schema_type => XSD::QName.new(NsV201008_0, "
|
2602
|
-
:schema_element => [
|
2603
|
-
["url", "SOAP::SOAPString", [0, 1]],
|
2604
|
-
["title", "SOAP::SOAPString", [0, 1]]
|
2605
|
-
]
|
2606
|
-
)
|
2607
|
-
|
2608
|
-
LiteralRegistry.register(
|
2609
|
-
:class => AdwordsApi::V201008::TargetingIdeaService::WebpageDescriptorAttribute,
|
2610
|
-
:schema_type => XSD::QName.new(NsV201008_0, "WebpageDescriptorAttribute"),
|
2611
|
-
:schema_basetype => XSD::QName.new(NsV201008_0, "Attribute"),
|
2612
|
-
:schema_element => [
|
2613
|
-
["attribute_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008_0, "Attribute.Type")], [0, 1]],
|
2614
|
-
["value", "AdwordsApi::V201008::TargetingIdeaService::WebpageDescriptor", [0, 1]]
|
2615
|
-
]
|
2616
|
-
)
|
2617
|
-
|
2618
|
-
LiteralRegistry.register(
|
2619
|
-
:class => AdwordsApi::V201008::TargetingIdeaService::AdShareSearchParameter,
|
2620
|
-
:schema_type => XSD::QName.new(NsV201008_0, "AdShareSearchParameter"),
|
2621
|
-
:schema_basetype => XSD::QName.new(NsV201008_0, "SearchParameter"),
|
2622
|
-
:schema_element => [
|
2623
|
-
["searchParameter_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008_0, "SearchParameter.Type")], [0, 1]],
|
2624
|
-
["operation", "AdwordsApi::V201008::TargetingIdeaService::DoubleComparisonOperation", [0, 1]]
|
2625
|
-
]
|
2626
|
-
)
|
2627
|
-
|
2628
|
-
LiteralRegistry.register(
|
2629
|
-
:class => AdwordsApi::V201008::TargetingIdeaService::AverageTargetedMonthlySearchesSearchParameter,
|
2630
|
-
:schema_type => XSD::QName.new(NsV201008_0, "AverageTargetedMonthlySearchesSearchParameter"),
|
2631
|
-
:schema_basetype => XSD::QName.new(NsV201008_0, "SearchParameter"),
|
2632
|
-
:schema_element => [
|
2633
|
-
["searchParameter_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008_0, "SearchParameter.Type")], [0, 1]],
|
2634
|
-
["operation", "AdwordsApi::V201008::TargetingIdeaService::LongComparisonOperation", [0, 1]]
|
2635
|
-
]
|
2636
|
-
)
|
2637
|
-
|
2638
|
-
LiteralRegistry.register(
|
2639
|
-
:class => AdwordsApi::V201008::TargetingIdeaService::GlobalMonthlySearchesSearchParameter,
|
2640
|
-
:schema_type => XSD::QName.new(NsV201008_0, "GlobalMonthlySearchesSearchParameter"),
|
2641
|
-
:schema_basetype => XSD::QName.new(NsV201008_0, "SearchParameter"),
|
2642
|
-
:schema_element => [
|
2643
|
-
["searchParameter_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008_0, "SearchParameter.Type")], [0, 1]],
|
2644
|
-
["operation", "AdwordsApi::V201008::TargetingIdeaService::LongComparisonOperation", [0, 1]]
|
2645
|
-
]
|
2646
|
-
)
|
2647
|
-
|
2648
|
-
LiteralRegistry.register(
|
2649
|
-
:class => AdwordsApi::V201008::TargetingIdeaService::MoneyAttribute,
|
2650
|
-
:schema_type => XSD::QName.new(NsV201008_0, "MoneyAttribute"),
|
2651
|
-
:schema_basetype => XSD::QName.new(NsV201008_0, "Attribute"),
|
2652
|
-
:schema_element => [
|
2653
|
-
["attribute_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008_0, "Attribute.Type")], [0, 1]],
|
2654
|
-
["value", "AdwordsApi::V201008::TargetingIdeaService::Money", [0, 1]]
|
2655
|
-
]
|
2656
|
-
)
|
2657
|
-
|
2658
|
-
LiteralRegistry.register(
|
2659
|
-
:class => AdwordsApi::V201008::TargetingIdeaService::C_Range,
|
2660
|
-
:schema_type => XSD::QName.new(NsV201008_0, "Range"),
|
2661
|
-
:schema_element => [
|
2662
|
-
["min", "AdwordsApi::V201008::TargetingIdeaService::ComparableValue", [0, 1]],
|
2663
|
-
["max", "AdwordsApi::V201008::TargetingIdeaService::ComparableValue", [0, 1]]
|
2664
|
-
]
|
2665
|
-
)
|
2666
|
-
|
2667
|
-
LiteralRegistry.register(
|
2668
|
-
:class => AdwordsApi::V201008::TargetingIdeaService::CountryTargetSearchParameter,
|
2669
|
-
:schema_type => XSD::QName.new(NsV201008_0, "CountryTargetSearchParameter"),
|
2670
|
-
:schema_basetype => XSD::QName.new(NsV201008_0, "SearchParameter"),
|
2671
|
-
:schema_element => [
|
2672
|
-
["searchParameter_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008_0, "SearchParameter.Type")], [0, 1]],
|
2673
|
-
["countryTargets", "AdwordsApi::V201008::TargetingIdeaService::CountryTarget[]", [0, nil]]
|
2674
|
-
]
|
2675
|
-
)
|
2676
|
-
|
2677
|
-
LiteralRegistry.register(
|
2678
|
-
:class => AdwordsApi::V201008::TargetingIdeaService::LanguageTargetSearchParameter,
|
2679
|
-
:schema_type => XSD::QName.new(NsV201008_0, "LanguageTargetSearchParameter"),
|
2680
|
-
:schema_basetype => XSD::QName.new(NsV201008_0, "SearchParameter"),
|
2681
|
-
:schema_element => [
|
2682
|
-
["searchParameter_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008_0, "SearchParameter.Type")], [0, 1]],
|
2683
|
-
["languageTargets", "AdwordsApi::V201008::TargetingIdeaService::LanguageTarget[]", [0, nil]]
|
2684
|
-
]
|
2685
|
-
)
|
2686
|
-
|
2687
|
-
LiteralRegistry.register(
|
2688
|
-
:class => AdwordsApi::V201008::TargetingIdeaService::LongRangeAttribute,
|
2689
|
-
:schema_type => XSD::QName.new(NsV201008_0, "LongRangeAttribute"),
|
2690
|
-
:schema_basetype => XSD::QName.new(NsV201008_0, "Attribute"),
|
2691
|
-
:schema_element => [
|
2692
|
-
["attribute_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008_0, "Attribute.Type")], [0, 1]],
|
2693
|
-
["value", "AdwordsApi::V201008::TargetingIdeaService::C_Range", [0, 1]]
|
2694
|
-
]
|
2695
|
-
)
|
2696
|
-
|
2697
|
-
LiteralRegistry.register(
|
2698
|
-
:class => AdwordsApi::V201008::TargetingIdeaService::ExcludedKeywordSearchParameter,
|
2699
|
-
:schema_type => XSD::QName.new(NsV201008_0, "ExcludedKeywordSearchParameter"),
|
2700
|
-
:schema_basetype => XSD::QName.new(NsV201008_0, "SearchParameter"),
|
2701
|
-
:schema_element => [
|
2702
|
-
["searchParameter_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008_0, "SearchParameter.Type")], [0, 1]],
|
2703
|
-
["keywords", "AdwordsApi::V201008::TargetingIdeaService::Keyword[]", [0, nil]]
|
2704
|
-
]
|
2705
|
-
)
|
2706
|
-
|
2707
|
-
LiteralRegistry.register(
|
2708
|
-
:class => AdwordsApi::V201008::TargetingIdeaService::KeywordAttribute,
|
2709
|
-
:schema_type => XSD::QName.new(NsV201008_0, "KeywordAttribute"),
|
2710
|
-
:schema_basetype => XSD::QName.new(NsV201008_0, "Attribute"),
|
2711
|
-
:schema_element => [
|
2712
|
-
["attribute_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008_0, "Attribute.Type")], [0, 1]],
|
2713
|
-
["value", "AdwordsApi::V201008::TargetingIdeaService::Keyword", [0, 1]]
|
2714
|
-
]
|
2715
|
-
)
|
2716
|
-
|
2717
|
-
LiteralRegistry.register(
|
2718
|
-
:class => AdwordsApi::V201008::TargetingIdeaService::PlacementAttribute,
|
2719
|
-
:schema_type => XSD::QName.new(NsV201008_0, "PlacementAttribute"),
|
2720
|
-
:schema_basetype => XSD::QName.new(NsV201008_0, "Attribute"),
|
2721
|
-
:schema_element => [
|
2722
|
-
["attribute_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008_0, "Attribute.Type")], [0, 1]],
|
2723
|
-
["value", "AdwordsApi::V201008::TargetingIdeaService::Placement", [0, 1]]
|
2724
|
-
]
|
2725
|
-
)
|
2726
|
-
|
2727
|
-
LiteralRegistry.register(
|
2728
|
-
:class => AdwordsApi::V201008::TargetingIdeaService::RelatedToKeywordSearchParameter,
|
2729
|
-
:schema_type => XSD::QName.new(NsV201008_0, "RelatedToKeywordSearchParameter"),
|
2730
|
-
:schema_basetype => XSD::QName.new(NsV201008_0, "SearchParameter"),
|
2727
|
+
:class => AdwordsApi::V201008::TargetingIdeaService::TargetingIdeaPage,
|
2728
|
+
:schema_type => XSD::QName.new(NsV201008_0, "TargetingIdeaPage"),
|
2731
2729
|
:schema_element => [
|
2732
|
-
["
|
2733
|
-
["
|
2730
|
+
["totalNumEntries", "SOAP::SOAPInt", [0, 1]],
|
2731
|
+
["entries", "AdwordsApi::V201008::TargetingIdeaService::TargetingIdea[]", [0, nil]]
|
2734
2732
|
]
|
2735
2733
|
)
|
2736
2734
|
|
@@ -2758,19 +2756,21 @@ module DefaultMappingRegistry
|
|
2758
2756
|
)
|
2759
2757
|
|
2760
2758
|
LiteralRegistry.register(
|
2761
|
-
:class => AdwordsApi::V201008::TargetingIdeaService::
|
2762
|
-
:schema_type => XSD::QName.new(NsV201008_0, "
|
2759
|
+
:class => AdwordsApi::V201008::TargetingIdeaService::WebpageDescriptor,
|
2760
|
+
:schema_type => XSD::QName.new(NsV201008_0, "WebpageDescriptor"),
|
2763
2761
|
:schema_element => [
|
2764
|
-
["
|
2762
|
+
["url", "SOAP::SOAPString", [0, 1]],
|
2763
|
+
["title", "SOAP::SOAPString", [0, 1]]
|
2765
2764
|
]
|
2766
2765
|
)
|
2767
2766
|
|
2768
2767
|
LiteralRegistry.register(
|
2769
|
-
:class => AdwordsApi::V201008::TargetingIdeaService::
|
2770
|
-
:schema_type => XSD::QName.new(NsV201008_0, "
|
2768
|
+
:class => AdwordsApi::V201008::TargetingIdeaService::WebpageDescriptorAttribute,
|
2769
|
+
:schema_type => XSD::QName.new(NsV201008_0, "WebpageDescriptorAttribute"),
|
2770
|
+
:schema_basetype => XSD::QName.new(NsV201008_0, "Attribute"),
|
2771
2771
|
:schema_element => [
|
2772
|
-
["
|
2773
|
-
["
|
2772
|
+
["attribute_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201008_0, "Attribute.Type")], [0, 1]],
|
2773
|
+
["value", "AdwordsApi::V201008::TargetingIdeaService::WebpageDescriptor", [0, 1]]
|
2774
2774
|
]
|
2775
2775
|
)
|
2776
2776
|
|