adwords4r 13.0.1 → 15.0.1
Sign up to get free protection for your applications and to get access to all the features.
- data/Authors.txt +2 -1
- data/ChangeLog.txt +28 -0
- data/Copying.txt +1 -1
- data/{Licence.txt → License.txt} +1 -1
- data/Rakefile +49 -54
- data/Readme.txt +78 -24
- data/adwords.properties +1 -1
- data/examples/account_info.rb +20 -26
- data/examples/create_all.rb +51 -53
- data/examples/create_all_v200902.rb +204 -0
- data/examples/keyword_suggestions.rb +35 -38
- data/examples/multiple_versions.rb +167 -0
- data/examples/reports.rb +37 -75
- data/lib/adwords4r.rb +123 -123
- data/lib/adwords4r/adwordslogger.rb +56 -0
- data/lib/adwords4r/apiextensions.rb +79 -0
- data/lib/adwords4r/authtoken.rb +56 -0
- data/lib/adwords4r/credentials.rb +115 -19
- data/lib/adwords4r/services.rb +139 -14
- data/lib/adwords4r/soap4rpatches.rb +129 -0
- data/lib/adwords4r/v13/AccountService.rb +11 -11
- data/lib/adwords4r/v13/AccountServiceDriver.rb +7 -5
- data/lib/adwords4r/v13/AccountServiceMappingRegistry.rb +56 -56
- data/lib/adwords4r/v13/AdGroupService.rb +9 -9
- data/lib/adwords4r/v13/AdGroupServiceDriver.rb +11 -9
- data/lib/adwords4r/v13/AdGroupServiceMappingRegistry.rb +47 -47
- data/lib/adwords4r/v13/AdService.rb +37 -37
- data/lib/adwords4r/v13/AdServiceDriver.rb +12 -10
- data/lib/adwords4r/v13/AdServiceMappingRegistry.rb +148 -148
- data/lib/adwords4r/v13/CampaignService.rb +46 -25
- data/lib/adwords4r/v13/CampaignServiceDriver.rb +23 -13
- data/lib/adwords4r/v13/CampaignServiceMappingRegistry.rb +169 -135
- data/lib/adwords4r/v13/CriterionService.rb +19 -19
- data/lib/adwords4r/v13/CriterionServiceDriver.rb +11 -9
- data/lib/adwords4r/v13/CriterionServiceMappingRegistry.rb +90 -90
- data/lib/adwords4r/v13/InfoService.rb +3 -3
- data/lib/adwords4r/v13/InfoServiceDriver.rb +10 -8
- data/lib/adwords4r/v13/InfoServiceMappingRegistry.rb +29 -29
- data/lib/adwords4r/v13/KeywordToolService.rb +10 -10
- data/lib/adwords4r/v13/KeywordToolServiceDriver.rb +4 -2
- data/lib/adwords4r/v13/KeywordToolServiceMappingRegistry.rb +37 -37
- data/lib/adwords4r/v13/ReportService.rb +13 -13
- data/lib/adwords4r/v13/ReportServiceDriver.rb +9 -7
- data/lib/adwords4r/v13/ReportServiceMappingRegistry.rb +54 -54
- data/lib/adwords4r/v13/SiteSuggestionService.rb +15 -15
- data/lib/adwords4r/v13/SiteSuggestionServiceDriver.rb +6 -4
- data/lib/adwords4r/v13/SiteSuggestionServiceMappingRegistry.rb +57 -57
- data/lib/adwords4r/v13/TrafficEstimatorService.rb +17 -17
- data/lib/adwords4r/v13/TrafficEstimatorServiceDriver.rb +6 -4
- data/lib/adwords4r/v13/TrafficEstimatorServiceMappingRegistry.rb +96 -96
- data/lib/adwords4r/v200902/AdGroupAdService.rb +2021 -0
- data/lib/adwords4r/v200902/AdGroupAdServiceDriver.rb +63 -0
- data/lib/adwords4r/v200902/AdGroupAdServiceMappingRegistry.rb +2234 -0
- data/lib/adwords4r/v200902/AdGroupCriterionService.rb +1209 -0
- data/lib/adwords4r/v200902/AdGroupCriterionServiceDriver.rb +63 -0
- data/lib/adwords4r/v200902/AdGroupCriterionServiceMappingRegistry.rb +1434 -0
- data/lib/adwords4r/v200902/AdGroupService.rb +968 -0
- data/lib/adwords4r/{v12/KeywordToolServiceDriver.rb → v200902/AdGroupServiceDriver.rb} +15 -13
- data/lib/adwords4r/v200902/AdGroupServiceMappingRegistry.rb +1114 -0
- data/lib/adwords4r/v200902/CampaignCriterionService.rb +741 -0
- data/lib/adwords4r/v200902/CampaignCriterionServiceDriver.rb +63 -0
- data/lib/adwords4r/v200902/CampaignCriterionServiceMappingRegistry.rb +904 -0
- data/lib/adwords4r/v200902/CampaignService.rb +1249 -0
- data/lib/adwords4r/v200902/CampaignServiceDriver.rb +63 -0
- data/lib/adwords4r/v200902/CampaignServiceMappingRegistry.rb +1466 -0
- data/lib/adwords4r/v200902/CampaignTargetService.rb +1156 -0
- data/lib/adwords4r/v200902/CampaignTargetServiceDriver.rb +63 -0
- data/lib/adwords4r/v200902/CampaignTargetServiceMappingRegistry.rb +1304 -0
- data/setup.rb +0 -0
- metadata +57 -65
- data/lib/adwords4r/v12/AccountService.rb +0 -215
- data/lib/adwords4r/v12/AccountServiceDriver.rb +0 -69
- data/lib/adwords4r/v12/AccountServiceMappingRegistry.rb +0 -243
- data/lib/adwords4r/v12/AdGroupService.rb +0 -263
- data/lib/adwords4r/v12/AdGroupServiceDriver.rb +0 -109
- data/lib/adwords4r/v12/AdGroupServiceMappingRegistry.rb +0 -280
- data/lib/adwords4r/v12/AdService.rb +0 -769
- data/lib/adwords4r/v12/AdServiceDriver.rb +0 -125
- data/lib/adwords4r/v12/AdServiceMappingRegistry.rb +0 -813
- data/lib/adwords4r/v12/CampaignService.rb +0 -498
- data/lib/adwords4r/v12/CampaignServiceDriver.rb +0 -133
- data/lib/adwords4r/v12/CampaignServiceMappingRegistry.rb +0 -642
- data/lib/adwords4r/v12/CriterionService.rb +0 -445
- data/lib/adwords4r/v12/CriterionServiceDriver.rb +0 -117
- data/lib/adwords4r/v12/CriterionServiceMappingRegistry.rb +0 -509
- data/lib/adwords4r/v12/InfoService.rb +0 -242
- data/lib/adwords4r/v12/InfoServiceDriver.rb +0 -109
- data/lib/adwords4r/v12/InfoServiceMappingRegistry.rb +0 -228
- data/lib/adwords4r/v12/KeywordToolService.rb +0 -205
- data/lib/adwords4r/v12/KeywordToolServiceMappingRegistry.rb +0 -227
- data/lib/adwords4r/v12/ReportService.rb +0 -322
- data/lib/adwords4r/v12/ReportServiceDriver.rb +0 -101
- data/lib/adwords4r/v12/ReportServiceMappingRegistry.rb +0 -298
- data/lib/adwords4r/v12/SiteSuggestionService.rb +0 -242
- data/lib/adwords4r/v12/SiteSuggestionServiceDriver.rb +0 -77
- data/lib/adwords4r/v12/SiteSuggestionServiceMappingRegistry.rb +0 -271
- data/lib/adwords4r/v12/TrafficEstimatorService.rb +0 -312
- data/lib/adwords4r/v12/TrafficEstimatorServiceDriver.rb +0 -77
- data/lib/adwords4r/v12/TrafficEstimatorServiceMappingRegistry.rb +0 -483
@@ -3,6 +3,7 @@ require 'adwords4r/v13/TrafficEstimatorServiceMappingRegistry'
|
|
3
3
|
require 'soap/rpc/driver'
|
4
4
|
|
5
5
|
module AdWords
|
6
|
+
module V13
|
6
7
|
module TrafficEstimatorService
|
7
8
|
|
8
9
|
class TrafficEstimatorInterface < ::SOAP::RPC::Driver
|
@@ -15,7 +16,7 @@ class TrafficEstimatorInterface < ::SOAP::RPC::Driver
|
|
15
16
|
["out", "parameters", ["::SOAP::SOAPElement", "https://adwords.google.com/api/adwords/v13", "checkKeywordTrafficResponse"]] ],
|
16
17
|
{ :request_style => :document, :request_use => :literal,
|
17
18
|
:response_style => :document, :response_use => :literal,
|
18
|
-
:faults => {"AdWords::TrafficEstimatorService::ApiException"=>{:
|
19
|
+
:faults => {"AdWords::V13::TrafficEstimatorService::ApiException"=>{:use=>"literal", :name=>"ApiException", :namespace=>nil, :encodingstyle=>"document", :ns=>"https://adwords.google.com/api/adwords/v13"}} }
|
19
20
|
],
|
20
21
|
[ "",
|
21
22
|
"estimateAdGroupList",
|
@@ -23,7 +24,7 @@ class TrafficEstimatorInterface < ::SOAP::RPC::Driver
|
|
23
24
|
["out", "parameters", ["::SOAP::SOAPElement", "https://adwords.google.com/api/adwords/v13", "estimateAdGroupListResponse"]] ],
|
24
25
|
{ :request_style => :document, :request_use => :literal,
|
25
26
|
:response_style => :document, :response_use => :literal,
|
26
|
-
:faults => {"AdWords::TrafficEstimatorService::ApiException"=>{:
|
27
|
+
:faults => {"AdWords::V13::TrafficEstimatorService::ApiException"=>{:use=>"literal", :name=>"ApiException", :namespace=>nil, :encodingstyle=>"document", :ns=>"https://adwords.google.com/api/adwords/v13"}} }
|
27
28
|
],
|
28
29
|
[ "",
|
29
30
|
"estimateCampaignList",
|
@@ -31,7 +32,7 @@ class TrafficEstimatorInterface < ::SOAP::RPC::Driver
|
|
31
32
|
["out", "parameters", ["::SOAP::SOAPElement", "https://adwords.google.com/api/adwords/v13", "estimateCampaignListResponse"]] ],
|
32
33
|
{ :request_style => :document, :request_use => :literal,
|
33
34
|
:response_style => :document, :response_use => :literal,
|
34
|
-
:faults => {"AdWords::TrafficEstimatorService::ApiException"=>{:
|
35
|
+
:faults => {"AdWords::V13::TrafficEstimatorService::ApiException"=>{:use=>"literal", :name=>"ApiException", :namespace=>nil, :encodingstyle=>"document", :ns=>"https://adwords.google.com/api/adwords/v13"}} }
|
35
36
|
],
|
36
37
|
[ "",
|
37
38
|
"estimateKeywordList",
|
@@ -39,7 +40,7 @@ class TrafficEstimatorInterface < ::SOAP::RPC::Driver
|
|
39
40
|
["out", "parameters", ["::SOAP::SOAPElement", "https://adwords.google.com/api/adwords/v13", "estimateKeywordListResponse"]] ],
|
40
41
|
{ :request_style => :document, :request_use => :literal,
|
41
42
|
:response_style => :document, :response_use => :literal,
|
42
|
-
:faults => {"AdWords::TrafficEstimatorService::ApiException"=>{:
|
43
|
+
:faults => {"AdWords::V13::TrafficEstimatorService::ApiException"=>{:use=>"literal", :name=>"ApiException", :namespace=>nil, :encodingstyle=>"document", :ns=>"https://adwords.google.com/api/adwords/v13"}} }
|
43
44
|
]
|
44
45
|
]
|
45
46
|
|
@@ -75,3 +76,4 @@ end
|
|
75
76
|
|
76
77
|
end
|
77
78
|
end
|
79
|
+
end
|
@@ -1,7 +1,7 @@
|
|
1
1
|
require 'adwords4r/v13/TrafficEstimatorService'
|
2
2
|
require 'soap/mapping'
|
3
3
|
|
4
|
-
module AdWords; module TrafficEstimatorService
|
4
|
+
module AdWords; module V13; module TrafficEstimatorService
|
5
5
|
|
6
6
|
module DefaultMappingRegistry
|
7
7
|
EncodedRegistry = ::SOAP::Mapping::EncodedRegistry.new
|
@@ -9,26 +9,26 @@ module DefaultMappingRegistry
|
|
9
9
|
NsV13 = "https://adwords.google.com/api/adwords/v13"
|
10
10
|
|
11
11
|
EncodedRegistry.register(
|
12
|
-
:class => AdWords::TrafficEstimatorService::AdGroupEstimate,
|
12
|
+
:class => AdWords::V13::TrafficEstimatorService::AdGroupEstimate,
|
13
13
|
:schema_type => XSD::QName.new(NsV13, "AdGroupEstimate"),
|
14
14
|
:schema_element => [
|
15
15
|
["id", "SOAP::SOAPInt", [0, 1]],
|
16
|
-
["keywordEstimates", "AdWords::TrafficEstimatorService::KeywordEstimate[]", [1, nil]]
|
16
|
+
["keywordEstimates", "AdWords::V13::TrafficEstimatorService::KeywordEstimate[]", [1, nil]]
|
17
17
|
]
|
18
18
|
)
|
19
19
|
|
20
20
|
EncodedRegistry.register(
|
21
|
-
:class => AdWords::TrafficEstimatorService::AdGroupRequest,
|
21
|
+
:class => AdWords::V13::TrafficEstimatorService::AdGroupRequest,
|
22
22
|
:schema_type => XSD::QName.new(NsV13, "AdGroupRequest"),
|
23
23
|
:schema_element => [
|
24
24
|
["id", "SOAP::SOAPLong", [0, 1]],
|
25
|
-
["keywordRequests", "AdWords::TrafficEstimatorService::KeywordRequest[]", [1, nil]],
|
25
|
+
["keywordRequests", "AdWords::V13::TrafficEstimatorService::KeywordRequest[]", [1, nil]],
|
26
26
|
["maxCpc", "SOAP::SOAPLong", [0, 1]]
|
27
27
|
]
|
28
28
|
)
|
29
29
|
|
30
30
|
EncodedRegistry.register(
|
31
|
-
:class => AdWords::TrafficEstimatorService::ApiError,
|
31
|
+
:class => AdWords::V13::TrafficEstimatorService::ApiError,
|
32
32
|
:schema_type => XSD::QName.new(NsV13, "ApiError"),
|
33
33
|
:schema_element => [
|
34
34
|
["code", "SOAP::SOAPInt"],
|
@@ -43,11 +43,11 @@ module DefaultMappingRegistry
|
|
43
43
|
)
|
44
44
|
|
45
45
|
EncodedRegistry.register(
|
46
|
-
:class => AdWords::TrafficEstimatorService::ApiException,
|
46
|
+
:class => AdWords::V13::TrafficEstimatorService::ApiException,
|
47
47
|
:schema_type => XSD::QName.new(NsV13, "ApiException"),
|
48
48
|
:schema_element => [
|
49
49
|
["code", "SOAP::SOAPInt"],
|
50
|
-
["errors", "AdWords::TrafficEstimatorService::ApiError[]", [1, nil]],
|
50
|
+
["errors", "AdWords::V13::TrafficEstimatorService::ApiError[]", [1, nil]],
|
51
51
|
["internal", "SOAP::SOAPBoolean"],
|
52
52
|
["message", "SOAP::SOAPString"],
|
53
53
|
["trigger", "SOAP::SOAPString"]
|
@@ -55,28 +55,28 @@ module DefaultMappingRegistry
|
|
55
55
|
)
|
56
56
|
|
57
57
|
EncodedRegistry.register(
|
58
|
-
:class => AdWords::TrafficEstimatorService::CampaignEstimate,
|
58
|
+
:class => AdWords::V13::TrafficEstimatorService::CampaignEstimate,
|
59
59
|
:schema_type => XSD::QName.new(NsV13, "CampaignEstimate"),
|
60
60
|
:schema_element => [
|
61
|
-
["adGroupEstimates", "AdWords::TrafficEstimatorService::AdGroupEstimate[]", [1, nil]],
|
61
|
+
["adGroupEstimates", "AdWords::V13::TrafficEstimatorService::AdGroupEstimate[]", [1, nil]],
|
62
62
|
["id", "SOAP::SOAPInt", [0, 1]]
|
63
63
|
]
|
64
64
|
)
|
65
65
|
|
66
66
|
EncodedRegistry.register(
|
67
|
-
:class => AdWords::TrafficEstimatorService::CampaignRequest,
|
67
|
+
:class => AdWords::V13::TrafficEstimatorService::CampaignRequest,
|
68
68
|
:schema_type => XSD::QName.new(NsV13, "CampaignRequest"),
|
69
69
|
:schema_element => [
|
70
|
-
["adGroupRequests", "AdWords::TrafficEstimatorService::AdGroupRequest[]", [1, nil]],
|
71
|
-
["geoTargeting", "AdWords::TrafficEstimatorService::GeoTarget", [0, 1]],
|
70
|
+
["adGroupRequests", "AdWords::V13::TrafficEstimatorService::AdGroupRequest[]", [1, nil]],
|
71
|
+
["geoTargeting", "AdWords::V13::TrafficEstimatorService::GeoTarget", [0, 1]],
|
72
72
|
["id", "SOAP::SOAPInt", [0, 1]],
|
73
|
-
["languageTargeting", "AdWords::TrafficEstimatorService::LanguageTarget", [0, 1]],
|
74
|
-
["networkTargeting", "AdWords::TrafficEstimatorService::NetworkTarget", [0, 1]]
|
73
|
+
["languageTargeting", "AdWords::V13::TrafficEstimatorService::LanguageTarget", [0, 1]],
|
74
|
+
["networkTargeting", "AdWords::V13::TrafficEstimatorService::NetworkTarget", [0, 1]]
|
75
75
|
]
|
76
76
|
)
|
77
77
|
|
78
78
|
EncodedRegistry.register(
|
79
|
-
:class => AdWords::TrafficEstimatorService::Circle,
|
79
|
+
:class => AdWords::V13::TrafficEstimatorService::Circle,
|
80
80
|
:schema_type => XSD::QName.new(NsV13, "Circle"),
|
81
81
|
:schema_element => [
|
82
82
|
["latitudeMicroDegrees", "SOAP::SOAPInt"],
|
@@ -86,7 +86,7 @@ module DefaultMappingRegistry
|
|
86
86
|
)
|
87
87
|
|
88
88
|
EncodedRegistry.register(
|
89
|
-
:class => AdWords::TrafficEstimatorService::CityTargets,
|
89
|
+
:class => AdWords::V13::TrafficEstimatorService::CityTargets,
|
90
90
|
:schema_type => XSD::QName.new(NsV13, "CityTargets"),
|
91
91
|
:schema_element => [
|
92
92
|
["cities", "SOAP::SOAPString[]", [0, nil]],
|
@@ -95,7 +95,7 @@ module DefaultMappingRegistry
|
|
95
95
|
)
|
96
96
|
|
97
97
|
EncodedRegistry.register(
|
98
|
-
:class => AdWords::TrafficEstimatorService::CountryTargets,
|
98
|
+
:class => AdWords::V13::TrafficEstimatorService::CountryTargets,
|
99
99
|
:schema_type => XSD::QName.new(NsV13, "CountryTargets"),
|
100
100
|
:schema_element => [
|
101
101
|
["countries", "SOAP::SOAPString[]", [0, nil]],
|
@@ -104,20 +104,20 @@ module DefaultMappingRegistry
|
|
104
104
|
)
|
105
105
|
|
106
106
|
EncodedRegistry.register(
|
107
|
-
:class => AdWords::TrafficEstimatorService::GeoTarget,
|
107
|
+
:class => AdWords::V13::TrafficEstimatorService::GeoTarget,
|
108
108
|
:schema_type => XSD::QName.new(NsV13, "GeoTarget"),
|
109
109
|
:schema_element => [
|
110
|
-
["cityTargets", "AdWords::TrafficEstimatorService::CityTargets", [0, 1]],
|
111
|
-
["countryTargets", "AdWords::TrafficEstimatorService::CountryTargets", [0, 1]],
|
112
|
-
["metroTargets", "AdWords::TrafficEstimatorService::MetroTargets", [0, 1]],
|
113
|
-
["proximityTargets", "AdWords::TrafficEstimatorService::ProximityTargets", [0, 1]],
|
114
|
-
["regionTargets", "AdWords::TrafficEstimatorService::RegionTargets", [0, 1]],
|
110
|
+
["cityTargets", "AdWords::V13::TrafficEstimatorService::CityTargets", [0, 1]],
|
111
|
+
["countryTargets", "AdWords::V13::TrafficEstimatorService::CountryTargets", [0, 1]],
|
112
|
+
["metroTargets", "AdWords::V13::TrafficEstimatorService::MetroTargets", [0, 1]],
|
113
|
+
["proximityTargets", "AdWords::V13::TrafficEstimatorService::ProximityTargets", [0, 1]],
|
114
|
+
["regionTargets", "AdWords::V13::TrafficEstimatorService::RegionTargets", [0, 1]],
|
115
115
|
["targetAll", "SOAP::SOAPBoolean"]
|
116
116
|
]
|
117
117
|
)
|
118
118
|
|
119
119
|
EncodedRegistry.register(
|
120
|
-
:class => AdWords::TrafficEstimatorService::KeywordEstimate,
|
120
|
+
:class => AdWords::V13::TrafficEstimatorService::KeywordEstimate,
|
121
121
|
:schema_type => XSD::QName.new(NsV13, "KeywordEstimate"),
|
122
122
|
:schema_element => [
|
123
123
|
["id", "SOAP::SOAPLong", [0, 1]],
|
@@ -131,29 +131,29 @@ module DefaultMappingRegistry
|
|
131
131
|
)
|
132
132
|
|
133
133
|
EncodedRegistry.register(
|
134
|
-
:class => AdWords::TrafficEstimatorService::KeywordRequest,
|
134
|
+
:class => AdWords::V13::TrafficEstimatorService::KeywordRequest,
|
135
135
|
:schema_type => XSD::QName.new(NsV13, "KeywordRequest"),
|
136
136
|
:schema_element => [
|
137
137
|
["id", "SOAP::SOAPLong", [0, 1]],
|
138
138
|
["maxCpc", "SOAP::SOAPLong", [0, 1]],
|
139
139
|
["negative", "SOAP::SOAPBoolean", [0, 1]],
|
140
140
|
["text", "SOAP::SOAPString", [0, 1]],
|
141
|
-
["type", "AdWords::TrafficEstimatorService::KeywordType", [0, 1]]
|
141
|
+
["type", "AdWords::V13::TrafficEstimatorService::KeywordType", [0, 1]]
|
142
142
|
]
|
143
143
|
)
|
144
144
|
|
145
145
|
EncodedRegistry.register(
|
146
|
-
:class => AdWords::TrafficEstimatorService::KeywordTrafficRequest,
|
146
|
+
:class => AdWords::V13::TrafficEstimatorService::KeywordTrafficRequest,
|
147
147
|
:schema_type => XSD::QName.new(NsV13, "KeywordTrafficRequest"),
|
148
148
|
:schema_element => [
|
149
149
|
["keywordText", "SOAP::SOAPString"],
|
150
|
-
["keywordType", "AdWords::TrafficEstimatorService::KeywordType"],
|
150
|
+
["keywordType", "AdWords::V13::TrafficEstimatorService::KeywordType"],
|
151
151
|
["language", "SOAP::SOAPString", [0, 1]]
|
152
152
|
]
|
153
153
|
)
|
154
154
|
|
155
155
|
EncodedRegistry.register(
|
156
|
-
:class => AdWords::TrafficEstimatorService::LanguageTarget,
|
156
|
+
:class => AdWords::V13::TrafficEstimatorService::LanguageTarget,
|
157
157
|
:schema_type => XSD::QName.new(NsV13, "LanguageTarget"),
|
158
158
|
:schema_element => [
|
159
159
|
["languages", "SOAP::SOAPString[]", [1, nil]]
|
@@ -161,7 +161,7 @@ module DefaultMappingRegistry
|
|
161
161
|
)
|
162
162
|
|
163
163
|
EncodedRegistry.register(
|
164
|
-
:class => AdWords::TrafficEstimatorService::MetroTargets,
|
164
|
+
:class => AdWords::V13::TrafficEstimatorService::MetroTargets,
|
165
165
|
:schema_type => XSD::QName.new(NsV13, "MetroTargets"),
|
166
166
|
:schema_element => [
|
167
167
|
["excludedMetros", "SOAP::SOAPString[]", [0, nil]],
|
@@ -170,23 +170,23 @@ module DefaultMappingRegistry
|
|
170
170
|
)
|
171
171
|
|
172
172
|
EncodedRegistry.register(
|
173
|
-
:class => AdWords::TrafficEstimatorService::NetworkTarget,
|
173
|
+
:class => AdWords::V13::TrafficEstimatorService::NetworkTarget,
|
174
174
|
:schema_type => XSD::QName.new(NsV13, "NetworkTarget"),
|
175
175
|
:schema_element => [
|
176
|
-
["networkTypes", "AdWords::TrafficEstimatorService::NetworkType[]", [0, nil]]
|
176
|
+
["networkTypes", "AdWords::V13::TrafficEstimatorService::NetworkType[]", [0, nil]]
|
177
177
|
]
|
178
178
|
)
|
179
179
|
|
180
180
|
EncodedRegistry.register(
|
181
|
-
:class => AdWords::TrafficEstimatorService::ProximityTargets,
|
181
|
+
:class => AdWords::V13::TrafficEstimatorService::ProximityTargets,
|
182
182
|
:schema_type => XSD::QName.new(NsV13, "ProximityTargets"),
|
183
183
|
:schema_element => [
|
184
|
-
["circles", "AdWords::TrafficEstimatorService::Circle[]", [1, nil]]
|
184
|
+
["circles", "AdWords::V13::TrafficEstimatorService::Circle[]", [1, nil]]
|
185
185
|
]
|
186
186
|
)
|
187
187
|
|
188
188
|
EncodedRegistry.register(
|
189
|
-
:class => AdWords::TrafficEstimatorService::RegionTargets,
|
189
|
+
:class => AdWords::V13::TrafficEstimatorService::RegionTargets,
|
190
190
|
:schema_type => XSD::QName.new(NsV13, "RegionTargets"),
|
191
191
|
:schema_element => [
|
192
192
|
["excludedRegions", "SOAP::SOAPString[]", [0, nil]],
|
@@ -195,41 +195,41 @@ module DefaultMappingRegistry
|
|
195
195
|
)
|
196
196
|
|
197
197
|
EncodedRegistry.register(
|
198
|
-
:class => AdWords::TrafficEstimatorService::KeywordTraffic,
|
198
|
+
:class => AdWords::V13::TrafficEstimatorService::KeywordTraffic,
|
199
199
|
:schema_type => XSD::QName.new(NsV13, "KeywordTraffic")
|
200
200
|
)
|
201
201
|
|
202
202
|
EncodedRegistry.register(
|
203
|
-
:class => AdWords::TrafficEstimatorService::KeywordType,
|
203
|
+
:class => AdWords::V13::TrafficEstimatorService::KeywordType,
|
204
204
|
:schema_type => XSD::QName.new(NsV13, "KeywordType")
|
205
205
|
)
|
206
206
|
|
207
207
|
EncodedRegistry.register(
|
208
|
-
:class => AdWords::TrafficEstimatorService::NetworkType,
|
208
|
+
:class => AdWords::V13::TrafficEstimatorService::NetworkType,
|
209
209
|
:schema_type => XSD::QName.new(NsV13, "NetworkType")
|
210
210
|
)
|
211
211
|
|
212
212
|
LiteralRegistry.register(
|
213
|
-
:class => AdWords::TrafficEstimatorService::AdGroupEstimate,
|
213
|
+
:class => AdWords::V13::TrafficEstimatorService::AdGroupEstimate,
|
214
214
|
:schema_type => XSD::QName.new(NsV13, "AdGroupEstimate"),
|
215
215
|
:schema_element => [
|
216
216
|
["id", "SOAP::SOAPInt", [0, 1]],
|
217
|
-
["keywordEstimates", "AdWords::TrafficEstimatorService::KeywordEstimate[]", [1, nil]]
|
217
|
+
["keywordEstimates", "AdWords::V13::TrafficEstimatorService::KeywordEstimate[]", [1, nil]]
|
218
218
|
]
|
219
219
|
)
|
220
220
|
|
221
221
|
LiteralRegistry.register(
|
222
|
-
:class => AdWords::TrafficEstimatorService::AdGroupRequest,
|
222
|
+
:class => AdWords::V13::TrafficEstimatorService::AdGroupRequest,
|
223
223
|
:schema_type => XSD::QName.new(NsV13, "AdGroupRequest"),
|
224
224
|
:schema_element => [
|
225
225
|
["id", "SOAP::SOAPLong", [0, 1]],
|
226
|
-
["keywordRequests", "AdWords::TrafficEstimatorService::KeywordRequest[]", [1, nil]],
|
226
|
+
["keywordRequests", "AdWords::V13::TrafficEstimatorService::KeywordRequest[]", [1, nil]],
|
227
227
|
["maxCpc", "SOAP::SOAPLong", [0, 1]]
|
228
228
|
]
|
229
229
|
)
|
230
230
|
|
231
231
|
LiteralRegistry.register(
|
232
|
-
:class => AdWords::TrafficEstimatorService::ApiError,
|
232
|
+
:class => AdWords::V13::TrafficEstimatorService::ApiError,
|
233
233
|
:schema_type => XSD::QName.new(NsV13, "ApiError"),
|
234
234
|
:schema_element => [
|
235
235
|
["code", "SOAP::SOAPInt"],
|
@@ -244,11 +244,11 @@ module DefaultMappingRegistry
|
|
244
244
|
)
|
245
245
|
|
246
246
|
LiteralRegistry.register(
|
247
|
-
:class => AdWords::TrafficEstimatorService::ApiException,
|
247
|
+
:class => AdWords::V13::TrafficEstimatorService::ApiException,
|
248
248
|
:schema_type => XSD::QName.new(NsV13, "ApiException"),
|
249
249
|
:schema_element => [
|
250
250
|
["code", "SOAP::SOAPInt"],
|
251
|
-
["errors", "AdWords::TrafficEstimatorService::ApiError[]", [1, nil]],
|
251
|
+
["errors", "AdWords::V13::TrafficEstimatorService::ApiError[]", [1, nil]],
|
252
252
|
["internal", "SOAP::SOAPBoolean"],
|
253
253
|
["message", "SOAP::SOAPString"],
|
254
254
|
["trigger", "SOAP::SOAPString"]
|
@@ -256,28 +256,28 @@ module DefaultMappingRegistry
|
|
256
256
|
)
|
257
257
|
|
258
258
|
LiteralRegistry.register(
|
259
|
-
:class => AdWords::TrafficEstimatorService::CampaignEstimate,
|
259
|
+
:class => AdWords::V13::TrafficEstimatorService::CampaignEstimate,
|
260
260
|
:schema_type => XSD::QName.new(NsV13, "CampaignEstimate"),
|
261
261
|
:schema_element => [
|
262
|
-
["adGroupEstimates", "AdWords::TrafficEstimatorService::AdGroupEstimate[]", [1, nil]],
|
262
|
+
["adGroupEstimates", "AdWords::V13::TrafficEstimatorService::AdGroupEstimate[]", [1, nil]],
|
263
263
|
["id", "SOAP::SOAPInt", [0, 1]]
|
264
264
|
]
|
265
265
|
)
|
266
266
|
|
267
267
|
LiteralRegistry.register(
|
268
|
-
:class => AdWords::TrafficEstimatorService::CampaignRequest,
|
268
|
+
:class => AdWords::V13::TrafficEstimatorService::CampaignRequest,
|
269
269
|
:schema_type => XSD::QName.new(NsV13, "CampaignRequest"),
|
270
270
|
:schema_element => [
|
271
|
-
["adGroupRequests", "AdWords::TrafficEstimatorService::AdGroupRequest[]", [1, nil]],
|
272
|
-
["geoTargeting", "AdWords::TrafficEstimatorService::GeoTarget", [0, 1]],
|
271
|
+
["adGroupRequests", "AdWords::V13::TrafficEstimatorService::AdGroupRequest[]", [1, nil]],
|
272
|
+
["geoTargeting", "AdWords::V13::TrafficEstimatorService::GeoTarget", [0, 1]],
|
273
273
|
["id", "SOAP::SOAPInt", [0, 1]],
|
274
|
-
["languageTargeting", "AdWords::TrafficEstimatorService::LanguageTarget", [0, 1]],
|
275
|
-
["networkTargeting", "AdWords::TrafficEstimatorService::NetworkTarget", [0, 1]]
|
274
|
+
["languageTargeting", "AdWords::V13::TrafficEstimatorService::LanguageTarget", [0, 1]],
|
275
|
+
["networkTargeting", "AdWords::V13::TrafficEstimatorService::NetworkTarget", [0, 1]]
|
276
276
|
]
|
277
277
|
)
|
278
278
|
|
279
279
|
LiteralRegistry.register(
|
280
|
-
:class => AdWords::TrafficEstimatorService::Circle,
|
280
|
+
:class => AdWords::V13::TrafficEstimatorService::Circle,
|
281
281
|
:schema_type => XSD::QName.new(NsV13, "Circle"),
|
282
282
|
:schema_element => [
|
283
283
|
["latitudeMicroDegrees", "SOAP::SOAPInt"],
|
@@ -287,7 +287,7 @@ module DefaultMappingRegistry
|
|
287
287
|
)
|
288
288
|
|
289
289
|
LiteralRegistry.register(
|
290
|
-
:class => AdWords::TrafficEstimatorService::CityTargets,
|
290
|
+
:class => AdWords::V13::TrafficEstimatorService::CityTargets,
|
291
291
|
:schema_type => XSD::QName.new(NsV13, "CityTargets"),
|
292
292
|
:schema_element => [
|
293
293
|
["cities", "SOAP::SOAPString[]", [0, nil]],
|
@@ -296,7 +296,7 @@ module DefaultMappingRegistry
|
|
296
296
|
)
|
297
297
|
|
298
298
|
LiteralRegistry.register(
|
299
|
-
:class => AdWords::TrafficEstimatorService::CountryTargets,
|
299
|
+
:class => AdWords::V13::TrafficEstimatorService::CountryTargets,
|
300
300
|
:schema_type => XSD::QName.new(NsV13, "CountryTargets"),
|
301
301
|
:schema_element => [
|
302
302
|
["countries", "SOAP::SOAPString[]", [0, nil]],
|
@@ -305,20 +305,20 @@ module DefaultMappingRegistry
|
|
305
305
|
)
|
306
306
|
|
307
307
|
LiteralRegistry.register(
|
308
|
-
:class => AdWords::TrafficEstimatorService::GeoTarget,
|
308
|
+
:class => AdWords::V13::TrafficEstimatorService::GeoTarget,
|
309
309
|
:schema_type => XSD::QName.new(NsV13, "GeoTarget"),
|
310
310
|
:schema_element => [
|
311
|
-
["cityTargets", "AdWords::TrafficEstimatorService::CityTargets", [0, 1]],
|
312
|
-
["countryTargets", "AdWords::TrafficEstimatorService::CountryTargets", [0, 1]],
|
313
|
-
["metroTargets", "AdWords::TrafficEstimatorService::MetroTargets", [0, 1]],
|
314
|
-
["proximityTargets", "AdWords::TrafficEstimatorService::ProximityTargets", [0, 1]],
|
315
|
-
["regionTargets", "AdWords::TrafficEstimatorService::RegionTargets", [0, 1]],
|
311
|
+
["cityTargets", "AdWords::V13::TrafficEstimatorService::CityTargets", [0, 1]],
|
312
|
+
["countryTargets", "AdWords::V13::TrafficEstimatorService::CountryTargets", [0, 1]],
|
313
|
+
["metroTargets", "AdWords::V13::TrafficEstimatorService::MetroTargets", [0, 1]],
|
314
|
+
["proximityTargets", "AdWords::V13::TrafficEstimatorService::ProximityTargets", [0, 1]],
|
315
|
+
["regionTargets", "AdWords::V13::TrafficEstimatorService::RegionTargets", [0, 1]],
|
316
316
|
["targetAll", "SOAP::SOAPBoolean"]
|
317
317
|
]
|
318
318
|
)
|
319
319
|
|
320
320
|
LiteralRegistry.register(
|
321
|
-
:class => AdWords::TrafficEstimatorService::KeywordEstimate,
|
321
|
+
:class => AdWords::V13::TrafficEstimatorService::KeywordEstimate,
|
322
322
|
:schema_type => XSD::QName.new(NsV13, "KeywordEstimate"),
|
323
323
|
:schema_element => [
|
324
324
|
["id", "SOAP::SOAPLong", [0, 1]],
|
@@ -332,29 +332,29 @@ module DefaultMappingRegistry
|
|
332
332
|
)
|
333
333
|
|
334
334
|
LiteralRegistry.register(
|
335
|
-
:class => AdWords::TrafficEstimatorService::KeywordRequest,
|
335
|
+
:class => AdWords::V13::TrafficEstimatorService::KeywordRequest,
|
336
336
|
:schema_type => XSD::QName.new(NsV13, "KeywordRequest"),
|
337
337
|
:schema_element => [
|
338
338
|
["id", "SOAP::SOAPLong", [0, 1]],
|
339
339
|
["maxCpc", "SOAP::SOAPLong", [0, 1]],
|
340
340
|
["negative", "SOAP::SOAPBoolean", [0, 1]],
|
341
341
|
["text", "SOAP::SOAPString", [0, 1]],
|
342
|
-
["type", "AdWords::TrafficEstimatorService::KeywordType", [0, 1]]
|
342
|
+
["type", "AdWords::V13::TrafficEstimatorService::KeywordType", [0, 1]]
|
343
343
|
]
|
344
344
|
)
|
345
345
|
|
346
346
|
LiteralRegistry.register(
|
347
|
-
:class => AdWords::TrafficEstimatorService::KeywordTrafficRequest,
|
347
|
+
:class => AdWords::V13::TrafficEstimatorService::KeywordTrafficRequest,
|
348
348
|
:schema_type => XSD::QName.new(NsV13, "KeywordTrafficRequest"),
|
349
349
|
:schema_element => [
|
350
350
|
["keywordText", "SOAP::SOAPString"],
|
351
|
-
["keywordType", "AdWords::TrafficEstimatorService::KeywordType"],
|
351
|
+
["keywordType", "AdWords::V13::TrafficEstimatorService::KeywordType"],
|
352
352
|
["language", "SOAP::SOAPString", [0, 1]]
|
353
353
|
]
|
354
354
|
)
|
355
355
|
|
356
356
|
LiteralRegistry.register(
|
357
|
-
:class => AdWords::TrafficEstimatorService::LanguageTarget,
|
357
|
+
:class => AdWords::V13::TrafficEstimatorService::LanguageTarget,
|
358
358
|
:schema_type => XSD::QName.new(NsV13, "LanguageTarget"),
|
359
359
|
:schema_element => [
|
360
360
|
["languages", "SOAP::SOAPString[]", [1, nil]]
|
@@ -362,7 +362,7 @@ module DefaultMappingRegistry
|
|
362
362
|
)
|
363
363
|
|
364
364
|
LiteralRegistry.register(
|
365
|
-
:class => AdWords::TrafficEstimatorService::MetroTargets,
|
365
|
+
:class => AdWords::V13::TrafficEstimatorService::MetroTargets,
|
366
366
|
:schema_type => XSD::QName.new(NsV13, "MetroTargets"),
|
367
367
|
:schema_element => [
|
368
368
|
["excludedMetros", "SOAP::SOAPString[]", [0, nil]],
|
@@ -371,23 +371,23 @@ module DefaultMappingRegistry
|
|
371
371
|
)
|
372
372
|
|
373
373
|
LiteralRegistry.register(
|
374
|
-
:class => AdWords::TrafficEstimatorService::NetworkTarget,
|
374
|
+
:class => AdWords::V13::TrafficEstimatorService::NetworkTarget,
|
375
375
|
:schema_type => XSD::QName.new(NsV13, "NetworkTarget"),
|
376
376
|
:schema_element => [
|
377
|
-
["networkTypes", "AdWords::TrafficEstimatorService::NetworkType[]", [0, nil]]
|
377
|
+
["networkTypes", "AdWords::V13::TrafficEstimatorService::NetworkType[]", [0, nil]]
|
378
378
|
]
|
379
379
|
)
|
380
380
|
|
381
381
|
LiteralRegistry.register(
|
382
|
-
:class => AdWords::TrafficEstimatorService::ProximityTargets,
|
382
|
+
:class => AdWords::V13::TrafficEstimatorService::ProximityTargets,
|
383
383
|
:schema_type => XSD::QName.new(NsV13, "ProximityTargets"),
|
384
384
|
:schema_element => [
|
385
|
-
["circles", "AdWords::TrafficEstimatorService::Circle[]", [1, nil]]
|
385
|
+
["circles", "AdWords::V13::TrafficEstimatorService::Circle[]", [1, nil]]
|
386
386
|
]
|
387
387
|
)
|
388
388
|
|
389
389
|
LiteralRegistry.register(
|
390
|
-
:class => AdWords::TrafficEstimatorService::RegionTargets,
|
390
|
+
:class => AdWords::V13::TrafficEstimatorService::RegionTargets,
|
391
391
|
:schema_type => XSD::QName.new(NsV13, "RegionTargets"),
|
392
392
|
:schema_element => [
|
393
393
|
["excludedRegions", "SOAP::SOAPString[]", [0, nil]],
|
@@ -396,90 +396,90 @@ module DefaultMappingRegistry
|
|
396
396
|
)
|
397
397
|
|
398
398
|
LiteralRegistry.register(
|
399
|
-
:class => AdWords::TrafficEstimatorService::KeywordTraffic,
|
399
|
+
:class => AdWords::V13::TrafficEstimatorService::KeywordTraffic,
|
400
400
|
:schema_type => XSD::QName.new(NsV13, "KeywordTraffic")
|
401
401
|
)
|
402
402
|
|
403
403
|
LiteralRegistry.register(
|
404
|
-
:class => AdWords::TrafficEstimatorService::KeywordType,
|
404
|
+
:class => AdWords::V13::TrafficEstimatorService::KeywordType,
|
405
405
|
:schema_type => XSD::QName.new(NsV13, "KeywordType")
|
406
406
|
)
|
407
407
|
|
408
408
|
LiteralRegistry.register(
|
409
|
-
:class => AdWords::TrafficEstimatorService::NetworkType,
|
409
|
+
:class => AdWords::V13::TrafficEstimatorService::NetworkType,
|
410
410
|
:schema_type => XSD::QName.new(NsV13, "NetworkType")
|
411
411
|
)
|
412
412
|
|
413
413
|
LiteralRegistry.register(
|
414
|
-
:class => AdWords::TrafficEstimatorService::CheckKeywordTraffic,
|
414
|
+
:class => AdWords::V13::TrafficEstimatorService::CheckKeywordTraffic,
|
415
415
|
:schema_name => XSD::QName.new(NsV13, "checkKeywordTraffic"),
|
416
416
|
:schema_element => [
|
417
|
-
["requests", "AdWords::TrafficEstimatorService::KeywordTrafficRequest[]", [1, nil]]
|
417
|
+
["requests", "AdWords::V13::TrafficEstimatorService::KeywordTrafficRequest[]", [1, nil]]
|
418
418
|
]
|
419
419
|
)
|
420
420
|
|
421
421
|
LiteralRegistry.register(
|
422
|
-
:class => AdWords::TrafficEstimatorService::CheckKeywordTrafficResponse,
|
422
|
+
:class => AdWords::V13::TrafficEstimatorService::CheckKeywordTrafficResponse,
|
423
423
|
:schema_name => XSD::QName.new(NsV13, "checkKeywordTrafficResponse"),
|
424
424
|
:schema_element => [
|
425
|
-
["checkKeywordTrafficReturn", "AdWords::TrafficEstimatorService::KeywordTraffic[]", [1, nil]]
|
425
|
+
["checkKeywordTrafficReturn", "AdWords::V13::TrafficEstimatorService::KeywordTraffic[]", [1, nil]]
|
426
426
|
]
|
427
427
|
)
|
428
428
|
|
429
429
|
LiteralRegistry.register(
|
430
|
-
:class => AdWords::TrafficEstimatorService::EstimateAdGroupList,
|
430
|
+
:class => AdWords::V13::TrafficEstimatorService::EstimateAdGroupList,
|
431
431
|
:schema_name => XSD::QName.new(NsV13, "estimateAdGroupList"),
|
432
432
|
:schema_element => [
|
433
|
-
["adGroupRequests", "AdWords::TrafficEstimatorService::AdGroupRequest[]", [1, nil]]
|
433
|
+
["adGroupRequests", "AdWords::V13::TrafficEstimatorService::AdGroupRequest[]", [1, nil]]
|
434
434
|
]
|
435
435
|
)
|
436
436
|
|
437
437
|
LiteralRegistry.register(
|
438
|
-
:class => AdWords::TrafficEstimatorService::EstimateAdGroupListResponse,
|
438
|
+
:class => AdWords::V13::TrafficEstimatorService::EstimateAdGroupListResponse,
|
439
439
|
:schema_name => XSD::QName.new(NsV13, "estimateAdGroupListResponse"),
|
440
440
|
:schema_element => [
|
441
|
-
["estimateAdGroupListReturn", "AdWords::TrafficEstimatorService::AdGroupEstimate[]", [1, nil]]
|
441
|
+
["estimateAdGroupListReturn", "AdWords::V13::TrafficEstimatorService::AdGroupEstimate[]", [1, nil]]
|
442
442
|
]
|
443
443
|
)
|
444
444
|
|
445
445
|
LiteralRegistry.register(
|
446
|
-
:class => AdWords::TrafficEstimatorService::EstimateCampaignList,
|
446
|
+
:class => AdWords::V13::TrafficEstimatorService::EstimateCampaignList,
|
447
447
|
:schema_name => XSD::QName.new(NsV13, "estimateCampaignList"),
|
448
448
|
:schema_element => [
|
449
|
-
["campaignRequests", "AdWords::TrafficEstimatorService::CampaignRequest[]", [1, nil]]
|
449
|
+
["campaignRequests", "AdWords::V13::TrafficEstimatorService::CampaignRequest[]", [1, nil]]
|
450
450
|
]
|
451
451
|
)
|
452
452
|
|
453
453
|
LiteralRegistry.register(
|
454
|
-
:class => AdWords::TrafficEstimatorService::EstimateCampaignListResponse,
|
454
|
+
:class => AdWords::V13::TrafficEstimatorService::EstimateCampaignListResponse,
|
455
455
|
:schema_name => XSD::QName.new(NsV13, "estimateCampaignListResponse"),
|
456
456
|
:schema_element => [
|
457
|
-
["estimateCampaignListReturn", "AdWords::TrafficEstimatorService::CampaignEstimate[]", [1, nil]]
|
457
|
+
["estimateCampaignListReturn", "AdWords::V13::TrafficEstimatorService::CampaignEstimate[]", [1, nil]]
|
458
458
|
]
|
459
459
|
)
|
460
460
|
|
461
461
|
LiteralRegistry.register(
|
462
|
-
:class => AdWords::TrafficEstimatorService::EstimateKeywordList,
|
462
|
+
:class => AdWords::V13::TrafficEstimatorService::EstimateKeywordList,
|
463
463
|
:schema_name => XSD::QName.new(NsV13, "estimateKeywordList"),
|
464
464
|
:schema_element => [
|
465
|
-
["keywordRequests", "AdWords::TrafficEstimatorService::KeywordRequest[]", [1, nil]]
|
465
|
+
["keywordRequests", "AdWords::V13::TrafficEstimatorService::KeywordRequest[]", [1, nil]]
|
466
466
|
]
|
467
467
|
)
|
468
468
|
|
469
469
|
LiteralRegistry.register(
|
470
|
-
:class => AdWords::TrafficEstimatorService::EstimateKeywordListResponse,
|
470
|
+
:class => AdWords::V13::TrafficEstimatorService::EstimateKeywordListResponse,
|
471
471
|
:schema_name => XSD::QName.new(NsV13, "estimateKeywordListResponse"),
|
472
472
|
:schema_element => [
|
473
|
-
["estimateKeywordListReturn", "AdWords::TrafficEstimatorService::KeywordEstimate[]", [1, nil]]
|
473
|
+
["estimateKeywordListReturn", "AdWords::V13::TrafficEstimatorService::KeywordEstimate[]", [1, nil]]
|
474
474
|
]
|
475
475
|
)
|
476
476
|
|
477
477
|
LiteralRegistry.register(
|
478
|
-
:class => AdWords::TrafficEstimatorService::ApiException,
|
478
|
+
:class => AdWords::V13::TrafficEstimatorService::ApiException,
|
479
479
|
:schema_name => XSD::QName.new(NsV13, "fault"),
|
480
480
|
:schema_element => [
|
481
481
|
["code", "SOAP::SOAPInt"],
|
482
|
-
["errors", "AdWords::TrafficEstimatorService::ApiError[]", [1, nil]],
|
482
|
+
["errors", "AdWords::V13::TrafficEstimatorService::ApiError[]", [1, nil]],
|
483
483
|
["internal", "SOAP::SOAPBoolean"],
|
484
484
|
["message", "SOAP::SOAPString"],
|
485
485
|
["trigger", "SOAP::SOAPString"]
|
@@ -488,4 +488,4 @@ module DefaultMappingRegistry
|
|
488
488
|
|
489
489
|
end
|
490
490
|
|
491
|
-
end; end
|
491
|
+
end; end; end
|