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,469 +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::V201008::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::V201008::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::V201008::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::V201008::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::V201008::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::V201008::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::V201008::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::V201008::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::V201008::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::V201008::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::V201008::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::V201008::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::V201008::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::V201008::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::V201008::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::V201008::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
|
-
|
406
|
+
# RangeError
|
407
|
+
# - fieldPath - SOAP::SOAPString
|
408
|
+
# - trigger - SOAP::SOAPString
|
409
|
+
# - errorString - SOAP::SOAPString
|
410
|
+
# - apiError_Type - SOAP::SOAPString
|
411
|
+
# - reason - AdwordsApi::V201008::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
|
289
418
|
|
290
|
-
def initialize(
|
291
|
-
@
|
292
|
-
@
|
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
|
293
425
|
end
|
294
426
|
end
|
295
427
|
|
296
|
-
#
|
297
|
-
# abstract
|
298
|
-
# - target_Type - SOAP::SOAPString
|
299
|
-
# - bidModifier - SOAP::SOAPInt
|
300
|
-
class DemographicTarget < Target
|
301
|
-
attr_accessor :target_Type
|
302
|
-
attr_accessor :bidModifier
|
303
|
-
|
304
|
-
def initialize(target_Type = nil, bidModifier = nil)
|
305
|
-
@target_Type = target_Type
|
306
|
-
@bidModifier = bidModifier
|
307
|
-
end
|
308
|
-
end
|
309
|
-
|
310
|
-
# AgeTarget
|
311
|
-
# - target_Type - SOAP::SOAPString
|
312
|
-
# - bidModifier - SOAP::SOAPInt
|
313
|
-
# - age - AdwordsApi::V201008::TrafficEstimatorService::AgeTargetAge
|
314
|
-
class AgeTarget < DemographicTarget
|
315
|
-
attr_accessor :target_Type
|
316
|
-
attr_accessor :bidModifier
|
317
|
-
attr_accessor :age
|
318
|
-
|
319
|
-
def initialize(target_Type = nil, bidModifier = nil, age = nil)
|
320
|
-
@target_Type = target_Type
|
321
|
-
@bidModifier = bidModifier
|
322
|
-
@age = age
|
323
|
-
end
|
324
|
-
end
|
325
|
-
|
326
|
-
# GenderTarget
|
327
|
-
# - target_Type - SOAP::SOAPString
|
328
|
-
# - bidModifier - SOAP::SOAPInt
|
329
|
-
# - gender - AdwordsApi::V201008::TrafficEstimatorService::GenderTargetGender
|
330
|
-
class GenderTarget < DemographicTarget
|
331
|
-
attr_accessor :target_Type
|
332
|
-
attr_accessor :bidModifier
|
333
|
-
attr_accessor :gender
|
334
|
-
|
335
|
-
def initialize(target_Type = nil, bidModifier = nil, gender = nil)
|
336
|
-
@target_Type = target_Type
|
337
|
-
@bidModifier = bidModifier
|
338
|
-
@gender = gender
|
339
|
-
end
|
340
|
-
end
|
341
|
-
|
342
|
-
# GeoTarget
|
343
|
-
# abstract
|
344
|
-
# - target_Type - SOAP::SOAPString
|
345
|
-
# - excluded - SOAP::SOAPBoolean
|
346
|
-
class GeoTarget < Target
|
347
|
-
attr_accessor :target_Type
|
348
|
-
attr_accessor :excluded
|
349
|
-
|
350
|
-
def initialize(target_Type = nil, excluded = nil)
|
351
|
-
@target_Type = target_Type
|
352
|
-
@excluded = excluded
|
353
|
-
end
|
354
|
-
end
|
355
|
-
|
356
|
-
# CityTarget
|
357
|
-
# - target_Type - SOAP::SOAPString
|
358
|
-
# - excluded - SOAP::SOAPBoolean
|
359
|
-
# - cityName - SOAP::SOAPString
|
360
|
-
# - provinceCode - SOAP::SOAPString
|
361
|
-
# - countryCode - SOAP::SOAPString
|
362
|
-
class CityTarget < GeoTarget
|
363
|
-
attr_accessor :target_Type
|
364
|
-
attr_accessor :excluded
|
365
|
-
attr_accessor :cityName
|
366
|
-
attr_accessor :provinceCode
|
367
|
-
attr_accessor :countryCode
|
368
|
-
|
369
|
-
def initialize(target_Type = nil, excluded = nil, cityName = nil, provinceCode = nil, countryCode = nil)
|
370
|
-
@target_Type = target_Type
|
371
|
-
@excluded = excluded
|
372
|
-
@cityName = cityName
|
373
|
-
@provinceCode = provinceCode
|
374
|
-
@countryCode = countryCode
|
375
|
-
end
|
376
|
-
end
|
377
|
-
|
378
|
-
# CountryTarget
|
379
|
-
# - target_Type - SOAP::SOAPString
|
380
|
-
# - excluded - SOAP::SOAPBoolean
|
381
|
-
# - countryCode - SOAP::SOAPString
|
382
|
-
class CountryTarget < GeoTarget
|
383
|
-
attr_accessor :target_Type
|
384
|
-
attr_accessor :excluded
|
385
|
-
attr_accessor :countryCode
|
386
|
-
|
387
|
-
def initialize(target_Type = nil, excluded = nil, countryCode = nil)
|
388
|
-
@target_Type = target_Type
|
389
|
-
@excluded = excluded
|
390
|
-
@countryCode = countryCode
|
391
|
-
end
|
392
|
-
end
|
393
|
-
|
394
|
-
# MetroTarget
|
395
|
-
# - target_Type - SOAP::SOAPString
|
396
|
-
# - excluded - SOAP::SOAPBoolean
|
397
|
-
# - metroCode - SOAP::SOAPString
|
398
|
-
class MetroTarget < GeoTarget
|
399
|
-
attr_accessor :target_Type
|
400
|
-
attr_accessor :excluded
|
401
|
-
attr_accessor :metroCode
|
402
|
-
|
403
|
-
def initialize(target_Type = nil, excluded = nil, metroCode = nil)
|
404
|
-
@target_Type = target_Type
|
405
|
-
@excluded = excluded
|
406
|
-
@metroCode = metroCode
|
407
|
-
end
|
408
|
-
end
|
409
|
-
|
410
|
-
# PolygonTarget
|
411
|
-
# - target_Type - SOAP::SOAPString
|
412
|
-
# - excluded - SOAP::SOAPBoolean
|
413
|
-
# - vertices - AdwordsApi::V201008::TrafficEstimatorService::GeoPoint
|
414
|
-
class PolygonTarget < GeoTarget
|
415
|
-
attr_accessor :target_Type
|
416
|
-
attr_accessor :excluded
|
417
|
-
attr_accessor :vertices
|
418
|
-
|
419
|
-
def initialize(target_Type = nil, excluded = nil, vertices = [])
|
420
|
-
@target_Type = target_Type
|
421
|
-
@excluded = excluded
|
422
|
-
@vertices = vertices
|
423
|
-
end
|
424
|
-
end
|
425
|
-
|
426
|
-
# ProvinceTarget
|
427
|
-
# - target_Type - SOAP::SOAPString
|
428
|
-
# - excluded - SOAP::SOAPBoolean
|
429
|
-
# - provinceCode - SOAP::SOAPString
|
430
|
-
class ProvinceTarget < GeoTarget
|
431
|
-
attr_accessor :target_Type
|
432
|
-
attr_accessor :excluded
|
433
|
-
attr_accessor :provinceCode
|
434
|
-
|
435
|
-
def initialize(target_Type = nil, excluded = nil, provinceCode = nil)
|
436
|
-
@target_Type = target_Type
|
437
|
-
@excluded = excluded
|
438
|
-
@provinceCode = provinceCode
|
439
|
-
end
|
440
|
-
end
|
441
|
-
|
442
|
-
# ProximityTarget
|
443
|
-
# - target_Type - SOAP::SOAPString
|
444
|
-
# - excluded - SOAP::SOAPBoolean
|
445
|
-
# - geoPoint - AdwordsApi::V201008::TrafficEstimatorService::GeoPoint
|
446
|
-
# - radiusDistanceUnits - AdwordsApi::V201008::TrafficEstimatorService::ProximityTargetDistanceUnits
|
447
|
-
# - radiusInUnits - SOAP::SOAPDouble
|
448
|
-
# - address - AdwordsApi::V201008::TrafficEstimatorService::Address
|
449
|
-
# - allowServiceOfAddress - SOAP::SOAPBoolean
|
450
|
-
class ProximityTarget < GeoTarget
|
451
|
-
attr_accessor :target_Type
|
452
|
-
attr_accessor :excluded
|
453
|
-
attr_accessor :geoPoint
|
454
|
-
attr_accessor :radiusDistanceUnits
|
455
|
-
attr_accessor :radiusInUnits
|
456
|
-
attr_accessor :address
|
457
|
-
attr_accessor :allowServiceOfAddress
|
458
|
-
|
459
|
-
def initialize(target_Type = nil, excluded = nil, geoPoint = nil, radiusDistanceUnits = nil, radiusInUnits = nil, address = nil, allowServiceOfAddress = nil)
|
460
|
-
@target_Type = target_Type
|
461
|
-
@excluded = excluded
|
462
|
-
@geoPoint = geoPoint
|
463
|
-
@radiusDistanceUnits = radiusDistanceUnits
|
464
|
-
@radiusInUnits = radiusInUnits
|
465
|
-
@address = address
|
466
|
-
@allowServiceOfAddress = allowServiceOfAddress
|
467
|
-
end
|
468
|
-
end
|
469
|
-
|
470
|
-
# ApiError
|
471
|
-
# abstract
|
428
|
+
# RateExceededError
|
472
429
|
# - fieldPath - SOAP::SOAPString
|
473
430
|
# - trigger - SOAP::SOAPString
|
474
431
|
# - errorString - SOAP::SOAPString
|
475
432
|
# - apiError_Type - SOAP::SOAPString
|
476
|
-
|
433
|
+
# - reason - AdwordsApi::V201008::TrafficEstimatorService::RateExceededErrorReason
|
434
|
+
# - rateName - SOAP::SOAPString
|
435
|
+
# - rateScope - SOAP::SOAPString
|
436
|
+
# - retryAfterSeconds - SOAP::SOAPInt
|
437
|
+
class RateExceededError < ApiError
|
477
438
|
attr_accessor :fieldPath
|
478
439
|
attr_accessor :trigger
|
479
440
|
attr_accessor :errorString
|
480
441
|
attr_accessor :apiError_Type
|
442
|
+
attr_accessor :reason
|
443
|
+
attr_accessor :rateName
|
444
|
+
attr_accessor :rateScope
|
445
|
+
attr_accessor :retryAfterSeconds
|
481
446
|
|
482
|
-
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)
|
483
448
|
@fieldPath = fieldPath
|
484
449
|
@trigger = trigger
|
485
450
|
@errorString = errorString
|
486
451
|
@apiError_Type = apiError_Type
|
452
|
+
@reason = reason
|
453
|
+
@rateName = rateName
|
454
|
+
@rateScope = rateScope
|
455
|
+
@retryAfterSeconds = retryAfterSeconds
|
487
456
|
end
|
488
457
|
end
|
489
458
|
|
490
|
-
#
|
459
|
+
# ReadOnlyError
|
491
460
|
# - fieldPath - SOAP::SOAPString
|
492
461
|
# - trigger - SOAP::SOAPString
|
493
462
|
# - errorString - SOAP::SOAPString
|
494
463
|
# - apiError_Type - SOAP::SOAPString
|
495
|
-
# - reason - AdwordsApi::V201008::TrafficEstimatorService::
|
496
|
-
class
|
464
|
+
# - reason - AdwordsApi::V201008::TrafficEstimatorService::ReadOnlyErrorReason
|
465
|
+
class ReadOnlyError < ApiError
|
497
466
|
attr_accessor :fieldPath
|
498
467
|
attr_accessor :trigger
|
499
468
|
attr_accessor :errorString
|
@@ -509,13 +478,13 @@ class AuthenticationError < ApiError
|
|
509
478
|
end
|
510
479
|
end
|
511
480
|
|
512
|
-
#
|
481
|
+
# RegionCodeError
|
513
482
|
# - fieldPath - SOAP::SOAPString
|
514
483
|
# - trigger - SOAP::SOAPString
|
515
484
|
# - errorString - SOAP::SOAPString
|
516
485
|
# - apiError_Type - SOAP::SOAPString
|
517
|
-
# - reason - AdwordsApi::V201008::TrafficEstimatorService::
|
518
|
-
class
|
486
|
+
# - reason - AdwordsApi::V201008::TrafficEstimatorService::RegionCodeErrorReason
|
487
|
+
class RegionCodeError < ApiError
|
519
488
|
attr_accessor :fieldPath
|
520
489
|
attr_accessor :trigger
|
521
490
|
attr_accessor :errorString
|
@@ -531,13 +500,13 @@ class AuthorizationError < ApiError
|
|
531
500
|
end
|
532
501
|
end
|
533
502
|
|
534
|
-
#
|
503
|
+
# RejectedError
|
535
504
|
# - fieldPath - SOAP::SOAPString
|
536
505
|
# - trigger - SOAP::SOAPString
|
537
506
|
# - errorString - SOAP::SOAPString
|
538
507
|
# - apiError_Type - SOAP::SOAPString
|
539
|
-
# - reason - AdwordsApi::V201008::TrafficEstimatorService::
|
540
|
-
class
|
508
|
+
# - reason - AdwordsApi::V201008::TrafficEstimatorService::RejectedErrorReason
|
509
|
+
class RejectedError < ApiError
|
541
510
|
attr_accessor :fieldPath
|
542
511
|
attr_accessor :trigger
|
543
512
|
attr_accessor :errorString
|
@@ -553,13 +522,13 @@ class ClientTermsError < ApiError
|
|
553
522
|
end
|
554
523
|
end
|
555
524
|
|
556
|
-
#
|
525
|
+
# RequestError
|
557
526
|
# - fieldPath - SOAP::SOAPString
|
558
527
|
# - trigger - SOAP::SOAPString
|
559
528
|
# - errorString - SOAP::SOAPString
|
560
529
|
# - apiError_Type - SOAP::SOAPString
|
561
|
-
# - reason - AdwordsApi::V201008::TrafficEstimatorService::
|
562
|
-
class
|
530
|
+
# - reason - AdwordsApi::V201008::TrafficEstimatorService::RequestErrorReason
|
531
|
+
class RequestError < ApiError
|
563
532
|
attr_accessor :fieldPath
|
564
533
|
attr_accessor :trigger
|
565
534
|
attr_accessor :errorString
|
@@ -575,13 +544,13 @@ class DateError < ApiError
|
|
575
544
|
end
|
576
545
|
end
|
577
546
|
|
578
|
-
#
|
547
|
+
# RequiredError
|
579
548
|
# - fieldPath - SOAP::SOAPString
|
580
549
|
# - trigger - SOAP::SOAPString
|
581
550
|
# - errorString - SOAP::SOAPString
|
582
551
|
# - apiError_Type - SOAP::SOAPString
|
583
|
-
# - reason - AdwordsApi::V201008::TrafficEstimatorService::
|
584
|
-
class
|
552
|
+
# - reason - AdwordsApi::V201008::TrafficEstimatorService::RequiredErrorReason
|
553
|
+
class RequiredError < ApiError
|
585
554
|
attr_accessor :fieldPath
|
586
555
|
attr_accessor :trigger
|
587
556
|
attr_accessor :errorString
|
@@ -597,13 +566,13 @@ class DistinctError < ApiError
|
|
597
566
|
end
|
598
567
|
end
|
599
568
|
|
600
|
-
#
|
569
|
+
# SizeLimitError
|
601
570
|
# - fieldPath - SOAP::SOAPString
|
602
571
|
# - trigger - SOAP::SOAPString
|
603
572
|
# - errorString - SOAP::SOAPString
|
604
573
|
# - apiError_Type - SOAP::SOAPString
|
605
|
-
# - reason - AdwordsApi::V201008::TrafficEstimatorService::
|
606
|
-
class
|
574
|
+
# - reason - AdwordsApi::V201008::TrafficEstimatorService::SizeLimitErrorReason
|
575
|
+
class SizeLimitError < ApiError
|
607
576
|
attr_accessor :fieldPath
|
608
577
|
attr_accessor :trigger
|
609
578
|
attr_accessor :errorString
|
@@ -619,13 +588,13 @@ class EntityAccessDenied < ApiError
|
|
619
588
|
end
|
620
589
|
end
|
621
590
|
|
622
|
-
#
|
591
|
+
# StringLengthError
|
623
592
|
# - fieldPath - SOAP::SOAPString
|
624
593
|
# - trigger - SOAP::SOAPString
|
625
594
|
# - errorString - SOAP::SOAPString
|
626
595
|
# - apiError_Type - SOAP::SOAPString
|
627
|
-
# - reason - AdwordsApi::V201008::TrafficEstimatorService::
|
628
|
-
class
|
596
|
+
# - reason - AdwordsApi::V201008::TrafficEstimatorService::StringLengthErrorReason
|
597
|
+
class StringLengthError < ApiError
|
629
598
|
attr_accessor :fieldPath
|
630
599
|
attr_accessor :trigger
|
631
600
|
attr_accessor :errorString
|
@@ -641,13 +610,13 @@ class EntityNotFound < ApiError
|
|
641
610
|
end
|
642
611
|
end
|
643
612
|
|
644
|
-
#
|
613
|
+
# TargetError
|
645
614
|
# - fieldPath - SOAP::SOAPString
|
646
615
|
# - trigger - SOAP::SOAPString
|
647
616
|
# - errorString - SOAP::SOAPString
|
648
617
|
# - apiError_Type - SOAP::SOAPString
|
649
|
-
# - reason - AdwordsApi::V201008::TrafficEstimatorService::
|
650
|
-
class
|
618
|
+
# - reason - AdwordsApi::V201008::TrafficEstimatorService::TargetErrorReason
|
619
|
+
class TargetError < ApiError
|
651
620
|
attr_accessor :fieldPath
|
652
621
|
attr_accessor :trigger
|
653
622
|
attr_accessor :errorString
|
@@ -663,13 +632,13 @@ class IdError < ApiError
|
|
663
632
|
end
|
664
633
|
end
|
665
634
|
|
666
|
-
#
|
635
|
+
# CollectionSizeError
|
667
636
|
# - fieldPath - SOAP::SOAPString
|
668
637
|
# - trigger - SOAP::SOAPString
|
669
638
|
# - errorString - SOAP::SOAPString
|
670
639
|
# - apiError_Type - SOAP::SOAPString
|
671
|
-
# - reason - AdwordsApi::V201008::TrafficEstimatorService::
|
672
|
-
class
|
640
|
+
# - reason - AdwordsApi::V201008::TrafficEstimatorService::CollectionSizeErrorReason
|
641
|
+
class CollectionSizeError < ApiError
|
673
642
|
attr_accessor :fieldPath
|
674
643
|
attr_accessor :trigger
|
675
644
|
attr_accessor :errorString
|
@@ -685,13 +654,13 @@ class InternalApiError < ApiError
|
|
685
654
|
end
|
686
655
|
end
|
687
656
|
|
688
|
-
#
|
657
|
+
# MatchesRegexError
|
689
658
|
# - fieldPath - SOAP::SOAPString
|
690
659
|
# - trigger - SOAP::SOAPString
|
691
660
|
# - errorString - SOAP::SOAPString
|
692
661
|
# - apiError_Type - SOAP::SOAPString
|
693
|
-
# - reason - AdwordsApi::V201008::TrafficEstimatorService::
|
694
|
-
class
|
662
|
+
# - reason - AdwordsApi::V201008::TrafficEstimatorService::MatchesRegexErrorReason
|
663
|
+
class MatchesRegexError < ApiError
|
695
664
|
attr_accessor :fieldPath
|
696
665
|
attr_accessor :trigger
|
697
666
|
attr_accessor :errorString
|
@@ -707,13 +676,13 @@ class NotEmptyError < ApiError
|
|
707
676
|
end
|
708
677
|
end
|
709
678
|
|
710
|
-
#
|
679
|
+
# TrafficEstimatorError
|
711
680
|
# - fieldPath - SOAP::SOAPString
|
712
681
|
# - trigger - SOAP::SOAPString
|
713
682
|
# - errorString - SOAP::SOAPString
|
714
683
|
# - apiError_Type - SOAP::SOAPString
|
715
|
-
# - reason - AdwordsApi::V201008::TrafficEstimatorService::
|
716
|
-
class
|
684
|
+
# - reason - AdwordsApi::V201008::TrafficEstimatorService::TrafficEstimatorErrorReason
|
685
|
+
class TrafficEstimatorError < ApiError
|
717
686
|
attr_accessor :fieldPath
|
718
687
|
attr_accessor :trigger
|
719
688
|
attr_accessor :errorString
|
@@ -729,564 +698,595 @@ class NotWhitelistedError < ApiError
|
|
729
698
|
end
|
730
699
|
end
|
731
700
|
|
732
|
-
#
|
733
|
-
# -
|
734
|
-
# -
|
735
|
-
|
736
|
-
|
737
|
-
|
738
|
-
class NullError < ApiError
|
739
|
-
attr_accessor :fieldPath
|
740
|
-
attr_accessor :trigger
|
741
|
-
attr_accessor :errorString
|
742
|
-
attr_accessor :apiError_Type
|
743
|
-
attr_accessor :reason
|
701
|
+
# ApplicationException
|
702
|
+
# - message - SOAP::SOAPString
|
703
|
+
# - applicationException_Type - SOAP::SOAPString
|
704
|
+
class ApplicationException
|
705
|
+
attr_accessor :message
|
706
|
+
attr_accessor :applicationException_Type
|
744
707
|
|
745
|
-
def initialize(
|
746
|
-
@
|
747
|
-
@
|
748
|
-
@errorString = errorString
|
749
|
-
@apiError_Type = apiError_Type
|
750
|
-
@reason = reason
|
708
|
+
def initialize(message = nil, applicationException_Type = nil)
|
709
|
+
@message = message
|
710
|
+
@applicationException_Type = applicationException_Type
|
751
711
|
end
|
752
712
|
end
|
753
713
|
|
754
|
-
#
|
755
|
-
# -
|
756
|
-
# -
|
757
|
-
# -
|
758
|
-
|
759
|
-
|
760
|
-
|
761
|
-
attr_accessor :
|
762
|
-
attr_accessor :trigger
|
763
|
-
attr_accessor :errorString
|
764
|
-
attr_accessor :apiError_Type
|
765
|
-
attr_accessor :reason
|
714
|
+
# ApiException
|
715
|
+
# - message - SOAP::SOAPString
|
716
|
+
# - applicationException_Type - SOAP::SOAPString
|
717
|
+
# - errors - AdwordsApi::V201008::TrafficEstimatorService::ApiError
|
718
|
+
class ApiException < ApplicationException
|
719
|
+
attr_accessor :message
|
720
|
+
attr_accessor :applicationException_Type
|
721
|
+
attr_accessor :errors
|
766
722
|
|
767
|
-
def initialize(
|
768
|
-
@
|
769
|
-
@
|
770
|
-
@
|
771
|
-
@apiError_Type = apiError_Type
|
772
|
-
@reason = reason
|
723
|
+
def initialize(message = nil, applicationException_Type = nil, errors = [])
|
724
|
+
@message = message
|
725
|
+
@applicationException_Type = applicationException_Type
|
726
|
+
@errors = errors
|
773
727
|
end
|
774
728
|
end
|
775
729
|
|
776
|
-
#
|
777
|
-
#
|
778
|
-
# -
|
779
|
-
|
780
|
-
|
781
|
-
# - reason - AdwordsApi::V201008::TrafficEstimatorService::OperatorErrorReason
|
782
|
-
class OperatorError < ApiError
|
783
|
-
attr_accessor :fieldPath
|
784
|
-
attr_accessor :trigger
|
785
|
-
attr_accessor :errorString
|
786
|
-
attr_accessor :apiError_Type
|
787
|
-
attr_accessor :reason
|
730
|
+
# ComparableValue
|
731
|
+
# abstract
|
732
|
+
# - comparableValue_Type - SOAP::SOAPString
|
733
|
+
class ComparableValue
|
734
|
+
attr_accessor :comparableValue_Type
|
788
735
|
|
789
|
-
def initialize(
|
790
|
-
@
|
791
|
-
@trigger = trigger
|
792
|
-
@errorString = errorString
|
793
|
-
@apiError_Type = apiError_Type
|
794
|
-
@reason = reason
|
736
|
+
def initialize(comparableValue_Type = nil)
|
737
|
+
@comparableValue_Type = comparableValue_Type
|
795
738
|
end
|
796
739
|
end
|
797
740
|
|
798
|
-
#
|
799
|
-
# -
|
800
|
-
# -
|
801
|
-
|
802
|
-
|
803
|
-
|
804
|
-
class QuotaCheckError < ApiError
|
805
|
-
attr_accessor :fieldPath
|
806
|
-
attr_accessor :trigger
|
807
|
-
attr_accessor :errorString
|
808
|
-
attr_accessor :apiError_Type
|
809
|
-
attr_accessor :reason
|
741
|
+
# Money
|
742
|
+
# - comparableValue_Type - SOAP::SOAPString
|
743
|
+
# - microAmount - SOAP::SOAPLong
|
744
|
+
class Money < ComparableValue
|
745
|
+
attr_accessor :comparableValue_Type
|
746
|
+
attr_accessor :microAmount
|
810
747
|
|
811
|
-
def initialize(
|
812
|
-
@
|
813
|
-
@
|
814
|
-
@errorString = errorString
|
815
|
-
@apiError_Type = apiError_Type
|
816
|
-
@reason = reason
|
748
|
+
def initialize(comparableValue_Type = nil, microAmount = nil)
|
749
|
+
@comparableValue_Type = comparableValue_Type
|
750
|
+
@microAmount = microAmount
|
817
751
|
end
|
818
752
|
end
|
819
753
|
|
820
|
-
#
|
821
|
-
#
|
822
|
-
# -
|
823
|
-
|
824
|
-
|
825
|
-
# - reason - AdwordsApi::V201008::TrafficEstimatorService::RangeErrorReason
|
826
|
-
class C_RangeError < ApiError
|
827
|
-
attr_accessor :fieldPath
|
828
|
-
attr_accessor :trigger
|
829
|
-
attr_accessor :errorString
|
830
|
-
attr_accessor :apiError_Type
|
831
|
-
attr_accessor :reason
|
754
|
+
# NumberValue
|
755
|
+
# abstract
|
756
|
+
# - comparableValue_Type - SOAP::SOAPString
|
757
|
+
class NumberValue < ComparableValue
|
758
|
+
attr_accessor :comparableValue_Type
|
832
759
|
|
833
|
-
def initialize(
|
834
|
-
@
|
835
|
-
@trigger = trigger
|
836
|
-
@errorString = errorString
|
837
|
-
@apiError_Type = apiError_Type
|
838
|
-
@reason = reason
|
760
|
+
def initialize(comparableValue_Type = nil)
|
761
|
+
@comparableValue_Type = comparableValue_Type
|
839
762
|
end
|
840
763
|
end
|
841
764
|
|
842
|
-
#
|
843
|
-
# -
|
844
|
-
# -
|
845
|
-
|
846
|
-
|
847
|
-
|
848
|
-
# - rateName - SOAP::SOAPString
|
849
|
-
# - rateScope - SOAP::SOAPString
|
850
|
-
# - retryAfterSeconds - SOAP::SOAPInt
|
851
|
-
class RateExceededError < ApiError
|
852
|
-
attr_accessor :fieldPath
|
853
|
-
attr_accessor :trigger
|
854
|
-
attr_accessor :errorString
|
855
|
-
attr_accessor :apiError_Type
|
856
|
-
attr_accessor :reason
|
857
|
-
attr_accessor :rateName
|
858
|
-
attr_accessor :rateScope
|
859
|
-
attr_accessor :retryAfterSeconds
|
765
|
+
# DoubleValue
|
766
|
+
# - comparableValue_Type - SOAP::SOAPString
|
767
|
+
# - number - SOAP::SOAPDouble
|
768
|
+
class DoubleValue < NumberValue
|
769
|
+
attr_accessor :comparableValue_Type
|
770
|
+
attr_accessor :number
|
860
771
|
|
861
|
-
def initialize(
|
862
|
-
@
|
863
|
-
@
|
864
|
-
@errorString = errorString
|
865
|
-
@apiError_Type = apiError_Type
|
866
|
-
@reason = reason
|
867
|
-
@rateName = rateName
|
868
|
-
@rateScope = rateScope
|
869
|
-
@retryAfterSeconds = retryAfterSeconds
|
772
|
+
def initialize(comparableValue_Type = nil, number = nil)
|
773
|
+
@comparableValue_Type = comparableValue_Type
|
774
|
+
@number = number
|
870
775
|
end
|
871
776
|
end
|
872
777
|
|
873
|
-
#
|
874
|
-
# -
|
875
|
-
# -
|
876
|
-
|
877
|
-
|
878
|
-
|
879
|
-
class ReadOnlyError < ApiError
|
880
|
-
attr_accessor :fieldPath
|
881
|
-
attr_accessor :trigger
|
882
|
-
attr_accessor :errorString
|
883
|
-
attr_accessor :apiError_Type
|
884
|
-
attr_accessor :reason
|
778
|
+
# LongValue
|
779
|
+
# - comparableValue_Type - SOAP::SOAPString
|
780
|
+
# - number - SOAP::SOAPLong
|
781
|
+
class LongValue < NumberValue
|
782
|
+
attr_accessor :comparableValue_Type
|
783
|
+
attr_accessor :number
|
885
784
|
|
886
|
-
def initialize(
|
887
|
-
@
|
888
|
-
@
|
889
|
-
@errorString = errorString
|
890
|
-
@apiError_Type = apiError_Type
|
891
|
-
@reason = reason
|
785
|
+
def initialize(comparableValue_Type = nil, number = nil)
|
786
|
+
@comparableValue_Type = comparableValue_Type
|
787
|
+
@number = number
|
892
788
|
end
|
893
789
|
end
|
894
790
|
|
895
|
-
#
|
896
|
-
# -
|
897
|
-
# -
|
898
|
-
|
899
|
-
|
900
|
-
|
901
|
-
class RegionCodeError < ApiError
|
902
|
-
attr_accessor :fieldPath
|
903
|
-
attr_accessor :trigger
|
904
|
-
attr_accessor :errorString
|
905
|
-
attr_accessor :apiError_Type
|
906
|
-
attr_accessor :reason
|
791
|
+
# Criterion
|
792
|
+
# - id - SOAP::SOAPLong
|
793
|
+
# - criterion_Type - SOAP::SOAPString
|
794
|
+
class Criterion
|
795
|
+
attr_accessor :id
|
796
|
+
attr_accessor :criterion_Type
|
907
797
|
|
908
|
-
def initialize(
|
909
|
-
@
|
910
|
-
@
|
911
|
-
@errorString = errorString
|
912
|
-
@apiError_Type = apiError_Type
|
913
|
-
@reason = reason
|
798
|
+
def initialize(id = nil, criterion_Type = nil)
|
799
|
+
@id = id
|
800
|
+
@criterion_Type = criterion_Type
|
914
801
|
end
|
915
802
|
end
|
916
803
|
|
917
|
-
#
|
918
|
-
# -
|
919
|
-
# -
|
920
|
-
# -
|
921
|
-
# -
|
922
|
-
|
923
|
-
|
924
|
-
attr_accessor :
|
925
|
-
attr_accessor :
|
926
|
-
attr_accessor :
|
927
|
-
attr_accessor :apiError_Type
|
928
|
-
attr_accessor :reason
|
804
|
+
# Keyword
|
805
|
+
# - id - SOAP::SOAPLong
|
806
|
+
# - criterion_Type - SOAP::SOAPString
|
807
|
+
# - text - SOAP::SOAPString
|
808
|
+
# - matchType - AdwordsApi::V201008::TrafficEstimatorService::KeywordMatchType
|
809
|
+
class Keyword < Criterion
|
810
|
+
attr_accessor :id
|
811
|
+
attr_accessor :criterion_Type
|
812
|
+
attr_accessor :text
|
813
|
+
attr_accessor :matchType
|
929
814
|
|
930
|
-
def initialize(
|
931
|
-
@
|
932
|
-
@
|
933
|
-
@
|
934
|
-
@
|
935
|
-
|
936
|
-
end
|
815
|
+
def initialize(id = nil, criterion_Type = nil, text = nil, matchType = nil)
|
816
|
+
@id = id
|
817
|
+
@criterion_Type = criterion_Type
|
818
|
+
@text = text
|
819
|
+
@matchType = matchType
|
820
|
+
end
|
937
821
|
end
|
938
822
|
|
939
|
-
#
|
940
|
-
# -
|
941
|
-
# -
|
942
|
-
# -
|
943
|
-
|
944
|
-
|
945
|
-
|
946
|
-
attr_accessor :
|
947
|
-
attr_accessor :trigger
|
948
|
-
attr_accessor :errorString
|
949
|
-
attr_accessor :apiError_Type
|
950
|
-
attr_accessor :reason
|
823
|
+
# Placement
|
824
|
+
# - id - SOAP::SOAPLong
|
825
|
+
# - criterion_Type - SOAP::SOAPString
|
826
|
+
# - url - SOAP::SOAPString
|
827
|
+
class Placement < Criterion
|
828
|
+
attr_accessor :id
|
829
|
+
attr_accessor :criterion_Type
|
830
|
+
attr_accessor :url
|
951
831
|
|
952
|
-
def initialize(
|
953
|
-
@
|
954
|
-
@
|
955
|
-
@
|
956
|
-
@apiError_Type = apiError_Type
|
957
|
-
@reason = reason
|
832
|
+
def initialize(id = nil, criterion_Type = nil, url = nil)
|
833
|
+
@id = id
|
834
|
+
@criterion_Type = criterion_Type
|
835
|
+
@url = url
|
958
836
|
end
|
959
837
|
end
|
960
838
|
|
961
|
-
#
|
962
|
-
# -
|
963
|
-
# -
|
964
|
-
# -
|
965
|
-
# -
|
966
|
-
|
967
|
-
|
968
|
-
attr_accessor :
|
969
|
-
attr_accessor :
|
970
|
-
attr_accessor :
|
971
|
-
attr_accessor :apiError_Type
|
972
|
-
attr_accessor :reason
|
839
|
+
# Product
|
840
|
+
# - id - SOAP::SOAPLong
|
841
|
+
# - criterion_Type - SOAP::SOAPString
|
842
|
+
# - conditions - AdwordsApi::V201008::TrafficEstimatorService::ProductCondition
|
843
|
+
# - text - SOAP::SOAPString
|
844
|
+
class Product < Criterion
|
845
|
+
attr_accessor :id
|
846
|
+
attr_accessor :criterion_Type
|
847
|
+
attr_accessor :conditions
|
848
|
+
attr_accessor :text
|
973
849
|
|
974
|
-
def initialize(
|
975
|
-
@
|
976
|
-
@
|
977
|
-
@
|
978
|
-
@
|
979
|
-
@reason = reason
|
850
|
+
def initialize(id = nil, criterion_Type = nil, conditions = [], text = nil)
|
851
|
+
@id = id
|
852
|
+
@criterion_Type = criterion_Type
|
853
|
+
@conditions = conditions
|
854
|
+
@text = text
|
980
855
|
end
|
981
856
|
end
|
982
857
|
|
983
|
-
#
|
984
|
-
# -
|
985
|
-
# -
|
986
|
-
# -
|
987
|
-
# -
|
988
|
-
|
989
|
-
|
990
|
-
attr_accessor :
|
991
|
-
attr_accessor :
|
992
|
-
attr_accessor :
|
993
|
-
attr_accessor :apiError_Type
|
994
|
-
attr_accessor :reason
|
858
|
+
# CriterionUserInterest
|
859
|
+
# - id - SOAP::SOAPLong
|
860
|
+
# - criterion_Type - SOAP::SOAPString
|
861
|
+
# - userInterestId - SOAP::SOAPLong
|
862
|
+
# - userInterestName - SOAP::SOAPString
|
863
|
+
class CriterionUserInterest < Criterion
|
864
|
+
attr_accessor :id
|
865
|
+
attr_accessor :criterion_Type
|
866
|
+
attr_accessor :userInterestId
|
867
|
+
attr_accessor :userInterestName
|
995
868
|
|
996
|
-
def initialize(
|
997
|
-
@
|
998
|
-
@
|
999
|
-
@
|
1000
|
-
@
|
1001
|
-
@reason = reason
|
869
|
+
def initialize(id = nil, criterion_Type = nil, userInterestId = nil, userInterestName = nil)
|
870
|
+
@id = id
|
871
|
+
@criterion_Type = criterion_Type
|
872
|
+
@userInterestId = userInterestId
|
873
|
+
@userInterestName = userInterestName
|
1002
874
|
end
|
1003
875
|
end
|
1004
876
|
|
1005
|
-
#
|
1006
|
-
# -
|
1007
|
-
# -
|
1008
|
-
# -
|
1009
|
-
# -
|
1010
|
-
# -
|
1011
|
-
|
1012
|
-
|
1013
|
-
attr_accessor :
|
1014
|
-
attr_accessor :
|
1015
|
-
attr_accessor :
|
1016
|
-
attr_accessor :
|
877
|
+
# CriterionUserList
|
878
|
+
# - id - SOAP::SOAPLong
|
879
|
+
# - criterion_Type - SOAP::SOAPString
|
880
|
+
# - userListId - SOAP::SOAPLong
|
881
|
+
# - userListName - SOAP::SOAPString
|
882
|
+
# - userListMembershipStatus - AdwordsApi::V201008::TrafficEstimatorService::CriterionUserListMembershipStatus
|
883
|
+
# - userListSize - SOAP::SOAPLong
|
884
|
+
class CriterionUserList < Criterion
|
885
|
+
attr_accessor :id
|
886
|
+
attr_accessor :criterion_Type
|
887
|
+
attr_accessor :userListId
|
888
|
+
attr_accessor :userListName
|
889
|
+
attr_accessor :userListMembershipStatus
|
890
|
+
attr_accessor :userListSize
|
1017
891
|
|
1018
|
-
def initialize(
|
1019
|
-
@
|
1020
|
-
@
|
1021
|
-
@
|
1022
|
-
@
|
1023
|
-
@
|
892
|
+
def initialize(id = nil, criterion_Type = nil, userListId = nil, userListName = nil, userListMembershipStatus = nil, userListSize = nil)
|
893
|
+
@id = id
|
894
|
+
@criterion_Type = criterion_Type
|
895
|
+
@userListId = userListId
|
896
|
+
@userListName = userListName
|
897
|
+
@userListMembershipStatus = userListMembershipStatus
|
898
|
+
@userListSize = userListSize
|
1024
899
|
end
|
1025
900
|
end
|
1026
901
|
|
1027
|
-
#
|
1028
|
-
# -
|
1029
|
-
# -
|
1030
|
-
# -
|
1031
|
-
|
1032
|
-
|
1033
|
-
|
1034
|
-
attr_accessor :
|
1035
|
-
attr_accessor :trigger
|
1036
|
-
attr_accessor :errorString
|
1037
|
-
attr_accessor :apiError_Type
|
1038
|
-
attr_accessor :reason
|
902
|
+
# Vertical
|
903
|
+
# - id - SOAP::SOAPLong
|
904
|
+
# - criterion_Type - SOAP::SOAPString
|
905
|
+
# - path - SOAP::SOAPString
|
906
|
+
class Vertical < Criterion
|
907
|
+
attr_accessor :id
|
908
|
+
attr_accessor :criterion_Type
|
909
|
+
attr_accessor :path
|
1039
910
|
|
1040
|
-
def initialize(
|
1041
|
-
@
|
1042
|
-
@
|
1043
|
-
@
|
1044
|
-
@apiError_Type = apiError_Type
|
1045
|
-
@reason = reason
|
911
|
+
def initialize(id = nil, criterion_Type = nil, path = [])
|
912
|
+
@id = id
|
913
|
+
@criterion_Type = criterion_Type
|
914
|
+
@path = path
|
1046
915
|
end
|
1047
916
|
end
|
1048
917
|
|
1049
|
-
#
|
1050
|
-
# -
|
1051
|
-
# -
|
1052
|
-
|
1053
|
-
|
1054
|
-
|
1055
|
-
class DatabaseError < ApiError
|
1056
|
-
attr_accessor :fieldPath
|
1057
|
-
attr_accessor :trigger
|
1058
|
-
attr_accessor :errorString
|
1059
|
-
attr_accessor :apiError_Type
|
1060
|
-
attr_accessor :reason
|
918
|
+
# GeoPoint
|
919
|
+
# - latitudeInMicroDegrees - SOAP::SOAPInt
|
920
|
+
# - longitudeInMicroDegrees - SOAP::SOAPInt
|
921
|
+
class GeoPoint
|
922
|
+
attr_accessor :latitudeInMicroDegrees
|
923
|
+
attr_accessor :longitudeInMicroDegrees
|
1061
924
|
|
1062
|
-
def initialize(
|
1063
|
-
@
|
1064
|
-
@
|
1065
|
-
@errorString = errorString
|
1066
|
-
@apiError_Type = apiError_Type
|
1067
|
-
@reason = reason
|
925
|
+
def initialize(latitudeInMicroDegrees = nil, longitudeInMicroDegrees = nil)
|
926
|
+
@latitudeInMicroDegrees = latitudeInMicroDegrees
|
927
|
+
@longitudeInMicroDegrees = longitudeInMicroDegrees
|
1068
928
|
end
|
1069
929
|
end
|
1070
930
|
|
1071
|
-
#
|
1072
|
-
# -
|
1073
|
-
# -
|
1074
|
-
|
1075
|
-
|
1076
|
-
|
1077
|
-
class CollectionSizeError < ApiError
|
1078
|
-
attr_accessor :fieldPath
|
1079
|
-
attr_accessor :trigger
|
1080
|
-
attr_accessor :errorString
|
1081
|
-
attr_accessor :apiError_Type
|
1082
|
-
attr_accessor :reason
|
931
|
+
# ProductCondition
|
932
|
+
# - argument - SOAP::SOAPString
|
933
|
+
# - operand - AdwordsApi::V201008::TrafficEstimatorService::ProductConditionOperand
|
934
|
+
class ProductCondition
|
935
|
+
attr_accessor :argument
|
936
|
+
attr_accessor :operand
|
1083
937
|
|
1084
|
-
def initialize(
|
1085
|
-
@
|
1086
|
-
@
|
1087
|
-
@errorString = errorString
|
1088
|
-
@apiError_Type = apiError_Type
|
1089
|
-
@reason = reason
|
938
|
+
def initialize(argument = nil, operand = nil)
|
939
|
+
@argument = argument
|
940
|
+
@operand = operand
|
1090
941
|
end
|
1091
942
|
end
|
1092
943
|
|
1093
|
-
#
|
1094
|
-
# -
|
1095
|
-
|
1096
|
-
|
1097
|
-
# - apiError_Type - SOAP::SOAPString
|
1098
|
-
# - reason - AdwordsApi::V201008::TrafficEstimatorService::MatchesRegexErrorReason
|
1099
|
-
class MatchesRegexError < ApiError
|
1100
|
-
attr_accessor :fieldPath
|
1101
|
-
attr_accessor :trigger
|
1102
|
-
attr_accessor :errorString
|
1103
|
-
attr_accessor :apiError_Type
|
1104
|
-
attr_accessor :reason
|
944
|
+
# ProductConditionOperand
|
945
|
+
# - operand - SOAP::SOAPString
|
946
|
+
class ProductConditionOperand
|
947
|
+
attr_accessor :operand
|
1105
948
|
|
1106
|
-
def initialize(
|
1107
|
-
@
|
1108
|
-
|
1109
|
-
|
1110
|
-
|
1111
|
-
|
949
|
+
def initialize(operand = nil)
|
950
|
+
@operand = operand
|
951
|
+
end
|
952
|
+
end
|
953
|
+
|
954
|
+
# SoapHeader
|
955
|
+
# - authToken - SOAP::SOAPString
|
956
|
+
# - clientCustomerId - SOAP::SOAPString
|
957
|
+
# - clientEmail - SOAP::SOAPString
|
958
|
+
# - developerToken - SOAP::SOAPString
|
959
|
+
# - userAgent - SOAP::SOAPString
|
960
|
+
# - validateOnly - SOAP::SOAPBoolean
|
961
|
+
# - partialFailure - SOAP::SOAPBoolean
|
962
|
+
class SoapHeader
|
963
|
+
attr_accessor :authToken
|
964
|
+
attr_accessor :clientCustomerId
|
965
|
+
attr_accessor :clientEmail
|
966
|
+
attr_accessor :developerToken
|
967
|
+
attr_accessor :userAgent
|
968
|
+
attr_accessor :validateOnly
|
969
|
+
attr_accessor :partialFailure
|
970
|
+
|
971
|
+
def initialize(authToken = nil, clientCustomerId = nil, clientEmail = nil, developerToken = nil, userAgent = nil, validateOnly = nil, partialFailure = nil)
|
972
|
+
@authToken = authToken
|
973
|
+
@clientCustomerId = clientCustomerId
|
974
|
+
@clientEmail = clientEmail
|
975
|
+
@developerToken = developerToken
|
976
|
+
@userAgent = userAgent
|
977
|
+
@validateOnly = validateOnly
|
978
|
+
@partialFailure = partialFailure
|
979
|
+
end
|
980
|
+
end
|
981
|
+
|
982
|
+
# SoapResponseHeader
|
983
|
+
# - requestId - SOAP::SOAPString
|
984
|
+
# - operations - SOAP::SOAPLong
|
985
|
+
# - responseTime - SOAP::SOAPLong
|
986
|
+
# - units - SOAP::SOAPLong
|
987
|
+
class SoapResponseHeader
|
988
|
+
attr_accessor :requestId
|
989
|
+
attr_accessor :operations
|
990
|
+
attr_accessor :responseTime
|
991
|
+
attr_accessor :units
|
992
|
+
|
993
|
+
def initialize(requestId = nil, operations = nil, responseTime = nil, units = nil)
|
994
|
+
@requestId = requestId
|
995
|
+
@operations = operations
|
996
|
+
@responseTime = responseTime
|
997
|
+
@units = units
|
998
|
+
end
|
999
|
+
end
|
1000
|
+
|
1001
|
+
# Target
|
1002
|
+
# abstract
|
1003
|
+
# - target_Type - SOAP::SOAPString
|
1004
|
+
class Target
|
1005
|
+
attr_accessor :target_Type
|
1006
|
+
|
1007
|
+
def initialize(target_Type = nil)
|
1008
|
+
@target_Type = target_Type
|
1009
|
+
end
|
1010
|
+
end
|
1011
|
+
|
1012
|
+
# AdScheduleTarget
|
1013
|
+
# - target_Type - SOAP::SOAPString
|
1014
|
+
# - dayOfWeek - AdwordsApi::V201008::TrafficEstimatorService::DayOfWeek
|
1015
|
+
# - startHour - SOAP::SOAPInt
|
1016
|
+
# - startMinute - AdwordsApi::V201008::TrafficEstimatorService::MinuteOfHour
|
1017
|
+
# - endHour - SOAP::SOAPInt
|
1018
|
+
# - endMinute - AdwordsApi::V201008::TrafficEstimatorService::MinuteOfHour
|
1019
|
+
# - bidMultiplier - SOAP::SOAPDouble
|
1020
|
+
class AdScheduleTarget < Target
|
1021
|
+
attr_accessor :target_Type
|
1022
|
+
attr_accessor :dayOfWeek
|
1023
|
+
attr_accessor :startHour
|
1024
|
+
attr_accessor :startMinute
|
1025
|
+
attr_accessor :endHour
|
1026
|
+
attr_accessor :endMinute
|
1027
|
+
attr_accessor :bidMultiplier
|
1028
|
+
|
1029
|
+
def initialize(target_Type = nil, dayOfWeek = nil, startHour = nil, startMinute = nil, endHour = nil, endMinute = nil, bidMultiplier = nil)
|
1030
|
+
@target_Type = target_Type
|
1031
|
+
@dayOfWeek = dayOfWeek
|
1032
|
+
@startHour = startHour
|
1033
|
+
@startMinute = startMinute
|
1034
|
+
@endHour = endHour
|
1035
|
+
@endMinute = endMinute
|
1036
|
+
@bidMultiplier = bidMultiplier
|
1037
|
+
end
|
1038
|
+
end
|
1039
|
+
|
1040
|
+
# DemographicTarget
|
1041
|
+
# abstract
|
1042
|
+
# - target_Type - SOAP::SOAPString
|
1043
|
+
# - bidModifier - SOAP::SOAPInt
|
1044
|
+
class DemographicTarget < Target
|
1045
|
+
attr_accessor :target_Type
|
1046
|
+
attr_accessor :bidModifier
|
1047
|
+
|
1048
|
+
def initialize(target_Type = nil, bidModifier = nil)
|
1049
|
+
@target_Type = target_Type
|
1050
|
+
@bidModifier = bidModifier
|
1051
|
+
end
|
1052
|
+
end
|
1053
|
+
|
1054
|
+
# AgeTarget
|
1055
|
+
# - target_Type - SOAP::SOAPString
|
1056
|
+
# - bidModifier - SOAP::SOAPInt
|
1057
|
+
# - age - AdwordsApi::V201008::TrafficEstimatorService::AgeTargetAge
|
1058
|
+
class AgeTarget < DemographicTarget
|
1059
|
+
attr_accessor :target_Type
|
1060
|
+
attr_accessor :bidModifier
|
1061
|
+
attr_accessor :age
|
1062
|
+
|
1063
|
+
def initialize(target_Type = nil, bidModifier = nil, age = nil)
|
1064
|
+
@target_Type = target_Type
|
1065
|
+
@bidModifier = bidModifier
|
1066
|
+
@age = age
|
1067
|
+
end
|
1068
|
+
end
|
1069
|
+
|
1070
|
+
# GenderTarget
|
1071
|
+
# - target_Type - SOAP::SOAPString
|
1072
|
+
# - bidModifier - SOAP::SOAPInt
|
1073
|
+
# - gender - AdwordsApi::V201008::TrafficEstimatorService::GenderTargetGender
|
1074
|
+
class GenderTarget < DemographicTarget
|
1075
|
+
attr_accessor :target_Type
|
1076
|
+
attr_accessor :bidModifier
|
1077
|
+
attr_accessor :gender
|
1078
|
+
|
1079
|
+
def initialize(target_Type = nil, bidModifier = nil, gender = nil)
|
1080
|
+
@target_Type = target_Type
|
1081
|
+
@bidModifier = bidModifier
|
1082
|
+
@gender = gender
|
1083
|
+
end
|
1084
|
+
end
|
1085
|
+
|
1086
|
+
# GeoTarget
|
1087
|
+
# abstract
|
1088
|
+
# - target_Type - SOAP::SOAPString
|
1089
|
+
# - excluded - SOAP::SOAPBoolean
|
1090
|
+
class GeoTarget < Target
|
1091
|
+
attr_accessor :target_Type
|
1092
|
+
attr_accessor :excluded
|
1093
|
+
|
1094
|
+
def initialize(target_Type = nil, excluded = nil)
|
1095
|
+
@target_Type = target_Type
|
1096
|
+
@excluded = excluded
|
1097
|
+
end
|
1098
|
+
end
|
1099
|
+
|
1100
|
+
# CityTarget
|
1101
|
+
# - target_Type - SOAP::SOAPString
|
1102
|
+
# - excluded - SOAP::SOAPBoolean
|
1103
|
+
# - cityName - SOAP::SOAPString
|
1104
|
+
# - provinceCode - SOAP::SOAPString
|
1105
|
+
# - countryCode - SOAP::SOAPString
|
1106
|
+
class CityTarget < GeoTarget
|
1107
|
+
attr_accessor :target_Type
|
1108
|
+
attr_accessor :excluded
|
1109
|
+
attr_accessor :cityName
|
1110
|
+
attr_accessor :provinceCode
|
1111
|
+
attr_accessor :countryCode
|
1112
|
+
|
1113
|
+
def initialize(target_Type = nil, excluded = nil, cityName = nil, provinceCode = nil, countryCode = nil)
|
1114
|
+
@target_Type = target_Type
|
1115
|
+
@excluded = excluded
|
1116
|
+
@cityName = cityName
|
1117
|
+
@provinceCode = provinceCode
|
1118
|
+
@countryCode = countryCode
|
1119
|
+
end
|
1120
|
+
end
|
1121
|
+
|
1122
|
+
# CountryTarget
|
1123
|
+
# - target_Type - SOAP::SOAPString
|
1124
|
+
# - excluded - SOAP::SOAPBoolean
|
1125
|
+
# - countryCode - SOAP::SOAPString
|
1126
|
+
class CountryTarget < GeoTarget
|
1127
|
+
attr_accessor :target_Type
|
1128
|
+
attr_accessor :excluded
|
1129
|
+
attr_accessor :countryCode
|
1130
|
+
|
1131
|
+
def initialize(target_Type = nil, excluded = nil, countryCode = nil)
|
1132
|
+
@target_Type = target_Type
|
1133
|
+
@excluded = excluded
|
1134
|
+
@countryCode = countryCode
|
1112
1135
|
end
|
1113
1136
|
end
|
1114
1137
|
|
1115
|
-
#
|
1116
|
-
# -
|
1117
|
-
# -
|
1118
|
-
# -
|
1119
|
-
|
1120
|
-
|
1121
|
-
|
1122
|
-
attr_accessor :
|
1123
|
-
attr_accessor :trigger
|
1124
|
-
attr_accessor :errorString
|
1125
|
-
attr_accessor :apiError_Type
|
1126
|
-
attr_accessor :reason
|
1138
|
+
# MetroTarget
|
1139
|
+
# - target_Type - SOAP::SOAPString
|
1140
|
+
# - excluded - SOAP::SOAPBoolean
|
1141
|
+
# - metroCode - SOAP::SOAPString
|
1142
|
+
class MetroTarget < GeoTarget
|
1143
|
+
attr_accessor :target_Type
|
1144
|
+
attr_accessor :excluded
|
1145
|
+
attr_accessor :metroCode
|
1127
1146
|
|
1128
|
-
def initialize(
|
1129
|
-
@
|
1130
|
-
@
|
1131
|
-
@
|
1132
|
-
@apiError_Type = apiError_Type
|
1133
|
-
@reason = reason
|
1147
|
+
def initialize(target_Type = nil, excluded = nil, metroCode = nil)
|
1148
|
+
@target_Type = target_Type
|
1149
|
+
@excluded = excluded
|
1150
|
+
@metroCode = metroCode
|
1134
1151
|
end
|
1135
1152
|
end
|
1136
1153
|
|
1137
|
-
#
|
1138
|
-
# -
|
1139
|
-
# -
|
1140
|
-
|
1141
|
-
|
1142
|
-
attr_accessor :
|
1154
|
+
# PolygonTarget
|
1155
|
+
# - target_Type - SOAP::SOAPString
|
1156
|
+
# - excluded - SOAP::SOAPBoolean
|
1157
|
+
# - vertices - AdwordsApi::V201008::TrafficEstimatorService::GeoPoint
|
1158
|
+
class PolygonTarget < GeoTarget
|
1159
|
+
attr_accessor :target_Type
|
1160
|
+
attr_accessor :excluded
|
1161
|
+
attr_accessor :vertices
|
1143
1162
|
|
1144
|
-
def initialize(
|
1145
|
-
@
|
1146
|
-
@
|
1163
|
+
def initialize(target_Type = nil, excluded = nil, vertices = [])
|
1164
|
+
@target_Type = target_Type
|
1165
|
+
@excluded = excluded
|
1166
|
+
@vertices = vertices
|
1147
1167
|
end
|
1148
1168
|
end
|
1149
1169
|
|
1150
|
-
#
|
1151
|
-
# -
|
1152
|
-
# -
|
1153
|
-
# -
|
1154
|
-
class
|
1155
|
-
attr_accessor :
|
1156
|
-
attr_accessor :
|
1157
|
-
attr_accessor :
|
1170
|
+
# ProvinceTarget
|
1171
|
+
# - target_Type - SOAP::SOAPString
|
1172
|
+
# - excluded - SOAP::SOAPBoolean
|
1173
|
+
# - provinceCode - SOAP::SOAPString
|
1174
|
+
class ProvinceTarget < GeoTarget
|
1175
|
+
attr_accessor :target_Type
|
1176
|
+
attr_accessor :excluded
|
1177
|
+
attr_accessor :provinceCode
|
1158
1178
|
|
1159
|
-
def initialize(
|
1160
|
-
@
|
1161
|
-
@
|
1162
|
-
@
|
1179
|
+
def initialize(target_Type = nil, excluded = nil, provinceCode = nil)
|
1180
|
+
@target_Type = target_Type
|
1181
|
+
@excluded = excluded
|
1182
|
+
@provinceCode = provinceCode
|
1163
1183
|
end
|
1164
1184
|
end
|
1165
1185
|
|
1166
|
-
#
|
1167
|
-
# -
|
1168
|
-
# -
|
1169
|
-
|
1170
|
-
|
1171
|
-
|
1186
|
+
# ProximityTarget
|
1187
|
+
# - target_Type - SOAP::SOAPString
|
1188
|
+
# - excluded - SOAP::SOAPBoolean
|
1189
|
+
# - geoPoint - AdwordsApi::V201008::TrafficEstimatorService::GeoPoint
|
1190
|
+
# - radiusDistanceUnits - AdwordsApi::V201008::TrafficEstimatorService::ProximityTargetDistanceUnits
|
1191
|
+
# - radiusInUnits - SOAP::SOAPDouble
|
1192
|
+
# - address - AdwordsApi::V201008::TrafficEstimatorService::Address
|
1193
|
+
# - allowServiceOfAddress - SOAP::SOAPBoolean
|
1194
|
+
class ProximityTarget < GeoTarget
|
1195
|
+
attr_accessor :target_Type
|
1196
|
+
attr_accessor :excluded
|
1197
|
+
attr_accessor :geoPoint
|
1198
|
+
attr_accessor :radiusDistanceUnits
|
1199
|
+
attr_accessor :radiusInUnits
|
1200
|
+
attr_accessor :address
|
1201
|
+
attr_accessor :allowServiceOfAddress
|
1172
1202
|
|
1173
|
-
def initialize(
|
1174
|
-
@
|
1175
|
-
@
|
1203
|
+
def initialize(target_Type = nil, excluded = nil, geoPoint = nil, radiusDistanceUnits = nil, radiusInUnits = nil, address = nil, allowServiceOfAddress = nil)
|
1204
|
+
@target_Type = target_Type
|
1205
|
+
@excluded = excluded
|
1206
|
+
@geoPoint = geoPoint
|
1207
|
+
@radiusDistanceUnits = radiusDistanceUnits
|
1208
|
+
@radiusInUnits = radiusInUnits
|
1209
|
+
@address = address
|
1210
|
+
@allowServiceOfAddress = allowServiceOfAddress
|
1176
1211
|
end
|
1177
1212
|
end
|
1178
1213
|
|
1179
|
-
#
|
1180
|
-
# -
|
1181
|
-
# -
|
1182
|
-
|
1183
|
-
|
1184
|
-
|
1185
|
-
attr_accessor :id
|
1186
|
-
attr_accessor :criterion_Type
|
1187
|
-
attr_accessor :text
|
1188
|
-
attr_accessor :matchType
|
1214
|
+
# LanguageTarget
|
1215
|
+
# - target_Type - SOAP::SOAPString
|
1216
|
+
# - languageCode - SOAP::SOAPString
|
1217
|
+
class LanguageTarget < Target
|
1218
|
+
attr_accessor :target_Type
|
1219
|
+
attr_accessor :languageCode
|
1189
1220
|
|
1190
|
-
def initialize(
|
1191
|
-
@
|
1192
|
-
@
|
1193
|
-
@text = text
|
1194
|
-
@matchType = matchType
|
1221
|
+
def initialize(target_Type = nil, languageCode = nil)
|
1222
|
+
@target_Type = target_Type
|
1223
|
+
@languageCode = languageCode
|
1195
1224
|
end
|
1196
1225
|
end
|
1197
1226
|
|
1198
|
-
#
|
1199
|
-
#
|
1200
|
-
# -
|
1201
|
-
|
1202
|
-
|
1203
|
-
attr_accessor :id
|
1204
|
-
attr_accessor :criterion_Type
|
1205
|
-
attr_accessor :url
|
1227
|
+
# MobileTarget
|
1228
|
+
# abstract
|
1229
|
+
# - target_Type - SOAP::SOAPString
|
1230
|
+
class MobileTarget < Target
|
1231
|
+
attr_accessor :target_Type
|
1206
1232
|
|
1207
|
-
def initialize(
|
1208
|
-
@
|
1209
|
-
@criterion_Type = criterion_Type
|
1210
|
-
@url = url
|
1233
|
+
def initialize(target_Type = nil)
|
1234
|
+
@target_Type = target_Type
|
1211
1235
|
end
|
1212
1236
|
end
|
1213
1237
|
|
1214
|
-
#
|
1215
|
-
# -
|
1216
|
-
# -
|
1217
|
-
# -
|
1218
|
-
|
1219
|
-
|
1220
|
-
attr_accessor :
|
1221
|
-
attr_accessor :
|
1222
|
-
attr_accessor :userInterestId
|
1223
|
-
attr_accessor :userInterestName
|
1238
|
+
# MobileCarrierTarget
|
1239
|
+
# - target_Type - SOAP::SOAPString
|
1240
|
+
# - carrierName - SOAP::SOAPString
|
1241
|
+
# - countryCode - SOAP::SOAPString
|
1242
|
+
class MobileCarrierTarget < MobileTarget
|
1243
|
+
attr_accessor :target_Type
|
1244
|
+
attr_accessor :carrierName
|
1245
|
+
attr_accessor :countryCode
|
1224
1246
|
|
1225
|
-
def initialize(
|
1226
|
-
@
|
1227
|
-
@
|
1228
|
-
@
|
1229
|
-
@userInterestName = userInterestName
|
1247
|
+
def initialize(target_Type = nil, carrierName = nil, countryCode = nil)
|
1248
|
+
@target_Type = target_Type
|
1249
|
+
@carrierName = carrierName
|
1250
|
+
@countryCode = countryCode
|
1230
1251
|
end
|
1231
1252
|
end
|
1232
1253
|
|
1233
|
-
#
|
1234
|
-
# -
|
1235
|
-
# -
|
1236
|
-
|
1237
|
-
|
1238
|
-
|
1239
|
-
# - userListSize - SOAP::SOAPLong
|
1240
|
-
class CriterionUserList < Criterion
|
1241
|
-
attr_accessor :id
|
1242
|
-
attr_accessor :criterion_Type
|
1243
|
-
attr_accessor :userListId
|
1244
|
-
attr_accessor :userListName
|
1245
|
-
attr_accessor :userListMembershipStatus
|
1246
|
-
attr_accessor :userListSize
|
1254
|
+
# MobilePlatformTarget
|
1255
|
+
# - target_Type - SOAP::SOAPString
|
1256
|
+
# - platformName - SOAP::SOAPString
|
1257
|
+
class MobilePlatformTarget < MobileTarget
|
1258
|
+
attr_accessor :target_Type
|
1259
|
+
attr_accessor :platformName
|
1247
1260
|
|
1248
|
-
def initialize(
|
1249
|
-
@
|
1250
|
-
@
|
1251
|
-
@userListId = userListId
|
1252
|
-
@userListName = userListName
|
1253
|
-
@userListMembershipStatus = userListMembershipStatus
|
1254
|
-
@userListSize = userListSize
|
1261
|
+
def initialize(target_Type = nil, platformName = nil)
|
1262
|
+
@target_Type = target_Type
|
1263
|
+
@platformName = platformName
|
1255
1264
|
end
|
1256
1265
|
end
|
1257
1266
|
|
1258
|
-
#
|
1259
|
-
# -
|
1260
|
-
# -
|
1261
|
-
|
1262
|
-
|
1263
|
-
attr_accessor :
|
1264
|
-
attr_accessor :criterion_Type
|
1265
|
-
attr_accessor :path
|
1267
|
+
# NetworkTarget
|
1268
|
+
# - target_Type - SOAP::SOAPString
|
1269
|
+
# - networkCoverageType - AdwordsApi::V201008::TrafficEstimatorService::NetworkCoverageType
|
1270
|
+
class NetworkTarget < Target
|
1271
|
+
attr_accessor :target_Type
|
1272
|
+
attr_accessor :networkCoverageType
|
1266
1273
|
|
1267
|
-
def initialize(
|
1268
|
-
@
|
1269
|
-
@
|
1270
|
-
@path = path
|
1274
|
+
def initialize(target_Type = nil, networkCoverageType = nil)
|
1275
|
+
@target_Type = target_Type
|
1276
|
+
@networkCoverageType = networkCoverageType
|
1271
1277
|
end
|
1272
1278
|
end
|
1273
1279
|
|
1274
|
-
#
|
1275
|
-
# -
|
1276
|
-
# -
|
1277
|
-
|
1278
|
-
|
1279
|
-
|
1280
|
-
attr_accessor :id
|
1281
|
-
attr_accessor :criterion_Type
|
1282
|
-
attr_accessor :conditions
|
1283
|
-
attr_accessor :text
|
1280
|
+
# PlatformTarget
|
1281
|
+
# - target_Type - SOAP::SOAPString
|
1282
|
+
# - platformType - AdwordsApi::V201008::TrafficEstimatorService::PlatformType
|
1283
|
+
class PlatformTarget < Target
|
1284
|
+
attr_accessor :target_Type
|
1285
|
+
attr_accessor :platformType
|
1284
1286
|
|
1285
|
-
def initialize(
|
1286
|
-
@
|
1287
|
-
@
|
1288
|
-
@conditions = conditions
|
1289
|
-
@text = text
|
1287
|
+
def initialize(target_Type = nil, platformType = nil)
|
1288
|
+
@target_Type = target_Type
|
1289
|
+
@platformType = platformType
|
1290
1290
|
end
|
1291
1291
|
end
|
1292
1292
|
|