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
@@ -31,456 +31,438 @@ class Address
|
|
31
31
|
end
|
32
32
|
end
|
33
33
|
|
34
|
-
#
|
35
|
-
#
|
36
|
-
# -
|
37
|
-
|
38
|
-
|
39
|
-
|
34
|
+
# ApiError
|
35
|
+
# abstract
|
36
|
+
# - fieldPath - SOAP::SOAPString
|
37
|
+
# - trigger - SOAP::SOAPString
|
38
|
+
# - errorString - SOAP::SOAPString
|
39
|
+
# - apiError_Type - SOAP::SOAPString
|
40
|
+
class ApiError
|
41
|
+
attr_accessor :fieldPath
|
42
|
+
attr_accessor :trigger
|
43
|
+
attr_accessor :errorString
|
44
|
+
attr_accessor :apiError_Type
|
40
45
|
|
41
|
-
def initialize(
|
42
|
-
@
|
43
|
-
@
|
46
|
+
def initialize(fieldPath = nil, trigger = nil, errorString = nil, apiError_Type = nil)
|
47
|
+
@fieldPath = fieldPath
|
48
|
+
@trigger = trigger
|
49
|
+
@errorString = errorString
|
50
|
+
@apiError_Type = apiError_Type
|
44
51
|
end
|
45
52
|
end
|
46
53
|
|
47
|
-
#
|
48
|
-
# -
|
49
|
-
|
50
|
-
|
54
|
+
# AuthenticationError
|
55
|
+
# - fieldPath - SOAP::SOAPString
|
56
|
+
# - trigger - SOAP::SOAPString
|
57
|
+
# - errorString - SOAP::SOAPString
|
58
|
+
# - apiError_Type - SOAP::SOAPString
|
59
|
+
# - reason - AdwordsApi::V201101::TrafficEstimatorService::AuthenticationErrorReason
|
60
|
+
class AuthenticationError < ApiError
|
61
|
+
attr_accessor :fieldPath
|
62
|
+
attr_accessor :trigger
|
63
|
+
attr_accessor :errorString
|
64
|
+
attr_accessor :apiError_Type
|
65
|
+
attr_accessor :reason
|
51
66
|
|
52
|
-
def initialize(
|
53
|
-
@
|
67
|
+
def initialize(fieldPath = nil, trigger = nil, errorString = nil, apiError_Type = nil, reason = nil)
|
68
|
+
@fieldPath = fieldPath
|
69
|
+
@trigger = trigger
|
70
|
+
@errorString = errorString
|
71
|
+
@apiError_Type = apiError_Type
|
72
|
+
@reason = reason
|
54
73
|
end
|
55
74
|
end
|
56
75
|
|
57
|
-
#
|
58
|
-
# -
|
59
|
-
# -
|
60
|
-
# -
|
61
|
-
# -
|
62
|
-
# -
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
attr_accessor :
|
67
|
-
attr_accessor :
|
68
|
-
attr_accessor :
|
69
|
-
attr_accessor :developerToken
|
70
|
-
attr_accessor :userAgent
|
71
|
-
attr_accessor :validateOnly
|
72
|
-
attr_accessor :partialFailure
|
76
|
+
# AuthorizationError
|
77
|
+
# - fieldPath - SOAP::SOAPString
|
78
|
+
# - trigger - SOAP::SOAPString
|
79
|
+
# - errorString - SOAP::SOAPString
|
80
|
+
# - apiError_Type - SOAP::SOAPString
|
81
|
+
# - reason - AdwordsApi::V201101::TrafficEstimatorService::AuthorizationErrorReason
|
82
|
+
class AuthorizationError < ApiError
|
83
|
+
attr_accessor :fieldPath
|
84
|
+
attr_accessor :trigger
|
85
|
+
attr_accessor :errorString
|
86
|
+
attr_accessor :apiError_Type
|
87
|
+
attr_accessor :reason
|
73
88
|
|
74
|
-
def initialize(
|
75
|
-
@
|
76
|
-
@
|
77
|
-
@
|
78
|
-
@
|
79
|
-
@
|
80
|
-
@validateOnly = validateOnly
|
81
|
-
@partialFailure = partialFailure
|
89
|
+
def initialize(fieldPath = nil, trigger = nil, errorString = nil, apiError_Type = nil, reason = nil)
|
90
|
+
@fieldPath = fieldPath
|
91
|
+
@trigger = trigger
|
92
|
+
@errorString = errorString
|
93
|
+
@apiError_Type = apiError_Type
|
94
|
+
@reason = reason
|
82
95
|
end
|
83
96
|
end
|
84
97
|
|
85
|
-
#
|
86
|
-
# -
|
87
|
-
# -
|
88
|
-
# -
|
89
|
-
# -
|
90
|
-
|
91
|
-
|
92
|
-
attr_accessor :
|
93
|
-
attr_accessor :
|
94
|
-
attr_accessor :
|
98
|
+
# ClientTermsError
|
99
|
+
# - fieldPath - SOAP::SOAPString
|
100
|
+
# - trigger - SOAP::SOAPString
|
101
|
+
# - errorString - SOAP::SOAPString
|
102
|
+
# - apiError_Type - SOAP::SOAPString
|
103
|
+
# - reason - AdwordsApi::V201101::TrafficEstimatorService::ClientTermsErrorReason
|
104
|
+
class ClientTermsError < ApiError
|
105
|
+
attr_accessor :fieldPath
|
106
|
+
attr_accessor :trigger
|
107
|
+
attr_accessor :errorString
|
108
|
+
attr_accessor :apiError_Type
|
109
|
+
attr_accessor :reason
|
95
110
|
|
96
|
-
def initialize(
|
97
|
-
@
|
98
|
-
@
|
99
|
-
@
|
100
|
-
@
|
111
|
+
def initialize(fieldPath = nil, trigger = nil, errorString = nil, apiError_Type = nil, reason = nil)
|
112
|
+
@fieldPath = fieldPath
|
113
|
+
@trigger = trigger
|
114
|
+
@errorString = errorString
|
115
|
+
@apiError_Type = apiError_Type
|
116
|
+
@reason = reason
|
101
117
|
end
|
102
118
|
end
|
103
119
|
|
104
|
-
#
|
105
|
-
#
|
106
|
-
# -
|
107
|
-
|
108
|
-
|
120
|
+
# DatabaseError
|
121
|
+
# - fieldPath - SOAP::SOAPString
|
122
|
+
# - trigger - SOAP::SOAPString
|
123
|
+
# - errorString - SOAP::SOAPString
|
124
|
+
# - apiError_Type - SOAP::SOAPString
|
125
|
+
# - reason - AdwordsApi::V201101::TrafficEstimatorService::DatabaseErrorReason
|
126
|
+
class DatabaseError < ApiError
|
127
|
+
attr_accessor :fieldPath
|
128
|
+
attr_accessor :trigger
|
129
|
+
attr_accessor :errorString
|
130
|
+
attr_accessor :apiError_Type
|
131
|
+
attr_accessor :reason
|
109
132
|
|
110
|
-
def initialize(
|
111
|
-
@
|
133
|
+
def initialize(fieldPath = nil, trigger = nil, errorString = nil, apiError_Type = nil, reason = nil)
|
134
|
+
@fieldPath = fieldPath
|
135
|
+
@trigger = trigger
|
136
|
+
@errorString = errorString
|
137
|
+
@apiError_Type = apiError_Type
|
138
|
+
@reason = reason
|
112
139
|
end
|
113
140
|
end
|
114
141
|
|
115
|
-
#
|
116
|
-
# -
|
117
|
-
# -
|
118
|
-
|
119
|
-
|
120
|
-
|
142
|
+
# DateError
|
143
|
+
# - fieldPath - SOAP::SOAPString
|
144
|
+
# - trigger - SOAP::SOAPString
|
145
|
+
# - errorString - SOAP::SOAPString
|
146
|
+
# - apiError_Type - SOAP::SOAPString
|
147
|
+
# - reason - AdwordsApi::V201101::TrafficEstimatorService::DateErrorReason
|
148
|
+
class DateError < ApiError
|
149
|
+
attr_accessor :fieldPath
|
150
|
+
attr_accessor :trigger
|
151
|
+
attr_accessor :errorString
|
152
|
+
attr_accessor :apiError_Type
|
153
|
+
attr_accessor :reason
|
121
154
|
|
122
|
-
def initialize(
|
123
|
-
@
|
124
|
-
@
|
155
|
+
def initialize(fieldPath = nil, trigger = nil, errorString = nil, apiError_Type = nil, reason = nil)
|
156
|
+
@fieldPath = fieldPath
|
157
|
+
@trigger = trigger
|
158
|
+
@errorString = errorString
|
159
|
+
@apiError_Type = apiError_Type
|
160
|
+
@reason = reason
|
125
161
|
end
|
126
162
|
end
|
127
163
|
|
128
|
-
#
|
129
|
-
#
|
130
|
-
# -
|
131
|
-
|
132
|
-
|
164
|
+
# DistinctError
|
165
|
+
# - fieldPath - SOAP::SOAPString
|
166
|
+
# - trigger - SOAP::SOAPString
|
167
|
+
# - errorString - SOAP::SOAPString
|
168
|
+
# - apiError_Type - SOAP::SOAPString
|
169
|
+
# - reason - AdwordsApi::V201101::TrafficEstimatorService::DistinctErrorReason
|
170
|
+
class DistinctError < ApiError
|
171
|
+
attr_accessor :fieldPath
|
172
|
+
attr_accessor :trigger
|
173
|
+
attr_accessor :errorString
|
174
|
+
attr_accessor :apiError_Type
|
175
|
+
attr_accessor :reason
|
133
176
|
|
134
|
-
def initialize(
|
135
|
-
@
|
177
|
+
def initialize(fieldPath = nil, trigger = nil, errorString = nil, apiError_Type = nil, reason = nil)
|
178
|
+
@fieldPath = fieldPath
|
179
|
+
@trigger = trigger
|
180
|
+
@errorString = errorString
|
181
|
+
@apiError_Type = apiError_Type
|
182
|
+
@reason = reason
|
136
183
|
end
|
137
184
|
end
|
138
185
|
|
139
|
-
#
|
140
|
-
# -
|
141
|
-
# -
|
142
|
-
|
143
|
-
|
144
|
-
|
186
|
+
# EntityAccessDenied
|
187
|
+
# - fieldPath - SOAP::SOAPString
|
188
|
+
# - trigger - SOAP::SOAPString
|
189
|
+
# - errorString - SOAP::SOAPString
|
190
|
+
# - apiError_Type - SOAP::SOAPString
|
191
|
+
# - reason - AdwordsApi::V201101::TrafficEstimatorService::EntityAccessDeniedReason
|
192
|
+
class EntityAccessDenied < ApiError
|
193
|
+
attr_accessor :fieldPath
|
194
|
+
attr_accessor :trigger
|
195
|
+
attr_accessor :errorString
|
196
|
+
attr_accessor :apiError_Type
|
197
|
+
attr_accessor :reason
|
145
198
|
|
146
|
-
def initialize(
|
147
|
-
@
|
148
|
-
@
|
199
|
+
def initialize(fieldPath = nil, trigger = nil, errorString = nil, apiError_Type = nil, reason = nil)
|
200
|
+
@fieldPath = fieldPath
|
201
|
+
@trigger = trigger
|
202
|
+
@errorString = errorString
|
203
|
+
@apiError_Type = apiError_Type
|
204
|
+
@reason = reason
|
149
205
|
end
|
150
206
|
end
|
151
207
|
|
152
|
-
#
|
153
|
-
# -
|
154
|
-
# -
|
155
|
-
|
156
|
-
|
157
|
-
|
208
|
+
# EntityNotFound
|
209
|
+
# - fieldPath - SOAP::SOAPString
|
210
|
+
# - trigger - SOAP::SOAPString
|
211
|
+
# - errorString - SOAP::SOAPString
|
212
|
+
# - apiError_Type - SOAP::SOAPString
|
213
|
+
# - reason - AdwordsApi::V201101::TrafficEstimatorService::EntityNotFoundReason
|
214
|
+
class EntityNotFound < ApiError
|
215
|
+
attr_accessor :fieldPath
|
216
|
+
attr_accessor :trigger
|
217
|
+
attr_accessor :errorString
|
218
|
+
attr_accessor :apiError_Type
|
219
|
+
attr_accessor :reason
|
158
220
|
|
159
|
-
def initialize(
|
160
|
-
@
|
161
|
-
@
|
221
|
+
def initialize(fieldPath = nil, trigger = nil, errorString = nil, apiError_Type = nil, reason = nil)
|
222
|
+
@fieldPath = fieldPath
|
223
|
+
@trigger = trigger
|
224
|
+
@errorString = errorString
|
225
|
+
@apiError_Type = apiError_Type
|
226
|
+
@reason = reason
|
162
227
|
end
|
163
228
|
end
|
164
229
|
|
165
|
-
#
|
166
|
-
# -
|
167
|
-
# -
|
168
|
-
|
169
|
-
|
170
|
-
|
230
|
+
# IdError
|
231
|
+
# - fieldPath - SOAP::SOAPString
|
232
|
+
# - trigger - SOAP::SOAPString
|
233
|
+
# - errorString - SOAP::SOAPString
|
234
|
+
# - apiError_Type - SOAP::SOAPString
|
235
|
+
# - reason - AdwordsApi::V201101::TrafficEstimatorService::IdErrorReason
|
236
|
+
class IdError < ApiError
|
237
|
+
attr_accessor :fieldPath
|
238
|
+
attr_accessor :trigger
|
239
|
+
attr_accessor :errorString
|
240
|
+
attr_accessor :apiError_Type
|
241
|
+
attr_accessor :reason
|
171
242
|
|
172
|
-
def initialize(
|
173
|
-
@
|
174
|
-
@
|
243
|
+
def initialize(fieldPath = nil, trigger = nil, errorString = nil, apiError_Type = nil, reason = nil)
|
244
|
+
@fieldPath = fieldPath
|
245
|
+
@trigger = trigger
|
246
|
+
@errorString = errorString
|
247
|
+
@apiError_Type = apiError_Type
|
248
|
+
@reason = reason
|
175
249
|
end
|
176
250
|
end
|
177
251
|
|
178
|
-
#
|
179
|
-
#
|
180
|
-
# -
|
181
|
-
|
182
|
-
|
252
|
+
# InternalApiError
|
253
|
+
# - fieldPath - SOAP::SOAPString
|
254
|
+
# - trigger - SOAP::SOAPString
|
255
|
+
# - errorString - SOAP::SOAPString
|
256
|
+
# - apiError_Type - SOAP::SOAPString
|
257
|
+
# - reason - AdwordsApi::V201101::TrafficEstimatorService::InternalApiErrorReason
|
258
|
+
class InternalApiError < ApiError
|
259
|
+
attr_accessor :fieldPath
|
260
|
+
attr_accessor :trigger
|
261
|
+
attr_accessor :errorString
|
262
|
+
attr_accessor :apiError_Type
|
263
|
+
attr_accessor :reason
|
183
264
|
|
184
|
-
def initialize(
|
185
|
-
@
|
265
|
+
def initialize(fieldPath = nil, trigger = nil, errorString = nil, apiError_Type = nil, reason = nil)
|
266
|
+
@fieldPath = fieldPath
|
267
|
+
@trigger = trigger
|
268
|
+
@errorString = errorString
|
269
|
+
@apiError_Type = apiError_Type
|
270
|
+
@reason = reason
|
186
271
|
end
|
187
272
|
end
|
188
273
|
|
189
|
-
#
|
190
|
-
# -
|
191
|
-
# -
|
192
|
-
# -
|
193
|
-
# -
|
194
|
-
# -
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
attr_accessor :
|
199
|
-
attr_accessor :
|
200
|
-
attr_accessor :
|
201
|
-
attr_accessor :startMinute
|
202
|
-
attr_accessor :endHour
|
203
|
-
attr_accessor :endMinute
|
204
|
-
attr_accessor :bidMultiplier
|
274
|
+
# NotEmptyError
|
275
|
+
# - fieldPath - SOAP::SOAPString
|
276
|
+
# - trigger - SOAP::SOAPString
|
277
|
+
# - errorString - SOAP::SOAPString
|
278
|
+
# - apiError_Type - SOAP::SOAPString
|
279
|
+
# - reason - AdwordsApi::V201101::TrafficEstimatorService::NotEmptyErrorReason
|
280
|
+
class NotEmptyError < ApiError
|
281
|
+
attr_accessor :fieldPath
|
282
|
+
attr_accessor :trigger
|
283
|
+
attr_accessor :errorString
|
284
|
+
attr_accessor :apiError_Type
|
285
|
+
attr_accessor :reason
|
205
286
|
|
206
|
-
def initialize(
|
207
|
-
@
|
208
|
-
@
|
209
|
-
@
|
210
|
-
@
|
211
|
-
@
|
212
|
-
@endMinute = endMinute
|
213
|
-
@bidMultiplier = bidMultiplier
|
287
|
+
def initialize(fieldPath = nil, trigger = nil, errorString = nil, apiError_Type = nil, reason = nil)
|
288
|
+
@fieldPath = fieldPath
|
289
|
+
@trigger = trigger
|
290
|
+
@errorString = errorString
|
291
|
+
@apiError_Type = apiError_Type
|
292
|
+
@reason = reason
|
214
293
|
end
|
215
294
|
end
|
216
295
|
|
217
|
-
#
|
218
|
-
# -
|
219
|
-
# -
|
220
|
-
|
221
|
-
|
222
|
-
|
296
|
+
# NotWhitelistedError
|
297
|
+
# - fieldPath - SOAP::SOAPString
|
298
|
+
# - trigger - SOAP::SOAPString
|
299
|
+
# - errorString - SOAP::SOAPString
|
300
|
+
# - apiError_Type - SOAP::SOAPString
|
301
|
+
# - reason - AdwordsApi::V201101::TrafficEstimatorService::NotWhitelistedErrorReason
|
302
|
+
class NotWhitelistedError < ApiError
|
303
|
+
attr_accessor :fieldPath
|
304
|
+
attr_accessor :trigger
|
305
|
+
attr_accessor :errorString
|
306
|
+
attr_accessor :apiError_Type
|
307
|
+
attr_accessor :reason
|
223
308
|
|
224
|
-
def initialize(
|
225
|
-
@
|
226
|
-
@
|
309
|
+
def initialize(fieldPath = nil, trigger = nil, errorString = nil, apiError_Type = nil, reason = nil)
|
310
|
+
@fieldPath = fieldPath
|
311
|
+
@trigger = trigger
|
312
|
+
@errorString = errorString
|
313
|
+
@apiError_Type = apiError_Type
|
314
|
+
@reason = reason
|
227
315
|
end
|
228
316
|
end
|
229
317
|
|
230
|
-
#
|
231
|
-
#
|
232
|
-
# -
|
233
|
-
|
234
|
-
|
318
|
+
# NullError
|
319
|
+
# - fieldPath - SOAP::SOAPString
|
320
|
+
# - trigger - SOAP::SOAPString
|
321
|
+
# - errorString - SOAP::SOAPString
|
322
|
+
# - apiError_Type - SOAP::SOAPString
|
323
|
+
# - reason - AdwordsApi::V201101::TrafficEstimatorService::NullErrorReason
|
324
|
+
class NullError < ApiError
|
325
|
+
attr_accessor :fieldPath
|
326
|
+
attr_accessor :trigger
|
327
|
+
attr_accessor :errorString
|
328
|
+
attr_accessor :apiError_Type
|
329
|
+
attr_accessor :reason
|
235
330
|
|
236
|
-
def initialize(
|
237
|
-
@
|
331
|
+
def initialize(fieldPath = nil, trigger = nil, errorString = nil, apiError_Type = nil, reason = nil)
|
332
|
+
@fieldPath = fieldPath
|
333
|
+
@trigger = trigger
|
334
|
+
@errorString = errorString
|
335
|
+
@apiError_Type = apiError_Type
|
336
|
+
@reason = reason
|
238
337
|
end
|
239
338
|
end
|
240
339
|
|
241
|
-
#
|
242
|
-
# -
|
243
|
-
# -
|
244
|
-
# -
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
attr_accessor :
|
340
|
+
# OperationAccessDenied
|
341
|
+
# - fieldPath - SOAP::SOAPString
|
342
|
+
# - trigger - SOAP::SOAPString
|
343
|
+
# - errorString - SOAP::SOAPString
|
344
|
+
# - apiError_Type - SOAP::SOAPString
|
345
|
+
# - reason - AdwordsApi::V201101::TrafficEstimatorService::OperationAccessDeniedReason
|
346
|
+
class OperationAccessDenied < ApiError
|
347
|
+
attr_accessor :fieldPath
|
348
|
+
attr_accessor :trigger
|
349
|
+
attr_accessor :errorString
|
350
|
+
attr_accessor :apiError_Type
|
351
|
+
attr_accessor :reason
|
249
352
|
|
250
|
-
def initialize(
|
251
|
-
@
|
252
|
-
@
|
253
|
-
@
|
353
|
+
def initialize(fieldPath = nil, trigger = nil, errorString = nil, apiError_Type = nil, reason = nil)
|
354
|
+
@fieldPath = fieldPath
|
355
|
+
@trigger = trigger
|
356
|
+
@errorString = errorString
|
357
|
+
@apiError_Type = apiError_Type
|
358
|
+
@reason = reason
|
254
359
|
end
|
255
360
|
end
|
256
361
|
|
257
|
-
#
|
258
|
-
# -
|
259
|
-
# -
|
260
|
-
|
261
|
-
|
262
|
-
|
362
|
+
# OperatorError
|
363
|
+
# - fieldPath - SOAP::SOAPString
|
364
|
+
# - trigger - SOAP::SOAPString
|
365
|
+
# - errorString - SOAP::SOAPString
|
366
|
+
# - apiError_Type - SOAP::SOAPString
|
367
|
+
# - reason - AdwordsApi::V201101::TrafficEstimatorService::OperatorErrorReason
|
368
|
+
class OperatorError < ApiError
|
369
|
+
attr_accessor :fieldPath
|
370
|
+
attr_accessor :trigger
|
371
|
+
attr_accessor :errorString
|
372
|
+
attr_accessor :apiError_Type
|
373
|
+
attr_accessor :reason
|
263
374
|
|
264
|
-
def initialize(
|
265
|
-
@
|
266
|
-
@
|
375
|
+
def initialize(fieldPath = nil, trigger = nil, errorString = nil, apiError_Type = nil, reason = nil)
|
376
|
+
@fieldPath = fieldPath
|
377
|
+
@trigger = trigger
|
378
|
+
@errorString = errorString
|
379
|
+
@apiError_Type = apiError_Type
|
380
|
+
@reason = reason
|
267
381
|
end
|
268
382
|
end
|
269
383
|
|
270
|
-
#
|
271
|
-
# -
|
272
|
-
# -
|
273
|
-
|
274
|
-
|
275
|
-
|
384
|
+
# QuotaCheckError
|
385
|
+
# - fieldPath - SOAP::SOAPString
|
386
|
+
# - trigger - SOAP::SOAPString
|
387
|
+
# - errorString - SOAP::SOAPString
|
388
|
+
# - apiError_Type - SOAP::SOAPString
|
389
|
+
# - reason - AdwordsApi::V201101::TrafficEstimatorService::QuotaCheckErrorReason
|
390
|
+
class QuotaCheckError < ApiError
|
391
|
+
attr_accessor :fieldPath
|
392
|
+
attr_accessor :trigger
|
393
|
+
attr_accessor :errorString
|
394
|
+
attr_accessor :apiError_Type
|
395
|
+
attr_accessor :reason
|
276
396
|
|
277
|
-
def initialize(
|
278
|
-
@
|
279
|
-
@
|
397
|
+
def initialize(fieldPath = nil, trigger = nil, errorString = nil, apiError_Type = nil, reason = nil)
|
398
|
+
@fieldPath = fieldPath
|
399
|
+
@trigger = trigger
|
400
|
+
@errorString = errorString
|
401
|
+
@apiError_Type = apiError_Type
|
402
|
+
@reason = reason
|
280
403
|
end
|
281
404
|
end
|
282
405
|
|
283
|
-
#
|
284
|
-
#
|
285
|
-
# -
|
286
|
-
# -
|
287
|
-
|
288
|
-
|
289
|
-
|
290
|
-
|
291
|
-
|
292
|
-
|
293
|
-
|
294
|
-
|
295
|
-
end
|
406
|
+
# RangeError
|
407
|
+
# - fieldPath - SOAP::SOAPString
|
408
|
+
# - trigger - SOAP::SOAPString
|
409
|
+
# - errorString - SOAP::SOAPString
|
410
|
+
# - apiError_Type - SOAP::SOAPString
|
411
|
+
# - reason - AdwordsApi::V201101::TrafficEstimatorService::RangeErrorReason
|
412
|
+
class C_RangeError < ApiError
|
413
|
+
attr_accessor :fieldPath
|
414
|
+
attr_accessor :trigger
|
415
|
+
attr_accessor :errorString
|
416
|
+
attr_accessor :apiError_Type
|
417
|
+
attr_accessor :reason
|
296
418
|
|
297
|
-
|
298
|
-
|
299
|
-
|
300
|
-
|
301
|
-
|
302
|
-
|
303
|
-
attr_accessor :bidModifier
|
304
|
-
attr_accessor :age
|
305
|
-
|
306
|
-
def initialize(target_Type = nil, bidModifier = nil, age = nil)
|
307
|
-
@target_Type = target_Type
|
308
|
-
@bidModifier = bidModifier
|
309
|
-
@age = age
|
310
|
-
end
|
311
|
-
end
|
312
|
-
|
313
|
-
# GenderTarget
|
314
|
-
# - target_Type - SOAP::SOAPString
|
315
|
-
# - bidModifier - SOAP::SOAPInt
|
316
|
-
# - gender - AdwordsApi::V201101::TrafficEstimatorService::GenderTargetGender
|
317
|
-
class GenderTarget < DemographicTarget
|
318
|
-
attr_accessor :target_Type
|
319
|
-
attr_accessor :bidModifier
|
320
|
-
attr_accessor :gender
|
321
|
-
|
322
|
-
def initialize(target_Type = nil, bidModifier = nil, gender = nil)
|
323
|
-
@target_Type = target_Type
|
324
|
-
@bidModifier = bidModifier
|
325
|
-
@gender = gender
|
326
|
-
end
|
327
|
-
end
|
328
|
-
|
329
|
-
# GeoTarget
|
330
|
-
# abstract
|
331
|
-
# - target_Type - SOAP::SOAPString
|
332
|
-
# - excluded - SOAP::SOAPBoolean
|
333
|
-
class GeoTarget < Target
|
334
|
-
attr_accessor :target_Type
|
335
|
-
attr_accessor :excluded
|
336
|
-
|
337
|
-
def initialize(target_Type = nil, excluded = nil)
|
338
|
-
@target_Type = target_Type
|
339
|
-
@excluded = excluded
|
340
|
-
end
|
341
|
-
end
|
342
|
-
|
343
|
-
# CityTarget
|
344
|
-
# - target_Type - SOAP::SOAPString
|
345
|
-
# - excluded - SOAP::SOAPBoolean
|
346
|
-
# - cityName - SOAP::SOAPString
|
347
|
-
# - provinceCode - SOAP::SOAPString
|
348
|
-
# - countryCode - SOAP::SOAPString
|
349
|
-
class CityTarget < GeoTarget
|
350
|
-
attr_accessor :target_Type
|
351
|
-
attr_accessor :excluded
|
352
|
-
attr_accessor :cityName
|
353
|
-
attr_accessor :provinceCode
|
354
|
-
attr_accessor :countryCode
|
355
|
-
|
356
|
-
def initialize(target_Type = nil, excluded = nil, cityName = nil, provinceCode = nil, countryCode = nil)
|
357
|
-
@target_Type = target_Type
|
358
|
-
@excluded = excluded
|
359
|
-
@cityName = cityName
|
360
|
-
@provinceCode = provinceCode
|
361
|
-
@countryCode = countryCode
|
362
|
-
end
|
363
|
-
end
|
364
|
-
|
365
|
-
# CountryTarget
|
366
|
-
# - target_Type - SOAP::SOAPString
|
367
|
-
# - excluded - SOAP::SOAPBoolean
|
368
|
-
# - countryCode - SOAP::SOAPString
|
369
|
-
class CountryTarget < GeoTarget
|
370
|
-
attr_accessor :target_Type
|
371
|
-
attr_accessor :excluded
|
372
|
-
attr_accessor :countryCode
|
373
|
-
|
374
|
-
def initialize(target_Type = nil, excluded = nil, countryCode = nil)
|
375
|
-
@target_Type = target_Type
|
376
|
-
@excluded = excluded
|
377
|
-
@countryCode = countryCode
|
378
|
-
end
|
379
|
-
end
|
380
|
-
|
381
|
-
# MetroTarget
|
382
|
-
# - target_Type - SOAP::SOAPString
|
383
|
-
# - excluded - SOAP::SOAPBoolean
|
384
|
-
# - metroCode - SOAP::SOAPString
|
385
|
-
class MetroTarget < GeoTarget
|
386
|
-
attr_accessor :target_Type
|
387
|
-
attr_accessor :excluded
|
388
|
-
attr_accessor :metroCode
|
389
|
-
|
390
|
-
def initialize(target_Type = nil, excluded = nil, metroCode = nil)
|
391
|
-
@target_Type = target_Type
|
392
|
-
@excluded = excluded
|
393
|
-
@metroCode = metroCode
|
394
|
-
end
|
395
|
-
end
|
396
|
-
|
397
|
-
# PolygonTarget
|
398
|
-
# - target_Type - SOAP::SOAPString
|
399
|
-
# - excluded - SOAP::SOAPBoolean
|
400
|
-
# - vertices - AdwordsApi::V201101::TrafficEstimatorService::GeoPoint
|
401
|
-
class PolygonTarget < GeoTarget
|
402
|
-
attr_accessor :target_Type
|
403
|
-
attr_accessor :excluded
|
404
|
-
attr_accessor :vertices
|
405
|
-
|
406
|
-
def initialize(target_Type = nil, excluded = nil, vertices = [])
|
407
|
-
@target_Type = target_Type
|
408
|
-
@excluded = excluded
|
409
|
-
@vertices = vertices
|
410
|
-
end
|
411
|
-
end
|
412
|
-
|
413
|
-
# ProvinceTarget
|
414
|
-
# - target_Type - SOAP::SOAPString
|
415
|
-
# - excluded - SOAP::SOAPBoolean
|
416
|
-
# - provinceCode - SOAP::SOAPString
|
417
|
-
class ProvinceTarget < GeoTarget
|
418
|
-
attr_accessor :target_Type
|
419
|
-
attr_accessor :excluded
|
420
|
-
attr_accessor :provinceCode
|
421
|
-
|
422
|
-
def initialize(target_Type = nil, excluded = nil, provinceCode = nil)
|
423
|
-
@target_Type = target_Type
|
424
|
-
@excluded = excluded
|
425
|
-
@provinceCode = provinceCode
|
426
|
-
end
|
427
|
-
end
|
428
|
-
|
429
|
-
# ProximityTarget
|
430
|
-
# - target_Type - SOAP::SOAPString
|
431
|
-
# - excluded - SOAP::SOAPBoolean
|
432
|
-
# - geoPoint - AdwordsApi::V201101::TrafficEstimatorService::GeoPoint
|
433
|
-
# - radiusDistanceUnits - AdwordsApi::V201101::TrafficEstimatorService::ProximityTargetDistanceUnits
|
434
|
-
# - radiusInUnits - SOAP::SOAPDouble
|
435
|
-
# - address - AdwordsApi::V201101::TrafficEstimatorService::Address
|
436
|
-
# - allowServiceOfAddress - SOAP::SOAPBoolean
|
437
|
-
class ProximityTarget < GeoTarget
|
438
|
-
attr_accessor :target_Type
|
439
|
-
attr_accessor :excluded
|
440
|
-
attr_accessor :geoPoint
|
441
|
-
attr_accessor :radiusDistanceUnits
|
442
|
-
attr_accessor :radiusInUnits
|
443
|
-
attr_accessor :address
|
444
|
-
attr_accessor :allowServiceOfAddress
|
445
|
-
|
446
|
-
def initialize(target_Type = nil, excluded = nil, geoPoint = nil, radiusDistanceUnits = nil, radiusInUnits = nil, address = nil, allowServiceOfAddress = nil)
|
447
|
-
@target_Type = target_Type
|
448
|
-
@excluded = excluded
|
449
|
-
@geoPoint = geoPoint
|
450
|
-
@radiusDistanceUnits = radiusDistanceUnits
|
451
|
-
@radiusInUnits = radiusInUnits
|
452
|
-
@address = address
|
453
|
-
@allowServiceOfAddress = allowServiceOfAddress
|
419
|
+
def initialize(fieldPath = nil, trigger = nil, errorString = nil, apiError_Type = nil, reason = nil)
|
420
|
+
@fieldPath = fieldPath
|
421
|
+
@trigger = trigger
|
422
|
+
@errorString = errorString
|
423
|
+
@apiError_Type = apiError_Type
|
424
|
+
@reason = reason
|
454
425
|
end
|
455
426
|
end
|
456
427
|
|
457
|
-
#
|
458
|
-
# abstract
|
428
|
+
# RateExceededError
|
459
429
|
# - fieldPath - SOAP::SOAPString
|
460
430
|
# - trigger - SOAP::SOAPString
|
461
431
|
# - errorString - SOAP::SOAPString
|
462
432
|
# - apiError_Type - SOAP::SOAPString
|
463
|
-
|
433
|
+
# - reason - AdwordsApi::V201101::TrafficEstimatorService::RateExceededErrorReason
|
434
|
+
# - rateName - SOAP::SOAPString
|
435
|
+
# - rateScope - SOAP::SOAPString
|
436
|
+
# - retryAfterSeconds - SOAP::SOAPInt
|
437
|
+
class RateExceededError < ApiError
|
464
438
|
attr_accessor :fieldPath
|
465
439
|
attr_accessor :trigger
|
466
440
|
attr_accessor :errorString
|
467
441
|
attr_accessor :apiError_Type
|
442
|
+
attr_accessor :reason
|
443
|
+
attr_accessor :rateName
|
444
|
+
attr_accessor :rateScope
|
445
|
+
attr_accessor :retryAfterSeconds
|
468
446
|
|
469
|
-
def initialize(fieldPath = nil, trigger = nil, errorString = nil, apiError_Type = nil)
|
447
|
+
def initialize(fieldPath = nil, trigger = nil, errorString = nil, apiError_Type = nil, reason = nil, rateName = nil, rateScope = nil, retryAfterSeconds = nil)
|
470
448
|
@fieldPath = fieldPath
|
471
449
|
@trigger = trigger
|
472
450
|
@errorString = errorString
|
473
451
|
@apiError_Type = apiError_Type
|
452
|
+
@reason = reason
|
453
|
+
@rateName = rateName
|
454
|
+
@rateScope = rateScope
|
455
|
+
@retryAfterSeconds = retryAfterSeconds
|
474
456
|
end
|
475
457
|
end
|
476
458
|
|
477
|
-
#
|
459
|
+
# ReadOnlyError
|
478
460
|
# - fieldPath - SOAP::SOAPString
|
479
461
|
# - trigger - SOAP::SOAPString
|
480
462
|
# - errorString - SOAP::SOAPString
|
481
463
|
# - apiError_Type - SOAP::SOAPString
|
482
|
-
# - reason - AdwordsApi::V201101::TrafficEstimatorService::
|
483
|
-
class
|
464
|
+
# - reason - AdwordsApi::V201101::TrafficEstimatorService::ReadOnlyErrorReason
|
465
|
+
class ReadOnlyError < ApiError
|
484
466
|
attr_accessor :fieldPath
|
485
467
|
attr_accessor :trigger
|
486
468
|
attr_accessor :errorString
|
@@ -496,13 +478,13 @@ class AuthenticationError < ApiError
|
|
496
478
|
end
|
497
479
|
end
|
498
480
|
|
499
|
-
#
|
481
|
+
# RegionCodeError
|
500
482
|
# - fieldPath - SOAP::SOAPString
|
501
483
|
# - trigger - SOAP::SOAPString
|
502
484
|
# - errorString - SOAP::SOAPString
|
503
485
|
# - apiError_Type - SOAP::SOAPString
|
504
|
-
# - reason - AdwordsApi::V201101::TrafficEstimatorService::
|
505
|
-
class
|
486
|
+
# - reason - AdwordsApi::V201101::TrafficEstimatorService::RegionCodeErrorReason
|
487
|
+
class RegionCodeError < ApiError
|
506
488
|
attr_accessor :fieldPath
|
507
489
|
attr_accessor :trigger
|
508
490
|
attr_accessor :errorString
|
@@ -518,13 +500,13 @@ class AuthorizationError < ApiError
|
|
518
500
|
end
|
519
501
|
end
|
520
502
|
|
521
|
-
#
|
503
|
+
# RejectedError
|
522
504
|
# - fieldPath - SOAP::SOAPString
|
523
505
|
# - trigger - SOAP::SOAPString
|
524
506
|
# - errorString - SOAP::SOAPString
|
525
507
|
# - apiError_Type - SOAP::SOAPString
|
526
|
-
# - reason - AdwordsApi::V201101::TrafficEstimatorService::
|
527
|
-
class
|
508
|
+
# - reason - AdwordsApi::V201101::TrafficEstimatorService::RejectedErrorReason
|
509
|
+
class RejectedError < ApiError
|
528
510
|
attr_accessor :fieldPath
|
529
511
|
attr_accessor :trigger
|
530
512
|
attr_accessor :errorString
|
@@ -540,13 +522,13 @@ class ClientTermsError < ApiError
|
|
540
522
|
end
|
541
523
|
end
|
542
524
|
|
543
|
-
#
|
525
|
+
# RequestError
|
544
526
|
# - fieldPath - SOAP::SOAPString
|
545
527
|
# - trigger - SOAP::SOAPString
|
546
528
|
# - errorString - SOAP::SOAPString
|
547
529
|
# - apiError_Type - SOAP::SOAPString
|
548
|
-
# - reason - AdwordsApi::V201101::TrafficEstimatorService::
|
549
|
-
class
|
530
|
+
# - reason - AdwordsApi::V201101::TrafficEstimatorService::RequestErrorReason
|
531
|
+
class RequestError < ApiError
|
550
532
|
attr_accessor :fieldPath
|
551
533
|
attr_accessor :trigger
|
552
534
|
attr_accessor :errorString
|
@@ -562,13 +544,13 @@ class DateError < ApiError
|
|
562
544
|
end
|
563
545
|
end
|
564
546
|
|
565
|
-
#
|
547
|
+
# RequiredError
|
566
548
|
# - fieldPath - SOAP::SOAPString
|
567
549
|
# - trigger - SOAP::SOAPString
|
568
550
|
# - errorString - SOAP::SOAPString
|
569
551
|
# - apiError_Type - SOAP::SOAPString
|
570
|
-
# - reason - AdwordsApi::V201101::TrafficEstimatorService::
|
571
|
-
class
|
552
|
+
# - reason - AdwordsApi::V201101::TrafficEstimatorService::RequiredErrorReason
|
553
|
+
class RequiredError < ApiError
|
572
554
|
attr_accessor :fieldPath
|
573
555
|
attr_accessor :trigger
|
574
556
|
attr_accessor :errorString
|
@@ -584,13 +566,13 @@ class DistinctError < ApiError
|
|
584
566
|
end
|
585
567
|
end
|
586
568
|
|
587
|
-
#
|
569
|
+
# SizeLimitError
|
588
570
|
# - fieldPath - SOAP::SOAPString
|
589
571
|
# - trigger - SOAP::SOAPString
|
590
572
|
# - errorString - SOAP::SOAPString
|
591
573
|
# - apiError_Type - SOAP::SOAPString
|
592
|
-
# - reason - AdwordsApi::V201101::TrafficEstimatorService::
|
593
|
-
class
|
574
|
+
# - reason - AdwordsApi::V201101::TrafficEstimatorService::SizeLimitErrorReason
|
575
|
+
class SizeLimitError < ApiError
|
594
576
|
attr_accessor :fieldPath
|
595
577
|
attr_accessor :trigger
|
596
578
|
attr_accessor :errorString
|
@@ -606,13 +588,13 @@ class EntityAccessDenied < ApiError
|
|
606
588
|
end
|
607
589
|
end
|
608
590
|
|
609
|
-
#
|
591
|
+
# StringLengthError
|
610
592
|
# - fieldPath - SOAP::SOAPString
|
611
593
|
# - trigger - SOAP::SOAPString
|
612
594
|
# - errorString - SOAP::SOAPString
|
613
595
|
# - apiError_Type - SOAP::SOAPString
|
614
|
-
# - reason - AdwordsApi::V201101::TrafficEstimatorService::
|
615
|
-
class
|
596
|
+
# - reason - AdwordsApi::V201101::TrafficEstimatorService::StringLengthErrorReason
|
597
|
+
class StringLengthError < ApiError
|
616
598
|
attr_accessor :fieldPath
|
617
599
|
attr_accessor :trigger
|
618
600
|
attr_accessor :errorString
|
@@ -628,13 +610,13 @@ class EntityNotFound < ApiError
|
|
628
610
|
end
|
629
611
|
end
|
630
612
|
|
631
|
-
#
|
613
|
+
# TargetError
|
632
614
|
# - fieldPath - SOAP::SOAPString
|
633
615
|
# - trigger - SOAP::SOAPString
|
634
616
|
# - errorString - SOAP::SOAPString
|
635
617
|
# - apiError_Type - SOAP::SOAPString
|
636
|
-
# - reason - AdwordsApi::V201101::TrafficEstimatorService::
|
637
|
-
class
|
618
|
+
# - reason - AdwordsApi::V201101::TrafficEstimatorService::TargetErrorReason
|
619
|
+
class TargetError < ApiError
|
638
620
|
attr_accessor :fieldPath
|
639
621
|
attr_accessor :trigger
|
640
622
|
attr_accessor :errorString
|
@@ -650,13 +632,13 @@ class IdError < ApiError
|
|
650
632
|
end
|
651
633
|
end
|
652
634
|
|
653
|
-
#
|
635
|
+
# CollectionSizeError
|
654
636
|
# - fieldPath - SOAP::SOAPString
|
655
637
|
# - trigger - SOAP::SOAPString
|
656
638
|
# - errorString - SOAP::SOAPString
|
657
639
|
# - apiError_Type - SOAP::SOAPString
|
658
|
-
# - reason - AdwordsApi::V201101::TrafficEstimatorService::
|
659
|
-
class
|
640
|
+
# - reason - AdwordsApi::V201101::TrafficEstimatorService::CollectionSizeErrorReason
|
641
|
+
class CollectionSizeError < ApiError
|
660
642
|
attr_accessor :fieldPath
|
661
643
|
attr_accessor :trigger
|
662
644
|
attr_accessor :errorString
|
@@ -672,13 +654,13 @@ class InternalApiError < ApiError
|
|
672
654
|
end
|
673
655
|
end
|
674
656
|
|
675
|
-
#
|
657
|
+
# CurrencyCodeError
|
676
658
|
# - fieldPath - SOAP::SOAPString
|
677
659
|
# - trigger - SOAP::SOAPString
|
678
660
|
# - errorString - SOAP::SOAPString
|
679
661
|
# - apiError_Type - SOAP::SOAPString
|
680
|
-
# - reason - AdwordsApi::V201101::TrafficEstimatorService::
|
681
|
-
class
|
662
|
+
# - reason - AdwordsApi::V201101::TrafficEstimatorService::CurrencyCodeErrorReason
|
663
|
+
class CurrencyCodeError < ApiError
|
682
664
|
attr_accessor :fieldPath
|
683
665
|
attr_accessor :trigger
|
684
666
|
attr_accessor :errorString
|
@@ -694,13 +676,13 @@ class NotEmptyError < ApiError
|
|
694
676
|
end
|
695
677
|
end
|
696
678
|
|
697
|
-
#
|
679
|
+
# MatchesRegexError
|
698
680
|
# - fieldPath - SOAP::SOAPString
|
699
681
|
# - trigger - SOAP::SOAPString
|
700
682
|
# - errorString - SOAP::SOAPString
|
701
683
|
# - apiError_Type - SOAP::SOAPString
|
702
|
-
# - reason - AdwordsApi::V201101::TrafficEstimatorService::
|
703
|
-
class
|
684
|
+
# - reason - AdwordsApi::V201101::TrafficEstimatorService::MatchesRegexErrorReason
|
685
|
+
class MatchesRegexError < ApiError
|
704
686
|
attr_accessor :fieldPath
|
705
687
|
attr_accessor :trigger
|
706
688
|
attr_accessor :errorString
|
@@ -716,13 +698,13 @@ class NotWhitelistedError < ApiError
|
|
716
698
|
end
|
717
699
|
end
|
718
700
|
|
719
|
-
#
|
701
|
+
# TrafficEstimatorError
|
720
702
|
# - fieldPath - SOAP::SOAPString
|
721
703
|
# - trigger - SOAP::SOAPString
|
722
704
|
# - errorString - SOAP::SOAPString
|
723
705
|
# - apiError_Type - SOAP::SOAPString
|
724
|
-
# - reason - AdwordsApi::V201101::TrafficEstimatorService::
|
725
|
-
class
|
706
|
+
# - reason - AdwordsApi::V201101::TrafficEstimatorService::TrafficEstimatorErrorReason
|
707
|
+
class TrafficEstimatorError < ApiError
|
726
708
|
attr_accessor :fieldPath
|
727
709
|
attr_accessor :trigger
|
728
710
|
attr_accessor :errorString
|
@@ -738,561 +720,579 @@ class NullError < ApiError
|
|
738
720
|
end
|
739
721
|
end
|
740
722
|
|
741
|
-
#
|
742
|
-
# -
|
743
|
-
# -
|
744
|
-
|
745
|
-
|
746
|
-
|
747
|
-
class OperationAccessDenied < ApiError
|
748
|
-
attr_accessor :fieldPath
|
749
|
-
attr_accessor :trigger
|
750
|
-
attr_accessor :errorString
|
751
|
-
attr_accessor :apiError_Type
|
752
|
-
attr_accessor :reason
|
723
|
+
# ApplicationException
|
724
|
+
# - message - SOAP::SOAPString
|
725
|
+
# - applicationException_Type - SOAP::SOAPString
|
726
|
+
class ApplicationException
|
727
|
+
attr_accessor :message
|
728
|
+
attr_accessor :applicationException_Type
|
753
729
|
|
754
|
-
def initialize(
|
755
|
-
@
|
756
|
-
@
|
757
|
-
@errorString = errorString
|
758
|
-
@apiError_Type = apiError_Type
|
759
|
-
@reason = reason
|
730
|
+
def initialize(message = nil, applicationException_Type = nil)
|
731
|
+
@message = message
|
732
|
+
@applicationException_Type = applicationException_Type
|
760
733
|
end
|
761
734
|
end
|
762
735
|
|
763
|
-
#
|
764
|
-
# -
|
765
|
-
# -
|
766
|
-
# -
|
767
|
-
|
768
|
-
|
769
|
-
|
770
|
-
attr_accessor :
|
771
|
-
attr_accessor :trigger
|
772
|
-
attr_accessor :errorString
|
773
|
-
attr_accessor :apiError_Type
|
774
|
-
attr_accessor :reason
|
736
|
+
# ApiException
|
737
|
+
# - message - SOAP::SOAPString
|
738
|
+
# - applicationException_Type - SOAP::SOAPString
|
739
|
+
# - errors - AdwordsApi::V201101::TrafficEstimatorService::ApiError
|
740
|
+
class ApiException < ApplicationException
|
741
|
+
attr_accessor :message
|
742
|
+
attr_accessor :applicationException_Type
|
743
|
+
attr_accessor :errors
|
775
744
|
|
776
|
-
def initialize(
|
777
|
-
@
|
778
|
-
@
|
779
|
-
@
|
780
|
-
@apiError_Type = apiError_Type
|
781
|
-
@reason = reason
|
745
|
+
def initialize(message = nil, applicationException_Type = nil, errors = [])
|
746
|
+
@message = message
|
747
|
+
@applicationException_Type = applicationException_Type
|
748
|
+
@errors = errors
|
782
749
|
end
|
783
750
|
end
|
784
751
|
|
785
|
-
#
|
786
|
-
#
|
787
|
-
# -
|
788
|
-
|
789
|
-
|
790
|
-
# - reason - AdwordsApi::V201101::TrafficEstimatorService::QuotaCheckErrorReason
|
791
|
-
class QuotaCheckError < ApiError
|
792
|
-
attr_accessor :fieldPath
|
793
|
-
attr_accessor :trigger
|
794
|
-
attr_accessor :errorString
|
795
|
-
attr_accessor :apiError_Type
|
796
|
-
attr_accessor :reason
|
752
|
+
# ComparableValue
|
753
|
+
# abstract
|
754
|
+
# - comparableValue_Type - SOAP::SOAPString
|
755
|
+
class ComparableValue
|
756
|
+
attr_accessor :comparableValue_Type
|
797
757
|
|
798
|
-
def initialize(
|
799
|
-
@
|
800
|
-
@trigger = trigger
|
801
|
-
@errorString = errorString
|
802
|
-
@apiError_Type = apiError_Type
|
803
|
-
@reason = reason
|
758
|
+
def initialize(comparableValue_Type = nil)
|
759
|
+
@comparableValue_Type = comparableValue_Type
|
804
760
|
end
|
805
761
|
end
|
806
762
|
|
807
|
-
#
|
808
|
-
# -
|
809
|
-
# -
|
810
|
-
|
811
|
-
|
812
|
-
|
813
|
-
class C_RangeError < ApiError
|
814
|
-
attr_accessor :fieldPath
|
815
|
-
attr_accessor :trigger
|
816
|
-
attr_accessor :errorString
|
817
|
-
attr_accessor :apiError_Type
|
818
|
-
attr_accessor :reason
|
763
|
+
# Money
|
764
|
+
# - comparableValue_Type - SOAP::SOAPString
|
765
|
+
# - microAmount - SOAP::SOAPLong
|
766
|
+
class Money < ComparableValue
|
767
|
+
attr_accessor :comparableValue_Type
|
768
|
+
attr_accessor :microAmount
|
819
769
|
|
820
|
-
def initialize(
|
821
|
-
@
|
822
|
-
@
|
823
|
-
@errorString = errorString
|
824
|
-
@apiError_Type = apiError_Type
|
825
|
-
@reason = reason
|
770
|
+
def initialize(comparableValue_Type = nil, microAmount = nil)
|
771
|
+
@comparableValue_Type = comparableValue_Type
|
772
|
+
@microAmount = microAmount
|
826
773
|
end
|
827
774
|
end
|
828
775
|
|
829
|
-
#
|
830
|
-
#
|
831
|
-
# -
|
832
|
-
|
833
|
-
|
834
|
-
# - reason - AdwordsApi::V201101::TrafficEstimatorService::RateExceededErrorReason
|
835
|
-
# - rateName - SOAP::SOAPString
|
836
|
-
# - rateScope - SOAP::SOAPString
|
837
|
-
# - retryAfterSeconds - SOAP::SOAPInt
|
838
|
-
class RateExceededError < ApiError
|
839
|
-
attr_accessor :fieldPath
|
840
|
-
attr_accessor :trigger
|
841
|
-
attr_accessor :errorString
|
842
|
-
attr_accessor :apiError_Type
|
843
|
-
attr_accessor :reason
|
844
|
-
attr_accessor :rateName
|
845
|
-
attr_accessor :rateScope
|
846
|
-
attr_accessor :retryAfterSeconds
|
776
|
+
# NumberValue
|
777
|
+
# abstract
|
778
|
+
# - comparableValue_Type - SOAP::SOAPString
|
779
|
+
class NumberValue < ComparableValue
|
780
|
+
attr_accessor :comparableValue_Type
|
847
781
|
|
848
|
-
def initialize(
|
849
|
-
@
|
850
|
-
@trigger = trigger
|
851
|
-
@errorString = errorString
|
852
|
-
@apiError_Type = apiError_Type
|
853
|
-
@reason = reason
|
854
|
-
@rateName = rateName
|
855
|
-
@rateScope = rateScope
|
856
|
-
@retryAfterSeconds = retryAfterSeconds
|
782
|
+
def initialize(comparableValue_Type = nil)
|
783
|
+
@comparableValue_Type = comparableValue_Type
|
857
784
|
end
|
858
785
|
end
|
859
786
|
|
860
|
-
#
|
861
|
-
# -
|
862
|
-
# -
|
863
|
-
|
864
|
-
|
865
|
-
|
866
|
-
class ReadOnlyError < ApiError
|
867
|
-
attr_accessor :fieldPath
|
868
|
-
attr_accessor :trigger
|
869
|
-
attr_accessor :errorString
|
870
|
-
attr_accessor :apiError_Type
|
871
|
-
attr_accessor :reason
|
787
|
+
# DoubleValue
|
788
|
+
# - comparableValue_Type - SOAP::SOAPString
|
789
|
+
# - number - SOAP::SOAPDouble
|
790
|
+
class DoubleValue < NumberValue
|
791
|
+
attr_accessor :comparableValue_Type
|
792
|
+
attr_accessor :number
|
872
793
|
|
873
|
-
def initialize(
|
874
|
-
@
|
875
|
-
@
|
876
|
-
@errorString = errorString
|
877
|
-
@apiError_Type = apiError_Type
|
878
|
-
@reason = reason
|
794
|
+
def initialize(comparableValue_Type = nil, number = nil)
|
795
|
+
@comparableValue_Type = comparableValue_Type
|
796
|
+
@number = number
|
879
797
|
end
|
880
798
|
end
|
881
799
|
|
882
|
-
#
|
883
|
-
# -
|
884
|
-
# -
|
885
|
-
|
886
|
-
|
887
|
-
|
888
|
-
class RegionCodeError < ApiError
|
889
|
-
attr_accessor :fieldPath
|
890
|
-
attr_accessor :trigger
|
891
|
-
attr_accessor :errorString
|
892
|
-
attr_accessor :apiError_Type
|
893
|
-
attr_accessor :reason
|
800
|
+
# LongValue
|
801
|
+
# - comparableValue_Type - SOAP::SOAPString
|
802
|
+
# - number - SOAP::SOAPLong
|
803
|
+
class LongValue < NumberValue
|
804
|
+
attr_accessor :comparableValue_Type
|
805
|
+
attr_accessor :number
|
894
806
|
|
895
|
-
def initialize(
|
896
|
-
@
|
897
|
-
@
|
898
|
-
@errorString = errorString
|
899
|
-
@apiError_Type = apiError_Type
|
900
|
-
@reason = reason
|
807
|
+
def initialize(comparableValue_Type = nil, number = nil)
|
808
|
+
@comparableValue_Type = comparableValue_Type
|
809
|
+
@number = number
|
901
810
|
end
|
902
811
|
end
|
903
812
|
|
904
|
-
#
|
905
|
-
# -
|
906
|
-
# -
|
907
|
-
|
908
|
-
|
909
|
-
|
910
|
-
class RejectedError < ApiError
|
911
|
-
attr_accessor :fieldPath
|
912
|
-
attr_accessor :trigger
|
913
|
-
attr_accessor :errorString
|
914
|
-
attr_accessor :apiError_Type
|
915
|
-
attr_accessor :reason
|
813
|
+
# Criterion
|
814
|
+
# - id - SOAP::SOAPLong
|
815
|
+
# - criterion_Type - SOAP::SOAPString
|
816
|
+
class Criterion
|
817
|
+
attr_accessor :id
|
818
|
+
attr_accessor :criterion_Type
|
916
819
|
|
917
|
-
def initialize(
|
918
|
-
@
|
919
|
-
@
|
920
|
-
@errorString = errorString
|
921
|
-
@apiError_Type = apiError_Type
|
922
|
-
@reason = reason
|
820
|
+
def initialize(id = nil, criterion_Type = nil)
|
821
|
+
@id = id
|
822
|
+
@criterion_Type = criterion_Type
|
923
823
|
end
|
924
824
|
end
|
925
825
|
|
926
|
-
#
|
927
|
-
# -
|
928
|
-
# -
|
929
|
-
# -
|
930
|
-
# -
|
931
|
-
|
932
|
-
|
933
|
-
attr_accessor :
|
934
|
-
attr_accessor :
|
935
|
-
attr_accessor :
|
936
|
-
attr_accessor :apiError_Type
|
937
|
-
attr_accessor :reason
|
826
|
+
# Keyword
|
827
|
+
# - id - SOAP::SOAPLong
|
828
|
+
# - criterion_Type - SOAP::SOAPString
|
829
|
+
# - text - SOAP::SOAPString
|
830
|
+
# - matchType - AdwordsApi::V201101::TrafficEstimatorService::KeywordMatchType
|
831
|
+
class Keyword < Criterion
|
832
|
+
attr_accessor :id
|
833
|
+
attr_accessor :criterion_Type
|
834
|
+
attr_accessor :text
|
835
|
+
attr_accessor :matchType
|
938
836
|
|
939
|
-
def initialize(
|
940
|
-
@
|
941
|
-
@
|
942
|
-
@
|
943
|
-
@
|
944
|
-
@reason = reason
|
837
|
+
def initialize(id = nil, criterion_Type = nil, text = nil, matchType = nil)
|
838
|
+
@id = id
|
839
|
+
@criterion_Type = criterion_Type
|
840
|
+
@text = text
|
841
|
+
@matchType = matchType
|
945
842
|
end
|
946
843
|
end
|
947
844
|
|
948
|
-
#
|
949
|
-
# -
|
950
|
-
# -
|
951
|
-
# -
|
952
|
-
|
953
|
-
|
954
|
-
|
955
|
-
attr_accessor :
|
956
|
-
attr_accessor :trigger
|
957
|
-
attr_accessor :errorString
|
958
|
-
attr_accessor :apiError_Type
|
959
|
-
attr_accessor :reason
|
845
|
+
# Placement
|
846
|
+
# - id - SOAP::SOAPLong
|
847
|
+
# - criterion_Type - SOAP::SOAPString
|
848
|
+
# - url - SOAP::SOAPString
|
849
|
+
class Placement < Criterion
|
850
|
+
attr_accessor :id
|
851
|
+
attr_accessor :criterion_Type
|
852
|
+
attr_accessor :url
|
960
853
|
|
961
|
-
def initialize(
|
962
|
-
@
|
963
|
-
@
|
964
|
-
@
|
965
|
-
@apiError_Type = apiError_Type
|
966
|
-
@reason = reason
|
854
|
+
def initialize(id = nil, criterion_Type = nil, url = nil)
|
855
|
+
@id = id
|
856
|
+
@criterion_Type = criterion_Type
|
857
|
+
@url = url
|
967
858
|
end
|
968
859
|
end
|
969
860
|
|
970
|
-
#
|
971
|
-
# -
|
972
|
-
# -
|
973
|
-
# -
|
974
|
-
# -
|
975
|
-
|
976
|
-
|
977
|
-
attr_accessor :
|
978
|
-
attr_accessor :
|
979
|
-
attr_accessor :
|
980
|
-
attr_accessor :apiError_Type
|
981
|
-
attr_accessor :reason
|
861
|
+
# Product
|
862
|
+
# - id - SOAP::SOAPLong
|
863
|
+
# - criterion_Type - SOAP::SOAPString
|
864
|
+
# - conditions - AdwordsApi::V201101::TrafficEstimatorService::ProductCondition
|
865
|
+
# - text - SOAP::SOAPString
|
866
|
+
class Product < Criterion
|
867
|
+
attr_accessor :id
|
868
|
+
attr_accessor :criterion_Type
|
869
|
+
attr_accessor :conditions
|
870
|
+
attr_accessor :text
|
982
871
|
|
983
|
-
def initialize(
|
984
|
-
@
|
985
|
-
@
|
986
|
-
@
|
987
|
-
@
|
988
|
-
@reason = reason
|
872
|
+
def initialize(id = nil, criterion_Type = nil, conditions = [], text = nil)
|
873
|
+
@id = id
|
874
|
+
@criterion_Type = criterion_Type
|
875
|
+
@conditions = conditions
|
876
|
+
@text = text
|
989
877
|
end
|
990
878
|
end
|
991
879
|
|
992
|
-
#
|
993
|
-
# -
|
994
|
-
# -
|
995
|
-
# -
|
996
|
-
# -
|
997
|
-
|
998
|
-
|
999
|
-
attr_accessor :
|
1000
|
-
attr_accessor :
|
1001
|
-
attr_accessor :
|
1002
|
-
attr_accessor :apiError_Type
|
1003
|
-
attr_accessor :reason
|
880
|
+
# CriterionUserInterest
|
881
|
+
# - id - SOAP::SOAPLong
|
882
|
+
# - criterion_Type - SOAP::SOAPString
|
883
|
+
# - userInterestId - SOAP::SOAPLong
|
884
|
+
# - userInterestName - SOAP::SOAPString
|
885
|
+
class CriterionUserInterest < Criterion
|
886
|
+
attr_accessor :id
|
887
|
+
attr_accessor :criterion_Type
|
888
|
+
attr_accessor :userInterestId
|
889
|
+
attr_accessor :userInterestName
|
1004
890
|
|
1005
|
-
def initialize(
|
1006
|
-
@
|
1007
|
-
@
|
1008
|
-
@
|
1009
|
-
@
|
1010
|
-
@reason = reason
|
891
|
+
def initialize(id = nil, criterion_Type = nil, userInterestId = nil, userInterestName = nil)
|
892
|
+
@id = id
|
893
|
+
@criterion_Type = criterion_Type
|
894
|
+
@userInterestId = userInterestId
|
895
|
+
@userInterestName = userInterestName
|
1011
896
|
end
|
1012
897
|
end
|
1013
898
|
|
1014
|
-
#
|
1015
|
-
# -
|
1016
|
-
# -
|
1017
|
-
# -
|
1018
|
-
# -
|
1019
|
-
# -
|
1020
|
-
class
|
1021
|
-
attr_accessor :
|
1022
|
-
attr_accessor :
|
1023
|
-
attr_accessor :
|
1024
|
-
attr_accessor :
|
1025
|
-
attr_accessor :
|
899
|
+
# CriterionUserList
|
900
|
+
# - id - SOAP::SOAPLong
|
901
|
+
# - criterion_Type - SOAP::SOAPString
|
902
|
+
# - userListId - SOAP::SOAPLong
|
903
|
+
# - userListName - SOAP::SOAPString
|
904
|
+
# - userListMembershipStatus - AdwordsApi::V201101::TrafficEstimatorService::CriterionUserListMembershipStatus
|
905
|
+
class CriterionUserList < Criterion
|
906
|
+
attr_accessor :id
|
907
|
+
attr_accessor :criterion_Type
|
908
|
+
attr_accessor :userListId
|
909
|
+
attr_accessor :userListName
|
910
|
+
attr_accessor :userListMembershipStatus
|
1026
911
|
|
1027
|
-
def initialize(
|
1028
|
-
@
|
1029
|
-
@
|
1030
|
-
@
|
1031
|
-
@
|
1032
|
-
@
|
912
|
+
def initialize(id = nil, criterion_Type = nil, userListId = nil, userListName = nil, userListMembershipStatus = nil)
|
913
|
+
@id = id
|
914
|
+
@criterion_Type = criterion_Type
|
915
|
+
@userListId = userListId
|
916
|
+
@userListName = userListName
|
917
|
+
@userListMembershipStatus = userListMembershipStatus
|
1033
918
|
end
|
1034
919
|
end
|
1035
920
|
|
1036
|
-
#
|
1037
|
-
# -
|
1038
|
-
# -
|
1039
|
-
# -
|
1040
|
-
|
1041
|
-
|
1042
|
-
|
1043
|
-
attr_accessor :
|
1044
|
-
attr_accessor :trigger
|
1045
|
-
attr_accessor :errorString
|
1046
|
-
attr_accessor :apiError_Type
|
1047
|
-
attr_accessor :reason
|
921
|
+
# Vertical
|
922
|
+
# - id - SOAP::SOAPLong
|
923
|
+
# - criterion_Type - SOAP::SOAPString
|
924
|
+
# - path - SOAP::SOAPString
|
925
|
+
class Vertical < Criterion
|
926
|
+
attr_accessor :id
|
927
|
+
attr_accessor :criterion_Type
|
928
|
+
attr_accessor :path
|
1048
929
|
|
1049
|
-
def initialize(
|
1050
|
-
@
|
1051
|
-
@
|
1052
|
-
@
|
1053
|
-
@apiError_Type = apiError_Type
|
1054
|
-
@reason = reason
|
930
|
+
def initialize(id = nil, criterion_Type = nil, path = [])
|
931
|
+
@id = id
|
932
|
+
@criterion_Type = criterion_Type
|
933
|
+
@path = path
|
1055
934
|
end
|
1056
935
|
end
|
1057
936
|
|
1058
|
-
#
|
1059
|
-
# -
|
1060
|
-
# -
|
1061
|
-
|
1062
|
-
|
1063
|
-
|
1064
|
-
class CollectionSizeError < ApiError
|
1065
|
-
attr_accessor :fieldPath
|
1066
|
-
attr_accessor :trigger
|
1067
|
-
attr_accessor :errorString
|
1068
|
-
attr_accessor :apiError_Type
|
1069
|
-
attr_accessor :reason
|
937
|
+
# GeoPoint
|
938
|
+
# - latitudeInMicroDegrees - SOAP::SOAPInt
|
939
|
+
# - longitudeInMicroDegrees - SOAP::SOAPInt
|
940
|
+
class GeoPoint
|
941
|
+
attr_accessor :latitudeInMicroDegrees
|
942
|
+
attr_accessor :longitudeInMicroDegrees
|
1070
943
|
|
1071
|
-
def initialize(
|
1072
|
-
@
|
1073
|
-
@
|
1074
|
-
@errorString = errorString
|
1075
|
-
@apiError_Type = apiError_Type
|
1076
|
-
@reason = reason
|
944
|
+
def initialize(latitudeInMicroDegrees = nil, longitudeInMicroDegrees = nil)
|
945
|
+
@latitudeInMicroDegrees = latitudeInMicroDegrees
|
946
|
+
@longitudeInMicroDegrees = longitudeInMicroDegrees
|
1077
947
|
end
|
1078
948
|
end
|
1079
949
|
|
1080
|
-
#
|
1081
|
-
# -
|
1082
|
-
# -
|
1083
|
-
|
1084
|
-
|
1085
|
-
|
1086
|
-
class CurrencyCodeError < ApiError
|
1087
|
-
attr_accessor :fieldPath
|
1088
|
-
attr_accessor :trigger
|
1089
|
-
attr_accessor :errorString
|
1090
|
-
attr_accessor :apiError_Type
|
1091
|
-
attr_accessor :reason
|
950
|
+
# ProductCondition
|
951
|
+
# - argument - SOAP::SOAPString
|
952
|
+
# - operand - AdwordsApi::V201101::TrafficEstimatorService::ProductConditionOperand
|
953
|
+
class ProductCondition
|
954
|
+
attr_accessor :argument
|
955
|
+
attr_accessor :operand
|
1092
956
|
|
1093
|
-
def initialize(
|
1094
|
-
@
|
1095
|
-
@
|
1096
|
-
@errorString = errorString
|
1097
|
-
@apiError_Type = apiError_Type
|
1098
|
-
@reason = reason
|
957
|
+
def initialize(argument = nil, operand = nil)
|
958
|
+
@argument = argument
|
959
|
+
@operand = operand
|
1099
960
|
end
|
1100
961
|
end
|
1101
962
|
|
1102
|
-
#
|
1103
|
-
# -
|
1104
|
-
|
1105
|
-
|
1106
|
-
# - apiError_Type - SOAP::SOAPString
|
1107
|
-
# - reason - AdwordsApi::V201101::TrafficEstimatorService::MatchesRegexErrorReason
|
1108
|
-
class MatchesRegexError < ApiError
|
1109
|
-
attr_accessor :fieldPath
|
1110
|
-
attr_accessor :trigger
|
1111
|
-
attr_accessor :errorString
|
1112
|
-
attr_accessor :apiError_Type
|
1113
|
-
attr_accessor :reason
|
963
|
+
# ProductConditionOperand
|
964
|
+
# - operand - SOAP::SOAPString
|
965
|
+
class ProductConditionOperand
|
966
|
+
attr_accessor :operand
|
1114
967
|
|
1115
|
-
def initialize(
|
1116
|
-
@
|
1117
|
-
|
1118
|
-
|
1119
|
-
|
1120
|
-
|
968
|
+
def initialize(operand = nil)
|
969
|
+
@operand = operand
|
970
|
+
end
|
971
|
+
end
|
972
|
+
|
973
|
+
# SoapHeader
|
974
|
+
# - authToken - SOAP::SOAPString
|
975
|
+
# - clientCustomerId - SOAP::SOAPString
|
976
|
+
# - clientEmail - SOAP::SOAPString
|
977
|
+
# - developerToken - SOAP::SOAPString
|
978
|
+
# - userAgent - SOAP::SOAPString
|
979
|
+
# - validateOnly - SOAP::SOAPBoolean
|
980
|
+
# - partialFailure - SOAP::SOAPBoolean
|
981
|
+
class SoapHeader
|
982
|
+
attr_accessor :authToken
|
983
|
+
attr_accessor :clientCustomerId
|
984
|
+
attr_accessor :clientEmail
|
985
|
+
attr_accessor :developerToken
|
986
|
+
attr_accessor :userAgent
|
987
|
+
attr_accessor :validateOnly
|
988
|
+
attr_accessor :partialFailure
|
989
|
+
|
990
|
+
def initialize(authToken = nil, clientCustomerId = nil, clientEmail = nil, developerToken = nil, userAgent = nil, validateOnly = nil, partialFailure = nil)
|
991
|
+
@authToken = authToken
|
992
|
+
@clientCustomerId = clientCustomerId
|
993
|
+
@clientEmail = clientEmail
|
994
|
+
@developerToken = developerToken
|
995
|
+
@userAgent = userAgent
|
996
|
+
@validateOnly = validateOnly
|
997
|
+
@partialFailure = partialFailure
|
998
|
+
end
|
999
|
+
end
|
1000
|
+
|
1001
|
+
# SoapResponseHeader
|
1002
|
+
# - requestId - SOAP::SOAPString
|
1003
|
+
# - operations - SOAP::SOAPLong
|
1004
|
+
# - responseTime - SOAP::SOAPLong
|
1005
|
+
# - units - SOAP::SOAPLong
|
1006
|
+
class SoapResponseHeader
|
1007
|
+
attr_accessor :requestId
|
1008
|
+
attr_accessor :operations
|
1009
|
+
attr_accessor :responseTime
|
1010
|
+
attr_accessor :units
|
1011
|
+
|
1012
|
+
def initialize(requestId = nil, operations = nil, responseTime = nil, units = nil)
|
1013
|
+
@requestId = requestId
|
1014
|
+
@operations = operations
|
1015
|
+
@responseTime = responseTime
|
1016
|
+
@units = units
|
1017
|
+
end
|
1018
|
+
end
|
1019
|
+
|
1020
|
+
# Target
|
1021
|
+
# abstract
|
1022
|
+
# - target_Type - SOAP::SOAPString
|
1023
|
+
class Target
|
1024
|
+
attr_accessor :target_Type
|
1025
|
+
|
1026
|
+
def initialize(target_Type = nil)
|
1027
|
+
@target_Type = target_Type
|
1028
|
+
end
|
1029
|
+
end
|
1030
|
+
|
1031
|
+
# AdScheduleTarget
|
1032
|
+
# - target_Type - SOAP::SOAPString
|
1033
|
+
# - dayOfWeek - AdwordsApi::V201101::TrafficEstimatorService::DayOfWeek
|
1034
|
+
# - startHour - SOAP::SOAPInt
|
1035
|
+
# - startMinute - AdwordsApi::V201101::TrafficEstimatorService::MinuteOfHour
|
1036
|
+
# - endHour - SOAP::SOAPInt
|
1037
|
+
# - endMinute - AdwordsApi::V201101::TrafficEstimatorService::MinuteOfHour
|
1038
|
+
# - bidMultiplier - SOAP::SOAPDouble
|
1039
|
+
class AdScheduleTarget < Target
|
1040
|
+
attr_accessor :target_Type
|
1041
|
+
attr_accessor :dayOfWeek
|
1042
|
+
attr_accessor :startHour
|
1043
|
+
attr_accessor :startMinute
|
1044
|
+
attr_accessor :endHour
|
1045
|
+
attr_accessor :endMinute
|
1046
|
+
attr_accessor :bidMultiplier
|
1047
|
+
|
1048
|
+
def initialize(target_Type = nil, dayOfWeek = nil, startHour = nil, startMinute = nil, endHour = nil, endMinute = nil, bidMultiplier = nil)
|
1049
|
+
@target_Type = target_Type
|
1050
|
+
@dayOfWeek = dayOfWeek
|
1051
|
+
@startHour = startHour
|
1052
|
+
@startMinute = startMinute
|
1053
|
+
@endHour = endHour
|
1054
|
+
@endMinute = endMinute
|
1055
|
+
@bidMultiplier = bidMultiplier
|
1056
|
+
end
|
1057
|
+
end
|
1058
|
+
|
1059
|
+
# DemographicTarget
|
1060
|
+
# abstract
|
1061
|
+
# - target_Type - SOAP::SOAPString
|
1062
|
+
# - bidModifier - SOAP::SOAPInt
|
1063
|
+
class DemographicTarget < Target
|
1064
|
+
attr_accessor :target_Type
|
1065
|
+
attr_accessor :bidModifier
|
1066
|
+
|
1067
|
+
def initialize(target_Type = nil, bidModifier = nil)
|
1068
|
+
@target_Type = target_Type
|
1069
|
+
@bidModifier = bidModifier
|
1070
|
+
end
|
1071
|
+
end
|
1072
|
+
|
1073
|
+
# AgeTarget
|
1074
|
+
# - target_Type - SOAP::SOAPString
|
1075
|
+
# - bidModifier - SOAP::SOAPInt
|
1076
|
+
# - age - AdwordsApi::V201101::TrafficEstimatorService::AgeTargetAge
|
1077
|
+
class AgeTarget < DemographicTarget
|
1078
|
+
attr_accessor :target_Type
|
1079
|
+
attr_accessor :bidModifier
|
1080
|
+
attr_accessor :age
|
1081
|
+
|
1082
|
+
def initialize(target_Type = nil, bidModifier = nil, age = nil)
|
1083
|
+
@target_Type = target_Type
|
1084
|
+
@bidModifier = bidModifier
|
1085
|
+
@age = age
|
1086
|
+
end
|
1087
|
+
end
|
1088
|
+
|
1089
|
+
# GenderTarget
|
1090
|
+
# - target_Type - SOAP::SOAPString
|
1091
|
+
# - bidModifier - SOAP::SOAPInt
|
1092
|
+
# - gender - AdwordsApi::V201101::TrafficEstimatorService::GenderTargetGender
|
1093
|
+
class GenderTarget < DemographicTarget
|
1094
|
+
attr_accessor :target_Type
|
1095
|
+
attr_accessor :bidModifier
|
1096
|
+
attr_accessor :gender
|
1097
|
+
|
1098
|
+
def initialize(target_Type = nil, bidModifier = nil, gender = nil)
|
1099
|
+
@target_Type = target_Type
|
1100
|
+
@bidModifier = bidModifier
|
1101
|
+
@gender = gender
|
1102
|
+
end
|
1103
|
+
end
|
1104
|
+
|
1105
|
+
# GeoTarget
|
1106
|
+
# abstract
|
1107
|
+
# - target_Type - SOAP::SOAPString
|
1108
|
+
# - excluded - SOAP::SOAPBoolean
|
1109
|
+
class GeoTarget < Target
|
1110
|
+
attr_accessor :target_Type
|
1111
|
+
attr_accessor :excluded
|
1112
|
+
|
1113
|
+
def initialize(target_Type = nil, excluded = nil)
|
1114
|
+
@target_Type = target_Type
|
1115
|
+
@excluded = excluded
|
1116
|
+
end
|
1117
|
+
end
|
1118
|
+
|
1119
|
+
# CityTarget
|
1120
|
+
# - target_Type - SOAP::SOAPString
|
1121
|
+
# - excluded - SOAP::SOAPBoolean
|
1122
|
+
# - cityName - SOAP::SOAPString
|
1123
|
+
# - provinceCode - SOAP::SOAPString
|
1124
|
+
# - countryCode - SOAP::SOAPString
|
1125
|
+
class CityTarget < GeoTarget
|
1126
|
+
attr_accessor :target_Type
|
1127
|
+
attr_accessor :excluded
|
1128
|
+
attr_accessor :cityName
|
1129
|
+
attr_accessor :provinceCode
|
1130
|
+
attr_accessor :countryCode
|
1131
|
+
|
1132
|
+
def initialize(target_Type = nil, excluded = nil, cityName = nil, provinceCode = nil, countryCode = nil)
|
1133
|
+
@target_Type = target_Type
|
1134
|
+
@excluded = excluded
|
1135
|
+
@cityName = cityName
|
1136
|
+
@provinceCode = provinceCode
|
1137
|
+
@countryCode = countryCode
|
1121
1138
|
end
|
1122
1139
|
end
|
1123
1140
|
|
1124
|
-
#
|
1125
|
-
# -
|
1126
|
-
# -
|
1127
|
-
# -
|
1128
|
-
|
1129
|
-
|
1130
|
-
|
1131
|
-
attr_accessor :
|
1132
|
-
attr_accessor :trigger
|
1133
|
-
attr_accessor :errorString
|
1134
|
-
attr_accessor :apiError_Type
|
1135
|
-
attr_accessor :reason
|
1141
|
+
# CountryTarget
|
1142
|
+
# - target_Type - SOAP::SOAPString
|
1143
|
+
# - excluded - SOAP::SOAPBoolean
|
1144
|
+
# - countryCode - SOAP::SOAPString
|
1145
|
+
class CountryTarget < GeoTarget
|
1146
|
+
attr_accessor :target_Type
|
1147
|
+
attr_accessor :excluded
|
1148
|
+
attr_accessor :countryCode
|
1136
1149
|
|
1137
|
-
def initialize(
|
1138
|
-
@
|
1139
|
-
@
|
1140
|
-
@
|
1141
|
-
@apiError_Type = apiError_Type
|
1142
|
-
@reason = reason
|
1150
|
+
def initialize(target_Type = nil, excluded = nil, countryCode = nil)
|
1151
|
+
@target_Type = target_Type
|
1152
|
+
@excluded = excluded
|
1153
|
+
@countryCode = countryCode
|
1143
1154
|
end
|
1144
1155
|
end
|
1145
1156
|
|
1146
|
-
#
|
1147
|
-
# -
|
1148
|
-
# -
|
1149
|
-
|
1150
|
-
|
1151
|
-
attr_accessor :
|
1157
|
+
# MetroTarget
|
1158
|
+
# - target_Type - SOAP::SOAPString
|
1159
|
+
# - excluded - SOAP::SOAPBoolean
|
1160
|
+
# - metroCode - SOAP::SOAPString
|
1161
|
+
class MetroTarget < GeoTarget
|
1162
|
+
attr_accessor :target_Type
|
1163
|
+
attr_accessor :excluded
|
1164
|
+
attr_accessor :metroCode
|
1152
1165
|
|
1153
|
-
def initialize(
|
1154
|
-
@
|
1155
|
-
@
|
1166
|
+
def initialize(target_Type = nil, excluded = nil, metroCode = nil)
|
1167
|
+
@target_Type = target_Type
|
1168
|
+
@excluded = excluded
|
1169
|
+
@metroCode = metroCode
|
1156
1170
|
end
|
1157
1171
|
end
|
1158
1172
|
|
1159
|
-
#
|
1160
|
-
# -
|
1161
|
-
# -
|
1162
|
-
# -
|
1163
|
-
class
|
1164
|
-
attr_accessor :
|
1165
|
-
attr_accessor :
|
1166
|
-
attr_accessor :
|
1173
|
+
# PolygonTarget
|
1174
|
+
# - target_Type - SOAP::SOAPString
|
1175
|
+
# - excluded - SOAP::SOAPBoolean
|
1176
|
+
# - vertices - AdwordsApi::V201101::TrafficEstimatorService::GeoPoint
|
1177
|
+
class PolygonTarget < GeoTarget
|
1178
|
+
attr_accessor :target_Type
|
1179
|
+
attr_accessor :excluded
|
1180
|
+
attr_accessor :vertices
|
1167
1181
|
|
1168
|
-
def initialize(
|
1169
|
-
@
|
1170
|
-
@
|
1171
|
-
@
|
1182
|
+
def initialize(target_Type = nil, excluded = nil, vertices = [])
|
1183
|
+
@target_Type = target_Type
|
1184
|
+
@excluded = excluded
|
1185
|
+
@vertices = vertices
|
1172
1186
|
end
|
1173
1187
|
end
|
1174
1188
|
|
1175
|
-
#
|
1176
|
-
# -
|
1177
|
-
# -
|
1178
|
-
|
1179
|
-
|
1180
|
-
attr_accessor :
|
1189
|
+
# ProvinceTarget
|
1190
|
+
# - target_Type - SOAP::SOAPString
|
1191
|
+
# - excluded - SOAP::SOAPBoolean
|
1192
|
+
# - provinceCode - SOAP::SOAPString
|
1193
|
+
class ProvinceTarget < GeoTarget
|
1194
|
+
attr_accessor :target_Type
|
1195
|
+
attr_accessor :excluded
|
1196
|
+
attr_accessor :provinceCode
|
1181
1197
|
|
1182
|
-
def initialize(
|
1183
|
-
@
|
1184
|
-
@
|
1198
|
+
def initialize(target_Type = nil, excluded = nil, provinceCode = nil)
|
1199
|
+
@target_Type = target_Type
|
1200
|
+
@excluded = excluded
|
1201
|
+
@provinceCode = provinceCode
|
1185
1202
|
end
|
1186
1203
|
end
|
1187
1204
|
|
1188
|
-
#
|
1189
|
-
# -
|
1190
|
-
# -
|
1191
|
-
# -
|
1192
|
-
# -
|
1193
|
-
|
1194
|
-
|
1195
|
-
|
1196
|
-
|
1197
|
-
attr_accessor :
|
1205
|
+
# ProximityTarget
|
1206
|
+
# - target_Type - SOAP::SOAPString
|
1207
|
+
# - excluded - SOAP::SOAPBoolean
|
1208
|
+
# - geoPoint - AdwordsApi::V201101::TrafficEstimatorService::GeoPoint
|
1209
|
+
# - radiusDistanceUnits - AdwordsApi::V201101::TrafficEstimatorService::ProximityTargetDistanceUnits
|
1210
|
+
# - radiusInUnits - SOAP::SOAPDouble
|
1211
|
+
# - address - AdwordsApi::V201101::TrafficEstimatorService::Address
|
1212
|
+
# - allowServiceOfAddress - SOAP::SOAPBoolean
|
1213
|
+
class ProximityTarget < GeoTarget
|
1214
|
+
attr_accessor :target_Type
|
1215
|
+
attr_accessor :excluded
|
1216
|
+
attr_accessor :geoPoint
|
1217
|
+
attr_accessor :radiusDistanceUnits
|
1218
|
+
attr_accessor :radiusInUnits
|
1219
|
+
attr_accessor :address
|
1220
|
+
attr_accessor :allowServiceOfAddress
|
1198
1221
|
|
1199
|
-
def initialize(
|
1200
|
-
@
|
1201
|
-
@
|
1202
|
-
@
|
1203
|
-
@
|
1222
|
+
def initialize(target_Type = nil, excluded = nil, geoPoint = nil, radiusDistanceUnits = nil, radiusInUnits = nil, address = nil, allowServiceOfAddress = nil)
|
1223
|
+
@target_Type = target_Type
|
1224
|
+
@excluded = excluded
|
1225
|
+
@geoPoint = geoPoint
|
1226
|
+
@radiusDistanceUnits = radiusDistanceUnits
|
1227
|
+
@radiusInUnits = radiusInUnits
|
1228
|
+
@address = address
|
1229
|
+
@allowServiceOfAddress = allowServiceOfAddress
|
1204
1230
|
end
|
1205
1231
|
end
|
1206
1232
|
|
1207
|
-
#
|
1208
|
-
# -
|
1209
|
-
# -
|
1210
|
-
|
1211
|
-
|
1212
|
-
attr_accessor :
|
1213
|
-
attr_accessor :criterion_Type
|
1214
|
-
attr_accessor :url
|
1233
|
+
# LanguageTarget
|
1234
|
+
# - target_Type - SOAP::SOAPString
|
1235
|
+
# - languageCode - SOAP::SOAPString
|
1236
|
+
class LanguageTarget < Target
|
1237
|
+
attr_accessor :target_Type
|
1238
|
+
attr_accessor :languageCode
|
1215
1239
|
|
1216
|
-
def initialize(
|
1217
|
-
@
|
1218
|
-
@
|
1219
|
-
@url = url
|
1240
|
+
def initialize(target_Type = nil, languageCode = nil)
|
1241
|
+
@target_Type = target_Type
|
1242
|
+
@languageCode = languageCode
|
1220
1243
|
end
|
1221
1244
|
end
|
1222
1245
|
|
1223
|
-
#
|
1224
|
-
#
|
1225
|
-
# -
|
1226
|
-
|
1227
|
-
|
1228
|
-
class CriterionUserInterest < Criterion
|
1229
|
-
attr_accessor :id
|
1230
|
-
attr_accessor :criterion_Type
|
1231
|
-
attr_accessor :userInterestId
|
1232
|
-
attr_accessor :userInterestName
|
1246
|
+
# MobileTarget
|
1247
|
+
# abstract
|
1248
|
+
# - target_Type - SOAP::SOAPString
|
1249
|
+
class MobileTarget < Target
|
1250
|
+
attr_accessor :target_Type
|
1233
1251
|
|
1234
|
-
def initialize(
|
1235
|
-
@
|
1236
|
-
@criterion_Type = criterion_Type
|
1237
|
-
@userInterestId = userInterestId
|
1238
|
-
@userInterestName = userInterestName
|
1252
|
+
def initialize(target_Type = nil)
|
1253
|
+
@target_Type = target_Type
|
1239
1254
|
end
|
1240
1255
|
end
|
1241
1256
|
|
1242
|
-
#
|
1243
|
-
# -
|
1244
|
-
# -
|
1245
|
-
# -
|
1246
|
-
|
1247
|
-
|
1248
|
-
|
1249
|
-
attr_accessor :
|
1250
|
-
attr_accessor :criterion_Type
|
1251
|
-
attr_accessor :userListId
|
1252
|
-
attr_accessor :userListName
|
1253
|
-
attr_accessor :userListMembershipStatus
|
1257
|
+
# MobileCarrierTarget
|
1258
|
+
# - target_Type - SOAP::SOAPString
|
1259
|
+
# - carrierName - SOAP::SOAPString
|
1260
|
+
# - countryCode - SOAP::SOAPString
|
1261
|
+
class MobileCarrierTarget < MobileTarget
|
1262
|
+
attr_accessor :target_Type
|
1263
|
+
attr_accessor :carrierName
|
1264
|
+
attr_accessor :countryCode
|
1254
1265
|
|
1255
|
-
def initialize(
|
1256
|
-
@
|
1257
|
-
@
|
1258
|
-
@
|
1259
|
-
@userListName = userListName
|
1260
|
-
@userListMembershipStatus = userListMembershipStatus
|
1266
|
+
def initialize(target_Type = nil, carrierName = nil, countryCode = nil)
|
1267
|
+
@target_Type = target_Type
|
1268
|
+
@carrierName = carrierName
|
1269
|
+
@countryCode = countryCode
|
1261
1270
|
end
|
1262
1271
|
end
|
1263
1272
|
|
1264
|
-
#
|
1265
|
-
# -
|
1266
|
-
# -
|
1267
|
-
|
1268
|
-
|
1269
|
-
attr_accessor :
|
1270
|
-
attr_accessor :criterion_Type
|
1271
|
-
attr_accessor :path
|
1273
|
+
# MobilePlatformTarget
|
1274
|
+
# - target_Type - SOAP::SOAPString
|
1275
|
+
# - platformName - SOAP::SOAPString
|
1276
|
+
class MobilePlatformTarget < MobileTarget
|
1277
|
+
attr_accessor :target_Type
|
1278
|
+
attr_accessor :platformName
|
1272
1279
|
|
1273
|
-
def initialize(
|
1274
|
-
@
|
1275
|
-
@
|
1276
|
-
@path = path
|
1280
|
+
def initialize(target_Type = nil, platformName = nil)
|
1281
|
+
@target_Type = target_Type
|
1282
|
+
@platformName = platformName
|
1277
1283
|
end
|
1278
1284
|
end
|
1279
1285
|
|
1280
|
-
#
|
1281
|
-
# -
|
1282
|
-
# -
|
1283
|
-
|
1284
|
-
|
1285
|
-
|
1286
|
-
attr_accessor :id
|
1287
|
-
attr_accessor :criterion_Type
|
1288
|
-
attr_accessor :conditions
|
1289
|
-
attr_accessor :text
|
1286
|
+
# PlatformTarget
|
1287
|
+
# - target_Type - SOAP::SOAPString
|
1288
|
+
# - platformType - AdwordsApi::V201101::TrafficEstimatorService::PlatformType
|
1289
|
+
class PlatformTarget < Target
|
1290
|
+
attr_accessor :target_Type
|
1291
|
+
attr_accessor :platformType
|
1290
1292
|
|
1291
|
-
def initialize(
|
1292
|
-
@
|
1293
|
-
@
|
1294
|
-
@conditions = conditions
|
1295
|
-
@text = text
|
1293
|
+
def initialize(target_Type = nil, platformType = nil)
|
1294
|
+
@target_Type = target_Type
|
1295
|
+
@platformType = platformType
|
1296
1296
|
end
|
1297
1297
|
end
|
1298
1298
|
|