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 TrafficEstimatorServiceInterface < ::SOAP::RPC::Driver
|
|
16
16
|
["out", "parameters", ["::SOAP::SOAPElement", "https://adwords.google.com/api/adwords/o/v201101", "getResponse"]] ],
|
17
17
|
{ :request_style => :document, :request_use => :literal,
|
18
18
|
:response_style => :document, :response_use => :literal,
|
19
|
-
:faults => {"AdwordsApi::V201101::TrafficEstimatorService::ApiException_"=>{:encodingstyle=>"document", :namespace=>nil, :ns=>"https://adwords.google.com/api/adwords/o/v201101", :
|
19
|
+
:faults => {"AdwordsApi::V201101::TrafficEstimatorService::ApiException_"=>{:encodingstyle=>"document", :use=>"literal", :namespace=>nil, :ns=>"https://adwords.google.com/api/adwords/o/v201101", :name=>"ApiException"}} }
|
20
20
|
]
|
21
21
|
]
|
22
22
|
|
@@ -49,6 +49,26 @@ module DefaultMappingRegistry
|
|
49
49
|
]
|
50
50
|
)
|
51
51
|
|
52
|
+
EncodedRegistry.register(
|
53
|
+
:class => AdwordsApi::V201101::TrafficEstimatorService::ApiException,
|
54
|
+
:schema_type => XSD::QName.new(NsV201101, "ApiException"),
|
55
|
+
:schema_basetype => XSD::QName.new(NsV201101, "ApplicationException"),
|
56
|
+
:schema_element => [
|
57
|
+
["message", "SOAP::SOAPString", [0, 1]],
|
58
|
+
["applicationException_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201101, "ApplicationException.Type")], [0, 1]],
|
59
|
+
["errors", "AdwordsApi::V201101::TrafficEstimatorService::ApiError[]", [0, nil]]
|
60
|
+
]
|
61
|
+
)
|
62
|
+
|
63
|
+
EncodedRegistry.register(
|
64
|
+
:class => AdwordsApi::V201101::TrafficEstimatorService::ApplicationException,
|
65
|
+
:schema_type => XSD::QName.new(NsV201101, "ApplicationException"),
|
66
|
+
:schema_element => [
|
67
|
+
["message", "SOAP::SOAPString", [0, 1]],
|
68
|
+
["applicationException_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201101, "ApplicationException.Type")], [0, 1]]
|
69
|
+
]
|
70
|
+
)
|
71
|
+
|
52
72
|
EncodedRegistry.register(
|
53
73
|
:class => AdwordsApi::V201101::TrafficEstimatorService::AuthenticationError,
|
54
74
|
:schema_type => XSD::QName.new(NsV201101, "AuthenticationError"),
|
@@ -112,6 +132,28 @@ module DefaultMappingRegistry
|
|
112
132
|
]
|
113
133
|
)
|
114
134
|
|
135
|
+
EncodedRegistry.register(
|
136
|
+
:class => AdwordsApi::V201101::TrafficEstimatorService::Criterion,
|
137
|
+
:schema_type => XSD::QName.new(NsV201101, "Criterion"),
|
138
|
+
:schema_element => [
|
139
|
+
["id", "SOAP::SOAPLong", [0, 1]],
|
140
|
+
["criterion_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201101, "Criterion.Type")], [0, 1]]
|
141
|
+
]
|
142
|
+
)
|
143
|
+
|
144
|
+
EncodedRegistry.register(
|
145
|
+
:class => AdwordsApi::V201101::TrafficEstimatorService::DatabaseError,
|
146
|
+
:schema_type => XSD::QName.new(NsV201101, "DatabaseError"),
|
147
|
+
:schema_basetype => XSD::QName.new(NsV201101, "ApiError"),
|
148
|
+
:schema_element => [
|
149
|
+
["fieldPath", "SOAP::SOAPString", [0, 1]],
|
150
|
+
["trigger", "SOAP::SOAPString", [0, 1]],
|
151
|
+
["errorString", "SOAP::SOAPString", [0, 1]],
|
152
|
+
["apiError_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201101, "ApiError.Type")], [0, 1]],
|
153
|
+
["reason", "AdwordsApi::V201101::TrafficEstimatorService::DatabaseErrorReason", [0, 1]]
|
154
|
+
]
|
155
|
+
)
|
156
|
+
|
115
157
|
EncodedRegistry.register(
|
116
158
|
:class => AdwordsApi::V201101::TrafficEstimatorService::DateError,
|
117
159
|
:schema_type => XSD::QName.new(NsV201101, "DateError"),
|
@@ -391,6 +433,27 @@ module DefaultMappingRegistry
|
|
391
433
|
]
|
392
434
|
)
|
393
435
|
|
436
|
+
EncodedRegistry.register(
|
437
|
+
:class => AdwordsApi::V201101::TrafficEstimatorService::Product,
|
438
|
+
:schema_type => XSD::QName.new(NsV201101, "Product"),
|
439
|
+
:schema_basetype => XSD::QName.new(NsV201101, "Criterion"),
|
440
|
+
:schema_element => [
|
441
|
+
["id", "SOAP::SOAPLong", [0, 1]],
|
442
|
+
["criterion_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201101, "Criterion.Type")], [0, 1]],
|
443
|
+
["conditions", "AdwordsApi::V201101::TrafficEstimatorService::ProductCondition[]", [0, nil]],
|
444
|
+
["text", "SOAP::SOAPString", [0, 1]]
|
445
|
+
]
|
446
|
+
)
|
447
|
+
|
448
|
+
EncodedRegistry.register(
|
449
|
+
:class => AdwordsApi::V201101::TrafficEstimatorService::ProductCondition,
|
450
|
+
:schema_type => XSD::QName.new(NsV201101, "ProductCondition"),
|
451
|
+
:schema_element => [
|
452
|
+
["argument", "SOAP::SOAPString", [0, 1]],
|
453
|
+
["operand", "AdwordsApi::V201101::TrafficEstimatorService::ProductConditionOperand", [0, 1]]
|
454
|
+
]
|
455
|
+
)
|
456
|
+
|
394
457
|
EncodedRegistry.register(
|
395
458
|
:class => AdwordsApi::V201101::TrafficEstimatorService::ProductConditionOperand,
|
396
459
|
:schema_type => XSD::QName.new(NsV201101, "ProductConditionOperand"),
|
@@ -632,69 +695,6 @@ module DefaultMappingRegistry
|
|
632
695
|
]
|
633
696
|
)
|
634
697
|
|
635
|
-
EncodedRegistry.register(
|
636
|
-
:class => AdwordsApi::V201101::TrafficEstimatorService::DatabaseError,
|
637
|
-
:schema_type => XSD::QName.new(NsV201101, "DatabaseError"),
|
638
|
-
:schema_basetype => XSD::QName.new(NsV201101, "ApiError"),
|
639
|
-
:schema_element => [
|
640
|
-
["fieldPath", "SOAP::SOAPString", [0, 1]],
|
641
|
-
["trigger", "SOAP::SOAPString", [0, 1]],
|
642
|
-
["errorString", "SOAP::SOAPString", [0, 1]],
|
643
|
-
["apiError_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201101, "ApiError.Type")], [0, 1]],
|
644
|
-
["reason", "AdwordsApi::V201101::TrafficEstimatorService::DatabaseErrorReason", [0, 1]]
|
645
|
-
]
|
646
|
-
)
|
647
|
-
|
648
|
-
EncodedRegistry.register(
|
649
|
-
:class => AdwordsApi::V201101::TrafficEstimatorService::ProductCondition,
|
650
|
-
:schema_type => XSD::QName.new(NsV201101, "ProductCondition"),
|
651
|
-
:schema_element => [
|
652
|
-
["argument", "SOAP::SOAPString", [0, 1]],
|
653
|
-
["operand", "AdwordsApi::V201101::TrafficEstimatorService::ProductConditionOperand", [0, 1]]
|
654
|
-
]
|
655
|
-
)
|
656
|
-
|
657
|
-
EncodedRegistry.register(
|
658
|
-
:class => AdwordsApi::V201101::TrafficEstimatorService::ApiException,
|
659
|
-
:schema_type => XSD::QName.new(NsV201101, "ApiException"),
|
660
|
-
:schema_basetype => XSD::QName.new(NsV201101, "ApplicationException"),
|
661
|
-
:schema_element => [
|
662
|
-
["message", "SOAP::SOAPString", [0, 1]],
|
663
|
-
["applicationException_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201101, "ApplicationException.Type")], [0, 1]],
|
664
|
-
["errors", "AdwordsApi::V201101::TrafficEstimatorService::ApiError[]", [0, nil]]
|
665
|
-
]
|
666
|
-
)
|
667
|
-
|
668
|
-
EncodedRegistry.register(
|
669
|
-
:class => AdwordsApi::V201101::TrafficEstimatorService::ApplicationException,
|
670
|
-
:schema_type => XSD::QName.new(NsV201101, "ApplicationException"),
|
671
|
-
:schema_element => [
|
672
|
-
["message", "SOAP::SOAPString", [0, 1]],
|
673
|
-
["applicationException_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201101, "ApplicationException.Type")], [0, 1]]
|
674
|
-
]
|
675
|
-
)
|
676
|
-
|
677
|
-
EncodedRegistry.register(
|
678
|
-
:class => AdwordsApi::V201101::TrafficEstimatorService::Product,
|
679
|
-
:schema_type => XSD::QName.new(NsV201101, "Product"),
|
680
|
-
:schema_basetype => XSD::QName.new(NsV201101, "Criterion"),
|
681
|
-
:schema_element => [
|
682
|
-
["id", "SOAP::SOAPLong", [0, 1]],
|
683
|
-
["criterion_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201101, "Criterion.Type")], [0, 1]],
|
684
|
-
["conditions", "AdwordsApi::V201101::TrafficEstimatorService::ProductCondition[]", [0, nil]],
|
685
|
-
["text", "SOAP::SOAPString", [0, 1]]
|
686
|
-
]
|
687
|
-
)
|
688
|
-
|
689
|
-
EncodedRegistry.register(
|
690
|
-
:class => AdwordsApi::V201101::TrafficEstimatorService::Criterion,
|
691
|
-
:schema_type => XSD::QName.new(NsV201101, "Criterion"),
|
692
|
-
:schema_element => [
|
693
|
-
["id", "SOAP::SOAPLong", [0, 1]],
|
694
|
-
["criterion_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201101, "Criterion.Type")], [0, 1]]
|
695
|
-
]
|
696
|
-
)
|
697
|
-
|
698
698
|
EncodedRegistry.register(
|
699
699
|
:class => AdwordsApi::V201101::TrafficEstimatorService::AdGroupEstimate,
|
700
700
|
:schema_type => XSD::QName.new(NsV201101_0, "AdGroupEstimate"),
|
@@ -1081,6 +1081,26 @@ module DefaultMappingRegistry
|
|
1081
1081
|
]
|
1082
1082
|
)
|
1083
1083
|
|
1084
|
+
LiteralRegistry.register(
|
1085
|
+
:class => AdwordsApi::V201101::TrafficEstimatorService::ApiException,
|
1086
|
+
:schema_type => XSD::QName.new(NsV201101, "ApiException"),
|
1087
|
+
:schema_basetype => XSD::QName.new(NsV201101, "ApplicationException"),
|
1088
|
+
:schema_element => [
|
1089
|
+
["message", "SOAP::SOAPString", [0, 1]],
|
1090
|
+
["applicationException_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201101, "ApplicationException.Type")], [0, 1]],
|
1091
|
+
["errors", "AdwordsApi::V201101::TrafficEstimatorService::ApiError[]", [0, nil]]
|
1092
|
+
]
|
1093
|
+
)
|
1094
|
+
|
1095
|
+
LiteralRegistry.register(
|
1096
|
+
:class => AdwordsApi::V201101::TrafficEstimatorService::ApplicationException,
|
1097
|
+
:schema_type => XSD::QName.new(NsV201101, "ApplicationException"),
|
1098
|
+
:schema_element => [
|
1099
|
+
["message", "SOAP::SOAPString", [0, 1]],
|
1100
|
+
["applicationException_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201101, "ApplicationException.Type")], [0, 1]]
|
1101
|
+
]
|
1102
|
+
)
|
1103
|
+
|
1084
1104
|
LiteralRegistry.register(
|
1085
1105
|
:class => AdwordsApi::V201101::TrafficEstimatorService::AuthenticationError,
|
1086
1106
|
:schema_type => XSD::QName.new(NsV201101, "AuthenticationError"),
|
@@ -1144,6 +1164,28 @@ module DefaultMappingRegistry
|
|
1144
1164
|
]
|
1145
1165
|
)
|
1146
1166
|
|
1167
|
+
LiteralRegistry.register(
|
1168
|
+
:class => AdwordsApi::V201101::TrafficEstimatorService::Criterion,
|
1169
|
+
:schema_type => XSD::QName.new(NsV201101, "Criterion"),
|
1170
|
+
:schema_element => [
|
1171
|
+
["id", "SOAP::SOAPLong", [0, 1]],
|
1172
|
+
["criterion_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201101, "Criterion.Type")], [0, 1]]
|
1173
|
+
]
|
1174
|
+
)
|
1175
|
+
|
1176
|
+
LiteralRegistry.register(
|
1177
|
+
:class => AdwordsApi::V201101::TrafficEstimatorService::DatabaseError,
|
1178
|
+
:schema_type => XSD::QName.new(NsV201101, "DatabaseError"),
|
1179
|
+
:schema_basetype => XSD::QName.new(NsV201101, "ApiError"),
|
1180
|
+
:schema_element => [
|
1181
|
+
["fieldPath", "SOAP::SOAPString", [0, 1]],
|
1182
|
+
["trigger", "SOAP::SOAPString", [0, 1]],
|
1183
|
+
["errorString", "SOAP::SOAPString", [0, 1]],
|
1184
|
+
["apiError_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201101, "ApiError.Type")], [0, 1]],
|
1185
|
+
["reason", "AdwordsApi::V201101::TrafficEstimatorService::DatabaseErrorReason", [0, 1]]
|
1186
|
+
]
|
1187
|
+
)
|
1188
|
+
|
1147
1189
|
LiteralRegistry.register(
|
1148
1190
|
:class => AdwordsApi::V201101::TrafficEstimatorService::DateError,
|
1149
1191
|
:schema_type => XSD::QName.new(NsV201101, "DateError"),
|
@@ -1423,6 +1465,27 @@ module DefaultMappingRegistry
|
|
1423
1465
|
]
|
1424
1466
|
)
|
1425
1467
|
|
1468
|
+
LiteralRegistry.register(
|
1469
|
+
:class => AdwordsApi::V201101::TrafficEstimatorService::Product,
|
1470
|
+
:schema_type => XSD::QName.new(NsV201101, "Product"),
|
1471
|
+
:schema_basetype => XSD::QName.new(NsV201101, "Criterion"),
|
1472
|
+
:schema_element => [
|
1473
|
+
["id", "SOAP::SOAPLong", [0, 1]],
|
1474
|
+
["criterion_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201101, "Criterion.Type")], [0, 1]],
|
1475
|
+
["conditions", "AdwordsApi::V201101::TrafficEstimatorService::ProductCondition[]", [0, nil]],
|
1476
|
+
["text", "SOAP::SOAPString", [0, 1]]
|
1477
|
+
]
|
1478
|
+
)
|
1479
|
+
|
1480
|
+
LiteralRegistry.register(
|
1481
|
+
:class => AdwordsApi::V201101::TrafficEstimatorService::ProductCondition,
|
1482
|
+
:schema_type => XSD::QName.new(NsV201101, "ProductCondition"),
|
1483
|
+
:schema_element => [
|
1484
|
+
["argument", "SOAP::SOAPString", [0, 1]],
|
1485
|
+
["operand", "AdwordsApi::V201101::TrafficEstimatorService::ProductConditionOperand", [0, 1]]
|
1486
|
+
]
|
1487
|
+
)
|
1488
|
+
|
1426
1489
|
LiteralRegistry.register(
|
1427
1490
|
:class => AdwordsApi::V201101::TrafficEstimatorService::ProductConditionOperand,
|
1428
1491
|
:schema_type => XSD::QName.new(NsV201101, "ProductConditionOperand"),
|
@@ -1664,69 +1727,6 @@ module DefaultMappingRegistry
|
|
1664
1727
|
]
|
1665
1728
|
)
|
1666
1729
|
|
1667
|
-
LiteralRegistry.register(
|
1668
|
-
:class => AdwordsApi::V201101::TrafficEstimatorService::DatabaseError,
|
1669
|
-
:schema_type => XSD::QName.new(NsV201101, "DatabaseError"),
|
1670
|
-
:schema_basetype => XSD::QName.new(NsV201101, "ApiError"),
|
1671
|
-
:schema_element => [
|
1672
|
-
["fieldPath", "SOAP::SOAPString", [0, 1]],
|
1673
|
-
["trigger", "SOAP::SOAPString", [0, 1]],
|
1674
|
-
["errorString", "SOAP::SOAPString", [0, 1]],
|
1675
|
-
["apiError_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201101, "ApiError.Type")], [0, 1]],
|
1676
|
-
["reason", "AdwordsApi::V201101::TrafficEstimatorService::DatabaseErrorReason", [0, 1]]
|
1677
|
-
]
|
1678
|
-
)
|
1679
|
-
|
1680
|
-
LiteralRegistry.register(
|
1681
|
-
:class => AdwordsApi::V201101::TrafficEstimatorService::ProductCondition,
|
1682
|
-
:schema_type => XSD::QName.new(NsV201101, "ProductCondition"),
|
1683
|
-
:schema_element => [
|
1684
|
-
["argument", "SOAP::SOAPString", [0, 1]],
|
1685
|
-
["operand", "AdwordsApi::V201101::TrafficEstimatorService::ProductConditionOperand", [0, 1]]
|
1686
|
-
]
|
1687
|
-
)
|
1688
|
-
|
1689
|
-
LiteralRegistry.register(
|
1690
|
-
:class => AdwordsApi::V201101::TrafficEstimatorService::ApiException,
|
1691
|
-
:schema_type => XSD::QName.new(NsV201101, "ApiException"),
|
1692
|
-
:schema_basetype => XSD::QName.new(NsV201101, "ApplicationException"),
|
1693
|
-
:schema_element => [
|
1694
|
-
["message", "SOAP::SOAPString", [0, 1]],
|
1695
|
-
["applicationException_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201101, "ApplicationException.Type")], [0, 1]],
|
1696
|
-
["errors", "AdwordsApi::V201101::TrafficEstimatorService::ApiError[]", [0, nil]]
|
1697
|
-
]
|
1698
|
-
)
|
1699
|
-
|
1700
|
-
LiteralRegistry.register(
|
1701
|
-
:class => AdwordsApi::V201101::TrafficEstimatorService::ApplicationException,
|
1702
|
-
:schema_type => XSD::QName.new(NsV201101, "ApplicationException"),
|
1703
|
-
:schema_element => [
|
1704
|
-
["message", "SOAP::SOAPString", [0, 1]],
|
1705
|
-
["applicationException_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201101, "ApplicationException.Type")], [0, 1]]
|
1706
|
-
]
|
1707
|
-
)
|
1708
|
-
|
1709
|
-
LiteralRegistry.register(
|
1710
|
-
:class => AdwordsApi::V201101::TrafficEstimatorService::Product,
|
1711
|
-
:schema_type => XSD::QName.new(NsV201101, "Product"),
|
1712
|
-
:schema_basetype => XSD::QName.new(NsV201101, "Criterion"),
|
1713
|
-
:schema_element => [
|
1714
|
-
["id", "SOAP::SOAPLong", [0, 1]],
|
1715
|
-
["criterion_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201101, "Criterion.Type")], [0, 1]],
|
1716
|
-
["conditions", "AdwordsApi::V201101::TrafficEstimatorService::ProductCondition[]", [0, nil]],
|
1717
|
-
["text", "SOAP::SOAPString", [0, 1]]
|
1718
|
-
]
|
1719
|
-
)
|
1720
|
-
|
1721
|
-
LiteralRegistry.register(
|
1722
|
-
:class => AdwordsApi::V201101::TrafficEstimatorService::Criterion,
|
1723
|
-
:schema_type => XSD::QName.new(NsV201101, "Criterion"),
|
1724
|
-
:schema_element => [
|
1725
|
-
["id", "SOAP::SOAPLong", [0, 1]],
|
1726
|
-
["criterion_Type", ["SOAP::SOAPString", XSD::QName.new(NsV201101, "Criterion.Type")], [0, 1]]
|
1727
|
-
]
|
1728
|
-
)
|
1729
|
-
|
1730
1730
|
LiteralRegistry.register(
|
1731
1731
|
:class => AdwordsApi::V201101::TrafficEstimatorService::AdGroupEstimate,
|
1732
1732
|
:schema_type => XSD::QName.new(NsV201101_0, "AdGroupEstimate"),
|
@@ -16,7 +16,7 @@ class UserListServiceInterface < ::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::UserListService::ApiException"=>{:encodingstyle=>"document", :namespace=>nil, :ns=>"https://adwords.google.com/api/adwords/cm/v201101", :
|
19
|
+
:faults => {"AdwordsApi::V201101::UserListService::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 UserListServiceInterface < ::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::UserListService::ApiException"=>{:encodingstyle=>"document", :namespace=>nil, :ns=>"https://adwords.google.com/api/adwords/cm/v201101", :
|
27
|
+
:faults => {"AdwordsApi::V201101::UserListService::ApiException"=>{:encodingstyle=>"document", :use=>"literal", :namespace=>nil, :ns=>"https://adwords.google.com/api/adwords/cm/v201101", :name=>"ApiException"}} }
|
28
28
|
]
|
29
29
|
]
|
30
30
|
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-adwords-api
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 25
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 1
|
9
|
-
-
|
10
|
-
version: 0.1.
|
9
|
+
- 1
|
10
|
+
version: 0.1.1
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Sergio Gomes
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2011-03-
|
18
|
+
date: 2011-03-29 00:00:00 +01:00
|
19
19
|
default_executable:
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|
@@ -389,6 +389,14 @@ files:
|
|
389
389
|
- lib/adwords_api/v201101/UserListServiceMappingRegistry.rb
|
390
390
|
- lib/adwords_api/v201101/UserListServiceDriver.rb
|
391
391
|
- lib/adwords_api/v201101/UserListServiceWrapper.rb
|
392
|
+
- lib/adwords_api/v201101/BulkOpportunityService.rb
|
393
|
+
- lib/adwords_api/v201101/BulkOpportunityServiceMappingRegistry.rb
|
394
|
+
- lib/adwords_api/v201101/BulkOpportunityServiceDriver.rb
|
395
|
+
- lib/adwords_api/v201101/BulkOpportunityServiceWrapper.rb
|
396
|
+
- lib/adwords_api/v201101/ConversionTrackerService.rb
|
397
|
+
- lib/adwords_api/v201101/ConversionTrackerServiceMappingRegistry.rb
|
398
|
+
- lib/adwords_api/v201101/ConversionTrackerServiceDriver.rb
|
399
|
+
- lib/adwords_api/v201101/ConversionTrackerServiceWrapper.rb
|
392
400
|
- lib/adwords_api/soap4r_response_handler.rb
|
393
401
|
- lib/adwords_api/api_config.rb
|
394
402
|
- lib/adwords_api/credential_handler.rb
|
@@ -607,9 +615,13 @@ files:
|
|
607
615
|
- examples/v201101/upload_image.rb
|
608
616
|
- examples/v201101/add_mcc_report_definition.rb
|
609
617
|
- examples/v201101/download_mcc_report.rb
|
618
|
+
- examples/v201101/get_all_conversions.rb
|
619
|
+
- examples/v201101/add_conversion.rb
|
620
|
+
- examples/v201101/update_conversion.rb
|
621
|
+
- examples/v201101/get_keyword_opportunities.rb
|
610
622
|
- README
|
611
623
|
has_rdoc: true
|
612
|
-
homepage: http://code.google.com/p/google-api-
|
624
|
+
homepage: http://code.google.com/p/google-api-ads-ruby/
|
613
625
|
licenses: []
|
614
626
|
|
615
627
|
post_install_message:
|