bing_ads_ruby_sdk 0.0.0 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (57) hide show
  1. checksums.yaml +4 -4
  2. data/.gitignore +6 -1
  3. data/.rspec +3 -1
  4. data/Gemfile +0 -3
  5. data/LICENSE.txt +1 -1
  6. data/README.md +70 -9
  7. data/Rakefile +2 -0
  8. data/bin/setup +1 -3
  9. data/bing_ads_ruby_sdk.gemspec +17 -22
  10. data/changelog.md +19 -0
  11. data/lib/bing_ads_ruby_sdk.rb +32 -3
  12. data/lib/bing_ads_ruby_sdk/api.rb +81 -0
  13. data/lib/bing_ads_ruby_sdk/augmented_parser.rb +79 -0
  14. data/lib/bing_ads_ruby_sdk/configuration.rb +26 -0
  15. data/lib/bing_ads_ruby_sdk/errors/error_handler.rb +65 -0
  16. data/lib/bing_ads_ruby_sdk/errors/errors.rb +192 -0
  17. data/lib/bing_ads_ruby_sdk/header.rb +44 -0
  18. data/lib/bing_ads_ruby_sdk/http_client.rb +65 -0
  19. data/lib/bing_ads_ruby_sdk/log_message.rb +57 -0
  20. data/lib/bing_ads_ruby_sdk/oauth2/authorization_handler.rb +94 -0
  21. data/lib/bing_ads_ruby_sdk/oauth2/fs_store.rb +34 -0
  22. data/lib/bing_ads_ruby_sdk/postprocessors/cast_long_arrays.rb +35 -0
  23. data/lib/bing_ads_ruby_sdk/postprocessors/snakize.rb +35 -0
  24. data/lib/bing_ads_ruby_sdk/preprocessors/camelize.rb +45 -0
  25. data/lib/bing_ads_ruby_sdk/preprocessors/order.rb +58 -0
  26. data/lib/bing_ads_ruby_sdk/services/ad_insight.rb +10 -0
  27. data/lib/bing_ads_ruby_sdk/services/base.rb +83 -0
  28. data/lib/bing_ads_ruby_sdk/services/bulk.rb +26 -0
  29. data/lib/bing_ads_ruby_sdk/services/campaign_management.rb +116 -0
  30. data/lib/bing_ads_ruby_sdk/services/customer_billing.rb +10 -0
  31. data/lib/bing_ads_ruby_sdk/services/customer_management.rb +26 -0
  32. data/lib/bing_ads_ruby_sdk/services/reporting.rb +10 -0
  33. data/lib/bing_ads_ruby_sdk/soap_client.rb +143 -0
  34. data/lib/bing_ads_ruby_sdk/string_utils.rb +23 -0
  35. data/lib/bing_ads_ruby_sdk/version.rb +4 -1
  36. data/lib/bing_ads_ruby_sdk/wsdl/v12/production/ad_insight.xml +1 -0
  37. data/lib/bing_ads_ruby_sdk/wsdl/v12/production/bulk.xml +1 -0
  38. data/lib/bing_ads_ruby_sdk/wsdl/v12/production/campaign_management.xml +1 -0
  39. data/lib/bing_ads_ruby_sdk/wsdl/v12/production/customer_billing.xml +1 -0
  40. data/lib/bing_ads_ruby_sdk/wsdl/v12/production/customer_management.xml +1 -0
  41. data/lib/bing_ads_ruby_sdk/wsdl/v12/production/reporting.xml +1 -0
  42. data/lib/bing_ads_ruby_sdk/wsdl/v12/sandbox/ad_insight.xml +1 -0
  43. data/lib/bing_ads_ruby_sdk/wsdl/v12/sandbox/bulk.xml +1 -0
  44. data/lib/bing_ads_ruby_sdk/wsdl/v12/sandbox/campaign_management.xml +1 -0
  45. data/lib/bing_ads_ruby_sdk/wsdl/v12/sandbox/customer_billing.xml +1 -0
  46. data/lib/bing_ads_ruby_sdk/wsdl/v12/sandbox/customer_management.xml +1 -0
  47. data/lib/bing_ads_ruby_sdk/wsdl/v12/sandbox/reporting.xml +1 -0
  48. data/lib/bing_ads_ruby_sdk/wsdl/v12/test/ad_insight.xml +3065 -0
  49. data/lib/bing_ads_ruby_sdk/wsdl/v12/test/bulk.xml +1424 -0
  50. data/lib/bing_ads_ruby_sdk/wsdl/v12/test/campaign_management.xml +9949 -0
  51. data/lib/bing_ads_ruby_sdk/wsdl/v12/test/customer_billing.xml +899 -0
  52. data/lib/bing_ads_ruby_sdk/wsdl/v12/test/customer_management.xml +3966 -0
  53. data/lib/bing_ads_ruby_sdk/wsdl/v12/test/reporting.xml +3742 -0
  54. data/lib/bing_ads_ruby_sdk/wsdl/wsdl_source.txt +25 -0
  55. data/lib/bing_ads_ruby_sdk/wsdl_operation_wrapper.rb +39 -0
  56. data/tasks/bing_ads_ruby_sdk.rake +28 -0
  57. metadata +137 -38
@@ -0,0 +1,3742 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <wsdl:definitions name="ReportingService" targetNamespace="https://bingads.microsoft.com/Reporting/v12" xmlns:msc="http://schemas.microsoft.com/ws/2005/12/wsdl/contract" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="https://bingads.microsoft.com/Reporting/v12" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:wsa10="http://www.w3.org/2005/08/addressing" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:wsap="http://schemas.xmlsoap.org/ws/2004/08/addressing/policy" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:wsx="http://schemas.xmlsoap.org/ws/2004/09/mex" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
3
+ <wsp:Policy wsu:Id="BasicHttpBinding_IReportingService_policy">
4
+ <wsp:ExactlyOne>
5
+ <wsp:All>
6
+ <sp:TransportBinding xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
7
+ <wsp:Policy>
8
+ <sp:TransportToken>
9
+ <wsp:Policy>
10
+ <sp:HttpsToken RequireClientCertificate="false"/>
11
+ </wsp:Policy>
12
+ </sp:TransportToken>
13
+ <sp:AlgorithmSuite>
14
+ <wsp:Policy>
15
+ <sp:Basic256/>
16
+ </wsp:Policy>
17
+ </sp:AlgorithmSuite>
18
+ <sp:Layout>
19
+ <wsp:Policy>
20
+ <sp:Strict/>
21
+ </wsp:Policy>
22
+ </sp:Layout>
23
+ </wsp:Policy>
24
+ </sp:TransportBinding>
25
+ </wsp:All>
26
+ </wsp:ExactlyOne>
27
+ </wsp:Policy>
28
+ <wsdl:types>
29
+ <xs:schema elementFormDefault="qualified" targetNamespace="https://bingads.microsoft.com/Reporting/v12" xmlns:xs="http://www.w3.org/2001/XMLSchema">
30
+ <xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/"/>
31
+ <xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
32
+ <xs:import namespace="https://adapi.microsoft.com"/>
33
+ <xs:element name="SubmitGenerateReportRequest">
34
+ <xs:complexType>
35
+ <xs:sequence>
36
+ <xs:element minOccurs="0" name="ReportRequest" nillable="true" type="tns:ReportRequest"/>
37
+ </xs:sequence>
38
+ </xs:complexType>
39
+ </xs:element>
40
+ <xs:complexType name="ReportRequest">
41
+ <xs:sequence>
42
+ <xs:element minOccurs="0" name="ExcludeColumnHeaders" nillable="true" type="xs:boolean"/>
43
+ <xs:element minOccurs="0" name="ExcludeReportFooter" nillable="true" type="xs:boolean"/>
44
+ <xs:element minOccurs="0" name="ExcludeReportHeader" nillable="true" type="xs:boolean"/>
45
+ <xs:element minOccurs="0" name="Format" nillable="true" type="tns:ReportFormat"/>
46
+ <xs:element minOccurs="0" name="Language" nillable="true" type="tns:ReportLanguage"/>
47
+ <xs:element minOccurs="0" name="ReportName" nillable="true" type="xs:string"/>
48
+ <xs:element minOccurs="0" name="ReturnOnlyCompleteData" nillable="true" type="xs:boolean"/>
49
+ </xs:sequence>
50
+ </xs:complexType>
51
+ <xs:element name="ReportRequest" nillable="true" type="tns:ReportRequest"/>
52
+ <xs:simpleType name="ReportFormat">
53
+ <xs:restriction base="xs:string">
54
+ <xs:enumeration value="Csv"/>
55
+ <xs:enumeration value="Tsv"/>
56
+ <xs:enumeration value="Xml"/>
57
+ </xs:restriction>
58
+ </xs:simpleType>
59
+ <xs:element name="ReportFormat" nillable="true" type="tns:ReportFormat"/>
60
+ <xs:simpleType name="ReportLanguage">
61
+ <xs:restriction base="xs:string">
62
+ <xs:enumeration value="English"/>
63
+ <xs:enumeration value="French"/>
64
+ </xs:restriction>
65
+ </xs:simpleType>
66
+ <xs:element name="ReportLanguage" nillable="true" type="tns:ReportLanguage"/>
67
+ <xs:complexType name="AccountPerformanceReportRequest">
68
+ <xs:complexContent mixed="false">
69
+ <xs:extension base="tns:ReportRequest">
70
+ <xs:sequence>
71
+ <xs:element name="Aggregation" type="tns:ReportAggregation"/>
72
+ <xs:element name="Columns" nillable="true" type="tns:ArrayOfAccountPerformanceReportColumn"/>
73
+ <xs:element minOccurs="0" name="Filter" nillable="true" type="tns:AccountPerformanceReportFilter"/>
74
+ <xs:element name="Scope" nillable="true" type="tns:AccountReportScope"/>
75
+ <xs:element name="Time" nillable="true" type="tns:ReportTime"/>
76
+ </xs:sequence>
77
+ </xs:extension>
78
+ </xs:complexContent>
79
+ </xs:complexType>
80
+ <xs:element name="AccountPerformanceReportRequest" nillable="true" type="tns:AccountPerformanceReportRequest"/>
81
+ <xs:simpleType name="ReportAggregation">
82
+ <xs:restriction base="xs:string">
83
+ <xs:enumeration value="Summary"/>
84
+ <xs:enumeration value="Hourly"/>
85
+ <xs:enumeration value="Daily"/>
86
+ <xs:enumeration value="Weekly"/>
87
+ <xs:enumeration value="Monthly"/>
88
+ <xs:enumeration value="Yearly"/>
89
+ <xs:enumeration value="HourOfDay"/>
90
+ <xs:enumeration value="DayOfWeek"/>
91
+ </xs:restriction>
92
+ </xs:simpleType>
93
+ <xs:element name="ReportAggregation" nillable="true" type="tns:ReportAggregation"/>
94
+ <xs:complexType name="ArrayOfAccountPerformanceReportColumn">
95
+ <xs:sequence>
96
+ <xs:element maxOccurs="unbounded" minOccurs="0" name="AccountPerformanceReportColumn" type="tns:AccountPerformanceReportColumn"/>
97
+ </xs:sequence>
98
+ </xs:complexType>
99
+ <xs:element name="ArrayOfAccountPerformanceReportColumn" nillable="true" type="tns:ArrayOfAccountPerformanceReportColumn"/>
100
+ <xs:simpleType name="AccountPerformanceReportColumn">
101
+ <xs:restriction base="xs:string">
102
+ <xs:enumeration value="AccountName"/>
103
+ <xs:enumeration value="AccountNumber"/>
104
+ <xs:enumeration value="AccountId"/>
105
+ <xs:enumeration value="TimePeriod"/>
106
+ <xs:enumeration value="CurrencyCode"/>
107
+ <xs:enumeration value="AdDistribution"/>
108
+ <xs:enumeration value="Impressions"/>
109
+ <xs:enumeration value="Clicks"/>
110
+ <xs:enumeration value="Ctr"/>
111
+ <xs:enumeration value="AverageCpc"/>
112
+ <xs:enumeration value="Spend"/>
113
+ <xs:enumeration value="AveragePosition"/>
114
+ <xs:enumeration value="Conversions"/>
115
+ <xs:enumeration value="ConversionRate"/>
116
+ <xs:enumeration value="CostPerConversion"/>
117
+ <xs:enumeration value="LowQualityClicks"/>
118
+ <xs:enumeration value="LowQualityClicksPercent"/>
119
+ <xs:enumeration value="LowQualityImpressions"/>
120
+ <xs:enumeration value="LowQualityImpressionsPercent"/>
121
+ <xs:enumeration value="LowQualityConversions"/>
122
+ <xs:enumeration value="LowQualityConversionRate"/>
123
+ <xs:enumeration value="DeviceType"/>
124
+ <xs:enumeration value="DeviceOS"/>
125
+ <xs:enumeration value="ImpressionSharePercent"/>
126
+ <xs:enumeration value="ImpressionLostToBudgetPercent"/>
127
+ <xs:enumeration value="ImpressionLostToRankPercent"/>
128
+ <xs:enumeration value="ImpressionLostToBidPercent"/>
129
+ <xs:enumeration value="ImpressionLostToAdRelevancePercent"/>
130
+ <xs:enumeration value="ImpressionLostToExpectedCtrPercent"/>
131
+ <xs:enumeration value="PhoneImpressions"/>
132
+ <xs:enumeration value="PhoneCalls"/>
133
+ <xs:enumeration value="ManualCalls"/>
134
+ <xs:enumeration value="ClickCalls"/>
135
+ <xs:enumeration value="Ptr"/>
136
+ <xs:enumeration value="AverageCpp"/>
137
+ <xs:enumeration value="Network"/>
138
+ <xs:enumeration value="TopVsOther"/>
139
+ <xs:enumeration value="BidMatchType"/>
140
+ <xs:enumeration value="DeliveredMatchType"/>
141
+ <xs:enumeration value="Assists"/>
142
+ <xs:enumeration value="Revenue"/>
143
+ <xs:enumeration value="ReturnOnAdSpend"/>
144
+ <xs:enumeration value="CostPerAssist"/>
145
+ <xs:enumeration value="RevenuePerConversion"/>
146
+ <xs:enumeration value="RevenuePerAssist"/>
147
+ <xs:enumeration value="AccountStatus"/>
148
+ <xs:enumeration value="LowQualityGeneralClicks"/>
149
+ <xs:enumeration value="LowQualitySophisticatedClicks"/>
150
+ <xs:enumeration value="ExactMatchImpressionSharePercent"/>
151
+ <xs:enumeration value="CustomerId"/>
152
+ <xs:enumeration value="CustomerName"/>
153
+ <xs:enumeration value="ClickSharePercent"/>
154
+ <xs:enumeration value="AbsoluteTopImpressionSharePercent"/>
155
+ </xs:restriction>
156
+ </xs:simpleType>
157
+ <xs:element name="AccountPerformanceReportColumn" nillable="true" type="tns:AccountPerformanceReportColumn"/>
158
+ <xs:complexType name="AccountPerformanceReportFilter">
159
+ <xs:sequence>
160
+ <xs:element minOccurs="0" name="AccountStatus" nillable="true" type="tns:AccountStatusReportFilter"/>
161
+ <xs:element minOccurs="0" name="AdDistribution" nillable="true" type="tns:AdDistributionReportFilter"/>
162
+ <xs:element minOccurs="0" name="DeviceOS" nillable="true" type="tns:DeviceOSReportFilter"/>
163
+ <xs:element minOccurs="0" name="DeviceType" nillable="true" type="tns:DeviceTypeReportFilter"/>
164
+ </xs:sequence>
165
+ </xs:complexType>
166
+ <xs:element name="AccountPerformanceReportFilter" nillable="true" type="tns:AccountPerformanceReportFilter"/>
167
+ <xs:simpleType name="AccountStatusReportFilter">
168
+ <xs:list>
169
+ <xs:simpleType>
170
+ <xs:restriction base="xs:string">
171
+ <xs:enumeration value="Active"/>
172
+ <xs:enumeration value="Paused"/>
173
+ <xs:enumeration value="Inactive"/>
174
+ </xs:restriction>
175
+ </xs:simpleType>
176
+ </xs:list>
177
+ </xs:simpleType>
178
+ <xs:element name="AccountStatusReportFilter" nillable="true" type="tns:AccountStatusReportFilter"/>
179
+ <xs:simpleType name="AdDistributionReportFilter">
180
+ <xs:list>
181
+ <xs:simpleType>
182
+ <xs:restriction base="xs:string">
183
+ <xs:enumeration value="Search"/>
184
+ <xs:enumeration value="Audience">
185
+ <xs:annotation>
186
+ <xs:appinfo>
187
+ <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">16</EnumerationValue>
188
+ </xs:appinfo>
189
+ </xs:annotation>
190
+ </xs:enumeration>
191
+ </xs:restriction>
192
+ </xs:simpleType>
193
+ </xs:list>
194
+ </xs:simpleType>
195
+ <xs:element name="AdDistributionReportFilter" nillable="true" type="tns:AdDistributionReportFilter"/>
196
+ <xs:simpleType name="DeviceOSReportFilter">
197
+ <xs:list>
198
+ <xs:simpleType>
199
+ <xs:restriction base="xs:string">
200
+ <xs:enumeration value="Other"/>
201
+ <xs:enumeration value="Windows"/>
202
+ <xs:enumeration value="iOS"/>
203
+ <xs:enumeration value="Android"/>
204
+ <xs:enumeration value="BlackBerry"/>
205
+ </xs:restriction>
206
+ </xs:simpleType>
207
+ </xs:list>
208
+ </xs:simpleType>
209
+ <xs:element name="DeviceOSReportFilter" nillable="true" type="tns:DeviceOSReportFilter"/>
210
+ <xs:simpleType name="DeviceTypeReportFilter">
211
+ <xs:list>
212
+ <xs:simpleType>
213
+ <xs:restriction base="xs:string">
214
+ <xs:enumeration value="Computer"/>
215
+ <xs:enumeration value="SmartPhone"/>
216
+ <xs:enumeration value="NonSmartPhone"/>
217
+ <xs:enumeration value="Tablet"/>
218
+ </xs:restriction>
219
+ </xs:simpleType>
220
+ </xs:list>
221
+ </xs:simpleType>
222
+ <xs:element name="DeviceTypeReportFilter" nillable="true" type="tns:DeviceTypeReportFilter"/>
223
+ <xs:complexType name="AccountReportScope">
224
+ <xs:sequence>
225
+ <xs:element minOccurs="0" name="AccountIds" nillable="true" type="q1:ArrayOflong" xmlns:q1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
226
+ </xs:sequence>
227
+ </xs:complexType>
228
+ <xs:element name="AccountReportScope" nillable="true" type="tns:AccountReportScope"/>
229
+ <xs:complexType name="ReportTime">
230
+ <xs:sequence>
231
+ <xs:element minOccurs="0" name="CustomDateRangeEnd" nillable="true" type="tns:Date"/>
232
+ <xs:element minOccurs="0" name="CustomDateRangeStart" nillable="true" type="tns:Date"/>
233
+ <xs:element minOccurs="0" name="PredefinedTime" nillable="true" type="tns:ReportTimePeriod"/>
234
+ <xs:element minOccurs="0" name="ReportTimeZone" nillable="true" type="tns:ReportTimeZone"/>
235
+ </xs:sequence>
236
+ </xs:complexType>
237
+ <xs:element name="ReportTime" nillable="true" type="tns:ReportTime"/>
238
+ <xs:complexType name="Date">
239
+ <xs:sequence>
240
+ <xs:element name="Day" type="xs:int"/>
241
+ <xs:element name="Month" type="xs:int"/>
242
+ <xs:element name="Year" type="xs:int"/>
243
+ </xs:sequence>
244
+ </xs:complexType>
245
+ <xs:element name="Date" nillable="true" type="tns:Date"/>
246
+ <xs:simpleType name="ReportTimePeriod">
247
+ <xs:restriction base="xs:string">
248
+ <xs:enumeration value="Today"/>
249
+ <xs:enumeration value="Yesterday"/>
250
+ <xs:enumeration value="LastSevenDays"/>
251
+ <xs:enumeration value="ThisWeek"/>
252
+ <xs:enumeration value="LastWeek"/>
253
+ <xs:enumeration value="Last14Days"/>
254
+ <xs:enumeration value="Last30Days"/>
255
+ <xs:enumeration value="LastFourWeeks"/>
256
+ <xs:enumeration value="ThisMonth"/>
257
+ <xs:enumeration value="LastMonth"/>
258
+ <xs:enumeration value="LastThreeMonths"/>
259
+ <xs:enumeration value="LastSixMonths"/>
260
+ <xs:enumeration value="ThisYear"/>
261
+ <xs:enumeration value="LastYear"/>
262
+ </xs:restriction>
263
+ </xs:simpleType>
264
+ <xs:element name="ReportTimePeriod" nillable="true" type="tns:ReportTimePeriod"/>
265
+ <xs:simpleType name="ReportTimeZone">
266
+ <xs:restriction base="xs:string">
267
+ <xs:enumeration value="Nukualofa">
268
+ <xs:annotation>
269
+ <xs:appinfo>
270
+ <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</EnumerationValue>
271
+ </xs:appinfo>
272
+ </xs:annotation>
273
+ </xs:enumeration>
274
+ <xs:enumeration value="FijiKamchatkaMarshallIsland">
275
+ <xs:annotation>
276
+ <xs:appinfo>
277
+ <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2</EnumerationValue>
278
+ </xs:appinfo>
279
+ </xs:annotation>
280
+ </xs:enumeration>
281
+ <xs:enumeration value="AucklandWellington">
282
+ <xs:annotation>
283
+ <xs:appinfo>
284
+ <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">3</EnumerationValue>
285
+ </xs:appinfo>
286
+ </xs:annotation>
287
+ </xs:enumeration>
288
+ <xs:enumeration value="MagadanSolomonIslandNewCaledonia">
289
+ <xs:annotation>
290
+ <xs:appinfo>
291
+ <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">4</EnumerationValue>
292
+ </xs:appinfo>
293
+ </xs:annotation>
294
+ </xs:enumeration>
295
+ <xs:enumeration value="Vladivostok">
296
+ <xs:annotation>
297
+ <xs:appinfo>
298
+ <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">5</EnumerationValue>
299
+ </xs:appinfo>
300
+ </xs:annotation>
301
+ </xs:enumeration>
302
+ <xs:enumeration value="Hobart">
303
+ <xs:annotation>
304
+ <xs:appinfo>
305
+ <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">6</EnumerationValue>
306
+ </xs:appinfo>
307
+ </xs:annotation>
308
+ </xs:enumeration>
309
+ <xs:enumeration value="GuamPortMoresby">
310
+ <xs:annotation>
311
+ <xs:appinfo>
312
+ <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">7</EnumerationValue>
313
+ </xs:appinfo>
314
+ </xs:annotation>
315
+ </xs:enumeration>
316
+ <xs:enumeration value="CanberraMelbourneSydney">
317
+ <xs:annotation>
318
+ <xs:appinfo>
319
+ <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">8</EnumerationValue>
320
+ </xs:appinfo>
321
+ </xs:annotation>
322
+ </xs:enumeration>
323
+ <xs:enumeration value="Brisbane">
324
+ <xs:annotation>
325
+ <xs:appinfo>
326
+ <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">9</EnumerationValue>
327
+ </xs:appinfo>
328
+ </xs:annotation>
329
+ </xs:enumeration>
330
+ <xs:enumeration value="Darwin">
331
+ <xs:annotation>
332
+ <xs:appinfo>
333
+ <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">10</EnumerationValue>
334
+ </xs:appinfo>
335
+ </xs:annotation>
336
+ </xs:enumeration>
337
+ <xs:enumeration value="Adelaide">
338
+ <xs:annotation>
339
+ <xs:appinfo>
340
+ <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">11</EnumerationValue>
341
+ </xs:appinfo>
342
+ </xs:annotation>
343
+ </xs:enumeration>
344
+ <xs:enumeration value="Yakutsk">
345
+ <xs:annotation>
346
+ <xs:appinfo>
347
+ <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">12</EnumerationValue>
348
+ </xs:appinfo>
349
+ </xs:annotation>
350
+ </xs:enumeration>
351
+ <xs:enumeration value="Seoul">
352
+ <xs:annotation>
353
+ <xs:appinfo>
354
+ <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">13</EnumerationValue>
355
+ </xs:appinfo>
356
+ </xs:annotation>
357
+ </xs:enumeration>
358
+ <xs:enumeration value="OsakaSapporoTokyo">
359
+ <xs:annotation>
360
+ <xs:appinfo>
361
+ <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">14</EnumerationValue>
362
+ </xs:appinfo>
363
+ </xs:annotation>
364
+ </xs:enumeration>
365
+ <xs:enumeration value="Taipei">
366
+ <xs:annotation>
367
+ <xs:appinfo>
368
+ <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">15</EnumerationValue>
369
+ </xs:appinfo>
370
+ </xs:annotation>
371
+ </xs:enumeration>
372
+ <xs:enumeration value="Perth">
373
+ <xs:annotation>
374
+ <xs:appinfo>
375
+ <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">16</EnumerationValue>
376
+ </xs:appinfo>
377
+ </xs:annotation>
378
+ </xs:enumeration>
379
+ <xs:enumeration value="KualaLumpurSingapore">
380
+ <xs:annotation>
381
+ <xs:appinfo>
382
+ <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">17</EnumerationValue>
383
+ </xs:appinfo>
384
+ </xs:annotation>
385
+ </xs:enumeration>
386
+ <xs:enumeration value="IrkutskUlaanBataar">
387
+ <xs:annotation>
388
+ <xs:appinfo>
389
+ <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">18</EnumerationValue>
390
+ </xs:appinfo>
391
+ </xs:annotation>
392
+ </xs:enumeration>
393
+ <xs:enumeration value="BeijingChongqingHongKongUrumqi">
394
+ <xs:annotation>
395
+ <xs:appinfo>
396
+ <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">19</EnumerationValue>
397
+ </xs:appinfo>
398
+ </xs:annotation>
399
+ </xs:enumeration>
400
+ <xs:enumeration value="Krasnoyarsk">
401
+ <xs:annotation>
402
+ <xs:appinfo>
403
+ <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">20</EnumerationValue>
404
+ </xs:appinfo>
405
+ </xs:annotation>
406
+ </xs:enumeration>
407
+ <xs:enumeration value="BangkokHanoiJakarta">
408
+ <xs:annotation>
409
+ <xs:appinfo>
410
+ <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">21</EnumerationValue>
411
+ </xs:appinfo>
412
+ </xs:annotation>
413
+ </xs:enumeration>
414
+ <xs:enumeration value="Rangoon">
415
+ <xs:annotation>
416
+ <xs:appinfo>
417
+ <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">22</EnumerationValue>
418
+ </xs:appinfo>
419
+ </xs:annotation>
420
+ </xs:enumeration>
421
+ <xs:enumeration value="SriJayawardenepura">
422
+ <xs:annotation>
423
+ <xs:appinfo>
424
+ <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">23</EnumerationValue>
425
+ </xs:appinfo>
426
+ </xs:annotation>
427
+ </xs:enumeration>
428
+ <xs:enumeration value="AstanaDhaka">
429
+ <xs:annotation>
430
+ <xs:appinfo>
431
+ <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">24</EnumerationValue>
432
+ </xs:appinfo>
433
+ </xs:annotation>
434
+ </xs:enumeration>
435
+ <xs:enumeration value="AlmatyNovosibirsk">
436
+ <xs:annotation>
437
+ <xs:appinfo>
438
+ <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">25</EnumerationValue>
439
+ </xs:appinfo>
440
+ </xs:annotation>
441
+ </xs:enumeration>
442
+ <xs:enumeration value="Kathmandu">
443
+ <xs:annotation>
444
+ <xs:appinfo>
445
+ <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">26</EnumerationValue>
446
+ </xs:appinfo>
447
+ </xs:annotation>
448
+ </xs:enumeration>
449
+ <xs:enumeration value="ChennaiKolkataMumbaiNewDelhi">
450
+ <xs:annotation>
451
+ <xs:appinfo>
452
+ <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">27</EnumerationValue>
453
+ </xs:appinfo>
454
+ </xs:annotation>
455
+ </xs:enumeration>
456
+ <xs:enumeration value="IslandamabadKarachiTashkent">
457
+ <xs:annotation>
458
+ <xs:appinfo>
459
+ <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">28</EnumerationValue>
460
+ </xs:appinfo>
461
+ </xs:annotation>
462
+ </xs:enumeration>
463
+ <xs:enumeration value="Ekaterinburg">
464
+ <xs:annotation>
465
+ <xs:appinfo>
466
+ <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">29</EnumerationValue>
467
+ </xs:appinfo>
468
+ </xs:annotation>
469
+ </xs:enumeration>
470
+ <xs:enumeration value="Kabul">
471
+ <xs:annotation>
472
+ <xs:appinfo>
473
+ <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">30</EnumerationValue>
474
+ </xs:appinfo>
475
+ </xs:annotation>
476
+ </xs:enumeration>
477
+ <xs:enumeration value="BakuTbilisiYerevan">
478
+ <xs:annotation>
479
+ <xs:appinfo>
480
+ <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">31</EnumerationValue>
481
+ </xs:appinfo>
482
+ </xs:annotation>
483
+ </xs:enumeration>
484
+ <xs:enumeration value="AbuDhabiMuscat">
485
+ <xs:annotation>
486
+ <xs:appinfo>
487
+ <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">32</EnumerationValue>
488
+ </xs:appinfo>
489
+ </xs:annotation>
490
+ </xs:enumeration>
491
+ <xs:enumeration value="Tehran">
492
+ <xs:annotation>
493
+ <xs:appinfo>
494
+ <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">33</EnumerationValue>
495
+ </xs:appinfo>
496
+ </xs:annotation>
497
+ </xs:enumeration>
498
+ <xs:enumeration value="Nairobi">
499
+ <xs:annotation>
500
+ <xs:appinfo>
501
+ <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">34</EnumerationValue>
502
+ </xs:appinfo>
503
+ </xs:annotation>
504
+ </xs:enumeration>
505
+ <xs:enumeration value="MoscowStPetersburgVolgograd">
506
+ <xs:annotation>
507
+ <xs:appinfo>
508
+ <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">35</EnumerationValue>
509
+ </xs:appinfo>
510
+ </xs:annotation>
511
+ </xs:enumeration>
512
+ <xs:enumeration value="KuwaitRiyadh">
513
+ <xs:annotation>
514
+ <xs:appinfo>
515
+ <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">36</EnumerationValue>
516
+ </xs:appinfo>
517
+ </xs:annotation>
518
+ </xs:enumeration>
519
+ <xs:enumeration value="Baghdad">
520
+ <xs:annotation>
521
+ <xs:appinfo>
522
+ <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">37</EnumerationValue>
523
+ </xs:appinfo>
524
+ </xs:annotation>
525
+ </xs:enumeration>
526
+ <xs:enumeration value="Jerusalem">
527
+ <xs:annotation>
528
+ <xs:appinfo>
529
+ <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">38</EnumerationValue>
530
+ </xs:appinfo>
531
+ </xs:annotation>
532
+ </xs:enumeration>
533
+ <xs:enumeration value="HelsinkiKyivRigaSofiaTallinnVilnius">
534
+ <xs:annotation>
535
+ <xs:appinfo>
536
+ <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">39</EnumerationValue>
537
+ </xs:appinfo>
538
+ </xs:annotation>
539
+ </xs:enumeration>
540
+ <xs:enumeration value="HararePretoria">
541
+ <xs:annotation>
542
+ <xs:appinfo>
543
+ <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">40</EnumerationValue>
544
+ </xs:appinfo>
545
+ </xs:annotation>
546
+ </xs:enumeration>
547
+ <xs:enumeration value="Cairo">
548
+ <xs:annotation>
549
+ <xs:appinfo>
550
+ <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">41</EnumerationValue>
551
+ </xs:appinfo>
552
+ </xs:annotation>
553
+ </xs:enumeration>
554
+ <xs:enumeration value="Bucharest">
555
+ <xs:annotation>
556
+ <xs:appinfo>
557
+ <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">42</EnumerationValue>
558
+ </xs:appinfo>
559
+ </xs:annotation>
560
+ </xs:enumeration>
561
+ <xs:enumeration value="AthensIslandanbulMinsk">
562
+ <xs:annotation>
563
+ <xs:appinfo>
564
+ <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">43</EnumerationValue>
565
+ </xs:appinfo>
566
+ </xs:annotation>
567
+ </xs:enumeration>
568
+ <xs:enumeration value="WestCentralAfrica">
569
+ <xs:annotation>
570
+ <xs:appinfo>
571
+ <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">44</EnumerationValue>
572
+ </xs:appinfo>
573
+ </xs:annotation>
574
+ </xs:enumeration>
575
+ <xs:enumeration value="SarajevoSkopjeWarsawZagreb">
576
+ <xs:annotation>
577
+ <xs:appinfo>
578
+ <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">45</EnumerationValue>
579
+ </xs:appinfo>
580
+ </xs:annotation>
581
+ </xs:enumeration>
582
+ <xs:enumeration value="BrusselsCopenhagenMadridParis">
583
+ <xs:annotation>
584
+ <xs:appinfo>
585
+ <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">46</EnumerationValue>
586
+ </xs:appinfo>
587
+ </xs:annotation>
588
+ </xs:enumeration>
589
+ <xs:enumeration value="BelgradeBratislavaBudapestLjubljanaPrague">
590
+ <xs:annotation>
591
+ <xs:appinfo>
592
+ <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">47</EnumerationValue>
593
+ </xs:appinfo>
594
+ </xs:annotation>
595
+ </xs:enumeration>
596
+ <xs:enumeration value="AmsterdamBerlinBernRomeStockholmVienna">
597
+ <xs:annotation>
598
+ <xs:appinfo>
599
+ <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">48</EnumerationValue>
600
+ </xs:appinfo>
601
+ </xs:annotation>
602
+ </xs:enumeration>
603
+ <xs:enumeration value="CasablancaMonrovia">
604
+ <xs:annotation>
605
+ <xs:appinfo>
606
+ <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">49</EnumerationValue>
607
+ </xs:appinfo>
608
+ </xs:annotation>
609
+ </xs:enumeration>
610
+ <xs:enumeration value="GreenwichMeanTimeDublinEdinburghLisbonLondon">
611
+ <xs:annotation>
612
+ <xs:appinfo>
613
+ <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">50</EnumerationValue>
614
+ </xs:appinfo>
615
+ </xs:annotation>
616
+ </xs:enumeration>
617
+ <xs:enumeration value="Azores">
618
+ <xs:annotation>
619
+ <xs:appinfo>
620
+ <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">51</EnumerationValue>
621
+ </xs:appinfo>
622
+ </xs:annotation>
623
+ </xs:enumeration>
624
+ <xs:enumeration value="CapeVerdeIsland">
625
+ <xs:annotation>
626
+ <xs:appinfo>
627
+ <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">52</EnumerationValue>
628
+ </xs:appinfo>
629
+ </xs:annotation>
630
+ </xs:enumeration>
631
+ <xs:enumeration value="MidAtlantic">
632
+ <xs:annotation>
633
+ <xs:appinfo>
634
+ <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">53</EnumerationValue>
635
+ </xs:appinfo>
636
+ </xs:annotation>
637
+ </xs:enumeration>
638
+ <xs:enumeration value="Brasilia">
639
+ <xs:annotation>
640
+ <xs:appinfo>
641
+ <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">54</EnumerationValue>
642
+ </xs:appinfo>
643
+ </xs:annotation>
644
+ </xs:enumeration>
645
+ <xs:enumeration value="BuenosAiresGeorgetown">
646
+ <xs:annotation>
647
+ <xs:appinfo>
648
+ <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">55</EnumerationValue>
649
+ </xs:appinfo>
650
+ </xs:annotation>
651
+ </xs:enumeration>
652
+ <xs:enumeration value="Greenland">
653
+ <xs:annotation>
654
+ <xs:appinfo>
655
+ <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">56</EnumerationValue>
656
+ </xs:appinfo>
657
+ </xs:annotation>
658
+ </xs:enumeration>
659
+ <xs:enumeration value="Newfoundland">
660
+ <xs:annotation>
661
+ <xs:appinfo>
662
+ <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">57</EnumerationValue>
663
+ </xs:appinfo>
664
+ </xs:annotation>
665
+ </xs:enumeration>
666
+ <xs:enumeration value="AtlanticTimeCanada">
667
+ <xs:annotation>
668
+ <xs:appinfo>
669
+ <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">58</EnumerationValue>
670
+ </xs:appinfo>
671
+ </xs:annotation>
672
+ </xs:enumeration>
673
+ <xs:enumeration value="CaracasLaPaz">
674
+ <xs:annotation>
675
+ <xs:appinfo>
676
+ <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">59</EnumerationValue>
677
+ </xs:appinfo>
678
+ </xs:annotation>
679
+ </xs:enumeration>
680
+ <xs:enumeration value="Santiago">
681
+ <xs:annotation>
682
+ <xs:appinfo>
683
+ <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">60</EnumerationValue>
684
+ </xs:appinfo>
685
+ </xs:annotation>
686
+ </xs:enumeration>
687
+ <xs:enumeration value="BogotaLimaQuito">
688
+ <xs:annotation>
689
+ <xs:appinfo>
690
+ <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">61</EnumerationValue>
691
+ </xs:appinfo>
692
+ </xs:annotation>
693
+ </xs:enumeration>
694
+ <xs:enumeration value="EasternTimeUSCanada">
695
+ <xs:annotation>
696
+ <xs:appinfo>
697
+ <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">62</EnumerationValue>
698
+ </xs:appinfo>
699
+ </xs:annotation>
700
+ </xs:enumeration>
701
+ <xs:enumeration value="IndianaEast">
702
+ <xs:annotation>
703
+ <xs:appinfo>
704
+ <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">63</EnumerationValue>
705
+ </xs:appinfo>
706
+ </xs:annotation>
707
+ </xs:enumeration>
708
+ <xs:enumeration value="CentralAmerica">
709
+ <xs:annotation>
710
+ <xs:appinfo>
711
+ <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">64</EnumerationValue>
712
+ </xs:appinfo>
713
+ </xs:annotation>
714
+ </xs:enumeration>
715
+ <xs:enumeration value="CentralTimeUSCanada">
716
+ <xs:annotation>
717
+ <xs:appinfo>
718
+ <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">65</EnumerationValue>
719
+ </xs:appinfo>
720
+ </xs:annotation>
721
+ </xs:enumeration>
722
+ <xs:enumeration value="GuadalajaraMexicoCityMonterrey">
723
+ <xs:annotation>
724
+ <xs:appinfo>
725
+ <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">66</EnumerationValue>
726
+ </xs:appinfo>
727
+ </xs:annotation>
728
+ </xs:enumeration>
729
+ <xs:enumeration value="Saskatchewan">
730
+ <xs:annotation>
731
+ <xs:appinfo>
732
+ <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">67</EnumerationValue>
733
+ </xs:appinfo>
734
+ </xs:annotation>
735
+ </xs:enumeration>
736
+ <xs:enumeration value="Arizona">
737
+ <xs:annotation>
738
+ <xs:appinfo>
739
+ <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">68</EnumerationValue>
740
+ </xs:appinfo>
741
+ </xs:annotation>
742
+ </xs:enumeration>
743
+ <xs:enumeration value="ChihuahuaLaPazMazatlan">
744
+ <xs:annotation>
745
+ <xs:appinfo>
746
+ <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">69</EnumerationValue>
747
+ </xs:appinfo>
748
+ </xs:annotation>
749
+ </xs:enumeration>
750
+ <xs:enumeration value="MountainTimeUSCanada">
751
+ <xs:annotation>
752
+ <xs:appinfo>
753
+ <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">70</EnumerationValue>
754
+ </xs:appinfo>
755
+ </xs:annotation>
756
+ </xs:enumeration>
757
+ <xs:enumeration value="PacificTimeUSCanadaTijuana">
758
+ <xs:annotation>
759
+ <xs:appinfo>
760
+ <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">71</EnumerationValue>
761
+ </xs:appinfo>
762
+ </xs:annotation>
763
+ </xs:enumeration>
764
+ <xs:enumeration value="Alaska">
765
+ <xs:annotation>
766
+ <xs:appinfo>
767
+ <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">72</EnumerationValue>
768
+ </xs:appinfo>
769
+ </xs:annotation>
770
+ </xs:enumeration>
771
+ <xs:enumeration value="Hawaii">
772
+ <xs:annotation>
773
+ <xs:appinfo>
774
+ <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">73</EnumerationValue>
775
+ </xs:appinfo>
776
+ </xs:annotation>
777
+ </xs:enumeration>
778
+ <xs:enumeration value="MidwayIslandandSamoa">
779
+ <xs:annotation>
780
+ <xs:appinfo>
781
+ <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">74</EnumerationValue>
782
+ </xs:appinfo>
783
+ </xs:annotation>
784
+ </xs:enumeration>
785
+ <xs:enumeration value="InternationalDateLineWest">
786
+ <xs:annotation>
787
+ <xs:appinfo>
788
+ <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">75</EnumerationValue>
789
+ </xs:appinfo>
790
+ </xs:annotation>
791
+ </xs:enumeration>
792
+ </xs:restriction>
793
+ </xs:simpleType>
794
+ <xs:element name="ReportTimeZone" nillable="true" type="tns:ReportTimeZone"/>
795
+ <xs:complexType name="CampaignPerformanceReportRequest">
796
+ <xs:complexContent mixed="false">
797
+ <xs:extension base="tns:ReportRequest">
798
+ <xs:sequence>
799
+ <xs:element name="Aggregation" type="tns:ReportAggregation"/>
800
+ <xs:element name="Columns" nillable="true" type="tns:ArrayOfCampaignPerformanceReportColumn"/>
801
+ <xs:element minOccurs="0" name="Filter" nillable="true" type="tns:CampaignPerformanceReportFilter"/>
802
+ <xs:element name="Scope" nillable="true" type="tns:AccountThroughCampaignReportScope"/>
803
+ <xs:element name="Time" nillable="true" type="tns:ReportTime"/>
804
+ </xs:sequence>
805
+ </xs:extension>
806
+ </xs:complexContent>
807
+ </xs:complexType>
808
+ <xs:element name="CampaignPerformanceReportRequest" nillable="true" type="tns:CampaignPerformanceReportRequest"/>
809
+ <xs:complexType name="ArrayOfCampaignPerformanceReportColumn">
810
+ <xs:sequence>
811
+ <xs:element maxOccurs="unbounded" minOccurs="0" name="CampaignPerformanceReportColumn" type="tns:CampaignPerformanceReportColumn"/>
812
+ </xs:sequence>
813
+ </xs:complexType>
814
+ <xs:element name="ArrayOfCampaignPerformanceReportColumn" nillable="true" type="tns:ArrayOfCampaignPerformanceReportColumn"/>
815
+ <xs:simpleType name="CampaignPerformanceReportColumn">
816
+ <xs:restriction base="xs:string">
817
+ <xs:enumeration value="AccountName"/>
818
+ <xs:enumeration value="AccountNumber"/>
819
+ <xs:enumeration value="AccountId"/>
820
+ <xs:enumeration value="TimePeriod"/>
821
+ <xs:enumeration value="CampaignStatus"/>
822
+ <xs:enumeration value="CampaignName"/>
823
+ <xs:enumeration value="CampaignId"/>
824
+ <xs:enumeration value="CurrencyCode"/>
825
+ <xs:enumeration value="AdDistribution"/>
826
+ <xs:enumeration value="Impressions"/>
827
+ <xs:enumeration value="Clicks"/>
828
+ <xs:enumeration value="Ctr"/>
829
+ <xs:enumeration value="AverageCpc"/>
830
+ <xs:enumeration value="Spend"/>
831
+ <xs:enumeration value="AveragePosition"/>
832
+ <xs:enumeration value="Conversions"/>
833
+ <xs:enumeration value="ConversionRate"/>
834
+ <xs:enumeration value="CostPerConversion"/>
835
+ <xs:enumeration value="LowQualityClicks"/>
836
+ <xs:enumeration value="LowQualityClicksPercent"/>
837
+ <xs:enumeration value="LowQualityImpressions"/>
838
+ <xs:enumeration value="LowQualityImpressionsPercent"/>
839
+ <xs:enumeration value="LowQualityConversions"/>
840
+ <xs:enumeration value="LowQualityConversionRate"/>
841
+ <xs:enumeration value="DeviceType"/>
842
+ <xs:enumeration value="DeviceOS"/>
843
+ <xs:enumeration value="ImpressionSharePercent"/>
844
+ <xs:enumeration value="ImpressionLostToBudgetPercent"/>
845
+ <xs:enumeration value="ImpressionLostToRankPercent"/>
846
+ <xs:enumeration value="QualityScore"/>
847
+ <xs:enumeration value="ExpectedCtr"/>
848
+ <xs:enumeration value="AdRelevance"/>
849
+ <xs:enumeration value="LandingPageExperience"/>
850
+ <xs:enumeration value="HistoricalQualityScore"/>
851
+ <xs:enumeration value="HistoricalExpectedCtr"/>
852
+ <xs:enumeration value="HistoricalAdRelevance"/>
853
+ <xs:enumeration value="HistoricalLandingPageExperience"/>
854
+ <xs:enumeration value="ImpressionLostToBidPercent"/>
855
+ <xs:enumeration value="ImpressionLostToAdRelevancePercent"/>
856
+ <xs:enumeration value="ImpressionLostToExpectedCtrPercent"/>
857
+ <xs:enumeration value="PhoneImpressions"/>
858
+ <xs:enumeration value="PhoneCalls"/>
859
+ <xs:enumeration value="ManualCalls"/>
860
+ <xs:enumeration value="ClickCalls"/>
861
+ <xs:enumeration value="Ptr"/>
862
+ <xs:enumeration value="AverageCpp"/>
863
+ <xs:enumeration value="Network"/>
864
+ <xs:enumeration value="TopVsOther"/>
865
+ <xs:enumeration value="BidMatchType"/>
866
+ <xs:enumeration value="DeliveredMatchType"/>
867
+ <xs:enumeration value="Assists"/>
868
+ <xs:enumeration value="Revenue"/>
869
+ <xs:enumeration value="ReturnOnAdSpend"/>
870
+ <xs:enumeration value="CostPerAssist"/>
871
+ <xs:enumeration value="RevenuePerConversion"/>
872
+ <xs:enumeration value="RevenuePerAssist"/>
873
+ <xs:enumeration value="TrackingTemplate"/>
874
+ <xs:enumeration value="CustomParameters"/>
875
+ <xs:enumeration value="AccountStatus"/>
876
+ <xs:enumeration value="BudgetName"/>
877
+ <xs:enumeration value="BudgetStatus"/>
878
+ <xs:enumeration value="BudgetAssociationStatus"/>
879
+ <xs:enumeration value="LowQualityGeneralClicks"/>
880
+ <xs:enumeration value="LowQualitySophisticatedClicks"/>
881
+ <xs:enumeration value="CampaignLabels"/>
882
+ <xs:enumeration value="ExactMatchImpressionSharePercent"/>
883
+ <xs:enumeration value="CustomerId"/>
884
+ <xs:enumeration value="CustomerName"/>
885
+ <xs:enumeration value="ClickSharePercent"/>
886
+ <xs:enumeration value="AbsoluteTopImpressionSharePercent"/>
887
+ </xs:restriction>
888
+ </xs:simpleType>
889
+ <xs:element name="CampaignPerformanceReportColumn" nillable="true" type="tns:CampaignPerformanceReportColumn"/>
890
+ <xs:complexType name="CampaignPerformanceReportFilter">
891
+ <xs:sequence>
892
+ <xs:element minOccurs="0" name="AccountStatus" nillable="true" type="tns:AccountStatusReportFilter"/>
893
+ <xs:element minOccurs="0" name="AdDistribution" nillable="true" type="tns:AdDistributionReportFilter"/>
894
+ <xs:element minOccurs="0" name="DeviceOS" nillable="true" type="tns:DeviceOSReportFilter"/>
895
+ <xs:element minOccurs="0" name="DeviceType" nillable="true" type="tns:DeviceTypeReportFilter"/>
896
+ <xs:element minOccurs="0" name="Status" nillable="true" type="tns:CampaignStatusReportFilter"/>
897
+ </xs:sequence>
898
+ </xs:complexType>
899
+ <xs:element name="CampaignPerformanceReportFilter" nillable="true" type="tns:CampaignPerformanceReportFilter"/>
900
+ <xs:simpleType name="CampaignStatusReportFilter">
901
+ <xs:list>
902
+ <xs:simpleType>
903
+ <xs:restriction base="xs:string">
904
+ <xs:enumeration value="Active"/>
905
+ <xs:enumeration value="Cancelled"/>
906
+ <xs:enumeration value="Deleted"/>
907
+ <xs:enumeration value="Paused"/>
908
+ <xs:enumeration value="BudgetPaused"/>
909
+ <xs:enumeration value="Suspended">
910
+ <xs:annotation>
911
+ <xs:appinfo>
912
+ <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">64</EnumerationValue>
913
+ </xs:appinfo>
914
+ </xs:annotation>
915
+ </xs:enumeration>
916
+ </xs:restriction>
917
+ </xs:simpleType>
918
+ </xs:list>
919
+ </xs:simpleType>
920
+ <xs:element name="CampaignStatusReportFilter" nillable="true" type="tns:CampaignStatusReportFilter"/>
921
+ <xs:complexType name="AccountThroughCampaignReportScope">
922
+ <xs:sequence>
923
+ <xs:element minOccurs="0" name="AccountIds" nillable="true" type="q2:ArrayOflong" xmlns:q2="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
924
+ <xs:element minOccurs="0" name="Campaigns" nillable="true" type="tns:ArrayOfCampaignReportScope"/>
925
+ </xs:sequence>
926
+ </xs:complexType>
927
+ <xs:element name="AccountThroughCampaignReportScope" nillable="true" type="tns:AccountThroughCampaignReportScope"/>
928
+ <xs:complexType name="ArrayOfCampaignReportScope">
929
+ <xs:sequence>
930
+ <xs:element maxOccurs="unbounded" minOccurs="0" name="CampaignReportScope" nillable="true" type="tns:CampaignReportScope"/>
931
+ </xs:sequence>
932
+ </xs:complexType>
933
+ <xs:element name="ArrayOfCampaignReportScope" nillable="true" type="tns:ArrayOfCampaignReportScope"/>
934
+ <xs:complexType name="CampaignReportScope">
935
+ <xs:sequence>
936
+ <xs:element name="AccountId" type="xs:long"/>
937
+ <xs:element name="CampaignId" type="xs:long"/>
938
+ </xs:sequence>
939
+ </xs:complexType>
940
+ <xs:element name="CampaignReportScope" nillable="true" type="tns:CampaignReportScope"/>
941
+ <xs:complexType name="AdDynamicTextPerformanceReportRequest">
942
+ <xs:complexContent mixed="false">
943
+ <xs:extension base="tns:ReportRequest">
944
+ <xs:sequence>
945
+ <xs:element name="Aggregation" type="tns:ReportAggregation"/>
946
+ <xs:element name="Columns" nillable="true" type="tns:ArrayOfAdDynamicTextPerformanceReportColumn"/>
947
+ <xs:element minOccurs="0" name="Filter" nillable="true" type="tns:AdDynamicTextPerformanceReportFilter"/>
948
+ <xs:element name="Scope" nillable="true" type="tns:AccountThroughAdGroupReportScope"/>
949
+ <xs:element name="Time" nillable="true" type="tns:ReportTime"/>
950
+ </xs:sequence>
951
+ </xs:extension>
952
+ </xs:complexContent>
953
+ </xs:complexType>
954
+ <xs:element name="AdDynamicTextPerformanceReportRequest" nillable="true" type="tns:AdDynamicTextPerformanceReportRequest"/>
955
+ <xs:complexType name="ArrayOfAdDynamicTextPerformanceReportColumn">
956
+ <xs:sequence>
957
+ <xs:element maxOccurs="unbounded" minOccurs="0" name="AdDynamicTextPerformanceReportColumn" type="tns:AdDynamicTextPerformanceReportColumn"/>
958
+ </xs:sequence>
959
+ </xs:complexType>
960
+ <xs:element name="ArrayOfAdDynamicTextPerformanceReportColumn" nillable="true" type="tns:ArrayOfAdDynamicTextPerformanceReportColumn"/>
961
+ <xs:simpleType name="AdDynamicTextPerformanceReportColumn">
962
+ <xs:restriction base="xs:string">
963
+ <xs:enumeration value="AccountName"/>
964
+ <xs:enumeration value="AccountId"/>
965
+ <xs:enumeration value="AccountNumber"/>
966
+ <xs:enumeration value="TimePeriod"/>
967
+ <xs:enumeration value="AdGroupName"/>
968
+ <xs:enumeration value="AdGroupId"/>
969
+ <xs:enumeration value="Keyword"/>
970
+ <xs:enumeration value="AdId"/>
971
+ <xs:enumeration value="AdTitle"/>
972
+ <xs:enumeration value="AdType"/>
973
+ <xs:enumeration value="DestinationUrl"/>
974
+ <xs:enumeration value="Param1"/>
975
+ <xs:enumeration value="Param2"/>
976
+ <xs:enumeration value="Param3"/>
977
+ <xs:enumeration value="CurrencyCode"/>
978
+ <xs:enumeration value="AdDistribution"/>
979
+ <xs:enumeration value="Impressions"/>
980
+ <xs:enumeration value="Clicks"/>
981
+ <xs:enumeration value="Ctr"/>
982
+ <xs:enumeration value="AverageCpc"/>
983
+ <xs:enumeration value="Spend"/>
984
+ <xs:enumeration value="AveragePosition"/>
985
+ <xs:enumeration value="Conversions"/>
986
+ <xs:enumeration value="ConversionRate"/>
987
+ <xs:enumeration value="CostPerConversion"/>
988
+ <xs:enumeration value="DeviceType"/>
989
+ <xs:enumeration value="Language"/>
990
+ <xs:enumeration value="AccountStatus"/>
991
+ <xs:enumeration value="AdGroupStatus"/>
992
+ <xs:enumeration value="AdStatus"/>
993
+ <xs:enumeration value="KeywordStatus"/>
994
+ <xs:enumeration value="TitlePart1"/>
995
+ <xs:enumeration value="TitlePart2"/>
996
+ <xs:enumeration value="TitlePart3"/>
997
+ <xs:enumeration value="Path1"/>
998
+ <xs:enumeration value="Path2"/>
999
+ <xs:enumeration value="FinalUrl"/>
1000
+ <xs:enumeration value="FinalMobileUrl"/>
1001
+ <xs:enumeration value="FinalAppUrl"/>
1002
+ <xs:enumeration value="AdDescription"/>
1003
+ <xs:enumeration value="AdDescription2"/>
1004
+ <xs:enumeration value="AdLabels"/>
1005
+ </xs:restriction>
1006
+ </xs:simpleType>
1007
+ <xs:element name="AdDynamicTextPerformanceReportColumn" nillable="true" type="tns:AdDynamicTextPerformanceReportColumn"/>
1008
+ <xs:complexType name="AdDynamicTextPerformanceReportFilter">
1009
+ <xs:sequence>
1010
+ <xs:element minOccurs="0" name="AccountStatus" nillable="true" type="tns:AccountStatusReportFilter"/>
1011
+ <xs:element minOccurs="0" name="AdDistribution" nillable="true" type="tns:AdDistributionReportFilter"/>
1012
+ <xs:element minOccurs="0" name="AdGroupStatus" nillable="true" type="tns:AdGroupStatusReportFilter"/>
1013
+ <xs:element minOccurs="0" name="AdStatus" nillable="true" type="tns:AdStatusReportFilter"/>
1014
+ <xs:element minOccurs="0" name="AdType" nillable="true" type="tns:AdTypeReportFilter"/>
1015
+ <xs:element minOccurs="0" name="DeviceType" nillable="true" type="tns:DeviceTypeReportFilter"/>
1016
+ <xs:element minOccurs="0" name="KeywordStatus" nillable="true" type="tns:KeywordStatusReportFilter"/>
1017
+ <xs:element minOccurs="0" name="LanguageCode" nillable="true" type="q3:ArrayOfstring" xmlns:q3="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
1018
+ </xs:sequence>
1019
+ </xs:complexType>
1020
+ <xs:element name="AdDynamicTextPerformanceReportFilter" nillable="true" type="tns:AdDynamicTextPerformanceReportFilter"/>
1021
+ <xs:simpleType name="AdGroupStatusReportFilter">
1022
+ <xs:list>
1023
+ <xs:simpleType>
1024
+ <xs:restriction base="xs:string">
1025
+ <xs:enumeration value="Active"/>
1026
+ <xs:enumeration value="Deleted"/>
1027
+ <xs:enumeration value="Expired"/>
1028
+ <xs:enumeration value="Paused">
1029
+ <xs:annotation>
1030
+ <xs:appinfo>
1031
+ <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">16</EnumerationValue>
1032
+ </xs:appinfo>
1033
+ </xs:annotation>
1034
+ </xs:enumeration>
1035
+ </xs:restriction>
1036
+ </xs:simpleType>
1037
+ </xs:list>
1038
+ </xs:simpleType>
1039
+ <xs:element name="AdGroupStatusReportFilter" nillable="true" type="tns:AdGroupStatusReportFilter"/>
1040
+ <xs:simpleType name="AdStatusReportFilter">
1041
+ <xs:list>
1042
+ <xs:simpleType>
1043
+ <xs:restriction base="xs:string">
1044
+ <xs:enumeration value="Active"/>
1045
+ <xs:enumeration value="Rejected"/>
1046
+ <xs:enumeration value="Deleted"/>
1047
+ <xs:enumeration value="Pending"/>
1048
+ <xs:enumeration value="Paused"/>
1049
+ </xs:restriction>
1050
+ </xs:simpleType>
1051
+ </xs:list>
1052
+ </xs:simpleType>
1053
+ <xs:element name="AdStatusReportFilter" nillable="true" type="tns:AdStatusReportFilter"/>
1054
+ <xs:simpleType name="AdTypeReportFilter">
1055
+ <xs:list>
1056
+ <xs:simpleType>
1057
+ <xs:restriction base="xs:string">
1058
+ <xs:enumeration value="Text"/>
1059
+ <xs:enumeration value="Local">
1060
+ <xs:annotation>
1061
+ <xs:appinfo>
1062
+ <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">8</EnumerationValue>
1063
+ </xs:appinfo>
1064
+ </xs:annotation>
1065
+ </xs:enumeration>
1066
+ <xs:enumeration value="Product">
1067
+ <xs:annotation>
1068
+ <xs:appinfo>
1069
+ <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">128</EnumerationValue>
1070
+ </xs:appinfo>
1071
+ </xs:annotation>
1072
+ </xs:enumeration>
1073
+ <xs:enumeration value="AppInstall">
1074
+ <xs:annotation>
1075
+ <xs:appinfo>
1076
+ <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">256</EnumerationValue>
1077
+ </xs:appinfo>
1078
+ </xs:annotation>
1079
+ </xs:enumeration>
1080
+ <xs:enumeration value="DynamicSearchAd">
1081
+ <xs:annotation>
1082
+ <xs:appinfo>
1083
+ <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">512</EnumerationValue>
1084
+ </xs:appinfo>
1085
+ </xs:annotation>
1086
+ </xs:enumeration>
1087
+ <xs:enumeration value="ExpandedText">
1088
+ <xs:annotation>
1089
+ <xs:appinfo>
1090
+ <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1024</EnumerationValue>
1091
+ </xs:appinfo>
1092
+ </xs:annotation>
1093
+ </xs:enumeration>
1094
+ <xs:enumeration value="ResponsiveAd">
1095
+ <xs:annotation>
1096
+ <xs:appinfo>
1097
+ <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">4096</EnumerationValue>
1098
+ </xs:appinfo>
1099
+ </xs:annotation>
1100
+ </xs:enumeration>
1101
+ <xs:enumeration value="ResponsiveSearchAd">
1102
+ <xs:annotation>
1103
+ <xs:appinfo>
1104
+ <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">8192</EnumerationValue>
1105
+ </xs:appinfo>
1106
+ </xs:annotation>
1107
+ </xs:enumeration>
1108
+ </xs:restriction>
1109
+ </xs:simpleType>
1110
+ </xs:list>
1111
+ </xs:simpleType>
1112
+ <xs:element name="AdTypeReportFilter" nillable="true" type="tns:AdTypeReportFilter"/>
1113
+ <xs:simpleType name="KeywordStatusReportFilter">
1114
+ <xs:list>
1115
+ <xs:simpleType>
1116
+ <xs:restriction base="xs:string">
1117
+ <xs:enumeration value="Active"/>
1118
+ <xs:enumeration value="Paused"/>
1119
+ <xs:enumeration value="Deleted"/>
1120
+ </xs:restriction>
1121
+ </xs:simpleType>
1122
+ </xs:list>
1123
+ </xs:simpleType>
1124
+ <xs:element name="KeywordStatusReportFilter" nillable="true" type="tns:KeywordStatusReportFilter"/>
1125
+ <xs:complexType name="AccountThroughAdGroupReportScope">
1126
+ <xs:sequence>
1127
+ <xs:element minOccurs="0" name="AccountIds" nillable="true" type="q4:ArrayOflong" xmlns:q4="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
1128
+ <xs:element minOccurs="0" name="AdGroups" nillable="true" type="tns:ArrayOfAdGroupReportScope"/>
1129
+ <xs:element minOccurs="0" name="Campaigns" nillable="true" type="tns:ArrayOfCampaignReportScope"/>
1130
+ </xs:sequence>
1131
+ </xs:complexType>
1132
+ <xs:element name="AccountThroughAdGroupReportScope" nillable="true" type="tns:AccountThroughAdGroupReportScope"/>
1133
+ <xs:complexType name="ArrayOfAdGroupReportScope">
1134
+ <xs:sequence>
1135
+ <xs:element maxOccurs="unbounded" minOccurs="0" name="AdGroupReportScope" nillable="true" type="tns:AdGroupReportScope"/>
1136
+ </xs:sequence>
1137
+ </xs:complexType>
1138
+ <xs:element name="ArrayOfAdGroupReportScope" nillable="true" type="tns:ArrayOfAdGroupReportScope"/>
1139
+ <xs:complexType name="AdGroupReportScope">
1140
+ <xs:sequence>
1141
+ <xs:element name="AccountId" type="xs:long"/>
1142
+ <xs:element name="CampaignId" type="xs:long"/>
1143
+ <xs:element name="AdGroupId" type="xs:long"/>
1144
+ </xs:sequence>
1145
+ </xs:complexType>
1146
+ <xs:element name="AdGroupReportScope" nillable="true" type="tns:AdGroupReportScope"/>
1147
+ <xs:complexType name="AdGroupPerformanceReportRequest">
1148
+ <xs:complexContent mixed="false">
1149
+ <xs:extension base="tns:ReportRequest">
1150
+ <xs:sequence>
1151
+ <xs:element name="Aggregation" type="tns:ReportAggregation"/>
1152
+ <xs:element name="Columns" nillable="true" type="tns:ArrayOfAdGroupPerformanceReportColumn"/>
1153
+ <xs:element minOccurs="0" name="Filter" nillable="true" type="tns:AdGroupPerformanceReportFilter"/>
1154
+ <xs:element name="Scope" nillable="true" type="tns:AccountThroughAdGroupReportScope"/>
1155
+ <xs:element name="Time" nillable="true" type="tns:ReportTime"/>
1156
+ </xs:sequence>
1157
+ </xs:extension>
1158
+ </xs:complexContent>
1159
+ </xs:complexType>
1160
+ <xs:element name="AdGroupPerformanceReportRequest" nillable="true" type="tns:AdGroupPerformanceReportRequest"/>
1161
+ <xs:complexType name="ArrayOfAdGroupPerformanceReportColumn">
1162
+ <xs:sequence>
1163
+ <xs:element maxOccurs="unbounded" minOccurs="0" name="AdGroupPerformanceReportColumn" type="tns:AdGroupPerformanceReportColumn"/>
1164
+ </xs:sequence>
1165
+ </xs:complexType>
1166
+ <xs:element name="ArrayOfAdGroupPerformanceReportColumn" nillable="true" type="tns:ArrayOfAdGroupPerformanceReportColumn"/>
1167
+ <xs:simpleType name="AdGroupPerformanceReportColumn">
1168
+ <xs:restriction base="xs:string">
1169
+ <xs:enumeration value="AccountName"/>
1170
+ <xs:enumeration value="AccountNumber"/>
1171
+ <xs:enumeration value="AccountId"/>
1172
+ <xs:enumeration value="TimePeriod"/>
1173
+ <xs:enumeration value="Status"/>
1174
+ <xs:enumeration value="CampaignName"/>
1175
+ <xs:enumeration value="CampaignId"/>
1176
+ <xs:enumeration value="AdGroupName"/>
1177
+ <xs:enumeration value="AdGroupId"/>
1178
+ <xs:enumeration value="CurrencyCode"/>
1179
+ <xs:enumeration value="AdDistribution"/>
1180
+ <xs:enumeration value="Impressions"/>
1181
+ <xs:enumeration value="Clicks"/>
1182
+ <xs:enumeration value="Ctr"/>
1183
+ <xs:enumeration value="AverageCpc"/>
1184
+ <xs:enumeration value="Spend"/>
1185
+ <xs:enumeration value="AveragePosition"/>
1186
+ <xs:enumeration value="Conversions"/>
1187
+ <xs:enumeration value="ConversionRate"/>
1188
+ <xs:enumeration value="CostPerConversion"/>
1189
+ <xs:enumeration value="DeviceType"/>
1190
+ <xs:enumeration value="Language"/>
1191
+ <xs:enumeration value="DeviceOS"/>
1192
+ <xs:enumeration value="ImpressionSharePercent"/>
1193
+ <xs:enumeration value="ImpressionLostToBudgetPercent"/>
1194
+ <xs:enumeration value="ImpressionLostToRankPercent"/>
1195
+ <xs:enumeration value="QualityScore"/>
1196
+ <xs:enumeration value="ExpectedCtr"/>
1197
+ <xs:enumeration value="AdRelevance"/>
1198
+ <xs:enumeration value="LandingPageExperience"/>
1199
+ <xs:enumeration value="HistoricalQualityScore"/>
1200
+ <xs:enumeration value="HistoricalExpectedCtr"/>
1201
+ <xs:enumeration value="HistoricalAdRelevance"/>
1202
+ <xs:enumeration value="HistoricalLandingPageExperience"/>
1203
+ <xs:enumeration value="ImpressionLostToBidPercent"/>
1204
+ <xs:enumeration value="ImpressionLostToAdRelevancePercent"/>
1205
+ <xs:enumeration value="ImpressionLostToExpectedCtrPercent"/>
1206
+ <xs:enumeration value="PhoneImpressions"/>
1207
+ <xs:enumeration value="PhoneCalls"/>
1208
+ <xs:enumeration value="ManualCalls"/>
1209
+ <xs:enumeration value="ClickCalls"/>
1210
+ <xs:enumeration value="Ptr"/>
1211
+ <xs:enumeration value="AverageCpp"/>
1212
+ <xs:enumeration value="Network"/>
1213
+ <xs:enumeration value="TopVsOther"/>
1214
+ <xs:enumeration value="BidMatchType"/>
1215
+ <xs:enumeration value="DeliveredMatchType"/>
1216
+ <xs:enumeration value="Assists"/>
1217
+ <xs:enumeration value="Revenue"/>
1218
+ <xs:enumeration value="ReturnOnAdSpend"/>
1219
+ <xs:enumeration value="CostPerAssist"/>
1220
+ <xs:enumeration value="RevenuePerConversion"/>
1221
+ <xs:enumeration value="RevenuePerAssist"/>
1222
+ <xs:enumeration value="TrackingTemplate"/>
1223
+ <xs:enumeration value="CustomParameters"/>
1224
+ <xs:enumeration value="AccountStatus"/>
1225
+ <xs:enumeration value="CampaignStatus"/>
1226
+ <xs:enumeration value="AdGroupLabels"/>
1227
+ <xs:enumeration value="ExactMatchImpressionSharePercent"/>
1228
+ <xs:enumeration value="CustomerId"/>
1229
+ <xs:enumeration value="CustomerName"/>
1230
+ <xs:enumeration value="ClickSharePercent"/>
1231
+ <xs:enumeration value="AbsoluteTopImpressionSharePercent"/>
1232
+ </xs:restriction>
1233
+ </xs:simpleType>
1234
+ <xs:element name="AdGroupPerformanceReportColumn" nillable="true" type="tns:AdGroupPerformanceReportColumn"/>
1235
+ <xs:complexType name="AdGroupPerformanceReportFilter">
1236
+ <xs:sequence>
1237
+ <xs:element minOccurs="0" name="AccountStatus" nillable="true" type="tns:AccountStatusReportFilter"/>
1238
+ <xs:element minOccurs="0" name="AdDistribution" nillable="true" type="tns:AdDistributionReportFilter"/>
1239
+ <xs:element minOccurs="0" name="CampaignStatus" nillable="true" type="tns:CampaignStatusReportFilter"/>
1240
+ <xs:element minOccurs="0" name="DeviceOS" nillable="true" type="tns:DeviceOSReportFilter"/>
1241
+ <xs:element minOccurs="0" name="DeviceType" nillable="true" type="tns:DeviceTypeReportFilter"/>
1242
+ <xs:element minOccurs="0" name="LanguageCode" nillable="true" type="q5:ArrayOfstring" xmlns:q5="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
1243
+ <xs:element minOccurs="0" name="Status" nillable="true" type="tns:AdGroupStatusReportFilter"/>
1244
+ </xs:sequence>
1245
+ </xs:complexType>
1246
+ <xs:element name="AdGroupPerformanceReportFilter" nillable="true" type="tns:AdGroupPerformanceReportFilter"/>
1247
+ <xs:complexType name="AdPerformanceReportRequest">
1248
+ <xs:complexContent mixed="false">
1249
+ <xs:extension base="tns:ReportRequest">
1250
+ <xs:sequence>
1251
+ <xs:element name="Aggregation" type="tns:ReportAggregation"/>
1252
+ <xs:element name="Columns" nillable="true" type="tns:ArrayOfAdPerformanceReportColumn"/>
1253
+ <xs:element minOccurs="0" name="Filter" nillable="true" type="tns:AdPerformanceReportFilter"/>
1254
+ <xs:element name="Scope" nillable="true" type="tns:AccountThroughAdGroupReportScope"/>
1255
+ <xs:element name="Time" nillable="true" type="tns:ReportTime"/>
1256
+ </xs:sequence>
1257
+ </xs:extension>
1258
+ </xs:complexContent>
1259
+ </xs:complexType>
1260
+ <xs:element name="AdPerformanceReportRequest" nillable="true" type="tns:AdPerformanceReportRequest"/>
1261
+ <xs:complexType name="ArrayOfAdPerformanceReportColumn">
1262
+ <xs:sequence>
1263
+ <xs:element maxOccurs="unbounded" minOccurs="0" name="AdPerformanceReportColumn" type="tns:AdPerformanceReportColumn"/>
1264
+ </xs:sequence>
1265
+ </xs:complexType>
1266
+ <xs:element name="ArrayOfAdPerformanceReportColumn" nillable="true" type="tns:ArrayOfAdPerformanceReportColumn"/>
1267
+ <xs:simpleType name="AdPerformanceReportColumn">
1268
+ <xs:restriction base="xs:string">
1269
+ <xs:enumeration value="AccountName"/>
1270
+ <xs:enumeration value="AccountNumber"/>
1271
+ <xs:enumeration value="AccountId"/>
1272
+ <xs:enumeration value="TimePeriod"/>
1273
+ <xs:enumeration value="CampaignName"/>
1274
+ <xs:enumeration value="CampaignId"/>
1275
+ <xs:enumeration value="AdGroupName"/>
1276
+ <xs:enumeration value="AdId"/>
1277
+ <xs:enumeration value="AdGroupId"/>
1278
+ <xs:enumeration value="AdTitle"/>
1279
+ <xs:enumeration value="AdDescription"/>
1280
+ <xs:enumeration value="AdDescription2"/>
1281
+ <xs:enumeration value="AdType"/>
1282
+ <xs:enumeration value="CurrencyCode"/>
1283
+ <xs:enumeration value="AdDistribution"/>
1284
+ <xs:enumeration value="Impressions"/>
1285
+ <xs:enumeration value="Clicks"/>
1286
+ <xs:enumeration value="Ctr"/>
1287
+ <xs:enumeration value="AverageCpc"/>
1288
+ <xs:enumeration value="Spend"/>
1289
+ <xs:enumeration value="AveragePosition"/>
1290
+ <xs:enumeration value="Conversions"/>
1291
+ <xs:enumeration value="ConversionRate"/>
1292
+ <xs:enumeration value="CostPerConversion"/>
1293
+ <xs:enumeration value="DestinationUrl"/>
1294
+ <xs:enumeration value="DeviceType"/>
1295
+ <xs:enumeration value="Language"/>
1296
+ <xs:enumeration value="DisplayUrl"/>
1297
+ <xs:enumeration value="AdStatus"/>
1298
+ <xs:enumeration value="Network"/>
1299
+ <xs:enumeration value="TopVsOther"/>
1300
+ <xs:enumeration value="BidMatchType"/>
1301
+ <xs:enumeration value="DeliveredMatchType"/>
1302
+ <xs:enumeration value="DeviceOS"/>
1303
+ <xs:enumeration value="Assists"/>
1304
+ <xs:enumeration value="Revenue"/>
1305
+ <xs:enumeration value="ReturnOnAdSpend"/>
1306
+ <xs:enumeration value="CostPerAssist"/>
1307
+ <xs:enumeration value="RevenuePerConversion"/>
1308
+ <xs:enumeration value="RevenuePerAssist"/>
1309
+ <xs:enumeration value="TrackingTemplate"/>
1310
+ <xs:enumeration value="CustomParameters"/>
1311
+ <xs:enumeration value="FinalUrl"/>
1312
+ <xs:enumeration value="FinalMobileUrl"/>
1313
+ <xs:enumeration value="FinalAppUrl"/>
1314
+ <xs:enumeration value="AccountStatus"/>
1315
+ <xs:enumeration value="CampaignStatus"/>
1316
+ <xs:enumeration value="AdGroupStatus"/>
1317
+ <xs:enumeration value="TitlePart1"/>
1318
+ <xs:enumeration value="TitlePart2"/>
1319
+ <xs:enumeration value="TitlePart3"/>
1320
+ <xs:enumeration value="Headline"/>
1321
+ <xs:enumeration value="LongHeadline"/>
1322
+ <xs:enumeration value="BusinessName"/>
1323
+ <xs:enumeration value="Path1"/>
1324
+ <xs:enumeration value="Path2"/>
1325
+ <xs:enumeration value="AdLabels"/>
1326
+ <xs:enumeration value="CustomerId"/>
1327
+ <xs:enumeration value="CustomerName"/>
1328
+ </xs:restriction>
1329
+ </xs:simpleType>
1330
+ <xs:element name="AdPerformanceReportColumn" nillable="true" type="tns:AdPerformanceReportColumn"/>
1331
+ <xs:complexType name="AdPerformanceReportFilter">
1332
+ <xs:sequence>
1333
+ <xs:element minOccurs="0" name="AccountStatus" nillable="true" type="tns:AccountStatusReportFilter"/>
1334
+ <xs:element minOccurs="0" name="AdDistribution" nillable="true" type="tns:AdDistributionReportFilter"/>
1335
+ <xs:element minOccurs="0" name="AdGroupStatus" nillable="true" type="tns:AdGroupStatusReportFilter"/>
1336
+ <xs:element minOccurs="0" name="AdStatus" nillable="true" type="tns:AdStatusReportFilter"/>
1337
+ <xs:element minOccurs="0" name="AdType" nillable="true" type="tns:AdTypeReportFilter"/>
1338
+ <xs:element minOccurs="0" name="CampaignStatus" nillable="true" type="tns:CampaignStatusReportFilter"/>
1339
+ <xs:element minOccurs="0" name="DeviceType" nillable="true" type="tns:DeviceTypeReportFilter"/>
1340
+ <xs:element minOccurs="0" name="LanguageCode" nillable="true" type="q6:ArrayOfstring" xmlns:q6="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
1341
+ </xs:sequence>
1342
+ </xs:complexType>
1343
+ <xs:element name="AdPerformanceReportFilter" nillable="true" type="tns:AdPerformanceReportFilter"/>
1344
+ <xs:complexType name="KeywordPerformanceReportRequest">
1345
+ <xs:complexContent mixed="false">
1346
+ <xs:extension base="tns:ReportRequest">
1347
+ <xs:sequence>
1348
+ <xs:element name="Aggregation" type="tns:ReportAggregation"/>
1349
+ <xs:element name="Columns" nillable="true" type="tns:ArrayOfKeywordPerformanceReportColumn"/>
1350
+ <xs:element minOccurs="0" name="Filter" nillable="true" type="tns:KeywordPerformanceReportFilter"/>
1351
+ <xs:element minOccurs="0" name="MaxRows" type="xs:int"/>
1352
+ <xs:element name="Scope" nillable="true" type="tns:AccountThroughAdGroupReportScope"/>
1353
+ <xs:element minOccurs="0" name="Sort" nillable="true" type="tns:ArrayOfKeywordPerformanceReportSort"/>
1354
+ <xs:element name="Time" nillable="true" type="tns:ReportTime"/>
1355
+ </xs:sequence>
1356
+ </xs:extension>
1357
+ </xs:complexContent>
1358
+ </xs:complexType>
1359
+ <xs:element name="KeywordPerformanceReportRequest" nillable="true" type="tns:KeywordPerformanceReportRequest"/>
1360
+ <xs:complexType name="ArrayOfKeywordPerformanceReportColumn">
1361
+ <xs:sequence>
1362
+ <xs:element maxOccurs="unbounded" minOccurs="0" name="KeywordPerformanceReportColumn" type="tns:KeywordPerformanceReportColumn"/>
1363
+ </xs:sequence>
1364
+ </xs:complexType>
1365
+ <xs:element name="ArrayOfKeywordPerformanceReportColumn" nillable="true" type="tns:ArrayOfKeywordPerformanceReportColumn"/>
1366
+ <xs:simpleType name="KeywordPerformanceReportColumn">
1367
+ <xs:restriction base="xs:string">
1368
+ <xs:enumeration value="AccountName"/>
1369
+ <xs:enumeration value="AccountNumber"/>
1370
+ <xs:enumeration value="AccountId"/>
1371
+ <xs:enumeration value="TimePeriod"/>
1372
+ <xs:enumeration value="CampaignName"/>
1373
+ <xs:enumeration value="CampaignId"/>
1374
+ <xs:enumeration value="AdGroupName"/>
1375
+ <xs:enumeration value="AdGroupId"/>
1376
+ <xs:enumeration value="Keyword"/>
1377
+ <xs:enumeration value="KeywordId"/>
1378
+ <xs:enumeration value="AdId"/>
1379
+ <xs:enumeration value="AdType"/>
1380
+ <xs:enumeration value="DestinationUrl"/>
1381
+ <xs:enumeration value="CurrentMaxCpc"/>
1382
+ <xs:enumeration value="CurrencyCode"/>
1383
+ <xs:enumeration value="DeliveredMatchType"/>
1384
+ <xs:enumeration value="AdDistribution"/>
1385
+ <xs:enumeration value="Impressions"/>
1386
+ <xs:enumeration value="Clicks"/>
1387
+ <xs:enumeration value="Ctr"/>
1388
+ <xs:enumeration value="AverageCpc"/>
1389
+ <xs:enumeration value="Spend"/>
1390
+ <xs:enumeration value="AveragePosition"/>
1391
+ <xs:enumeration value="Conversions"/>
1392
+ <xs:enumeration value="ConversionRate"/>
1393
+ <xs:enumeration value="CostPerConversion"/>
1394
+ <xs:enumeration value="BidMatchType"/>
1395
+ <xs:enumeration value="DeviceType"/>
1396
+ <xs:enumeration value="QualityScore"/>
1397
+ <xs:enumeration value="ExpectedCtr"/>
1398
+ <xs:enumeration value="AdRelevance"/>
1399
+ <xs:enumeration value="LandingPageExperience"/>
1400
+ <xs:enumeration value="Language"/>
1401
+ <xs:enumeration value="HistoricalQualityScore"/>
1402
+ <xs:enumeration value="HistoricalExpectedCtr"/>
1403
+ <xs:enumeration value="HistoricalAdRelevance"/>
1404
+ <xs:enumeration value="HistoricalLandingPageExperience"/>
1405
+ <xs:enumeration value="QualityImpact"/>
1406
+ <xs:enumeration value="CampaignStatus"/>
1407
+ <xs:enumeration value="AccountStatus"/>
1408
+ <xs:enumeration value="AdGroupStatus"/>
1409
+ <xs:enumeration value="KeywordStatus"/>
1410
+ <xs:enumeration value="Network"/>
1411
+ <xs:enumeration value="TopVsOther"/>
1412
+ <xs:enumeration value="DeviceOS"/>
1413
+ <xs:enumeration value="Assists"/>
1414
+ <xs:enumeration value="Revenue"/>
1415
+ <xs:enumeration value="ReturnOnAdSpend"/>
1416
+ <xs:enumeration value="CostPerAssist"/>
1417
+ <xs:enumeration value="RevenuePerConversion"/>
1418
+ <xs:enumeration value="RevenuePerAssist"/>
1419
+ <xs:enumeration value="TrackingTemplate"/>
1420
+ <xs:enumeration value="CustomParameters"/>
1421
+ <xs:enumeration value="FinalUrl"/>
1422
+ <xs:enumeration value="FinalMobileUrl"/>
1423
+ <xs:enumeration value="FinalAppUrl"/>
1424
+ <xs:enumeration value="BidStrategyType"/>
1425
+ <xs:enumeration value="KeywordLabels"/>
1426
+ <xs:enumeration value="Mainline1Bid"/>
1427
+ <xs:enumeration value="MainlineBid"/>
1428
+ <xs:enumeration value="FirstPageBid"/>
1429
+ </xs:restriction>
1430
+ </xs:simpleType>
1431
+ <xs:element name="KeywordPerformanceReportColumn" nillable="true" type="tns:KeywordPerformanceReportColumn"/>
1432
+ <xs:complexType name="KeywordPerformanceReportFilter">
1433
+ <xs:sequence>
1434
+ <xs:element minOccurs="0" name="AccountStatus" nillable="true" type="tns:AccountStatusReportFilter"/>
1435
+ <xs:element minOccurs="0" name="AdDistribution" nillable="true" type="tns:AdDistributionReportFilter"/>
1436
+ <xs:element minOccurs="0" name="AdGroupStatus" nillable="true" type="tns:AdGroupStatusReportFilter"/>
1437
+ <xs:element minOccurs="0" name="AdRelevance" nillable="true" type="q7:ArrayOfint" xmlns:q7="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
1438
+ <xs:element minOccurs="0" name="AdType" nillable="true" type="tns:AdTypeReportFilter"/>
1439
+ <xs:element minOccurs="0" name="BidMatchType" nillable="true" type="tns:BidMatchTypeReportFilter"/>
1440
+ <xs:element minOccurs="0" name="BidStrategyType" nillable="true" type="tns:BidStrategyTypeReportFilter"/>
1441
+ <xs:element minOccurs="0" name="CampaignStatus" nillable="true" type="tns:CampaignStatusReportFilter"/>
1442
+ <xs:element minOccurs="0" name="DeliveredMatchType" nillable="true" type="tns:DeliveredMatchTypeReportFilter"/>
1443
+ <xs:element minOccurs="0" name="DeviceType" nillable="true" type="tns:DeviceTypeReportFilter"/>
1444
+ <xs:element minOccurs="0" name="ExpectedCtr" nillable="true" type="q8:ArrayOfint" xmlns:q8="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
1445
+ <xs:element minOccurs="0" name="KeywordStatus" nillable="true" type="tns:KeywordStatusReportFilter"/>
1446
+ <xs:element minOccurs="0" name="Keywords" nillable="true" type="q9:ArrayOfstring" xmlns:q9="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
1447
+ <xs:element minOccurs="0" name="LandingPageExperience" nillable="true" type="q10:ArrayOfint" xmlns:q10="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
1448
+ <xs:element minOccurs="0" name="LanguageCode" nillable="true" type="q11:ArrayOfstring" xmlns:q11="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
1449
+ <xs:element minOccurs="0" name="QualityScore" nillable="true" type="q12:ArrayOfint" xmlns:q12="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
1450
+ </xs:sequence>
1451
+ </xs:complexType>
1452
+ <xs:element name="KeywordPerformanceReportFilter" nillable="true" type="tns:KeywordPerformanceReportFilter"/>
1453
+ <xs:simpleType name="BidMatchTypeReportFilter">
1454
+ <xs:list>
1455
+ <xs:simpleType>
1456
+ <xs:restriction base="xs:string">
1457
+ <xs:enumeration value="Exact"/>
1458
+ <xs:enumeration value="Phrase"/>
1459
+ <xs:enumeration value="Broad"/>
1460
+ </xs:restriction>
1461
+ </xs:simpleType>
1462
+ </xs:list>
1463
+ </xs:simpleType>
1464
+ <xs:element name="BidMatchTypeReportFilter" nillable="true" type="tns:BidMatchTypeReportFilter"/>
1465
+ <xs:simpleType name="BidStrategyTypeReportFilter">
1466
+ <xs:list>
1467
+ <xs:simpleType>
1468
+ <xs:restriction base="xs:string">
1469
+ <xs:enumeration value="ManualCpc"/>
1470
+ <xs:enumeration value="EnhancedCpc">
1471
+ <xs:annotation>
1472
+ <xs:appinfo>
1473
+ <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">16</EnumerationValue>
1474
+ </xs:appinfo>
1475
+ </xs:annotation>
1476
+ </xs:enumeration>
1477
+ </xs:restriction>
1478
+ </xs:simpleType>
1479
+ </xs:list>
1480
+ </xs:simpleType>
1481
+ <xs:element name="BidStrategyTypeReportFilter" nillable="true" type="tns:BidStrategyTypeReportFilter"/>
1482
+ <xs:simpleType name="DeliveredMatchTypeReportFilter">
1483
+ <xs:list>
1484
+ <xs:simpleType>
1485
+ <xs:restriction base="xs:string">
1486
+ <xs:enumeration value="Exact"/>
1487
+ <xs:enumeration value="Phrase"/>
1488
+ <xs:enumeration value="Broad"/>
1489
+ </xs:restriction>
1490
+ </xs:simpleType>
1491
+ </xs:list>
1492
+ </xs:simpleType>
1493
+ <xs:element name="DeliveredMatchTypeReportFilter" nillable="true" type="tns:DeliveredMatchTypeReportFilter"/>
1494
+ <xs:complexType name="ArrayOfKeywordPerformanceReportSort">
1495
+ <xs:sequence>
1496
+ <xs:element maxOccurs="unbounded" minOccurs="0" name="KeywordPerformanceReportSort" nillable="true" type="tns:KeywordPerformanceReportSort"/>
1497
+ </xs:sequence>
1498
+ </xs:complexType>
1499
+ <xs:element name="ArrayOfKeywordPerformanceReportSort" nillable="true" type="tns:ArrayOfKeywordPerformanceReportSort"/>
1500
+ <xs:complexType name="KeywordPerformanceReportSort">
1501
+ <xs:sequence>
1502
+ <xs:element name="SortColumn" type="tns:KeywordPerformanceReportColumn"/>
1503
+ <xs:element name="SortOrder" type="tns:SortOrder"/>
1504
+ </xs:sequence>
1505
+ </xs:complexType>
1506
+ <xs:element name="KeywordPerformanceReportSort" nillable="true" type="tns:KeywordPerformanceReportSort"/>
1507
+ <xs:simpleType name="SortOrder">
1508
+ <xs:restriction base="xs:string">
1509
+ <xs:enumeration value="Ascending"/>
1510
+ <xs:enumeration value="Descending"/>
1511
+ </xs:restriction>
1512
+ </xs:simpleType>
1513
+ <xs:element name="SortOrder" nillable="true" type="tns:SortOrder"/>
1514
+ <xs:complexType name="DestinationUrlPerformanceReportRequest">
1515
+ <xs:complexContent mixed="false">
1516
+ <xs:extension base="tns:ReportRequest">
1517
+ <xs:sequence>
1518
+ <xs:element name="Aggregation" type="tns:ReportAggregation"/>
1519
+ <xs:element name="Columns" nillable="true" type="tns:ArrayOfDestinationUrlPerformanceReportColumn"/>
1520
+ <xs:element minOccurs="0" name="Filter" nillable="true" type="tns:DestinationUrlPerformanceReportFilter"/>
1521
+ <xs:element name="Scope" nillable="true" type="tns:AccountThroughAdGroupReportScope"/>
1522
+ <xs:element name="Time" nillable="true" type="tns:ReportTime"/>
1523
+ </xs:sequence>
1524
+ </xs:extension>
1525
+ </xs:complexContent>
1526
+ </xs:complexType>
1527
+ <xs:element name="DestinationUrlPerformanceReportRequest" nillable="true" type="tns:DestinationUrlPerformanceReportRequest"/>
1528
+ <xs:complexType name="ArrayOfDestinationUrlPerformanceReportColumn">
1529
+ <xs:sequence>
1530
+ <xs:element maxOccurs="unbounded" minOccurs="0" name="DestinationUrlPerformanceReportColumn" type="tns:DestinationUrlPerformanceReportColumn"/>
1531
+ </xs:sequence>
1532
+ </xs:complexType>
1533
+ <xs:element name="ArrayOfDestinationUrlPerformanceReportColumn" nillable="true" type="tns:ArrayOfDestinationUrlPerformanceReportColumn"/>
1534
+ <xs:simpleType name="DestinationUrlPerformanceReportColumn">
1535
+ <xs:restriction base="xs:string">
1536
+ <xs:enumeration value="AccountName"/>
1537
+ <xs:enumeration value="AccountNumber"/>
1538
+ <xs:enumeration value="AccountId"/>
1539
+ <xs:enumeration value="TimePeriod"/>
1540
+ <xs:enumeration value="CampaignName"/>
1541
+ <xs:enumeration value="CampaignId"/>
1542
+ <xs:enumeration value="AdGroupName"/>
1543
+ <xs:enumeration value="AdGroupId"/>
1544
+ <xs:enumeration value="AdId"/>
1545
+ <xs:enumeration value="CurrencyCode"/>
1546
+ <xs:enumeration value="AdDistribution"/>
1547
+ <xs:enumeration value="DestinationUrl"/>
1548
+ <xs:enumeration value="Impressions"/>
1549
+ <xs:enumeration value="Clicks"/>
1550
+ <xs:enumeration value="Ctr"/>
1551
+ <xs:enumeration value="AverageCpc"/>
1552
+ <xs:enumeration value="Spend"/>
1553
+ <xs:enumeration value="AveragePosition"/>
1554
+ <xs:enumeration value="Conversions"/>
1555
+ <xs:enumeration value="ConversionRate"/>
1556
+ <xs:enumeration value="CostPerConversion"/>
1557
+ <xs:enumeration value="DeviceType"/>
1558
+ <xs:enumeration value="Language"/>
1559
+ <xs:enumeration value="BidMatchType"/>
1560
+ <xs:enumeration value="DeliveredMatchType"/>
1561
+ <xs:enumeration value="Network"/>
1562
+ <xs:enumeration value="TopVsOther"/>
1563
+ <xs:enumeration value="DeviceOS"/>
1564
+ <xs:enumeration value="Assists"/>
1565
+ <xs:enumeration value="Revenue"/>
1566
+ <xs:enumeration value="ReturnOnAdSpend"/>
1567
+ <xs:enumeration value="CostPerAssist"/>
1568
+ <xs:enumeration value="RevenuePerConversion"/>
1569
+ <xs:enumeration value="RevenuePerAssist"/>
1570
+ <xs:enumeration value="TrackingTemplate"/>
1571
+ <xs:enumeration value="CustomParameters"/>
1572
+ <xs:enumeration value="FinalUrl"/>
1573
+ <xs:enumeration value="FinalMobileUrl"/>
1574
+ <xs:enumeration value="FinalAppUrl"/>
1575
+ <xs:enumeration value="AccountStatus"/>
1576
+ <xs:enumeration value="CampaignStatus"/>
1577
+ <xs:enumeration value="AdGroupStatus"/>
1578
+ <xs:enumeration value="AdStatus"/>
1579
+ <xs:enumeration value="CustomerId"/>
1580
+ <xs:enumeration value="CustomerName"/>
1581
+ </xs:restriction>
1582
+ </xs:simpleType>
1583
+ <xs:element name="DestinationUrlPerformanceReportColumn" nillable="true" type="tns:DestinationUrlPerformanceReportColumn"/>
1584
+ <xs:complexType name="DestinationUrlPerformanceReportFilter">
1585
+ <xs:sequence>
1586
+ <xs:element minOccurs="0" name="AccountStatus" nillable="true" type="tns:AccountStatusReportFilter"/>
1587
+ <xs:element minOccurs="0" name="AdDistribution" nillable="true" type="tns:AdDistributionReportFilter"/>
1588
+ <xs:element minOccurs="0" name="AdGroupStatus" nillable="true" type="tns:AdGroupStatusReportFilter"/>
1589
+ <xs:element minOccurs="0" name="AdStatus" nillable="true" type="tns:AdStatusReportFilter"/>
1590
+ <xs:element minOccurs="0" name="CampaignStatus" nillable="true" type="tns:CampaignStatusReportFilter"/>
1591
+ <xs:element minOccurs="0" name="DeviceType" nillable="true" type="tns:DeviceTypeReportFilter"/>
1592
+ <xs:element minOccurs="0" name="LanguageCode" nillable="true" type="q13:ArrayOfstring" xmlns:q13="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
1593
+ </xs:sequence>
1594
+ </xs:complexType>
1595
+ <xs:element name="DestinationUrlPerformanceReportFilter" nillable="true" type="tns:DestinationUrlPerformanceReportFilter"/>
1596
+ <xs:complexType name="BudgetSummaryReportRequest">
1597
+ <xs:complexContent mixed="false">
1598
+ <xs:extension base="tns:ReportRequest">
1599
+ <xs:sequence>
1600
+ <xs:element name="Columns" nillable="true" type="tns:ArrayOfBudgetSummaryReportColumn"/>
1601
+ <xs:element name="Scope" nillable="true" type="tns:AccountThroughCampaignReportScope"/>
1602
+ <xs:element name="Time" nillable="true" type="tns:BudgetSummaryReportTime"/>
1603
+ </xs:sequence>
1604
+ </xs:extension>
1605
+ </xs:complexContent>
1606
+ </xs:complexType>
1607
+ <xs:element name="BudgetSummaryReportRequest" nillable="true" type="tns:BudgetSummaryReportRequest"/>
1608
+ <xs:complexType name="ArrayOfBudgetSummaryReportColumn">
1609
+ <xs:sequence>
1610
+ <xs:element maxOccurs="unbounded" minOccurs="0" name="BudgetSummaryReportColumn" type="tns:BudgetSummaryReportColumn"/>
1611
+ </xs:sequence>
1612
+ </xs:complexType>
1613
+ <xs:element name="ArrayOfBudgetSummaryReportColumn" nillable="true" type="tns:ArrayOfBudgetSummaryReportColumn"/>
1614
+ <xs:simpleType name="BudgetSummaryReportColumn">
1615
+ <xs:restriction base="xs:string">
1616
+ <xs:enumeration value="AccountName"/>
1617
+ <xs:enumeration value="AccountNumber"/>
1618
+ <xs:enumeration value="AccountId"/>
1619
+ <xs:enumeration value="CampaignName"/>
1620
+ <xs:enumeration value="CampaignId"/>
1621
+ <xs:enumeration value="Date"/>
1622
+ <xs:enumeration value="CurrencyCode"/>
1623
+ <xs:enumeration value="MonthlyBudget"/>
1624
+ <xs:enumeration value="DailySpend"/>
1625
+ <xs:enumeration value="MonthToDateSpend"/>
1626
+ </xs:restriction>
1627
+ </xs:simpleType>
1628
+ <xs:element name="BudgetSummaryReportColumn" nillable="true" type="tns:BudgetSummaryReportColumn"/>
1629
+ <xs:complexType name="BudgetSummaryReportTime">
1630
+ <xs:sequence>
1631
+ <xs:element minOccurs="0" name="CustomDateRangeEnd" nillable="true" type="tns:Date"/>
1632
+ <xs:element minOccurs="0" name="CustomDateRangeStart" nillable="true" type="tns:Date"/>
1633
+ <xs:element minOccurs="0" name="PredefinedTime" nillable="true" type="tns:ReportTimePeriod"/>
1634
+ <xs:element minOccurs="0" name="ReportTimeZone" nillable="true" type="tns:ReportTimeZone"/>
1635
+ </xs:sequence>
1636
+ </xs:complexType>
1637
+ <xs:element name="BudgetSummaryReportTime" nillable="true" type="tns:BudgetSummaryReportTime"/>
1638
+ <xs:complexType name="AgeGenderDemographicReportRequest">
1639
+ <xs:complexContent mixed="false">
1640
+ <xs:extension base="tns:ReportRequest">
1641
+ <xs:sequence>
1642
+ <xs:element name="Aggregation" type="tns:ReportAggregation"/>
1643
+ <xs:element name="Columns" nillable="true" type="tns:ArrayOfAgeGenderDemographicReportColumn"/>
1644
+ <xs:element minOccurs="0" name="Filter" nillable="true" type="tns:AgeGenderDemographicReportFilter"/>
1645
+ <xs:element name="Scope" nillable="true" type="tns:AccountThroughAdGroupReportScope"/>
1646
+ <xs:element name="Time" nillable="true" type="tns:ReportTime"/>
1647
+ </xs:sequence>
1648
+ </xs:extension>
1649
+ </xs:complexContent>
1650
+ </xs:complexType>
1651
+ <xs:element name="AgeGenderDemographicReportRequest" nillable="true" type="tns:AgeGenderDemographicReportRequest"/>
1652
+ <xs:complexType name="ArrayOfAgeGenderDemographicReportColumn">
1653
+ <xs:sequence>
1654
+ <xs:element maxOccurs="unbounded" minOccurs="0" name="AgeGenderDemographicReportColumn" type="tns:AgeGenderDemographicReportColumn"/>
1655
+ </xs:sequence>
1656
+ </xs:complexType>
1657
+ <xs:element name="ArrayOfAgeGenderDemographicReportColumn" nillable="true" type="tns:ArrayOfAgeGenderDemographicReportColumn"/>
1658
+ <xs:simpleType name="AgeGenderDemographicReportColumn">
1659
+ <xs:restriction base="xs:string">
1660
+ <xs:enumeration value="AccountName"/>
1661
+ <xs:enumeration value="AccountNumber"/>
1662
+ <xs:enumeration value="AccountId"/>
1663
+ <xs:enumeration value="TimePeriod"/>
1664
+ <xs:enumeration value="CampaignName"/>
1665
+ <xs:enumeration value="CampaignId"/>
1666
+ <xs:enumeration value="AdGroupName"/>
1667
+ <xs:enumeration value="AdGroupId"/>
1668
+ <xs:enumeration value="AdDistribution"/>
1669
+ <xs:enumeration value="AgeGroup"/>
1670
+ <xs:enumeration value="Gender"/>
1671
+ <xs:enumeration value="EstimatedImpressionPercent"/>
1672
+ <xs:enumeration value="EstimatedClickPercent"/>
1673
+ <xs:enumeration value="EstimatedCtr"/>
1674
+ <xs:enumeration value="Language"/>
1675
+ <xs:enumeration value="EstimatedImpressions"/>
1676
+ <xs:enumeration value="EstimatedClicks"/>
1677
+ <xs:enumeration value="EstimatedConversions"/>
1678
+ <xs:enumeration value="EstimatedConversionRate"/>
1679
+ <xs:enumeration value="AccountStatus"/>
1680
+ <xs:enumeration value="CampaignStatus"/>
1681
+ <xs:enumeration value="AdGroupStatus"/>
1682
+ </xs:restriction>
1683
+ </xs:simpleType>
1684
+ <xs:element name="AgeGenderDemographicReportColumn" nillable="true" type="tns:AgeGenderDemographicReportColumn"/>
1685
+ <xs:complexType name="AgeGenderDemographicReportFilter">
1686
+ <xs:sequence>
1687
+ <xs:element minOccurs="0" name="AccountStatus" nillable="true" type="tns:AccountStatusReportFilter"/>
1688
+ <xs:element minOccurs="0" name="AdDistribution" nillable="true" type="tns:AdDistributionReportFilter"/>
1689
+ <xs:element minOccurs="0" name="AdGroupStatus" nillable="true" type="tns:AdGroupStatusReportFilter"/>
1690
+ <xs:element minOccurs="0" name="CampaignStatus" nillable="true" type="tns:CampaignStatusReportFilter"/>
1691
+ <xs:element minOccurs="0" name="LanguageCode" nillable="true" type="q14:ArrayOfstring" xmlns:q14="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
1692
+ </xs:sequence>
1693
+ </xs:complexType>
1694
+ <xs:element name="AgeGenderDemographicReportFilter" nillable="true" type="tns:AgeGenderDemographicReportFilter"/>
1695
+ <xs:complexType name="AgeGenderAudienceReportRequest">
1696
+ <xs:complexContent mixed="false">
1697
+ <xs:extension base="tns:ReportRequest">
1698
+ <xs:sequence>
1699
+ <xs:element name="Aggregation" type="tns:ReportAggregation"/>
1700
+ <xs:element name="Columns" nillable="true" type="tns:ArrayOfAgeGenderAudienceReportColumn"/>
1701
+ <xs:element minOccurs="0" name="Filter" nillable="true" type="tns:AgeGenderAudienceReportFilter"/>
1702
+ <xs:element name="Scope" nillable="true" type="tns:AccountThroughAdGroupReportScope"/>
1703
+ <xs:element name="Time" nillable="true" type="tns:ReportTime"/>
1704
+ </xs:sequence>
1705
+ </xs:extension>
1706
+ </xs:complexContent>
1707
+ </xs:complexType>
1708
+ <xs:element name="AgeGenderAudienceReportRequest" nillable="true" type="tns:AgeGenderAudienceReportRequest"/>
1709
+ <xs:complexType name="ArrayOfAgeGenderAudienceReportColumn">
1710
+ <xs:sequence>
1711
+ <xs:element maxOccurs="unbounded" minOccurs="0" name="AgeGenderAudienceReportColumn" type="tns:AgeGenderAudienceReportColumn"/>
1712
+ </xs:sequence>
1713
+ </xs:complexType>
1714
+ <xs:element name="ArrayOfAgeGenderAudienceReportColumn" nillable="true" type="tns:ArrayOfAgeGenderAudienceReportColumn"/>
1715
+ <xs:simpleType name="AgeGenderAudienceReportColumn">
1716
+ <xs:restriction base="xs:string">
1717
+ <xs:enumeration value="AccountName"/>
1718
+ <xs:enumeration value="AccountNumber"/>
1719
+ <xs:enumeration value="AccountId"/>
1720
+ <xs:enumeration value="TimePeriod"/>
1721
+ <xs:enumeration value="CampaignName"/>
1722
+ <xs:enumeration value="CampaignId"/>
1723
+ <xs:enumeration value="AdGroupName"/>
1724
+ <xs:enumeration value="AdGroupId"/>
1725
+ <xs:enumeration value="AdDistribution"/>
1726
+ <xs:enumeration value="AgeGroup"/>
1727
+ <xs:enumeration value="Gender"/>
1728
+ <xs:enumeration value="Impressions"/>
1729
+ <xs:enumeration value="Clicks"/>
1730
+ <xs:enumeration value="Conversions"/>
1731
+ <xs:enumeration value="Spend"/>
1732
+ <xs:enumeration value="Revenue"/>
1733
+ <xs:enumeration value="ExtendedCost"/>
1734
+ <xs:enumeration value="Assists"/>
1735
+ <xs:enumeration value="Language"/>
1736
+ <xs:enumeration value="AccountStatus"/>
1737
+ <xs:enumeration value="CampaignStatus"/>
1738
+ <xs:enumeration value="AdGroupStatus"/>
1739
+ </xs:restriction>
1740
+ </xs:simpleType>
1741
+ <xs:element name="AgeGenderAudienceReportColumn" nillable="true" type="tns:AgeGenderAudienceReportColumn"/>
1742
+ <xs:complexType name="AgeGenderAudienceReportFilter">
1743
+ <xs:sequence>
1744
+ <xs:element minOccurs="0" name="AccountStatus" nillable="true" type="tns:AccountStatusReportFilter"/>
1745
+ <xs:element minOccurs="0" name="AdDistribution" nillable="true" type="tns:AdDistributionReportFilter"/>
1746
+ <xs:element minOccurs="0" name="AdGroupStatus" nillable="true" type="tns:AdGroupStatusReportFilter"/>
1747
+ <xs:element minOccurs="0" name="CampaignStatus" nillable="true" type="tns:CampaignStatusReportFilter"/>
1748
+ <xs:element minOccurs="0" name="LanguageCode" nillable="true" type="q15:ArrayOfstring" xmlns:q15="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
1749
+ </xs:sequence>
1750
+ </xs:complexType>
1751
+ <xs:element name="AgeGenderAudienceReportFilter" nillable="true" type="tns:AgeGenderAudienceReportFilter"/>
1752
+ <xs:complexType name="ProfessionalDemographicsAudienceReportRequest">
1753
+ <xs:complexContent mixed="false">
1754
+ <xs:extension base="tns:ReportRequest">
1755
+ <xs:sequence>
1756
+ <xs:element name="Aggregation" type="tns:ReportAggregation"/>
1757
+ <xs:element name="Columns" nillable="true" type="tns:ArrayOfProfessionalDemographicsAudienceReportColumn"/>
1758
+ <xs:element minOccurs="0" name="Filter" nillable="true" type="tns:ProfessionalDemographicsAudienceReportFilter"/>
1759
+ <xs:element name="Scope" nillable="true" type="tns:AccountThroughAdGroupReportScope"/>
1760
+ <xs:element name="Time" nillable="true" type="tns:ReportTime"/>
1761
+ </xs:sequence>
1762
+ </xs:extension>
1763
+ </xs:complexContent>
1764
+ </xs:complexType>
1765
+ <xs:element name="ProfessionalDemographicsAudienceReportRequest" nillable="true" type="tns:ProfessionalDemographicsAudienceReportRequest"/>
1766
+ <xs:complexType name="ArrayOfProfessionalDemographicsAudienceReportColumn">
1767
+ <xs:sequence>
1768
+ <xs:element maxOccurs="unbounded" minOccurs="0" name="ProfessionalDemographicsAudienceReportColumn" type="tns:ProfessionalDemographicsAudienceReportColumn"/>
1769
+ </xs:sequence>
1770
+ </xs:complexType>
1771
+ <xs:element name="ArrayOfProfessionalDemographicsAudienceReportColumn" nillable="true" type="tns:ArrayOfProfessionalDemographicsAudienceReportColumn"/>
1772
+ <xs:simpleType name="ProfessionalDemographicsAudienceReportColumn">
1773
+ <xs:restriction base="xs:string">
1774
+ <xs:enumeration value="AccountName"/>
1775
+ <xs:enumeration value="AccountNumber"/>
1776
+ <xs:enumeration value="AccountId"/>
1777
+ <xs:enumeration value="TimePeriod"/>
1778
+ <xs:enumeration value="CampaignName"/>
1779
+ <xs:enumeration value="CampaignId"/>
1780
+ <xs:enumeration value="AdGroupName"/>
1781
+ <xs:enumeration value="AdGroupId"/>
1782
+ <xs:enumeration value="CompanyName"/>
1783
+ <xs:enumeration value="IndustryName"/>
1784
+ <xs:enumeration value="JobFunctionName"/>
1785
+ <xs:enumeration value="AdDistribution"/>
1786
+ <xs:enumeration value="Impressions"/>
1787
+ <xs:enumeration value="Clicks"/>
1788
+ <xs:enumeration value="Spend"/>
1789
+ <xs:enumeration value="Conversions"/>
1790
+ <xs:enumeration value="Language"/>
1791
+ <xs:enumeration value="Assists"/>
1792
+ <xs:enumeration value="Revenue"/>
1793
+ <xs:enumeration value="AccountStatus"/>
1794
+ <xs:enumeration value="CampaignStatus"/>
1795
+ <xs:enumeration value="AdGroupStatus"/>
1796
+ </xs:restriction>
1797
+ </xs:simpleType>
1798
+ <xs:element name="ProfessionalDemographicsAudienceReportColumn" nillable="true" type="tns:ProfessionalDemographicsAudienceReportColumn"/>
1799
+ <xs:complexType name="ProfessionalDemographicsAudienceReportFilter">
1800
+ <xs:sequence>
1801
+ <xs:element minOccurs="0" name="AccountStatus" nillable="true" type="tns:AccountStatusReportFilter"/>
1802
+ <xs:element minOccurs="0" name="AdDistribution" nillable="true" type="tns:AdDistributionReportFilter"/>
1803
+ <xs:element minOccurs="0" name="AdGroupStatus" nillable="true" type="tns:AdGroupStatusReportFilter"/>
1804
+ <xs:element minOccurs="0" name="CampaignStatus" nillable="true" type="tns:CampaignStatusReportFilter"/>
1805
+ <xs:element minOccurs="0" name="LanguageCode" nillable="true" type="q16:ArrayOfstring" xmlns:q16="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
1806
+ </xs:sequence>
1807
+ </xs:complexType>
1808
+ <xs:element name="ProfessionalDemographicsAudienceReportFilter" nillable="true" type="tns:ProfessionalDemographicsAudienceReportFilter"/>
1809
+ <xs:complexType name="UserLocationPerformanceReportRequest">
1810
+ <xs:complexContent mixed="false">
1811
+ <xs:extension base="tns:ReportRequest">
1812
+ <xs:sequence>
1813
+ <xs:element name="Aggregation" type="tns:ReportAggregation"/>
1814
+ <xs:element name="Columns" nillable="true" type="tns:ArrayOfUserLocationPerformanceReportColumn"/>
1815
+ <xs:element minOccurs="0" name="Filter" nillable="true" type="tns:UserLocationPerformanceReportFilter"/>
1816
+ <xs:element name="Scope" nillable="true" type="tns:AccountThroughAdGroupReportScope"/>
1817
+ <xs:element name="Time" nillable="true" type="tns:ReportTime"/>
1818
+ </xs:sequence>
1819
+ </xs:extension>
1820
+ </xs:complexContent>
1821
+ </xs:complexType>
1822
+ <xs:element name="UserLocationPerformanceReportRequest" nillable="true" type="tns:UserLocationPerformanceReportRequest"/>
1823
+ <xs:complexType name="ArrayOfUserLocationPerformanceReportColumn">
1824
+ <xs:sequence>
1825
+ <xs:element maxOccurs="unbounded" minOccurs="0" name="UserLocationPerformanceReportColumn" type="tns:UserLocationPerformanceReportColumn"/>
1826
+ </xs:sequence>
1827
+ </xs:complexType>
1828
+ <xs:element name="ArrayOfUserLocationPerformanceReportColumn" nillable="true" type="tns:ArrayOfUserLocationPerformanceReportColumn"/>
1829
+ <xs:simpleType name="UserLocationPerformanceReportColumn">
1830
+ <xs:restriction base="xs:string">
1831
+ <xs:enumeration value="AccountName"/>
1832
+ <xs:enumeration value="AccountNumber"/>
1833
+ <xs:enumeration value="AccountId"/>
1834
+ <xs:enumeration value="TimePeriod"/>
1835
+ <xs:enumeration value="CampaignName"/>
1836
+ <xs:enumeration value="CampaignId"/>
1837
+ <xs:enumeration value="AdGroupName"/>
1838
+ <xs:enumeration value="AdGroupId"/>
1839
+ <xs:enumeration value="Country"/>
1840
+ <xs:enumeration value="State"/>
1841
+ <xs:enumeration value="MetroArea"/>
1842
+ <xs:enumeration value="CurrencyCode"/>
1843
+ <xs:enumeration value="AdDistribution"/>
1844
+ <xs:enumeration value="Impressions"/>
1845
+ <xs:enumeration value="Clicks"/>
1846
+ <xs:enumeration value="Ctr"/>
1847
+ <xs:enumeration value="AverageCpc"/>
1848
+ <xs:enumeration value="Spend"/>
1849
+ <xs:enumeration value="AveragePosition"/>
1850
+ <xs:enumeration value="ProximityTargetLocation"/>
1851
+ <xs:enumeration value="Radius"/>
1852
+ <xs:enumeration value="Language"/>
1853
+ <xs:enumeration value="City"/>
1854
+ <xs:enumeration value="QueryIntentCountry"/>
1855
+ <xs:enumeration value="QueryIntentState"/>
1856
+ <xs:enumeration value="QueryIntentCity"/>
1857
+ <xs:enumeration value="QueryIntentDMA"/>
1858
+ <xs:enumeration value="BidMatchType"/>
1859
+ <xs:enumeration value="DeliveredMatchType"/>
1860
+ <xs:enumeration value="Network"/>
1861
+ <xs:enumeration value="TopVsOther"/>
1862
+ <xs:enumeration value="DeviceType"/>
1863
+ <xs:enumeration value="DeviceOS"/>
1864
+ <xs:enumeration value="Assists"/>
1865
+ <xs:enumeration value="Conversions"/>
1866
+ <xs:enumeration value="ConversionRate"/>
1867
+ <xs:enumeration value="Revenue"/>
1868
+ <xs:enumeration value="ReturnOnAdSpend"/>
1869
+ <xs:enumeration value="CostPerConversion"/>
1870
+ <xs:enumeration value="CostPerAssist"/>
1871
+ <xs:enumeration value="RevenuePerConversion"/>
1872
+ <xs:enumeration value="RevenuePerAssist"/>
1873
+ <xs:enumeration value="County"/>
1874
+ <xs:enumeration value="PostalCode"/>
1875
+ <xs:enumeration value="QueryIntentCounty"/>
1876
+ <xs:enumeration value="QueryIntentPostalCode"/>
1877
+ <xs:enumeration value="LocationId"/>
1878
+ <xs:enumeration value="QueryIntentLocationId"/>
1879
+ </xs:restriction>
1880
+ </xs:simpleType>
1881
+ <xs:element name="UserLocationPerformanceReportColumn" nillable="true" type="tns:UserLocationPerformanceReportColumn"/>
1882
+ <xs:complexType name="UserLocationPerformanceReportFilter">
1883
+ <xs:sequence>
1884
+ <xs:element minOccurs="0" name="AdDistribution" nillable="true" type="tns:AdDistributionReportFilter"/>
1885
+ <xs:element minOccurs="0" name="CountryCode" nillable="true" type="q17:ArrayOfstring" xmlns:q17="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
1886
+ <xs:element minOccurs="0" name="LanguageCode" nillable="true" type="q18:ArrayOfstring" xmlns:q18="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
1887
+ </xs:sequence>
1888
+ </xs:complexType>
1889
+ <xs:element name="UserLocationPerformanceReportFilter" nillable="true" type="tns:UserLocationPerformanceReportFilter"/>
1890
+ <xs:complexType name="PublisherUsagePerformanceReportRequest">
1891
+ <xs:complexContent mixed="false">
1892
+ <xs:extension base="tns:ReportRequest">
1893
+ <xs:sequence>
1894
+ <xs:element name="Aggregation" type="tns:ReportAggregation"/>
1895
+ <xs:element name="Columns" nillable="true" type="tns:ArrayOfPublisherUsagePerformanceReportColumn"/>
1896
+ <xs:element minOccurs="0" name="Filter" nillable="true" type="tns:PublisherUsagePerformanceReportFilter"/>
1897
+ <xs:element name="Scope" nillable="true" type="tns:AccountThroughAdGroupReportScope"/>
1898
+ <xs:element name="Time" nillable="true" type="tns:ReportTime"/>
1899
+ </xs:sequence>
1900
+ </xs:extension>
1901
+ </xs:complexContent>
1902
+ </xs:complexType>
1903
+ <xs:element name="PublisherUsagePerformanceReportRequest" nillable="true" type="tns:PublisherUsagePerformanceReportRequest"/>
1904
+ <xs:complexType name="ArrayOfPublisherUsagePerformanceReportColumn">
1905
+ <xs:sequence>
1906
+ <xs:element maxOccurs="unbounded" minOccurs="0" name="PublisherUsagePerformanceReportColumn" type="tns:PublisherUsagePerformanceReportColumn"/>
1907
+ </xs:sequence>
1908
+ </xs:complexType>
1909
+ <xs:element name="ArrayOfPublisherUsagePerformanceReportColumn" nillable="true" type="tns:ArrayOfPublisherUsagePerformanceReportColumn"/>
1910
+ <xs:simpleType name="PublisherUsagePerformanceReportColumn">
1911
+ <xs:restriction base="xs:string">
1912
+ <xs:enumeration value="AccountName"/>
1913
+ <xs:enumeration value="AccountNumber"/>
1914
+ <xs:enumeration value="AccountId"/>
1915
+ <xs:enumeration value="TimePeriod"/>
1916
+ <xs:enumeration value="CampaignName"/>
1917
+ <xs:enumeration value="CampaignId"/>
1918
+ <xs:enumeration value="AdGroupName"/>
1919
+ <xs:enumeration value="AdGroupId"/>
1920
+ <xs:enumeration value="CurrencyCode"/>
1921
+ <xs:enumeration value="AdDistribution"/>
1922
+ <xs:enumeration value="PublisherUrl"/>
1923
+ <xs:enumeration value="Impressions"/>
1924
+ <xs:enumeration value="Clicks"/>
1925
+ <xs:enumeration value="Ctr"/>
1926
+ <xs:enumeration value="AverageCpc"/>
1927
+ <xs:enumeration value="Spend"/>
1928
+ <xs:enumeration value="AveragePosition"/>
1929
+ <xs:enumeration value="Conversions"/>
1930
+ <xs:enumeration value="ConversionRate"/>
1931
+ <xs:enumeration value="CostPerConversion"/>
1932
+ <xs:enumeration value="Language"/>
1933
+ <xs:enumeration value="BidMatchType"/>
1934
+ <xs:enumeration value="DeliveredMatchType"/>
1935
+ <xs:enumeration value="Network"/>
1936
+ <xs:enumeration value="TopVsOther"/>
1937
+ <xs:enumeration value="DeviceType"/>
1938
+ <xs:enumeration value="DeviceOS"/>
1939
+ <xs:enumeration value="Assists"/>
1940
+ <xs:enumeration value="Revenue"/>
1941
+ <xs:enumeration value="ReturnOnAdSpend"/>
1942
+ <xs:enumeration value="CostPerAssist"/>
1943
+ <xs:enumeration value="RevenuePerConversion"/>
1944
+ <xs:enumeration value="RevenuePerAssist"/>
1945
+ <xs:enumeration value="AccountStatus"/>
1946
+ <xs:enumeration value="CampaignStatus"/>
1947
+ <xs:enumeration value="AdGroupStatus"/>
1948
+ </xs:restriction>
1949
+ </xs:simpleType>
1950
+ <xs:element name="PublisherUsagePerformanceReportColumn" nillable="true" type="tns:PublisherUsagePerformanceReportColumn"/>
1951
+ <xs:complexType name="PublisherUsagePerformanceReportFilter">
1952
+ <xs:sequence>
1953
+ <xs:element minOccurs="0" name="AccountStatus" nillable="true" type="tns:AccountStatusReportFilter"/>
1954
+ <xs:element minOccurs="0" name="AdDistribution" nillable="true" type="tns:AdDistributionReportFilter"/>
1955
+ <xs:element minOccurs="0" name="AdGroupStatus" nillable="true" type="tns:AdGroupStatusReportFilter"/>
1956
+ <xs:element minOccurs="0" name="CampaignStatus" nillable="true" type="tns:CampaignStatusReportFilter"/>
1957
+ <xs:element minOccurs="0" name="LanguageCode" nillable="true" type="q19:ArrayOfstring" xmlns:q19="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
1958
+ </xs:sequence>
1959
+ </xs:complexType>
1960
+ <xs:element name="PublisherUsagePerformanceReportFilter" nillable="true" type="tns:PublisherUsagePerformanceReportFilter"/>
1961
+ <xs:complexType name="SearchQueryPerformanceReportRequest">
1962
+ <xs:complexContent mixed="false">
1963
+ <xs:extension base="tns:ReportRequest">
1964
+ <xs:sequence>
1965
+ <xs:element name="Aggregation" type="tns:ReportAggregation"/>
1966
+ <xs:element name="Columns" nillable="true" type="tns:ArrayOfSearchQueryPerformanceReportColumn"/>
1967
+ <xs:element minOccurs="0" name="Filter" nillable="true" type="tns:SearchQueryPerformanceReportFilter"/>
1968
+ <xs:element name="Scope" nillable="true" type="tns:AccountThroughAdGroupReportScope"/>
1969
+ <xs:element name="Time" nillable="true" type="tns:ReportTime"/>
1970
+ </xs:sequence>
1971
+ </xs:extension>
1972
+ </xs:complexContent>
1973
+ </xs:complexType>
1974
+ <xs:element name="SearchQueryPerformanceReportRequest" nillable="true" type="tns:SearchQueryPerformanceReportRequest"/>
1975
+ <xs:complexType name="ArrayOfSearchQueryPerformanceReportColumn">
1976
+ <xs:sequence>
1977
+ <xs:element maxOccurs="unbounded" minOccurs="0" name="SearchQueryPerformanceReportColumn" type="tns:SearchQueryPerformanceReportColumn"/>
1978
+ </xs:sequence>
1979
+ </xs:complexType>
1980
+ <xs:element name="ArrayOfSearchQueryPerformanceReportColumn" nillable="true" type="tns:ArrayOfSearchQueryPerformanceReportColumn"/>
1981
+ <xs:simpleType name="SearchQueryPerformanceReportColumn">
1982
+ <xs:restriction base="xs:string">
1983
+ <xs:enumeration value="AccountName"/>
1984
+ <xs:enumeration value="AccountNumber"/>
1985
+ <xs:enumeration value="AccountId"/>
1986
+ <xs:enumeration value="TimePeriod"/>
1987
+ <xs:enumeration value="CampaignName"/>
1988
+ <xs:enumeration value="CampaignId"/>
1989
+ <xs:enumeration value="AdGroupName"/>
1990
+ <xs:enumeration value="AdGroupId"/>
1991
+ <xs:enumeration value="AdId"/>
1992
+ <xs:enumeration value="AdType"/>
1993
+ <xs:enumeration value="DestinationUrl"/>
1994
+ <xs:enumeration value="BidMatchType"/>
1995
+ <xs:enumeration value="DeliveredMatchType"/>
1996
+ <xs:enumeration value="CampaignStatus"/>
1997
+ <xs:enumeration value="AdStatus"/>
1998
+ <xs:enumeration value="Impressions"/>
1999
+ <xs:enumeration value="Clicks"/>
2000
+ <xs:enumeration value="Ctr"/>
2001
+ <xs:enumeration value="AverageCpc"/>
2002
+ <xs:enumeration value="Spend"/>
2003
+ <xs:enumeration value="AveragePosition"/>
2004
+ <xs:enumeration value="SearchQuery"/>
2005
+ <xs:enumeration value="Keyword"/>
2006
+ <xs:enumeration value="AdGroupCriterionId"/>
2007
+ <xs:enumeration value="Conversions"/>
2008
+ <xs:enumeration value="ConversionRate"/>
2009
+ <xs:enumeration value="CostPerConversion"/>
2010
+ <xs:enumeration value="Language"/>
2011
+ <xs:enumeration value="KeywordId"/>
2012
+ <xs:enumeration value="Network"/>
2013
+ <xs:enumeration value="TopVsOther"/>
2014
+ <xs:enumeration value="DeviceType"/>
2015
+ <xs:enumeration value="DeviceOS"/>
2016
+ <xs:enumeration value="Assists"/>
2017
+ <xs:enumeration value="Revenue"/>
2018
+ <xs:enumeration value="ReturnOnAdSpend"/>
2019
+ <xs:enumeration value="CostPerAssist"/>
2020
+ <xs:enumeration value="RevenuePerConversion"/>
2021
+ <xs:enumeration value="RevenuePerAssist"/>
2022
+ <xs:enumeration value="AccountStatus"/>
2023
+ <xs:enumeration value="AdGroupStatus"/>
2024
+ <xs:enumeration value="KeywordStatus"/>
2025
+ <xs:enumeration value="CampaignType"/>
2026
+ <xs:enumeration value="CustomerId"/>
2027
+ <xs:enumeration value="CustomerName"/>
2028
+ </xs:restriction>
2029
+ </xs:simpleType>
2030
+ <xs:element name="SearchQueryPerformanceReportColumn" nillable="true" type="tns:SearchQueryPerformanceReportColumn"/>
2031
+ <xs:complexType name="SearchQueryPerformanceReportFilter">
2032
+ <xs:sequence>
2033
+ <xs:element minOccurs="0" name="AccountStatus" nillable="true" type="tns:AccountStatusReportFilter"/>
2034
+ <xs:element minOccurs="0" name="AdGroupStatus" nillable="true" type="tns:AdGroupStatusReportFilter"/>
2035
+ <xs:element minOccurs="0" name="AdStatus" nillable="true" type="tns:AdStatusReportFilter"/>
2036
+ <xs:element minOccurs="0" name="AdType" nillable="true" type="tns:AdTypeReportFilter"/>
2037
+ <xs:element minOccurs="0" name="CampaignStatus" nillable="true" type="tns:CampaignStatusReportFilter"/>
2038
+ <xs:element minOccurs="0" name="DeliveredMatchType" nillable="true" type="tns:DeliveredMatchTypeReportFilter"/>
2039
+ <xs:element minOccurs="0" name="ExcludeZeroClicks" type="xs:boolean"/>
2040
+ <xs:element minOccurs="0" name="KeywordStatus" nillable="true" type="tns:KeywordStatusReportFilter"/>
2041
+ <xs:element minOccurs="0" name="LanguageCode" nillable="true" type="q20:ArrayOfstring" xmlns:q20="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
2042
+ <xs:element minOccurs="0" name="SearchQueries" nillable="true" type="q21:ArrayOfstring" xmlns:q21="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
2043
+ </xs:sequence>
2044
+ </xs:complexType>
2045
+ <xs:element name="SearchQueryPerformanceReportFilter" nillable="true" type="tns:SearchQueryPerformanceReportFilter"/>
2046
+ <xs:complexType name="ConversionPerformanceReportRequest">
2047
+ <xs:complexContent mixed="false">
2048
+ <xs:extension base="tns:ReportRequest">
2049
+ <xs:sequence>
2050
+ <xs:element name="Aggregation" type="tns:ReportAggregation"/>
2051
+ <xs:element name="Columns" nillable="true" type="tns:ArrayOfConversionPerformanceReportColumn"/>
2052
+ <xs:element minOccurs="0" name="Filter" nillable="true" type="tns:ConversionPerformanceReportFilter"/>
2053
+ <xs:element name="Scope" nillable="true" type="tns:AccountThroughAdGroupReportScope"/>
2054
+ <xs:element name="Time" nillable="true" type="tns:ReportTime"/>
2055
+ </xs:sequence>
2056
+ </xs:extension>
2057
+ </xs:complexContent>
2058
+ </xs:complexType>
2059
+ <xs:element name="ConversionPerformanceReportRequest" nillable="true" type="tns:ConversionPerformanceReportRequest"/>
2060
+ <xs:complexType name="ArrayOfConversionPerformanceReportColumn">
2061
+ <xs:sequence>
2062
+ <xs:element maxOccurs="unbounded" minOccurs="0" name="ConversionPerformanceReportColumn" type="tns:ConversionPerformanceReportColumn"/>
2063
+ </xs:sequence>
2064
+ </xs:complexType>
2065
+ <xs:element name="ArrayOfConversionPerformanceReportColumn" nillable="true" type="tns:ArrayOfConversionPerformanceReportColumn"/>
2066
+ <xs:simpleType name="ConversionPerformanceReportColumn">
2067
+ <xs:restriction base="xs:string">
2068
+ <xs:enumeration value="AccountName"/>
2069
+ <xs:enumeration value="AccountNumber"/>
2070
+ <xs:enumeration value="AccountId"/>
2071
+ <xs:enumeration value="TimePeriod"/>
2072
+ <xs:enumeration value="CampaignName"/>
2073
+ <xs:enumeration value="CampaignId"/>
2074
+ <xs:enumeration value="AdGroupName"/>
2075
+ <xs:enumeration value="AdGroupId"/>
2076
+ <xs:enumeration value="Keyword"/>
2077
+ <xs:enumeration value="KeywordId"/>
2078
+ <xs:enumeration value="Impressions"/>
2079
+ <xs:enumeration value="Clicks"/>
2080
+ <xs:enumeration value="Ctr"/>
2081
+ <xs:enumeration value="Assists"/>
2082
+ <xs:enumeration value="Conversions"/>
2083
+ <xs:enumeration value="ConversionRate"/>
2084
+ <xs:enumeration value="Spend"/>
2085
+ <xs:enumeration value="Revenue"/>
2086
+ <xs:enumeration value="ReturnOnAdSpend"/>
2087
+ <xs:enumeration value="CostPerConversion"/>
2088
+ <xs:enumeration value="CostPerAssist"/>
2089
+ <xs:enumeration value="RevenuePerConversion"/>
2090
+ <xs:enumeration value="RevenuePerAssist"/>
2091
+ <xs:enumeration value="DeviceType"/>
2092
+ <xs:enumeration value="AccountStatus"/>
2093
+ <xs:enumeration value="CampaignStatus"/>
2094
+ <xs:enumeration value="AdGroupStatus"/>
2095
+ <xs:enumeration value="KeywordStatus"/>
2096
+ </xs:restriction>
2097
+ </xs:simpleType>
2098
+ <xs:element name="ConversionPerformanceReportColumn" nillable="true" type="tns:ConversionPerformanceReportColumn"/>
2099
+ <xs:complexType name="ConversionPerformanceReportFilter">
2100
+ <xs:sequence>
2101
+ <xs:element minOccurs="0" name="AccountStatus" nillable="true" type="tns:AccountStatusReportFilter"/>
2102
+ <xs:element minOccurs="0" name="AdDistribution" nillable="true" type="tns:AdDistributionReportFilter"/>
2103
+ <xs:element minOccurs="0" name="AdGroupStatus" nillable="true" type="tns:AdGroupStatusReportFilter"/>
2104
+ <xs:element minOccurs="0" name="CampaignStatus" nillable="true" type="tns:CampaignStatusReportFilter"/>
2105
+ <xs:element minOccurs="0" name="DeviceType" nillable="true" type="tns:DeviceTypeReportFilter"/>
2106
+ <xs:element minOccurs="0" name="KeywordStatus" nillable="true" type="tns:KeywordStatusReportFilter"/>
2107
+ <xs:element minOccurs="0" name="Keywords" nillable="true" type="q22:ArrayOfstring" xmlns:q22="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
2108
+ </xs:sequence>
2109
+ </xs:complexType>
2110
+ <xs:element name="ConversionPerformanceReportFilter" nillable="true" type="tns:ConversionPerformanceReportFilter"/>
2111
+ <xs:complexType name="GoalsAndFunnelsReportRequest">
2112
+ <xs:complexContent mixed="false">
2113
+ <xs:extension base="tns:ReportRequest">
2114
+ <xs:sequence>
2115
+ <xs:element name="Aggregation" type="tns:ReportAggregation"/>
2116
+ <xs:element name="Columns" nillable="true" type="tns:ArrayOfGoalsAndFunnelsReportColumn"/>
2117
+ <xs:element minOccurs="0" name="Filter" nillable="true" type="tns:GoalsAndFunnelsReportFilter"/>
2118
+ <xs:element name="Scope" nillable="true" type="tns:AccountThroughAdGroupReportScope"/>
2119
+ <xs:element name="Time" nillable="true" type="tns:ReportTime"/>
2120
+ </xs:sequence>
2121
+ </xs:extension>
2122
+ </xs:complexContent>
2123
+ </xs:complexType>
2124
+ <xs:element name="GoalsAndFunnelsReportRequest" nillable="true" type="tns:GoalsAndFunnelsReportRequest"/>
2125
+ <xs:complexType name="ArrayOfGoalsAndFunnelsReportColumn">
2126
+ <xs:sequence>
2127
+ <xs:element maxOccurs="unbounded" minOccurs="0" name="GoalsAndFunnelsReportColumn" type="tns:GoalsAndFunnelsReportColumn"/>
2128
+ </xs:sequence>
2129
+ </xs:complexType>
2130
+ <xs:element name="ArrayOfGoalsAndFunnelsReportColumn" nillable="true" type="tns:ArrayOfGoalsAndFunnelsReportColumn"/>
2131
+ <xs:simpleType name="GoalsAndFunnelsReportColumn">
2132
+ <xs:restriction base="xs:string">
2133
+ <xs:enumeration value="AccountName"/>
2134
+ <xs:enumeration value="AccountNumber"/>
2135
+ <xs:enumeration value="AccountId"/>
2136
+ <xs:enumeration value="TimePeriod"/>
2137
+ <xs:enumeration value="CampaignName"/>
2138
+ <xs:enumeration value="CampaignId"/>
2139
+ <xs:enumeration value="AdGroupName"/>
2140
+ <xs:enumeration value="AdGroupId"/>
2141
+ <xs:enumeration value="Keyword"/>
2142
+ <xs:enumeration value="KeywordId"/>
2143
+ <xs:enumeration value="Goal"/>
2144
+ <xs:enumeration value="Conversions"/>
2145
+ <xs:enumeration value="Assists"/>
2146
+ <xs:enumeration value="Revenue"/>
2147
+ <xs:enumeration value="GoalId"/>
2148
+ <xs:enumeration value="DeviceType"/>
2149
+ <xs:enumeration value="DeviceOS"/>
2150
+ <xs:enumeration value="AccountStatus"/>
2151
+ <xs:enumeration value="CampaignStatus"/>
2152
+ <xs:enumeration value="AdGroupStatus"/>
2153
+ <xs:enumeration value="KeywordStatus"/>
2154
+ <xs:enumeration value="GoalType"/>
2155
+ </xs:restriction>
2156
+ </xs:simpleType>
2157
+ <xs:element name="GoalsAndFunnelsReportColumn" nillable="true" type="tns:GoalsAndFunnelsReportColumn"/>
2158
+ <xs:complexType name="GoalsAndFunnelsReportFilter">
2159
+ <xs:sequence>
2160
+ <xs:element minOccurs="0" name="AccountStatus" nillable="true" type="tns:AccountStatusReportFilter"/>
2161
+ <xs:element minOccurs="0" name="AdDistribution" nillable="true" type="tns:AdDistributionReportFilter"/>
2162
+ <xs:element minOccurs="0" name="AdGroupStatus" nillable="true" type="tns:AdGroupStatusReportFilter"/>
2163
+ <xs:element minOccurs="0" name="CampaignStatus" nillable="true" type="tns:CampaignStatusReportFilter"/>
2164
+ <xs:element minOccurs="0" name="DeviceOS" nillable="true" type="tns:DeviceOSReportFilter"/>
2165
+ <xs:element minOccurs="0" name="DeviceType" nillable="true" type="tns:DeviceTypeReportFilter"/>
2166
+ <xs:element minOccurs="0" name="GoalIds" nillable="true" type="q23:ArrayOflong" xmlns:q23="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
2167
+ <xs:element minOccurs="0" name="KeywordStatus" nillable="true" type="tns:KeywordStatusReportFilter"/>
2168
+ </xs:sequence>
2169
+ </xs:complexType>
2170
+ <xs:element name="GoalsAndFunnelsReportFilter" nillable="true" type="tns:GoalsAndFunnelsReportFilter"/>
2171
+ <xs:complexType name="NegativeKeywordConflictReportRequest">
2172
+ <xs:complexContent mixed="false">
2173
+ <xs:extension base="tns:ReportRequest">
2174
+ <xs:sequence>
2175
+ <xs:element name="Columns" nillable="true" type="tns:ArrayOfNegativeKeywordConflictReportColumn"/>
2176
+ <xs:element minOccurs="0" name="Filter" nillable="true" type="tns:NegativeKeywordConflictReportFilter"/>
2177
+ <xs:element name="Scope" nillable="true" type="tns:AccountThroughAdGroupReportScope"/>
2178
+ </xs:sequence>
2179
+ </xs:extension>
2180
+ </xs:complexContent>
2181
+ </xs:complexType>
2182
+ <xs:element name="NegativeKeywordConflictReportRequest" nillable="true" type="tns:NegativeKeywordConflictReportRequest"/>
2183
+ <xs:complexType name="ArrayOfNegativeKeywordConflictReportColumn">
2184
+ <xs:sequence>
2185
+ <xs:element maxOccurs="unbounded" minOccurs="0" name="NegativeKeywordConflictReportColumn" type="tns:NegativeKeywordConflictReportColumn"/>
2186
+ </xs:sequence>
2187
+ </xs:complexType>
2188
+ <xs:element name="ArrayOfNegativeKeywordConflictReportColumn" nillable="true" type="tns:ArrayOfNegativeKeywordConflictReportColumn"/>
2189
+ <xs:simpleType name="NegativeKeywordConflictReportColumn">
2190
+ <xs:restriction base="xs:string">
2191
+ <xs:enumeration value="AccountName"/>
2192
+ <xs:enumeration value="AccountNumber"/>
2193
+ <xs:enumeration value="AccountId"/>
2194
+ <xs:enumeration value="CampaignName"/>
2195
+ <xs:enumeration value="CampaignId"/>
2196
+ <xs:enumeration value="AdGroupName"/>
2197
+ <xs:enumeration value="AdGroupId"/>
2198
+ <xs:enumeration value="Keyword"/>
2199
+ <xs:enumeration value="KeywordId"/>
2200
+ <xs:enumeration value="NegativeKeyword"/>
2201
+ <xs:enumeration value="ConflictLevel"/>
2202
+ <xs:enumeration value="BidMatchType"/>
2203
+ <xs:enumeration value="NegativeKeywordListId"/>
2204
+ <xs:enumeration value="NegativeKeywordList"/>
2205
+ <xs:enumeration value="NegativeKeywordId"/>
2206
+ <xs:enumeration value="NegativeKeywordMatchType"/>
2207
+ <xs:enumeration value="AccountStatus"/>
2208
+ <xs:enumeration value="CampaignStatus"/>
2209
+ <xs:enumeration value="AdGroupStatus"/>
2210
+ <xs:enumeration value="KeywordStatus"/>
2211
+ <xs:enumeration value="ConflictType"/>
2212
+ </xs:restriction>
2213
+ </xs:simpleType>
2214
+ <xs:element name="NegativeKeywordConflictReportColumn" nillable="true" type="tns:NegativeKeywordConflictReportColumn"/>
2215
+ <xs:complexType name="NegativeKeywordConflictReportFilter">
2216
+ <xs:sequence>
2217
+ <xs:element minOccurs="0" name="AccountStatus" nillable="true" type="tns:AccountStatusReportFilter"/>
2218
+ <xs:element minOccurs="0" name="AdGroupStatus" nillable="true" type="tns:AdGroupStatusReportFilter"/>
2219
+ <xs:element minOccurs="0" name="CampaignStatus" nillable="true" type="tns:CampaignStatusReportFilter"/>
2220
+ <xs:element minOccurs="0" name="KeywordStatus" nillable="true" type="tns:KeywordStatusReportFilter"/>
2221
+ </xs:sequence>
2222
+ </xs:complexType>
2223
+ <xs:element name="NegativeKeywordConflictReportFilter" nillable="true" type="tns:NegativeKeywordConflictReportFilter"/>
2224
+ <xs:complexType name="SearchCampaignChangeHistoryReportRequest">
2225
+ <xs:complexContent mixed="false">
2226
+ <xs:extension base="tns:ReportRequest">
2227
+ <xs:sequence>
2228
+ <xs:element name="Columns" nillable="true" type="tns:ArrayOfSearchCampaignChangeHistoryReportColumn"/>
2229
+ <xs:element minOccurs="0" name="Filter" nillable="true" type="tns:SearchCampaignChangeHistoryReportFilter"/>
2230
+ <xs:element name="Scope" nillable="true" type="tns:AccountThroughAdGroupReportScope"/>
2231
+ <xs:element name="Time" nillable="true" type="tns:ReportTime"/>
2232
+ </xs:sequence>
2233
+ </xs:extension>
2234
+ </xs:complexContent>
2235
+ </xs:complexType>
2236
+ <xs:element name="SearchCampaignChangeHistoryReportRequest" nillable="true" type="tns:SearchCampaignChangeHistoryReportRequest"/>
2237
+ <xs:complexType name="ArrayOfSearchCampaignChangeHistoryReportColumn">
2238
+ <xs:sequence>
2239
+ <xs:element maxOccurs="unbounded" minOccurs="0" name="SearchCampaignChangeHistoryReportColumn" type="tns:SearchCampaignChangeHistoryReportColumn"/>
2240
+ </xs:sequence>
2241
+ </xs:complexType>
2242
+ <xs:element name="ArrayOfSearchCampaignChangeHistoryReportColumn" nillable="true" type="tns:ArrayOfSearchCampaignChangeHistoryReportColumn"/>
2243
+ <xs:simpleType name="SearchCampaignChangeHistoryReportColumn">
2244
+ <xs:restriction base="xs:string">
2245
+ <xs:enumeration value="DateTime"/>
2246
+ <xs:enumeration value="AccountId"/>
2247
+ <xs:enumeration value="AccountName"/>
2248
+ <xs:enumeration value="AccountNumber"/>
2249
+ <xs:enumeration value="ChangedBy"/>
2250
+ <xs:enumeration value="CampaignName"/>
2251
+ <xs:enumeration value="CampaignId"/>
2252
+ <xs:enumeration value="AdGroupName"/>
2253
+ <xs:enumeration value="AdGroupId"/>
2254
+ <xs:enumeration value="AdTitle"/>
2255
+ <xs:enumeration value="AdDescription"/>
2256
+ <xs:enumeration value="DisplayUrl"/>
2257
+ <xs:enumeration value="Keyword"/>
2258
+ <xs:enumeration value="ItemChanged"/>
2259
+ <xs:enumeration value="AttributeChanged"/>
2260
+ <xs:enumeration value="HowChanged"/>
2261
+ <xs:enumeration value="OldValue"/>
2262
+ <xs:enumeration value="NewValue"/>
2263
+ <xs:enumeration value="EntityName"/>
2264
+ <xs:enumeration value="EntityId"/>
2265
+ </xs:restriction>
2266
+ </xs:simpleType>
2267
+ <xs:element name="SearchCampaignChangeHistoryReportColumn" nillable="true" type="tns:SearchCampaignChangeHistoryReportColumn"/>
2268
+ <xs:complexType name="SearchCampaignChangeHistoryReportFilter">
2269
+ <xs:sequence>
2270
+ <xs:element minOccurs="0" name="AdDistribution" nillable="true" type="tns:AdDistributionReportFilter"/>
2271
+ <xs:element minOccurs="0" name="HowChanged" nillable="true" type="tns:ChangeTypeReportFilter"/>
2272
+ <xs:element minOccurs="0" name="ItemChanged" nillable="true" type="tns:ChangeEntityReportFilter"/>
2273
+ </xs:sequence>
2274
+ </xs:complexType>
2275
+ <xs:element name="SearchCampaignChangeHistoryReportFilter" nillable="true" type="tns:SearchCampaignChangeHistoryReportFilter"/>
2276
+ <xs:simpleType name="ChangeTypeReportFilter">
2277
+ <xs:list>
2278
+ <xs:simpleType>
2279
+ <xs:restriction base="xs:string">
2280
+ <xs:enumeration value="Added"/>
2281
+ <xs:enumeration value="Deleted"/>
2282
+ <xs:enumeration value="Changed"/>
2283
+ </xs:restriction>
2284
+ </xs:simpleType>
2285
+ </xs:list>
2286
+ </xs:simpleType>
2287
+ <xs:element name="ChangeTypeReportFilter" nillable="true" type="tns:ChangeTypeReportFilter"/>
2288
+ <xs:simpleType name="ChangeEntityReportFilter">
2289
+ <xs:list>
2290
+ <xs:simpleType>
2291
+ <xs:restriction base="xs:string">
2292
+ <xs:enumeration value="Account"/>
2293
+ <xs:enumeration value="Campaign"/>
2294
+ <xs:enumeration value="AdGroup"/>
2295
+ <xs:enumeration value="Ad"/>
2296
+ <xs:enumeration value="Keyword"/>
2297
+ </xs:restriction>
2298
+ </xs:simpleType>
2299
+ </xs:list>
2300
+ </xs:simpleType>
2301
+ <xs:element name="ChangeEntityReportFilter" nillable="true" type="tns:ChangeEntityReportFilter"/>
2302
+ <xs:complexType name="AdExtensionByAdReportRequest">
2303
+ <xs:complexContent mixed="false">
2304
+ <xs:extension base="tns:ReportRequest">
2305
+ <xs:sequence>
2306
+ <xs:element name="Aggregation" type="tns:ReportAggregation"/>
2307
+ <xs:element name="Columns" nillable="true" type="tns:ArrayOfAdExtensionByAdReportColumn"/>
2308
+ <xs:element minOccurs="0" name="Filter" nillable="true" type="tns:AdExtensionByAdReportFilter"/>
2309
+ <xs:element name="Scope" nillable="true" type="tns:AccountThroughAdGroupReportScope"/>
2310
+ <xs:element name="Time" nillable="true" type="tns:ReportTime"/>
2311
+ </xs:sequence>
2312
+ </xs:extension>
2313
+ </xs:complexContent>
2314
+ </xs:complexType>
2315
+ <xs:element name="AdExtensionByAdReportRequest" nillable="true" type="tns:AdExtensionByAdReportRequest"/>
2316
+ <xs:complexType name="ArrayOfAdExtensionByAdReportColumn">
2317
+ <xs:sequence>
2318
+ <xs:element maxOccurs="unbounded" minOccurs="0" name="AdExtensionByAdReportColumn" type="tns:AdExtensionByAdReportColumn"/>
2319
+ </xs:sequence>
2320
+ </xs:complexType>
2321
+ <xs:element name="ArrayOfAdExtensionByAdReportColumn" nillable="true" type="tns:ArrayOfAdExtensionByAdReportColumn"/>
2322
+ <xs:simpleType name="AdExtensionByAdReportColumn">
2323
+ <xs:restriction base="xs:string">
2324
+ <xs:enumeration value="AccountName"/>
2325
+ <xs:enumeration value="TimePeriod"/>
2326
+ <xs:enumeration value="CampaignName"/>
2327
+ <xs:enumeration value="CampaignId"/>
2328
+ <xs:enumeration value="AdGroupName"/>
2329
+ <xs:enumeration value="AdGroupId"/>
2330
+ <xs:enumeration value="AdTitle"/>
2331
+ <xs:enumeration value="AdId"/>
2332
+ <xs:enumeration value="AdExtensionType"/>
2333
+ <xs:enumeration value="DeviceType"/>
2334
+ <xs:enumeration value="DeviceOS"/>
2335
+ <xs:enumeration value="ClickType"/>
2336
+ <xs:enumeration value="Impressions"/>
2337
+ <xs:enumeration value="Clicks"/>
2338
+ <xs:enumeration value="TotalClicks"/>
2339
+ <xs:enumeration value="Conversions"/>
2340
+ <xs:enumeration value="Ctr"/>
2341
+ <xs:enumeration value="AverageCpc"/>
2342
+ <xs:enumeration value="ConversionRate"/>
2343
+ <xs:enumeration value="Spend"/>
2344
+ <xs:enumeration value="AdExtensionId"/>
2345
+ <xs:enumeration value="AdExtensionVersion"/>
2346
+ <xs:enumeration value="AccountNumber"/>
2347
+ <xs:enumeration value="AccountId"/>
2348
+ <xs:enumeration value="BidMatchType"/>
2349
+ <xs:enumeration value="DeliveredMatchType"/>
2350
+ <xs:enumeration value="Network"/>
2351
+ <xs:enumeration value="TopVsOther"/>
2352
+ <xs:enumeration value="Assists"/>
2353
+ <xs:enumeration value="Revenue"/>
2354
+ <xs:enumeration value="ReturnOnAdSpend"/>
2355
+ <xs:enumeration value="CostPerConversion"/>
2356
+ <xs:enumeration value="CostPerAssist"/>
2357
+ <xs:enumeration value="RevenuePerConversion"/>
2358
+ <xs:enumeration value="RevenuePerAssist"/>
2359
+ <xs:enumeration value="AccountStatus"/>
2360
+ <xs:enumeration value="CampaignStatus"/>
2361
+ <xs:enumeration value="AdGroupStatus"/>
2362
+ <xs:enumeration value="AdStatus"/>
2363
+ <xs:enumeration value="TitlePart1"/>
2364
+ <xs:enumeration value="TitlePart2"/>
2365
+ <xs:enumeration value="TitlePart3"/>
2366
+ </xs:restriction>
2367
+ </xs:simpleType>
2368
+ <xs:element name="AdExtensionByAdReportColumn" nillable="true" type="tns:AdExtensionByAdReportColumn"/>
2369
+ <xs:complexType name="AdExtensionByAdReportFilter">
2370
+ <xs:sequence>
2371
+ <xs:element minOccurs="0" name="AccountStatus" nillable="true" type="tns:AccountStatusReportFilter"/>
2372
+ <xs:element minOccurs="0" name="AdGroupStatus" nillable="true" type="tns:AdGroupStatusReportFilter"/>
2373
+ <xs:element minOccurs="0" name="AdStatus" nillable="true" type="tns:AdStatusReportFilter"/>
2374
+ <xs:element minOccurs="0" name="CampaignStatus" nillable="true" type="tns:CampaignStatusReportFilter"/>
2375
+ <xs:element minOccurs="0" name="DeviceOS" nillable="true" type="tns:DeviceOSReportFilter"/>
2376
+ <xs:element minOccurs="0" name="DeviceType" nillable="true" type="tns:DeviceTypeReportFilter"/>
2377
+ </xs:sequence>
2378
+ </xs:complexType>
2379
+ <xs:element name="AdExtensionByAdReportFilter" nillable="true" type="tns:AdExtensionByAdReportFilter"/>
2380
+ <xs:complexType name="AdExtensionByKeywordReportRequest">
2381
+ <xs:complexContent mixed="false">
2382
+ <xs:extension base="tns:ReportRequest">
2383
+ <xs:sequence>
2384
+ <xs:element name="Aggregation" type="tns:ReportAggregation"/>
2385
+ <xs:element name="Columns" nillable="true" type="tns:ArrayOfAdExtensionByKeywordReportColumn"/>
2386
+ <xs:element minOccurs="0" name="Filter" nillable="true" type="tns:AdExtensionByKeywordReportFilter"/>
2387
+ <xs:element name="Scope" nillable="true" type="tns:AccountThroughAdGroupReportScope"/>
2388
+ <xs:element name="Time" nillable="true" type="tns:ReportTime"/>
2389
+ </xs:sequence>
2390
+ </xs:extension>
2391
+ </xs:complexContent>
2392
+ </xs:complexType>
2393
+ <xs:element name="AdExtensionByKeywordReportRequest" nillable="true" type="tns:AdExtensionByKeywordReportRequest"/>
2394
+ <xs:complexType name="ArrayOfAdExtensionByKeywordReportColumn">
2395
+ <xs:sequence>
2396
+ <xs:element maxOccurs="unbounded" minOccurs="0" name="AdExtensionByKeywordReportColumn" type="tns:AdExtensionByKeywordReportColumn"/>
2397
+ </xs:sequence>
2398
+ </xs:complexType>
2399
+ <xs:element name="ArrayOfAdExtensionByKeywordReportColumn" nillable="true" type="tns:ArrayOfAdExtensionByKeywordReportColumn"/>
2400
+ <xs:simpleType name="AdExtensionByKeywordReportColumn">
2401
+ <xs:restriction base="xs:string">
2402
+ <xs:enumeration value="AccountName"/>
2403
+ <xs:enumeration value="TimePeriod"/>
2404
+ <xs:enumeration value="CampaignName"/>
2405
+ <xs:enumeration value="CampaignId"/>
2406
+ <xs:enumeration value="AdGroupName"/>
2407
+ <xs:enumeration value="AdGroupId"/>
2408
+ <xs:enumeration value="Keyword"/>
2409
+ <xs:enumeration value="KeywordId"/>
2410
+ <xs:enumeration value="AdExtensionType"/>
2411
+ <xs:enumeration value="DeviceType"/>
2412
+ <xs:enumeration value="DeviceOS"/>
2413
+ <xs:enumeration value="ClickType"/>
2414
+ <xs:enumeration value="Impressions"/>
2415
+ <xs:enumeration value="Clicks"/>
2416
+ <xs:enumeration value="TotalClicks"/>
2417
+ <xs:enumeration value="Conversions"/>
2418
+ <xs:enumeration value="Ctr"/>
2419
+ <xs:enumeration value="AverageCpc"/>
2420
+ <xs:enumeration value="ConversionRate"/>
2421
+ <xs:enumeration value="Spend"/>
2422
+ <xs:enumeration value="AdExtensionId"/>
2423
+ <xs:enumeration value="AdExtensionVersion"/>
2424
+ <xs:enumeration value="AccountNumber"/>
2425
+ <xs:enumeration value="AccountId"/>
2426
+ <xs:enumeration value="BidMatchType"/>
2427
+ <xs:enumeration value="DeliveredMatchType"/>
2428
+ <xs:enumeration value="Network"/>
2429
+ <xs:enumeration value="TopVsOther"/>
2430
+ <xs:enumeration value="Assists"/>
2431
+ <xs:enumeration value="Revenue"/>
2432
+ <xs:enumeration value="ReturnOnAdSpend"/>
2433
+ <xs:enumeration value="CostPerConversion"/>
2434
+ <xs:enumeration value="CostPerAssist"/>
2435
+ <xs:enumeration value="RevenuePerConversion"/>
2436
+ <xs:enumeration value="RevenuePerAssist"/>
2437
+ <xs:enumeration value="AccountStatus"/>
2438
+ <xs:enumeration value="CampaignStatus"/>
2439
+ <xs:enumeration value="AdGroupStatus"/>
2440
+ <xs:enumeration value="KeywordStatus"/>
2441
+ </xs:restriction>
2442
+ </xs:simpleType>
2443
+ <xs:element name="AdExtensionByKeywordReportColumn" nillable="true" type="tns:AdExtensionByKeywordReportColumn"/>
2444
+ <xs:complexType name="AdExtensionByKeywordReportFilter">
2445
+ <xs:sequence>
2446
+ <xs:element minOccurs="0" name="AccountStatus" nillable="true" type="tns:AccountStatusReportFilter"/>
2447
+ <xs:element minOccurs="0" name="AdGroupStatus" nillable="true" type="tns:AdGroupStatusReportFilter"/>
2448
+ <xs:element minOccurs="0" name="CampaignStatus" nillable="true" type="tns:CampaignStatusReportFilter"/>
2449
+ <xs:element minOccurs="0" name="DeviceOS" nillable="true" type="tns:DeviceOSReportFilter"/>
2450
+ <xs:element minOccurs="0" name="DeviceType" nillable="true" type="tns:DeviceTypeReportFilter"/>
2451
+ <xs:element minOccurs="0" name="KeywordStatus" nillable="true" type="tns:KeywordStatusReportFilter"/>
2452
+ </xs:sequence>
2453
+ </xs:complexType>
2454
+ <xs:element name="AdExtensionByKeywordReportFilter" nillable="true" type="tns:AdExtensionByKeywordReportFilter"/>
2455
+ <xs:complexType name="AudiencePerformanceReportRequest">
2456
+ <xs:complexContent mixed="false">
2457
+ <xs:extension base="tns:ReportRequest">
2458
+ <xs:sequence>
2459
+ <xs:element name="Aggregation" type="tns:ReportAggregation"/>
2460
+ <xs:element name="Columns" nillable="true" type="tns:ArrayOfAudiencePerformanceReportColumn"/>
2461
+ <xs:element minOccurs="0" name="Filter" nillable="true" type="tns:AudiencePerformanceReportFilter"/>
2462
+ <xs:element name="Scope" nillable="true" type="tns:AccountThroughAdGroupReportScope"/>
2463
+ <xs:element name="Time" nillable="true" type="tns:ReportTime"/>
2464
+ </xs:sequence>
2465
+ </xs:extension>
2466
+ </xs:complexContent>
2467
+ </xs:complexType>
2468
+ <xs:element name="AudiencePerformanceReportRequest" nillable="true" type="tns:AudiencePerformanceReportRequest"/>
2469
+ <xs:complexType name="ArrayOfAudiencePerformanceReportColumn">
2470
+ <xs:sequence>
2471
+ <xs:element maxOccurs="unbounded" minOccurs="0" name="AudiencePerformanceReportColumn" type="tns:AudiencePerformanceReportColumn"/>
2472
+ </xs:sequence>
2473
+ </xs:complexType>
2474
+ <xs:element name="ArrayOfAudiencePerformanceReportColumn" nillable="true" type="tns:ArrayOfAudiencePerformanceReportColumn"/>
2475
+ <xs:simpleType name="AudiencePerformanceReportColumn">
2476
+ <xs:restriction base="xs:string">
2477
+ <xs:enumeration value="AccountName"/>
2478
+ <xs:enumeration value="AccountNumber"/>
2479
+ <xs:enumeration value="AccountId"/>
2480
+ <xs:enumeration value="TimePeriod"/>
2481
+ <xs:enumeration value="CampaignName"/>
2482
+ <xs:enumeration value="CampaignId"/>
2483
+ <xs:enumeration value="AdGroupName"/>
2484
+ <xs:enumeration value="AdGroupId"/>
2485
+ <xs:enumeration value="AudienceId"/>
2486
+ <xs:enumeration value="AudienceName"/>
2487
+ <xs:enumeration value="AssociationStatus"/>
2488
+ <xs:enumeration value="BidAdjustment"/>
2489
+ <xs:enumeration value="TargetingSetting"/>
2490
+ <xs:enumeration value="Impressions"/>
2491
+ <xs:enumeration value="Clicks"/>
2492
+ <xs:enumeration value="Ctr"/>
2493
+ <xs:enumeration value="AverageCpc"/>
2494
+ <xs:enumeration value="Spend"/>
2495
+ <xs:enumeration value="AveragePosition"/>
2496
+ <xs:enumeration value="Conversions"/>
2497
+ <xs:enumeration value="ConversionRate"/>
2498
+ <xs:enumeration value="CostPerConversion"/>
2499
+ <xs:enumeration value="Revenue"/>
2500
+ <xs:enumeration value="ReturnOnAdSpend"/>
2501
+ <xs:enumeration value="RevenuePerConversion"/>
2502
+ <xs:enumeration value="AccountStatus"/>
2503
+ <xs:enumeration value="CampaignStatus"/>
2504
+ <xs:enumeration value="AdGroupStatus"/>
2505
+ <xs:enumeration value="AudienceType"/>
2506
+ </xs:restriction>
2507
+ </xs:simpleType>
2508
+ <xs:element name="AudiencePerformanceReportColumn" nillable="true" type="tns:AudiencePerformanceReportColumn"/>
2509
+ <xs:complexType name="AudiencePerformanceReportFilter">
2510
+ <xs:sequence>
2511
+ <xs:element minOccurs="0" name="AccountStatus" nillable="true" type="tns:AccountStatusReportFilter"/>
2512
+ <xs:element minOccurs="0" name="AdGroupStatus" nillable="true" type="tns:AdGroupStatusReportFilter"/>
2513
+ <xs:element minOccurs="0" name="CampaignStatus" nillable="true" type="tns:CampaignStatusReportFilter"/>
2514
+ </xs:sequence>
2515
+ </xs:complexType>
2516
+ <xs:element name="AudiencePerformanceReportFilter" nillable="true" type="tns:AudiencePerformanceReportFilter"/>
2517
+ <xs:complexType name="AdExtensionDetailReportRequest">
2518
+ <xs:complexContent mixed="false">
2519
+ <xs:extension base="tns:ReportRequest">
2520
+ <xs:sequence>
2521
+ <xs:element name="Aggregation" type="tns:ReportAggregation"/>
2522
+ <xs:element name="Columns" nillable="true" type="tns:ArrayOfAdExtensionDetailReportColumn"/>
2523
+ <xs:element minOccurs="0" name="Filter" nillable="true" type="tns:AdExtensionDetailReportFilter"/>
2524
+ <xs:element name="Scope" nillable="true" type="tns:AccountThroughAdGroupReportScope"/>
2525
+ <xs:element name="Time" nillable="true" type="tns:ReportTime"/>
2526
+ </xs:sequence>
2527
+ </xs:extension>
2528
+ </xs:complexContent>
2529
+ </xs:complexType>
2530
+ <xs:element name="AdExtensionDetailReportRequest" nillable="true" type="tns:AdExtensionDetailReportRequest"/>
2531
+ <xs:complexType name="ArrayOfAdExtensionDetailReportColumn">
2532
+ <xs:sequence>
2533
+ <xs:element maxOccurs="unbounded" minOccurs="0" name="AdExtensionDetailReportColumn" type="tns:AdExtensionDetailReportColumn"/>
2534
+ </xs:sequence>
2535
+ </xs:complexType>
2536
+ <xs:element name="ArrayOfAdExtensionDetailReportColumn" nillable="true" type="tns:ArrayOfAdExtensionDetailReportColumn"/>
2537
+ <xs:simpleType name="AdExtensionDetailReportColumn">
2538
+ <xs:restriction base="xs:string">
2539
+ <xs:enumeration value="AccountName"/>
2540
+ <xs:enumeration value="AccountId"/>
2541
+ <xs:enumeration value="TimePeriod"/>
2542
+ <xs:enumeration value="CampaignName"/>
2543
+ <xs:enumeration value="CampaignId"/>
2544
+ <xs:enumeration value="AdGroupName"/>
2545
+ <xs:enumeration value="AdGroupId"/>
2546
+ <xs:enumeration value="AdTitle"/>
2547
+ <xs:enumeration value="AdId"/>
2548
+ <xs:enumeration value="AdExtensionType"/>
2549
+ <xs:enumeration value="AdExtensionTypeId"/>
2550
+ <xs:enumeration value="AdExtensionId"/>
2551
+ <xs:enumeration value="AdExtensionVersion"/>
2552
+ <xs:enumeration value="AdExtensionPropertyValue"/>
2553
+ <xs:enumeration value="Impressions"/>
2554
+ <xs:enumeration value="DeviceType"/>
2555
+ <xs:enumeration value="DeviceOS"/>
2556
+ <xs:enumeration value="Clicks"/>
2557
+ <xs:enumeration value="Ctr"/>
2558
+ <xs:enumeration value="Conversions"/>
2559
+ <xs:enumeration value="CostPerConversion"/>
2560
+ <xs:enumeration value="ConversionRate"/>
2561
+ <xs:enumeration value="Spend"/>
2562
+ <xs:enumeration value="AverageCpc"/>
2563
+ <xs:enumeration value="BidMatchType"/>
2564
+ <xs:enumeration value="DeliveredMatchType"/>
2565
+ <xs:enumeration value="Network"/>
2566
+ <xs:enumeration value="TopVsOther"/>
2567
+ <xs:enumeration value="Assists"/>
2568
+ <xs:enumeration value="Revenue"/>
2569
+ <xs:enumeration value="ReturnOnAdSpend"/>
2570
+ <xs:enumeration value="CostPerAssist"/>
2571
+ <xs:enumeration value="RevenuePerConversion"/>
2572
+ <xs:enumeration value="RevenuePerAssist"/>
2573
+ <xs:enumeration value="AccountStatus"/>
2574
+ <xs:enumeration value="CampaignStatus"/>
2575
+ <xs:enumeration value="AdGroupStatus"/>
2576
+ <xs:enumeration value="AdStatus"/>
2577
+ </xs:restriction>
2578
+ </xs:simpleType>
2579
+ <xs:element name="AdExtensionDetailReportColumn" nillable="true" type="tns:AdExtensionDetailReportColumn"/>
2580
+ <xs:complexType name="AdExtensionDetailReportFilter">
2581
+ <xs:sequence>
2582
+ <xs:element minOccurs="0" name="AccountStatus" nillable="true" type="tns:AccountStatusReportFilter"/>
2583
+ <xs:element minOccurs="0" name="AdGroupStatus" nillable="true" type="tns:AdGroupStatusReportFilter"/>
2584
+ <xs:element minOccurs="0" name="AdStatus" nillable="true" type="tns:AdStatusReportFilter"/>
2585
+ <xs:element minOccurs="0" name="CampaignStatus" nillable="true" type="tns:CampaignStatusReportFilter"/>
2586
+ <xs:element minOccurs="0" name="DeviceOS" nillable="true" type="tns:DeviceOSReportFilter"/>
2587
+ <xs:element minOccurs="0" name="DeviceType" nillable="true" type="tns:DeviceTypeReportFilter"/>
2588
+ </xs:sequence>
2589
+ </xs:complexType>
2590
+ <xs:element name="AdExtensionDetailReportFilter" nillable="true" type="tns:AdExtensionDetailReportFilter"/>
2591
+ <xs:complexType name="ShareOfVoiceReportRequest">
2592
+ <xs:complexContent mixed="false">
2593
+ <xs:extension base="tns:ReportRequest">
2594
+ <xs:sequence>
2595
+ <xs:element name="Aggregation" type="tns:ReportAggregation"/>
2596
+ <xs:element name="Columns" nillable="true" type="tns:ArrayOfShareOfVoiceReportColumn"/>
2597
+ <xs:element minOccurs="0" name="Filter" nillable="true" type="tns:ShareOfVoiceReportFilter"/>
2598
+ <xs:element name="Scope" nillable="true" type="tns:AccountThroughAdGroupReportScope"/>
2599
+ <xs:element name="Time" nillable="true" type="tns:ReportTime"/>
2600
+ </xs:sequence>
2601
+ </xs:extension>
2602
+ </xs:complexContent>
2603
+ </xs:complexType>
2604
+ <xs:element name="ShareOfVoiceReportRequest" nillable="true" type="tns:ShareOfVoiceReportRequest"/>
2605
+ <xs:complexType name="ArrayOfShareOfVoiceReportColumn">
2606
+ <xs:sequence>
2607
+ <xs:element maxOccurs="unbounded" minOccurs="0" name="ShareOfVoiceReportColumn" type="tns:ShareOfVoiceReportColumn"/>
2608
+ </xs:sequence>
2609
+ </xs:complexType>
2610
+ <xs:element name="ArrayOfShareOfVoiceReportColumn" nillable="true" type="tns:ArrayOfShareOfVoiceReportColumn"/>
2611
+ <xs:simpleType name="ShareOfVoiceReportColumn">
2612
+ <xs:restriction base="xs:string">
2613
+ <xs:enumeration value="AccountName"/>
2614
+ <xs:enumeration value="TimePeriod"/>
2615
+ <xs:enumeration value="CampaignName"/>
2616
+ <xs:enumeration value="AdGroupName"/>
2617
+ <xs:enumeration value="Keyword"/>
2618
+ <xs:enumeration value="DeliveredMatchType"/>
2619
+ <xs:enumeration value="BidMatchType"/>
2620
+ <xs:enumeration value="Language"/>
2621
+ <xs:enumeration value="AccountNumber"/>
2622
+ <xs:enumeration value="AccountId"/>
2623
+ <xs:enumeration value="KeywordId"/>
2624
+ <xs:enumeration value="AdGroupId"/>
2625
+ <xs:enumeration value="CampaignId"/>
2626
+ <xs:enumeration value="Impressions"/>
2627
+ <xs:enumeration value="Clicks"/>
2628
+ <xs:enumeration value="Ctr"/>
2629
+ <xs:enumeration value="AverageCpc"/>
2630
+ <xs:enumeration value="Spend"/>
2631
+ <xs:enumeration value="AveragePosition"/>
2632
+ <xs:enumeration value="ImpressionSharePercent"/>
2633
+ <xs:enumeration value="ImpressionLostToBudgetPercent"/>
2634
+ <xs:enumeration value="ImpressionLostToRankPercent"/>
2635
+ <xs:enumeration value="ImpressionLostToAdRelevancePercent"/>
2636
+ <xs:enumeration value="ImpressionLostToExpectedCtrPercent"/>
2637
+ <xs:enumeration value="ImpressionLostToRelevancePercent"/>
2638
+ <xs:enumeration value="ImpressionLostToBidPercent"/>
2639
+ <xs:enumeration value="CurrentMaxCpc"/>
2640
+ <xs:enumeration value="QualityScore"/>
2641
+ <xs:enumeration value="ExpectedCtr"/>
2642
+ <xs:enumeration value="AdRelevance"/>
2643
+ <xs:enumeration value="LandingPageExperience"/>
2644
+ <xs:enumeration value="Conversions"/>
2645
+ <xs:enumeration value="ConversionRate"/>
2646
+ <xs:enumeration value="CostPerConversion"/>
2647
+ <xs:enumeration value="AdDistribution"/>
2648
+ <xs:enumeration value="ClickSharePercent"/>
2649
+ <xs:enumeration value="DeviceType"/>
2650
+ <xs:enumeration value="Network"/>
2651
+ <xs:enumeration value="AccountStatus"/>
2652
+ <xs:enumeration value="CampaignStatus"/>
2653
+ <xs:enumeration value="AdGroupStatus"/>
2654
+ <xs:enumeration value="KeywordStatus"/>
2655
+ <xs:enumeration value="BidStrategyType"/>
2656
+ <xs:enumeration value="KeywordLabels"/>
2657
+ <xs:enumeration value="ExactMatchImpressionSharePercent"/>
2658
+ </xs:restriction>
2659
+ </xs:simpleType>
2660
+ <xs:element name="ShareOfVoiceReportColumn" nillable="true" type="tns:ShareOfVoiceReportColumn"/>
2661
+ <xs:complexType name="ShareOfVoiceReportFilter">
2662
+ <xs:sequence>
2663
+ <xs:element minOccurs="0" name="AccountStatus" nillable="true" type="tns:AccountStatusReportFilter"/>
2664
+ <xs:element minOccurs="0" name="AdDistribution" nillable="true" type="tns:AdDistributionReportFilter"/>
2665
+ <xs:element minOccurs="0" name="AdGroupStatus" nillable="true" type="tns:AdGroupStatusReportFilter"/>
2666
+ <xs:element minOccurs="0" name="BidMatchType" nillable="true" type="tns:BidMatchTypeReportFilter"/>
2667
+ <xs:element minOccurs="0" name="BidStrategyType" nillable="true" type="tns:BidStrategyTypeReportFilter"/>
2668
+ <xs:element minOccurs="0" name="CampaignStatus" nillable="true" type="tns:CampaignStatusReportFilter"/>
2669
+ <xs:element minOccurs="0" name="DeliveredMatchType" nillable="true" type="tns:DeliveredMatchTypeReportFilter"/>
2670
+ <xs:element minOccurs="0" name="DeviceType" nillable="true" type="tns:DeviceTypeReportFilter"/>
2671
+ <xs:element minOccurs="0" name="KeywordStatus" nillable="true" type="tns:KeywordStatusReportFilter"/>
2672
+ <xs:element minOccurs="0" name="Keywords" nillable="true" type="q24:ArrayOfstring" xmlns:q24="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
2673
+ <xs:element minOccurs="0" name="LanguageCode" nillable="true" type="q25:ArrayOfstring" xmlns:q25="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
2674
+ </xs:sequence>
2675
+ </xs:complexType>
2676
+ <xs:element name="ShareOfVoiceReportFilter" nillable="true" type="tns:ShareOfVoiceReportFilter"/>
2677
+ <xs:complexType name="ProductDimensionPerformanceReportRequest">
2678
+ <xs:complexContent mixed="false">
2679
+ <xs:extension base="tns:ReportRequest">
2680
+ <xs:sequence>
2681
+ <xs:element name="Aggregation" type="tns:ReportAggregation"/>
2682
+ <xs:element name="Columns" nillable="true" type="tns:ArrayOfProductDimensionPerformanceReportColumn"/>
2683
+ <xs:element minOccurs="0" name="Filter" nillable="true" type="tns:ProductDimensionPerformanceReportFilter"/>
2684
+ <xs:element name="Scope" nillable="true" type="tns:AccountThroughAdGroupReportScope"/>
2685
+ <xs:element name="Time" nillable="true" type="tns:ReportTime"/>
2686
+ </xs:sequence>
2687
+ </xs:extension>
2688
+ </xs:complexContent>
2689
+ </xs:complexType>
2690
+ <xs:element name="ProductDimensionPerformanceReportRequest" nillable="true" type="tns:ProductDimensionPerformanceReportRequest"/>
2691
+ <xs:complexType name="ArrayOfProductDimensionPerformanceReportColumn">
2692
+ <xs:sequence>
2693
+ <xs:element maxOccurs="unbounded" minOccurs="0" name="ProductDimensionPerformanceReportColumn" type="tns:ProductDimensionPerformanceReportColumn"/>
2694
+ </xs:sequence>
2695
+ </xs:complexType>
2696
+ <xs:element name="ArrayOfProductDimensionPerformanceReportColumn" nillable="true" type="tns:ArrayOfProductDimensionPerformanceReportColumn"/>
2697
+ <xs:simpleType name="ProductDimensionPerformanceReportColumn">
2698
+ <xs:restriction base="xs:string">
2699
+ <xs:enumeration value="TimePeriod"/>
2700
+ <xs:enumeration value="AccountName"/>
2701
+ <xs:enumeration value="AccountNumber"/>
2702
+ <xs:enumeration value="AdGroupName"/>
2703
+ <xs:enumeration value="AdGroupId"/>
2704
+ <xs:enumeration value="CampaignStatus"/>
2705
+ <xs:enumeration value="AccountStatus"/>
2706
+ <xs:enumeration value="AdGroupStatus"/>
2707
+ <xs:enumeration value="Network"/>
2708
+ <xs:enumeration value="AdId"/>
2709
+ <xs:enumeration value="CampaignId"/>
2710
+ <xs:enumeration value="CampaignName"/>
2711
+ <xs:enumeration value="CurrencyCode"/>
2712
+ <xs:enumeration value="DeviceType"/>
2713
+ <xs:enumeration value="Language"/>
2714
+ <xs:enumeration value="MerchantProductId"/>
2715
+ <xs:enumeration value="Title"/>
2716
+ <xs:enumeration value="Condition"/>
2717
+ <xs:enumeration value="Brand"/>
2718
+ <xs:enumeration value="Price"/>
2719
+ <xs:enumeration value="CustomLabel0"/>
2720
+ <xs:enumeration value="CustomLabel1"/>
2721
+ <xs:enumeration value="CustomLabel2"/>
2722
+ <xs:enumeration value="CustomLabel3"/>
2723
+ <xs:enumeration value="CustomLabel4"/>
2724
+ <xs:enumeration value="ProductType1"/>
2725
+ <xs:enumeration value="ProductType2"/>
2726
+ <xs:enumeration value="ProductType3"/>
2727
+ <xs:enumeration value="ProductType4"/>
2728
+ <xs:enumeration value="ProductType5"/>
2729
+ <xs:enumeration value="ProductCategory1"/>
2730
+ <xs:enumeration value="ProductCategory2"/>
2731
+ <xs:enumeration value="ProductCategory3"/>
2732
+ <xs:enumeration value="ProductCategory4"/>
2733
+ <xs:enumeration value="ProductCategory5"/>
2734
+ <xs:enumeration value="Impressions"/>
2735
+ <xs:enumeration value="Clicks"/>
2736
+ <xs:enumeration value="Ctr"/>
2737
+ <xs:enumeration value="AverageCpc"/>
2738
+ <xs:enumeration value="Spend"/>
2739
+ <xs:enumeration value="Conversions"/>
2740
+ <xs:enumeration value="ConversionRate"/>
2741
+ <xs:enumeration value="Revenue"/>
2742
+ <xs:enumeration value="RevenuePerConversion"/>
2743
+ <xs:enumeration value="SellerName"/>
2744
+ <xs:enumeration value="OfferLanguage"/>
2745
+ <xs:enumeration value="CountryOfSale"/>
2746
+ <xs:enumeration value="AdStatus"/>
2747
+ <xs:enumeration value="ImpressionSharePercent"/>
2748
+ <xs:enumeration value="ImpressionLostToBudgetPercent"/>
2749
+ <xs:enumeration value="ImpressionLostToRankPercent"/>
2750
+ <xs:enumeration value="BenchmarkBid"/>
2751
+ <xs:enumeration value="BenchmarkCtr"/>
2752
+ <xs:enumeration value="TopVsOther"/>
2753
+ <xs:enumeration value="AdDistribution"/>
2754
+ <xs:enumeration value="ClickTypeId"/>
2755
+ <xs:enumeration value="TotalClicksOnAdElements"/>
2756
+ <xs:enumeration value="ClickType"/>
2757
+ <xs:enumeration value="ReturnOnAdSpend"/>
2758
+ <xs:enumeration value="BidStrategyType"/>
2759
+ <xs:enumeration value="LocalStoreCode"/>
2760
+ <xs:enumeration value="StoreId"/>
2761
+ <xs:enumeration value="AssistedImpressions"/>
2762
+ <xs:enumeration value="AssistedClicks"/>
2763
+ <xs:enumeration value="ClickSharePercent"/>
2764
+ <xs:enumeration value="AbsoluteTopImpressionSharePercent"/>
2765
+ </xs:restriction>
2766
+ </xs:simpleType>
2767
+ <xs:element name="ProductDimensionPerformanceReportColumn" nillable="true" type="tns:ProductDimensionPerformanceReportColumn"/>
2768
+ <xs:complexType name="ProductDimensionPerformanceReportFilter">
2769
+ <xs:sequence>
2770
+ <xs:element minOccurs="0" name="AccountStatus" nillable="true" type="tns:AccountStatusReportFilter"/>
2771
+ <xs:element minOccurs="0" name="AdGroupStatus" nillable="true" type="tns:AdGroupStatusReportFilter"/>
2772
+ <xs:element minOccurs="0" name="AdStatus" nillable="true" type="tns:AdStatusReportFilter"/>
2773
+ <xs:element minOccurs="0" name="CampaignStatus" nillable="true" type="tns:CampaignStatusReportFilter"/>
2774
+ <xs:element minOccurs="0" name="DeviceType" nillable="true" type="tns:DeviceTypeReportFilter"/>
2775
+ <xs:element minOccurs="0" name="LanguageCode" nillable="true" type="q26:ArrayOfstring" xmlns:q26="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
2776
+ </xs:sequence>
2777
+ </xs:complexType>
2778
+ <xs:element name="ProductDimensionPerformanceReportFilter" nillable="true" type="tns:ProductDimensionPerformanceReportFilter"/>
2779
+ <xs:complexType name="ProductPartitionPerformanceReportRequest">
2780
+ <xs:complexContent mixed="false">
2781
+ <xs:extension base="tns:ReportRequest">
2782
+ <xs:sequence>
2783
+ <xs:element name="Aggregation" type="tns:ReportAggregation"/>
2784
+ <xs:element name="Columns" nillable="true" type="tns:ArrayOfProductPartitionPerformanceReportColumn"/>
2785
+ <xs:element minOccurs="0" name="Filter" nillable="true" type="tns:ProductPartitionPerformanceReportFilter"/>
2786
+ <xs:element name="Scope" nillable="true" type="tns:AccountThroughAdGroupReportScope"/>
2787
+ <xs:element name="Time" nillable="true" type="tns:ReportTime"/>
2788
+ </xs:sequence>
2789
+ </xs:extension>
2790
+ </xs:complexContent>
2791
+ </xs:complexType>
2792
+ <xs:element name="ProductPartitionPerformanceReportRequest" nillable="true" type="tns:ProductPartitionPerformanceReportRequest"/>
2793
+ <xs:complexType name="ArrayOfProductPartitionPerformanceReportColumn">
2794
+ <xs:sequence>
2795
+ <xs:element maxOccurs="unbounded" minOccurs="0" name="ProductPartitionPerformanceReportColumn" type="tns:ProductPartitionPerformanceReportColumn"/>
2796
+ </xs:sequence>
2797
+ </xs:complexType>
2798
+ <xs:element name="ArrayOfProductPartitionPerformanceReportColumn" nillable="true" type="tns:ArrayOfProductPartitionPerformanceReportColumn"/>
2799
+ <xs:simpleType name="ProductPartitionPerformanceReportColumn">
2800
+ <xs:restriction base="xs:string">
2801
+ <xs:enumeration value="AccountName"/>
2802
+ <xs:enumeration value="AccountNumber"/>
2803
+ <xs:enumeration value="AccountId"/>
2804
+ <xs:enumeration value="TimePeriod"/>
2805
+ <xs:enumeration value="CampaignName"/>
2806
+ <xs:enumeration value="CampaignId"/>
2807
+ <xs:enumeration value="AdGroupName"/>
2808
+ <xs:enumeration value="AdGroupId"/>
2809
+ <xs:enumeration value="ProductGroup"/>
2810
+ <xs:enumeration value="AdGroupCriterionId"/>
2811
+ <xs:enumeration value="PartitionType"/>
2812
+ <xs:enumeration value="AdId"/>
2813
+ <xs:enumeration value="CurrentMaxCpc"/>
2814
+ <xs:enumeration value="CurrencyCode"/>
2815
+ <xs:enumeration value="DeliveredMatchType"/>
2816
+ <xs:enumeration value="BidMatchType"/>
2817
+ <xs:enumeration value="Impressions"/>
2818
+ <xs:enumeration value="Clicks"/>
2819
+ <xs:enumeration value="Ctr"/>
2820
+ <xs:enumeration value="AverageCpc"/>
2821
+ <xs:enumeration value="Spend"/>
2822
+ <xs:enumeration value="Conversions"/>
2823
+ <xs:enumeration value="ConversionRate"/>
2824
+ <xs:enumeration value="CostPerConversion"/>
2825
+ <xs:enumeration value="DeviceType"/>
2826
+ <xs:enumeration value="Language"/>
2827
+ <xs:enumeration value="CampaignStatus"/>
2828
+ <xs:enumeration value="AccountStatus"/>
2829
+ <xs:enumeration value="AdGroupStatus"/>
2830
+ <xs:enumeration value="DestinationUrl"/>
2831
+ <xs:enumeration value="Network"/>
2832
+ <xs:enumeration value="TopVsOther"/>
2833
+ <xs:enumeration value="Assists"/>
2834
+ <xs:enumeration value="Revenue"/>
2835
+ <xs:enumeration value="CostPerAssist"/>
2836
+ <xs:enumeration value="RevenuePerConversion"/>
2837
+ <xs:enumeration value="RevenuePerAssist"/>
2838
+ <xs:enumeration value="OfferLanguage"/>
2839
+ <xs:enumeration value="CountryOfSale"/>
2840
+ <xs:enumeration value="AdStatus"/>
2841
+ <xs:enumeration value="TrackingTemplate"/>
2842
+ <xs:enumeration value="CustomParameters"/>
2843
+ <xs:enumeration value="ImpressionSharePercent"/>
2844
+ <xs:enumeration value="ImpressionLostToBudgetPercent"/>
2845
+ <xs:enumeration value="ImpressionLostToRankPercent"/>
2846
+ <xs:enumeration value="BenchmarkBid"/>
2847
+ <xs:enumeration value="BenchmarkCtr"/>
2848
+ <xs:enumeration value="AdDistribution"/>
2849
+ <xs:enumeration value="ClickTypeId"/>
2850
+ <xs:enumeration value="TotalClicksOnAdElements"/>
2851
+ <xs:enumeration value="ClickType"/>
2852
+ <xs:enumeration value="ReturnOnAdSpend"/>
2853
+ <xs:enumeration value="BidStrategyType"/>
2854
+ <xs:enumeration value="LocalStoreCode"/>
2855
+ <xs:enumeration value="AssistedImpressions"/>
2856
+ <xs:enumeration value="AssistedClicks"/>
2857
+ <xs:enumeration value="ClickSharePercent"/>
2858
+ <xs:enumeration value="AbsoluteTopImpressionSharePercent"/>
2859
+ </xs:restriction>
2860
+ </xs:simpleType>
2861
+ <xs:element name="ProductPartitionPerformanceReportColumn" nillable="true" type="tns:ProductPartitionPerformanceReportColumn"/>
2862
+ <xs:complexType name="ProductPartitionPerformanceReportFilter">
2863
+ <xs:sequence>
2864
+ <xs:element minOccurs="0" name="AccountStatus" nillable="true" type="tns:AccountStatusReportFilter"/>
2865
+ <xs:element minOccurs="0" name="AdGroupStatus" nillable="true" type="tns:AdGroupStatusReportFilter"/>
2866
+ <xs:element minOccurs="0" name="AdStatus" nillable="true" type="tns:AdStatusReportFilter"/>
2867
+ <xs:element minOccurs="0" name="CampaignStatus" nillable="true" type="tns:CampaignStatusReportFilter"/>
2868
+ <xs:element minOccurs="0" name="DeviceType" nillable="true" type="tns:DeviceTypeReportFilter"/>
2869
+ <xs:element minOccurs="0" name="LanguageCode" nillable="true" type="q27:ArrayOfstring" xmlns:q27="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
2870
+ </xs:sequence>
2871
+ </xs:complexType>
2872
+ <xs:element name="ProductPartitionPerformanceReportFilter" nillable="true" type="tns:ProductPartitionPerformanceReportFilter"/>
2873
+ <xs:complexType name="ProductPartitionUnitPerformanceReportRequest">
2874
+ <xs:complexContent mixed="false">
2875
+ <xs:extension base="tns:ReportRequest">
2876
+ <xs:sequence>
2877
+ <xs:element name="Aggregation" type="tns:ReportAggregation"/>
2878
+ <xs:element name="Columns" nillable="true" type="tns:ArrayOfProductPartitionUnitPerformanceReportColumn"/>
2879
+ <xs:element minOccurs="0" name="Filter" nillable="true" type="tns:ProductPartitionUnitPerformanceReportFilter"/>
2880
+ <xs:element name="Scope" nillable="true" type="tns:AccountThroughAdGroupReportScope"/>
2881
+ <xs:element name="Time" nillable="true" type="tns:ReportTime"/>
2882
+ </xs:sequence>
2883
+ </xs:extension>
2884
+ </xs:complexContent>
2885
+ </xs:complexType>
2886
+ <xs:element name="ProductPartitionUnitPerformanceReportRequest" nillable="true" type="tns:ProductPartitionUnitPerformanceReportRequest"/>
2887
+ <xs:complexType name="ArrayOfProductPartitionUnitPerformanceReportColumn">
2888
+ <xs:sequence>
2889
+ <xs:element maxOccurs="unbounded" minOccurs="0" name="ProductPartitionUnitPerformanceReportColumn" type="tns:ProductPartitionUnitPerformanceReportColumn"/>
2890
+ </xs:sequence>
2891
+ </xs:complexType>
2892
+ <xs:element name="ArrayOfProductPartitionUnitPerformanceReportColumn" nillable="true" type="tns:ArrayOfProductPartitionUnitPerformanceReportColumn"/>
2893
+ <xs:simpleType name="ProductPartitionUnitPerformanceReportColumn">
2894
+ <xs:restriction base="xs:string">
2895
+ <xs:enumeration value="AccountName"/>
2896
+ <xs:enumeration value="AccountNumber"/>
2897
+ <xs:enumeration value="AccountId"/>
2898
+ <xs:enumeration value="TimePeriod"/>
2899
+ <xs:enumeration value="CampaignName"/>
2900
+ <xs:enumeration value="CampaignId"/>
2901
+ <xs:enumeration value="AdGroupName"/>
2902
+ <xs:enumeration value="AdGroupId"/>
2903
+ <xs:enumeration value="ProductGroup"/>
2904
+ <xs:enumeration value="AdGroupCriterionId"/>
2905
+ <xs:enumeration value="AdId"/>
2906
+ <xs:enumeration value="CurrentMaxCpc"/>
2907
+ <xs:enumeration value="CurrencyCode"/>
2908
+ <xs:enumeration value="DeliveredMatchType"/>
2909
+ <xs:enumeration value="BidMatchType"/>
2910
+ <xs:enumeration value="Impressions"/>
2911
+ <xs:enumeration value="Clicks"/>
2912
+ <xs:enumeration value="Ctr"/>
2913
+ <xs:enumeration value="AverageCpc"/>
2914
+ <xs:enumeration value="Spend"/>
2915
+ <xs:enumeration value="Conversions"/>
2916
+ <xs:enumeration value="ConversionRate"/>
2917
+ <xs:enumeration value="CostPerConversion"/>
2918
+ <xs:enumeration value="DeviceType"/>
2919
+ <xs:enumeration value="Language"/>
2920
+ <xs:enumeration value="CampaignStatus"/>
2921
+ <xs:enumeration value="AccountStatus"/>
2922
+ <xs:enumeration value="AdGroupStatus"/>
2923
+ <xs:enumeration value="DestinationUrl"/>
2924
+ <xs:enumeration value="Network"/>
2925
+ <xs:enumeration value="TopVsOther"/>
2926
+ <xs:enumeration value="Assists"/>
2927
+ <xs:enumeration value="Revenue"/>
2928
+ <xs:enumeration value="CostPerAssist"/>
2929
+ <xs:enumeration value="RevenuePerConversion"/>
2930
+ <xs:enumeration value="RevenuePerAssist"/>
2931
+ <xs:enumeration value="AdStatus"/>
2932
+ <xs:enumeration value="TrackingTemplate"/>
2933
+ <xs:enumeration value="CustomParameters"/>
2934
+ <xs:enumeration value="ReturnOnAdSpend"/>
2935
+ <xs:enumeration value="BidStrategyType"/>
2936
+ <xs:enumeration value="LocalStoreCode"/>
2937
+ <xs:enumeration value="AssistedImpressions"/>
2938
+ <xs:enumeration value="AssistedClicks"/>
2939
+ </xs:restriction>
2940
+ </xs:simpleType>
2941
+ <xs:element name="ProductPartitionUnitPerformanceReportColumn" nillable="true" type="tns:ProductPartitionUnitPerformanceReportColumn"/>
2942
+ <xs:complexType name="ProductPartitionUnitPerformanceReportFilter">
2943
+ <xs:sequence>
2944
+ <xs:element minOccurs="0" name="AccountStatus" nillable="true" type="tns:AccountStatusReportFilter"/>
2945
+ <xs:element minOccurs="0" name="AdGroupStatus" nillable="true" type="tns:AdGroupStatusReportFilter"/>
2946
+ <xs:element minOccurs="0" name="AdStatus" nillable="true" type="tns:AdStatusReportFilter"/>
2947
+ <xs:element minOccurs="0" name="CampaignStatus" nillable="true" type="tns:CampaignStatusReportFilter"/>
2948
+ <xs:element minOccurs="0" name="DeviceType" nillable="true" type="tns:DeviceTypeReportFilter"/>
2949
+ <xs:element minOccurs="0" name="LanguageCode" nillable="true" type="q28:ArrayOfstring" xmlns:q28="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
2950
+ </xs:sequence>
2951
+ </xs:complexType>
2952
+ <xs:element name="ProductPartitionUnitPerformanceReportFilter" nillable="true" type="tns:ProductPartitionUnitPerformanceReportFilter"/>
2953
+ <xs:complexType name="ProductSearchQueryPerformanceReportRequest">
2954
+ <xs:complexContent mixed="false">
2955
+ <xs:extension base="tns:ReportRequest">
2956
+ <xs:sequence>
2957
+ <xs:element name="Aggregation" type="tns:ReportAggregation"/>
2958
+ <xs:element name="Columns" nillable="true" type="tns:ArrayOfProductSearchQueryPerformanceReportColumn"/>
2959
+ <xs:element minOccurs="0" name="Filter" nillable="true" type="tns:ProductSearchQueryPerformanceReportFilter"/>
2960
+ <xs:element name="Scope" nillable="true" type="tns:AccountThroughAdGroupReportScope"/>
2961
+ <xs:element name="Time" nillable="true" type="tns:ReportTime"/>
2962
+ </xs:sequence>
2963
+ </xs:extension>
2964
+ </xs:complexContent>
2965
+ </xs:complexType>
2966
+ <xs:element name="ProductSearchQueryPerformanceReportRequest" nillable="true" type="tns:ProductSearchQueryPerformanceReportRequest"/>
2967
+ <xs:complexType name="ArrayOfProductSearchQueryPerformanceReportColumn">
2968
+ <xs:sequence>
2969
+ <xs:element maxOccurs="unbounded" minOccurs="0" name="ProductSearchQueryPerformanceReportColumn" type="tns:ProductSearchQueryPerformanceReportColumn"/>
2970
+ </xs:sequence>
2971
+ </xs:complexType>
2972
+ <xs:element name="ArrayOfProductSearchQueryPerformanceReportColumn" nillable="true" type="tns:ArrayOfProductSearchQueryPerformanceReportColumn"/>
2973
+ <xs:simpleType name="ProductSearchQueryPerformanceReportColumn">
2974
+ <xs:restriction base="xs:string">
2975
+ <xs:enumeration value="TimePeriod"/>
2976
+ <xs:enumeration value="AccountId"/>
2977
+ <xs:enumeration value="AccountNumber"/>
2978
+ <xs:enumeration value="AccountName"/>
2979
+ <xs:enumeration value="AdId"/>
2980
+ <xs:enumeration value="AdGroupId"/>
2981
+ <xs:enumeration value="AdGroupName"/>
2982
+ <xs:enumeration value="CampaignId"/>
2983
+ <xs:enumeration value="CampaignName"/>
2984
+ <xs:enumeration value="DestinationUrl"/>
2985
+ <xs:enumeration value="DeviceType"/>
2986
+ <xs:enumeration value="DeviceOS"/>
2987
+ <xs:enumeration value="Language"/>
2988
+ <xs:enumeration value="SearchQuery"/>
2989
+ <xs:enumeration value="Network"/>
2990
+ <xs:enumeration value="MerchantProductId"/>
2991
+ <xs:enumeration value="Title"/>
2992
+ <xs:enumeration value="ClickTypeId"/>
2993
+ <xs:enumeration value="TotalClicksOnAdElements"/>
2994
+ <xs:enumeration value="ClickType"/>
2995
+ <xs:enumeration value="AdGroupCriterionId"/>
2996
+ <xs:enumeration value="ProductGroup"/>
2997
+ <xs:enumeration value="PartitionType"/>
2998
+ <xs:enumeration value="Impressions"/>
2999
+ <xs:enumeration value="Clicks"/>
3000
+ <xs:enumeration value="Ctr"/>
3001
+ <xs:enumeration value="AverageCpc"/>
3002
+ <xs:enumeration value="Spend"/>
3003
+ <xs:enumeration value="Conversions"/>
3004
+ <xs:enumeration value="ConversionRate"/>
3005
+ <xs:enumeration value="Assists"/>
3006
+ <xs:enumeration value="CostPerAssist"/>
3007
+ <xs:enumeration value="Revenue"/>
3008
+ <xs:enumeration value="CostPerConversion"/>
3009
+ <xs:enumeration value="RevenuePerConversion"/>
3010
+ <xs:enumeration value="RevenuePerAssist"/>
3011
+ <xs:enumeration value="CustomerId"/>
3012
+ <xs:enumeration value="CustomerName"/>
3013
+ <xs:enumeration value="AssistedImpressions"/>
3014
+ <xs:enumeration value="AssistedClicks"/>
3015
+ </xs:restriction>
3016
+ </xs:simpleType>
3017
+ <xs:element name="ProductSearchQueryPerformanceReportColumn" nillable="true" type="tns:ProductSearchQueryPerformanceReportColumn"/>
3018
+ <xs:complexType name="ProductSearchQueryPerformanceReportFilter">
3019
+ <xs:sequence>
3020
+ <xs:element minOccurs="0" name="AccountStatus" nillable="true" type="tns:AccountStatusReportFilter"/>
3021
+ <xs:element minOccurs="0" name="AdGroupStatus" nillable="true" type="tns:AdGroupStatusReportFilter"/>
3022
+ <xs:element minOccurs="0" name="AdStatus" nillable="true" type="tns:AdStatusReportFilter"/>
3023
+ <xs:element minOccurs="0" name="AdType" nillable="true" type="tns:AdTypeReportFilter"/>
3024
+ <xs:element minOccurs="0" name="CampaignStatus" nillable="true" type="tns:CampaignStatusReportFilter"/>
3025
+ <xs:element minOccurs="0" name="ExcludeZeroClicks" type="xs:boolean"/>
3026
+ <xs:element minOccurs="0" name="LanguageCode" nillable="true" type="q29:ArrayOfstring" xmlns:q29="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
3027
+ <xs:element minOccurs="0" name="SearchQueries" nillable="true" type="q30:ArrayOfstring" xmlns:q30="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
3028
+ </xs:sequence>
3029
+ </xs:complexType>
3030
+ <xs:element name="ProductSearchQueryPerformanceReportFilter" nillable="true" type="tns:ProductSearchQueryPerformanceReportFilter"/>
3031
+ <xs:complexType name="ProductMatchCountReportRequest">
3032
+ <xs:complexContent mixed="false">
3033
+ <xs:extension base="tns:ReportRequest">
3034
+ <xs:sequence>
3035
+ <xs:element name="Aggregation" type="tns:ReportAggregation"/>
3036
+ <xs:element name="Columns" nillable="true" type="tns:ArrayOfProductMatchCountReportColumn"/>
3037
+ <xs:element name="Scope" nillable="true" type="tns:AccountThroughAdGroupReportScope"/>
3038
+ <xs:element name="Time" nillable="true" type="tns:ReportTime"/>
3039
+ </xs:sequence>
3040
+ </xs:extension>
3041
+ </xs:complexContent>
3042
+ </xs:complexType>
3043
+ <xs:element name="ProductMatchCountReportRequest" nillable="true" type="tns:ProductMatchCountReportRequest"/>
3044
+ <xs:complexType name="ArrayOfProductMatchCountReportColumn">
3045
+ <xs:sequence>
3046
+ <xs:element maxOccurs="unbounded" minOccurs="0" name="ProductMatchCountReportColumn" type="tns:ProductMatchCountReportColumn"/>
3047
+ </xs:sequence>
3048
+ </xs:complexType>
3049
+ <xs:element name="ArrayOfProductMatchCountReportColumn" nillable="true" type="tns:ArrayOfProductMatchCountReportColumn"/>
3050
+ <xs:simpleType name="ProductMatchCountReportColumn">
3051
+ <xs:restriction base="xs:string">
3052
+ <xs:enumeration value="CustomerId"/>
3053
+ <xs:enumeration value="CustomerName"/>
3054
+ <xs:enumeration value="AccountId"/>
3055
+ <xs:enumeration value="AccountNumber"/>
3056
+ <xs:enumeration value="AccountName"/>
3057
+ <xs:enumeration value="CampaignId"/>
3058
+ <xs:enumeration value="CampaignName"/>
3059
+ <xs:enumeration value="AdGroupId"/>
3060
+ <xs:enumeration value="AdGroupName"/>
3061
+ <xs:enumeration value="ProductGroup"/>
3062
+ <xs:enumeration value="PartitionType"/>
3063
+ <xs:enumeration value="AdGroupCriterionId"/>
3064
+ <xs:enumeration value="MatchedProductsAtCampaign"/>
3065
+ <xs:enumeration value="MatchedProductsAtAdGroup"/>
3066
+ <xs:enumeration value="MatchedProductsAtProductGroup"/>
3067
+ </xs:restriction>
3068
+ </xs:simpleType>
3069
+ <xs:element name="ProductMatchCountReportColumn" nillable="true" type="tns:ProductMatchCountReportColumn"/>
3070
+ <xs:complexType name="CallDetailReportRequest">
3071
+ <xs:complexContent mixed="false">
3072
+ <xs:extension base="tns:ReportRequest">
3073
+ <xs:sequence>
3074
+ <xs:element name="Aggregation" type="tns:ReportAggregation"/>
3075
+ <xs:element name="Columns" nillable="true" type="tns:ArrayOfCallDetailReportColumn"/>
3076
+ <xs:element minOccurs="0" name="Filter" nillable="true" type="tns:CallDetailReportFilter"/>
3077
+ <xs:element name="Scope" nillable="true" type="tns:AccountThroughAdGroupReportScope"/>
3078
+ <xs:element name="Time" nillable="true" type="tns:ReportTime"/>
3079
+ </xs:sequence>
3080
+ </xs:extension>
3081
+ </xs:complexContent>
3082
+ </xs:complexType>
3083
+ <xs:element name="CallDetailReportRequest" nillable="true" type="tns:CallDetailReportRequest"/>
3084
+ <xs:complexType name="ArrayOfCallDetailReportColumn">
3085
+ <xs:sequence>
3086
+ <xs:element maxOccurs="unbounded" minOccurs="0" name="CallDetailReportColumn" type="tns:CallDetailReportColumn"/>
3087
+ </xs:sequence>
3088
+ </xs:complexType>
3089
+ <xs:element name="ArrayOfCallDetailReportColumn" nillable="true" type="tns:ArrayOfCallDetailReportColumn"/>
3090
+ <xs:simpleType name="CallDetailReportColumn">
3091
+ <xs:restriction base="xs:string">
3092
+ <xs:enumeration value="AccountName"/>
3093
+ <xs:enumeration value="CampaignName"/>
3094
+ <xs:enumeration value="AdGroupName"/>
3095
+ <xs:enumeration value="StartTime"/>
3096
+ <xs:enumeration value="EndTime"/>
3097
+ <xs:enumeration value="Duration"/>
3098
+ <xs:enumeration value="CallStatus"/>
3099
+ <xs:enumeration value="CallTypeName"/>
3100
+ <xs:enumeration value="AreaCode"/>
3101
+ <xs:enumeration value="City"/>
3102
+ <xs:enumeration value="State"/>
3103
+ <xs:enumeration value="AccountId"/>
3104
+ <xs:enumeration value="CampaignId"/>
3105
+ <xs:enumeration value="AdGroupId"/>
3106
+ <xs:enumeration value="AccountStatus"/>
3107
+ <xs:enumeration value="CampaignStatus"/>
3108
+ <xs:enumeration value="AdGroupStatus"/>
3109
+ </xs:restriction>
3110
+ </xs:simpleType>
3111
+ <xs:element name="CallDetailReportColumn" nillable="true" type="tns:CallDetailReportColumn"/>
3112
+ <xs:complexType name="CallDetailReportFilter">
3113
+ <xs:sequence>
3114
+ <xs:element minOccurs="0" name="AccountStatus" nillable="true" type="tns:AccountStatusReportFilter"/>
3115
+ <xs:element minOccurs="0" name="AdGroupStatus" nillable="true" type="tns:AdGroupStatusReportFilter"/>
3116
+ <xs:element minOccurs="0" name="CampaignStatus" nillable="true" type="tns:CampaignStatusReportFilter"/>
3117
+ </xs:sequence>
3118
+ </xs:complexType>
3119
+ <xs:element name="CallDetailReportFilter" nillable="true" type="tns:CallDetailReportFilter"/>
3120
+ <xs:complexType name="GeographicPerformanceReportRequest">
3121
+ <xs:complexContent mixed="false">
3122
+ <xs:extension base="tns:ReportRequest">
3123
+ <xs:sequence>
3124
+ <xs:element name="Aggregation" type="tns:ReportAggregation"/>
3125
+ <xs:element name="Columns" nillable="true" type="tns:ArrayOfGeographicPerformanceReportColumn"/>
3126
+ <xs:element minOccurs="0" name="Filter" nillable="true" type="tns:GeographicPerformanceReportFilter"/>
3127
+ <xs:element name="Scope" nillable="true" type="tns:AccountThroughAdGroupReportScope"/>
3128
+ <xs:element name="Time" nillable="true" type="tns:ReportTime"/>
3129
+ </xs:sequence>
3130
+ </xs:extension>
3131
+ </xs:complexContent>
3132
+ </xs:complexType>
3133
+ <xs:element name="GeographicPerformanceReportRequest" nillable="true" type="tns:GeographicPerformanceReportRequest"/>
3134
+ <xs:complexType name="ArrayOfGeographicPerformanceReportColumn">
3135
+ <xs:sequence>
3136
+ <xs:element maxOccurs="unbounded" minOccurs="0" name="GeographicPerformanceReportColumn" type="tns:GeographicPerformanceReportColumn"/>
3137
+ </xs:sequence>
3138
+ </xs:complexType>
3139
+ <xs:element name="ArrayOfGeographicPerformanceReportColumn" nillable="true" type="tns:ArrayOfGeographicPerformanceReportColumn"/>
3140
+ <xs:simpleType name="GeographicPerformanceReportColumn">
3141
+ <xs:restriction base="xs:string">
3142
+ <xs:enumeration value="AccountName"/>
3143
+ <xs:enumeration value="AccountNumber"/>
3144
+ <xs:enumeration value="AccountId"/>
3145
+ <xs:enumeration value="TimePeriod"/>
3146
+ <xs:enumeration value="CampaignName"/>
3147
+ <xs:enumeration value="CampaignId"/>
3148
+ <xs:enumeration value="AdGroupName"/>
3149
+ <xs:enumeration value="AdGroupId"/>
3150
+ <xs:enumeration value="Country"/>
3151
+ <xs:enumeration value="State"/>
3152
+ <xs:enumeration value="MetroArea"/>
3153
+ <xs:enumeration value="City"/>
3154
+ <xs:enumeration value="CurrencyCode"/>
3155
+ <xs:enumeration value="AdDistribution"/>
3156
+ <xs:enumeration value="Impressions"/>
3157
+ <xs:enumeration value="Clicks"/>
3158
+ <xs:enumeration value="Ctr"/>
3159
+ <xs:enumeration value="AverageCpc"/>
3160
+ <xs:enumeration value="Spend"/>
3161
+ <xs:enumeration value="AveragePosition"/>
3162
+ <xs:enumeration value="ProximityTargetLocation"/>
3163
+ <xs:enumeration value="Radius"/>
3164
+ <xs:enumeration value="Language"/>
3165
+ <xs:enumeration value="BidMatchType"/>
3166
+ <xs:enumeration value="DeliveredMatchType"/>
3167
+ <xs:enumeration value="Network"/>
3168
+ <xs:enumeration value="TopVsOther"/>
3169
+ <xs:enumeration value="DeviceType"/>
3170
+ <xs:enumeration value="DeviceOS"/>
3171
+ <xs:enumeration value="Assists"/>
3172
+ <xs:enumeration value="Conversions"/>
3173
+ <xs:enumeration value="ConversionRate"/>
3174
+ <xs:enumeration value="Revenue"/>
3175
+ <xs:enumeration value="ReturnOnAdSpend"/>
3176
+ <xs:enumeration value="CostPerConversion"/>
3177
+ <xs:enumeration value="CostPerAssist"/>
3178
+ <xs:enumeration value="RevenuePerConversion"/>
3179
+ <xs:enumeration value="RevenuePerAssist"/>
3180
+ <xs:enumeration value="LocationType"/>
3181
+ <xs:enumeration value="MostSpecificLocation"/>
3182
+ <xs:enumeration value="AccountStatus"/>
3183
+ <xs:enumeration value="CampaignStatus"/>
3184
+ <xs:enumeration value="AdGroupStatus"/>
3185
+ <xs:enumeration value="County"/>
3186
+ <xs:enumeration value="PostalCode"/>
3187
+ <xs:enumeration value="LocationId"/>
3188
+ </xs:restriction>
3189
+ </xs:simpleType>
3190
+ <xs:element name="GeographicPerformanceReportColumn" nillable="true" type="tns:GeographicPerformanceReportColumn"/>
3191
+ <xs:complexType name="GeographicPerformanceReportFilter">
3192
+ <xs:sequence>
3193
+ <xs:element minOccurs="0" name="AccountStatus" nillable="true" type="tns:AccountStatusReportFilter"/>
3194
+ <xs:element minOccurs="0" name="AdDistribution" nillable="true" type="tns:AdDistributionReportFilter"/>
3195
+ <xs:element minOccurs="0" name="AdGroupStatus" nillable="true" type="tns:AdGroupStatusReportFilter"/>
3196
+ <xs:element minOccurs="0" name="CampaignStatus" nillable="true" type="tns:CampaignStatusReportFilter"/>
3197
+ <xs:element minOccurs="0" name="CountryCode" nillable="true" type="q31:ArrayOfstring" xmlns:q31="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
3198
+ <xs:element minOccurs="0" name="LanguageCode" nillable="true" type="q32:ArrayOfstring" xmlns:q32="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
3199
+ </xs:sequence>
3200
+ </xs:complexType>
3201
+ <xs:element name="GeographicPerformanceReportFilter" nillable="true" type="tns:GeographicPerformanceReportFilter"/>
3202
+ <xs:complexType name="DSASearchQueryPerformanceReportRequest">
3203
+ <xs:complexContent mixed="false">
3204
+ <xs:extension base="tns:ReportRequest">
3205
+ <xs:sequence>
3206
+ <xs:element name="Aggregation" type="tns:ReportAggregation"/>
3207
+ <xs:element name="Columns" nillable="true" type="tns:ArrayOfDSASearchQueryPerformanceReportColumn"/>
3208
+ <xs:element minOccurs="0" name="Filter" nillable="true" type="tns:DSASearchQueryPerformanceReportFilter"/>
3209
+ <xs:element name="Scope" nillable="true" type="tns:AccountThroughAdGroupReportScope"/>
3210
+ <xs:element name="Time" nillable="true" type="tns:ReportTime"/>
3211
+ </xs:sequence>
3212
+ </xs:extension>
3213
+ </xs:complexContent>
3214
+ </xs:complexType>
3215
+ <xs:element name="DSASearchQueryPerformanceReportRequest" nillable="true" type="tns:DSASearchQueryPerformanceReportRequest"/>
3216
+ <xs:complexType name="ArrayOfDSASearchQueryPerformanceReportColumn">
3217
+ <xs:sequence>
3218
+ <xs:element maxOccurs="unbounded" minOccurs="0" name="DSASearchQueryPerformanceReportColumn" type="tns:DSASearchQueryPerformanceReportColumn"/>
3219
+ </xs:sequence>
3220
+ </xs:complexType>
3221
+ <xs:element name="ArrayOfDSASearchQueryPerformanceReportColumn" nillable="true" type="tns:ArrayOfDSASearchQueryPerformanceReportColumn"/>
3222
+ <xs:simpleType name="DSASearchQueryPerformanceReportColumn">
3223
+ <xs:restriction base="xs:string">
3224
+ <xs:enumeration value="TimePeriod"/>
3225
+ <xs:enumeration value="AccountId"/>
3226
+ <xs:enumeration value="AccountName"/>
3227
+ <xs:enumeration value="AccountNumber"/>
3228
+ <xs:enumeration value="AccountStatus"/>
3229
+ <xs:enumeration value="CampaignId"/>
3230
+ <xs:enumeration value="CampaignName"/>
3231
+ <xs:enumeration value="CampaignStatus"/>
3232
+ <xs:enumeration value="AdGroupId"/>
3233
+ <xs:enumeration value="AdGroupName"/>
3234
+ <xs:enumeration value="AdGroupStatus"/>
3235
+ <xs:enumeration value="AdId"/>
3236
+ <xs:enumeration value="AdStatus"/>
3237
+ <xs:enumeration value="SearchQuery"/>
3238
+ <xs:enumeration value="Headline"/>
3239
+ <xs:enumeration value="CategoryList"/>
3240
+ <xs:enumeration value="LandingPageTitle"/>
3241
+ <xs:enumeration value="FinalUrl"/>
3242
+ <xs:enumeration value="DynamicAdTarget"/>
3243
+ <xs:enumeration value="DynamicAdTargetId"/>
3244
+ <xs:enumeration value="AdDistribution"/>
3245
+ <xs:enumeration value="Language"/>
3246
+ <xs:enumeration value="Network"/>
3247
+ <xs:enumeration value="TopVsOther"/>
3248
+ <xs:enumeration value="DeviceType"/>
3249
+ <xs:enumeration value="DeviceOS"/>
3250
+ <xs:enumeration value="Impressions"/>
3251
+ <xs:enumeration value="Clicks"/>
3252
+ <xs:enumeration value="Ctr"/>
3253
+ <xs:enumeration value="AverageCpc"/>
3254
+ <xs:enumeration value="Spend"/>
3255
+ <xs:enumeration value="AveragePosition"/>
3256
+ <xs:enumeration value="Conversions"/>
3257
+ <xs:enumeration value="ConversionRate"/>
3258
+ <xs:enumeration value="CostPerConversion"/>
3259
+ <xs:enumeration value="Assists"/>
3260
+ <xs:enumeration value="Revenue"/>
3261
+ <xs:enumeration value="ReturnOnAdSpend"/>
3262
+ <xs:enumeration value="CostPerAssist"/>
3263
+ <xs:enumeration value="RevenuePerConversion"/>
3264
+ <xs:enumeration value="RevenuePerAssist"/>
3265
+ <xs:enumeration value="CustomerId"/>
3266
+ <xs:enumeration value="CustomerName"/>
3267
+ <xs:enumeration value="FeedUrl"/>
3268
+ </xs:restriction>
3269
+ </xs:simpleType>
3270
+ <xs:element name="DSASearchQueryPerformanceReportColumn" nillable="true" type="tns:DSASearchQueryPerformanceReportColumn"/>
3271
+ <xs:complexType name="DSASearchQueryPerformanceReportFilter">
3272
+ <xs:sequence>
3273
+ <xs:element minOccurs="0" name="AccountStatus" nillable="true" type="tns:AccountStatusReportFilter"/>
3274
+ <xs:element minOccurs="0" name="AdGroupStatus" nillable="true" type="tns:AdGroupStatusReportFilter"/>
3275
+ <xs:element minOccurs="0" name="AdStatus" nillable="true" type="tns:AdStatusReportFilter"/>
3276
+ <xs:element minOccurs="0" name="CampaignStatus" nillable="true" type="tns:CampaignStatusReportFilter"/>
3277
+ <xs:element minOccurs="0" name="ExcludeZeroClicks" type="xs:boolean"/>
3278
+ <xs:element minOccurs="0" name="FeedUrl" nillable="true" type="xs:boolean"/>
3279
+ <xs:element minOccurs="0" name="LanguageCode" nillable="true" type="q33:ArrayOfstring" xmlns:q33="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
3280
+ <xs:element minOccurs="0" name="SearchQueries" nillable="true" type="q34:ArrayOfstring" xmlns:q34="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
3281
+ </xs:sequence>
3282
+ </xs:complexType>
3283
+ <xs:element name="DSASearchQueryPerformanceReportFilter" nillable="true" type="tns:DSASearchQueryPerformanceReportFilter"/>
3284
+ <xs:complexType name="DSAAutoTargetPerformanceReportRequest">
3285
+ <xs:complexContent mixed="false">
3286
+ <xs:extension base="tns:ReportRequest">
3287
+ <xs:sequence>
3288
+ <xs:element name="Aggregation" type="tns:ReportAggregation"/>
3289
+ <xs:element name="Columns" nillable="true" type="tns:ArrayOfDSAAutoTargetPerformanceReportColumn"/>
3290
+ <xs:element minOccurs="0" name="Filter" nillable="true" type="tns:DSAAutoTargetPerformanceReportFilter"/>
3291
+ <xs:element name="Scope" nillable="true" type="tns:AccountThroughAdGroupReportScope"/>
3292
+ <xs:element name="Time" nillable="true" type="tns:ReportTime"/>
3293
+ </xs:sequence>
3294
+ </xs:extension>
3295
+ </xs:complexContent>
3296
+ </xs:complexType>
3297
+ <xs:element name="DSAAutoTargetPerformanceReportRequest" nillable="true" type="tns:DSAAutoTargetPerformanceReportRequest"/>
3298
+ <xs:complexType name="ArrayOfDSAAutoTargetPerformanceReportColumn">
3299
+ <xs:sequence>
3300
+ <xs:element maxOccurs="unbounded" minOccurs="0" name="DSAAutoTargetPerformanceReportColumn" type="tns:DSAAutoTargetPerformanceReportColumn"/>
3301
+ </xs:sequence>
3302
+ </xs:complexType>
3303
+ <xs:element name="ArrayOfDSAAutoTargetPerformanceReportColumn" nillable="true" type="tns:ArrayOfDSAAutoTargetPerformanceReportColumn"/>
3304
+ <xs:simpleType name="DSAAutoTargetPerformanceReportColumn">
3305
+ <xs:restriction base="xs:string">
3306
+ <xs:enumeration value="TimePeriod"/>
3307
+ <xs:enumeration value="AccountId"/>
3308
+ <xs:enumeration value="AccountName"/>
3309
+ <xs:enumeration value="AccountNumber"/>
3310
+ <xs:enumeration value="AccountStatus"/>
3311
+ <xs:enumeration value="CampaignId"/>
3312
+ <xs:enumeration value="CampaignName"/>
3313
+ <xs:enumeration value="CampaignStatus"/>
3314
+ <xs:enumeration value="AdGroupId"/>
3315
+ <xs:enumeration value="AdGroupName"/>
3316
+ <xs:enumeration value="AdGroupStatus"/>
3317
+ <xs:enumeration value="AdDistribution"/>
3318
+ <xs:enumeration value="Language"/>
3319
+ <xs:enumeration value="Network"/>
3320
+ <xs:enumeration value="TopVsOther"/>
3321
+ <xs:enumeration value="DeviceType"/>
3322
+ <xs:enumeration value="DeviceOS"/>
3323
+ <xs:enumeration value="BidStrategyType"/>
3324
+ <xs:enumeration value="TrackingTemplate"/>
3325
+ <xs:enumeration value="CustomParameters"/>
3326
+ <xs:enumeration value="DynamicAdTargetId"/>
3327
+ <xs:enumeration value="DynamicAdTarget"/>
3328
+ <xs:enumeration value="DynamicAdTargetStatus"/>
3329
+ <xs:enumeration value="WebsiteCoverage"/>
3330
+ <xs:enumeration value="Impressions"/>
3331
+ <xs:enumeration value="Clicks"/>
3332
+ <xs:enumeration value="Ctr"/>
3333
+ <xs:enumeration value="AverageCpc"/>
3334
+ <xs:enumeration value="Spend"/>
3335
+ <xs:enumeration value="AveragePosition"/>
3336
+ <xs:enumeration value="Conversions"/>
3337
+ <xs:enumeration value="ConversionRate"/>
3338
+ <xs:enumeration value="CostPerConversion"/>
3339
+ <xs:enumeration value="Assists"/>
3340
+ <xs:enumeration value="Revenue"/>
3341
+ <xs:enumeration value="ReturnOnAdSpend"/>
3342
+ <xs:enumeration value="CostPerAssist"/>
3343
+ <xs:enumeration value="RevenuePerConversion"/>
3344
+ <xs:enumeration value="RevenuePerAssist"/>
3345
+ </xs:restriction>
3346
+ </xs:simpleType>
3347
+ <xs:element name="DSAAutoTargetPerformanceReportColumn" nillable="true" type="tns:DSAAutoTargetPerformanceReportColumn"/>
3348
+ <xs:complexType name="DSAAutoTargetPerformanceReportFilter">
3349
+ <xs:sequence>
3350
+ <xs:element minOccurs="0" name="AccountStatus" nillable="true" type="tns:AccountStatusReportFilter"/>
3351
+ <xs:element minOccurs="0" name="AdGroupStatus" nillable="true" type="tns:AdGroupStatusReportFilter"/>
3352
+ <xs:element minOccurs="0" name="BidStrategyType" nillable="true" type="tns:BidStrategyTypeReportFilter"/>
3353
+ <xs:element minOccurs="0" name="CampaignStatus" nillable="true" type="tns:CampaignStatusReportFilter"/>
3354
+ <xs:element minOccurs="0" name="DynamicAdTargetStatus" nillable="true" type="tns:DynamicAdTargetStatusReportFilter"/>
3355
+ <xs:element minOccurs="0" name="LanguageCode" nillable="true" type="q35:ArrayOfstring" xmlns:q35="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
3356
+ </xs:sequence>
3357
+ </xs:complexType>
3358
+ <xs:element name="DSAAutoTargetPerformanceReportFilter" nillable="true" type="tns:DSAAutoTargetPerformanceReportFilter"/>
3359
+ <xs:simpleType name="DynamicAdTargetStatusReportFilter">
3360
+ <xs:list>
3361
+ <xs:simpleType>
3362
+ <xs:restriction base="xs:string">
3363
+ <xs:enumeration value="Active"/>
3364
+ <xs:enumeration value="Paused"/>
3365
+ <xs:enumeration value="Deleted"/>
3366
+ </xs:restriction>
3367
+ </xs:simpleType>
3368
+ </xs:list>
3369
+ </xs:simpleType>
3370
+ <xs:element name="DynamicAdTargetStatusReportFilter" nillable="true" type="tns:DynamicAdTargetStatusReportFilter"/>
3371
+ <xs:complexType name="DSACategoryPerformanceReportRequest">
3372
+ <xs:complexContent mixed="false">
3373
+ <xs:extension base="tns:ReportRequest">
3374
+ <xs:sequence>
3375
+ <xs:element name="Aggregation" type="tns:ReportAggregation"/>
3376
+ <xs:element name="Columns" nillable="true" type="tns:ArrayOfDSACategoryPerformanceReportColumn"/>
3377
+ <xs:element minOccurs="0" name="Filter" nillable="true" type="tns:DSACategoryPerformanceReportFilter"/>
3378
+ <xs:element name="Scope" nillable="true" type="tns:AccountThroughAdGroupReportScope"/>
3379
+ <xs:element name="Time" nillable="true" type="tns:ReportTime"/>
3380
+ </xs:sequence>
3381
+ </xs:extension>
3382
+ </xs:complexContent>
3383
+ </xs:complexType>
3384
+ <xs:element name="DSACategoryPerformanceReportRequest" nillable="true" type="tns:DSACategoryPerformanceReportRequest"/>
3385
+ <xs:complexType name="ArrayOfDSACategoryPerformanceReportColumn">
3386
+ <xs:sequence>
3387
+ <xs:element maxOccurs="unbounded" minOccurs="0" name="DSACategoryPerformanceReportColumn" type="tns:DSACategoryPerformanceReportColumn"/>
3388
+ </xs:sequence>
3389
+ </xs:complexType>
3390
+ <xs:element name="ArrayOfDSACategoryPerformanceReportColumn" nillable="true" type="tns:ArrayOfDSACategoryPerformanceReportColumn"/>
3391
+ <xs:simpleType name="DSACategoryPerformanceReportColumn">
3392
+ <xs:restriction base="xs:string">
3393
+ <xs:enumeration value="TimePeriod"/>
3394
+ <xs:enumeration value="AccountId"/>
3395
+ <xs:enumeration value="AccountName"/>
3396
+ <xs:enumeration value="AccountNumber"/>
3397
+ <xs:enumeration value="AccountStatus"/>
3398
+ <xs:enumeration value="CampaignId"/>
3399
+ <xs:enumeration value="CampaignName"/>
3400
+ <xs:enumeration value="CampaignStatus"/>
3401
+ <xs:enumeration value="AdGroupId"/>
3402
+ <xs:enumeration value="AdGroupName"/>
3403
+ <xs:enumeration value="AdGroupStatus"/>
3404
+ <xs:enumeration value="AdId"/>
3405
+ <xs:enumeration value="AdStatus"/>
3406
+ <xs:enumeration value="Category0"/>
3407
+ <xs:enumeration value="Category1"/>
3408
+ <xs:enumeration value="Category2"/>
3409
+ <xs:enumeration value="AdDistribution"/>
3410
+ <xs:enumeration value="Language"/>
3411
+ <xs:enumeration value="Network"/>
3412
+ <xs:enumeration value="TopVsOther"/>
3413
+ <xs:enumeration value="DeviceType"/>
3414
+ <xs:enumeration value="DeviceOS"/>
3415
+ <xs:enumeration value="Impressions"/>
3416
+ <xs:enumeration value="Clicks"/>
3417
+ <xs:enumeration value="Ctr"/>
3418
+ <xs:enumeration value="AverageCpc"/>
3419
+ <xs:enumeration value="Spend"/>
3420
+ <xs:enumeration value="AveragePosition"/>
3421
+ <xs:enumeration value="Conversions"/>
3422
+ <xs:enumeration value="ConversionRate"/>
3423
+ <xs:enumeration value="CostPerConversion"/>
3424
+ <xs:enumeration value="Assists"/>
3425
+ <xs:enumeration value="Revenue"/>
3426
+ <xs:enumeration value="ReturnOnAdSpend"/>
3427
+ <xs:enumeration value="CostPerAssist"/>
3428
+ <xs:enumeration value="RevenuePerConversion"/>
3429
+ <xs:enumeration value="RevenuePerAssist"/>
3430
+ </xs:restriction>
3431
+ </xs:simpleType>
3432
+ <xs:element name="DSACategoryPerformanceReportColumn" nillable="true" type="tns:DSACategoryPerformanceReportColumn"/>
3433
+ <xs:complexType name="DSACategoryPerformanceReportFilter">
3434
+ <xs:sequence>
3435
+ <xs:element minOccurs="0" name="AccountStatus" nillable="true" type="tns:AccountStatusReportFilter"/>
3436
+ <xs:element minOccurs="0" name="AdGroupStatus" nillable="true" type="tns:AdGroupStatusReportFilter"/>
3437
+ <xs:element minOccurs="0" name="AdStatus" nillable="true" type="tns:AdStatusReportFilter"/>
3438
+ <xs:element minOccurs="0" name="CampaignStatus" nillable="true" type="tns:CampaignStatusReportFilter"/>
3439
+ <xs:element minOccurs="0" name="LanguageCode" nillable="true" type="q36:ArrayOfstring" xmlns:q36="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
3440
+ </xs:sequence>
3441
+ </xs:complexType>
3442
+ <xs:element name="DSACategoryPerformanceReportFilter" nillable="true" type="tns:DSACategoryPerformanceReportFilter"/>
3443
+ <xs:element name="ApplicationToken" nillable="true" type="xs:string"/>
3444
+ <xs:element name="AuthenticationToken" nillable="true" type="xs:string"/>
3445
+ <xs:element name="CustomerAccountId" nillable="true" type="xs:string"/>
3446
+ <xs:element name="CustomerId" nillable="true" type="xs:string"/>
3447
+ <xs:element name="DeveloperToken" nillable="true" type="xs:string"/>
3448
+ <xs:element name="Password" nillable="true" type="xs:string"/>
3449
+ <xs:element name="UserName" nillable="true" type="xs:string"/>
3450
+ <xs:element name="SubmitGenerateReportResponse">
3451
+ <xs:complexType>
3452
+ <xs:sequence>
3453
+ <xs:element minOccurs="0" name="ReportRequestId" nillable="true" type="xs:string"/>
3454
+ </xs:sequence>
3455
+ </xs:complexType>
3456
+ </xs:element>
3457
+ <xs:element name="TrackingId" nillable="true" type="xs:string"/>
3458
+ <xs:complexType name="ApiFaultDetail">
3459
+ <xs:complexContent mixed="false">
3460
+ <xs:extension base="q37:ApplicationFault" xmlns:q37="https://adapi.microsoft.com">
3461
+ <xs:sequence>
3462
+ <xs:element minOccurs="0" name="BatchErrors" nillable="true" type="tns:ArrayOfBatchError"/>
3463
+ <xs:element minOccurs="0" name="OperationErrors" nillable="true" type="tns:ArrayOfOperationError"/>
3464
+ </xs:sequence>
3465
+ </xs:extension>
3466
+ </xs:complexContent>
3467
+ </xs:complexType>
3468
+ <xs:element name="ApiFaultDetail" nillable="true" type="tns:ApiFaultDetail"/>
3469
+ <xs:complexType name="ArrayOfBatchError">
3470
+ <xs:sequence>
3471
+ <xs:element maxOccurs="unbounded" minOccurs="0" name="BatchError" nillable="true" type="tns:BatchError"/>
3472
+ </xs:sequence>
3473
+ </xs:complexType>
3474
+ <xs:element name="ArrayOfBatchError" nillable="true" type="tns:ArrayOfBatchError"/>
3475
+ <xs:complexType name="BatchError">
3476
+ <xs:sequence>
3477
+ <xs:element minOccurs="0" name="Code" type="xs:int"/>
3478
+ <xs:element minOccurs="0" name="Details" nillable="true" type="xs:string"/>
3479
+ <xs:element minOccurs="0" name="ErrorCode" nillable="true" type="xs:string"/>
3480
+ <xs:element minOccurs="0" name="Index" type="xs:int"/>
3481
+ <xs:element minOccurs="0" name="Message" nillable="true" type="xs:string"/>
3482
+ </xs:sequence>
3483
+ </xs:complexType>
3484
+ <xs:element name="BatchError" nillable="true" type="tns:BatchError"/>
3485
+ <xs:complexType name="ArrayOfOperationError">
3486
+ <xs:sequence>
3487
+ <xs:element maxOccurs="unbounded" minOccurs="0" name="OperationError" nillable="true" type="tns:OperationError"/>
3488
+ </xs:sequence>
3489
+ </xs:complexType>
3490
+ <xs:element name="ArrayOfOperationError" nillable="true" type="tns:ArrayOfOperationError"/>
3491
+ <xs:complexType name="OperationError">
3492
+ <xs:sequence>
3493
+ <xs:element minOccurs="0" name="Code" type="xs:int"/>
3494
+ <xs:element minOccurs="0" name="Details" nillable="true" type="xs:string"/>
3495
+ <xs:element minOccurs="0" name="ErrorCode" nillable="true" type="xs:string"/>
3496
+ <xs:element minOccurs="0" name="Message" nillable="true" type="xs:string"/>
3497
+ </xs:sequence>
3498
+ </xs:complexType>
3499
+ <xs:element name="OperationError" nillable="true" type="tns:OperationError"/>
3500
+ <xs:element name="PollGenerateReportRequest">
3501
+ <xs:complexType>
3502
+ <xs:sequence>
3503
+ <xs:element minOccurs="0" name="ReportRequestId" nillable="true" type="xs:string"/>
3504
+ </xs:sequence>
3505
+ </xs:complexType>
3506
+ </xs:element>
3507
+ <xs:element name="PollGenerateReportResponse">
3508
+ <xs:complexType>
3509
+ <xs:sequence>
3510
+ <xs:element minOccurs="0" name="ReportRequestStatus" nillable="true" type="tns:ReportRequestStatus"/>
3511
+ </xs:sequence>
3512
+ </xs:complexType>
3513
+ </xs:element>
3514
+ <xs:complexType name="ReportRequestStatus">
3515
+ <xs:sequence>
3516
+ <xs:element minOccurs="0" name="ReportDownloadUrl" nillable="true" type="xs:string"/>
3517
+ <xs:element minOccurs="0" name="Status" type="tns:ReportRequestStatusType"/>
3518
+ </xs:sequence>
3519
+ </xs:complexType>
3520
+ <xs:element name="ReportRequestStatus" nillable="true" type="tns:ReportRequestStatus"/>
3521
+ <xs:simpleType name="ReportRequestStatusType">
3522
+ <xs:restriction base="xs:string">
3523
+ <xs:enumeration value="Error"/>
3524
+ <xs:enumeration value="Success"/>
3525
+ <xs:enumeration value="Pending"/>
3526
+ </xs:restriction>
3527
+ </xs:simpleType>
3528
+ <xs:element name="ReportRequestStatusType" nillable="true" type="tns:ReportRequestStatusType"/>
3529
+ </xs:schema>
3530
+ <xs:schema attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/2003/10/Serialization/" xmlns:tns="http://schemas.microsoft.com/2003/10/Serialization/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
3531
+ <xs:element name="anyType" nillable="true" type="xs:anyType"/>
3532
+ <xs:element name="anyURI" nillable="true" type="xs:anyURI"/>
3533
+ <xs:element name="base64Binary" nillable="true" type="xs:base64Binary"/>
3534
+ <xs:element name="boolean" nillable="true" type="xs:boolean"/>
3535
+ <xs:element name="byte" nillable="true" type="xs:byte"/>
3536
+ <xs:element name="dateTime" nillable="true" type="xs:dateTime"/>
3537
+ <xs:element name="decimal" nillable="true" type="xs:decimal"/>
3538
+ <xs:element name="double" nillable="true" type="xs:double"/>
3539
+ <xs:element name="float" nillable="true" type="xs:float"/>
3540
+ <xs:element name="int" nillable="true" type="xs:int"/>
3541
+ <xs:element name="long" nillable="true" type="xs:long"/>
3542
+ <xs:element name="QName" nillable="true" type="xs:QName"/>
3543
+ <xs:element name="short" nillable="true" type="xs:short"/>
3544
+ <xs:element name="string" nillable="true" type="xs:string"/>
3545
+ <xs:element name="unsignedByte" nillable="true" type="xs:unsignedByte"/>
3546
+ <xs:element name="unsignedInt" nillable="true" type="xs:unsignedInt"/>
3547
+ <xs:element name="unsignedLong" nillable="true" type="xs:unsignedLong"/>
3548
+ <xs:element name="unsignedShort" nillable="true" type="xs:unsignedShort"/>
3549
+ <xs:element name="char" nillable="true" type="tns:char"/>
3550
+ <xs:simpleType name="char">
3551
+ <xs:restriction base="xs:int"/>
3552
+ </xs:simpleType>
3553
+ <xs:element name="duration" nillable="true" type="tns:duration"/>
3554
+ <xs:simpleType name="duration">
3555
+ <xs:restriction base="xs:duration">
3556
+ <xs:pattern value="\-?P(\d*D)?(T(\d*H)?(\d*M)?(\d*(\.\d*)?S)?)?"/>
3557
+ <xs:minInclusive value="-P10675199DT2H48M5.4775808S"/>
3558
+ <xs:maxInclusive value="P10675199DT2H48M5.4775807S"/>
3559
+ </xs:restriction>
3560
+ </xs:simpleType>
3561
+ <xs:element name="guid" nillable="true" type="tns:guid"/>
3562
+ <xs:simpleType name="guid">
3563
+ <xs:restriction base="xs:string">
3564
+ <xs:pattern value="[\da-fA-F]{8}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{12}"/>
3565
+ </xs:restriction>
3566
+ </xs:simpleType>
3567
+ <xs:attribute name="FactoryType" type="xs:QName"/>
3568
+ <xs:attribute name="Id" type="xs:ID"/>
3569
+ <xs:attribute name="Ref" type="xs:IDREF"/>
3570
+ </xs:schema>
3571
+ <xs:schema elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns:tns="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns:xs="http://www.w3.org/2001/XMLSchema">
3572
+ <xs:complexType name="ArrayOflong">
3573
+ <xs:sequence>
3574
+ <xs:element maxOccurs="unbounded" minOccurs="0" name="long" type="xs:long"/>
3575
+ </xs:sequence>
3576
+ </xs:complexType>
3577
+ <xs:element name="ArrayOflong" nillable="true" type="tns:ArrayOflong"/>
3578
+ <xs:complexType name="ArrayOfstring">
3579
+ <xs:sequence>
3580
+ <xs:element maxOccurs="unbounded" minOccurs="0" name="string" nillable="true" type="xs:string"/>
3581
+ </xs:sequence>
3582
+ </xs:complexType>
3583
+ <xs:element name="ArrayOfstring" nillable="true" type="tns:ArrayOfstring"/>
3584
+ <xs:complexType name="ArrayOfint">
3585
+ <xs:sequence>
3586
+ <xs:element maxOccurs="unbounded" minOccurs="0" name="int" type="xs:int"/>
3587
+ </xs:sequence>
3588
+ </xs:complexType>
3589
+ <xs:element name="ArrayOfint" nillable="true" type="tns:ArrayOfint"/>
3590
+ </xs:schema>
3591
+ <xs:schema elementFormDefault="qualified" targetNamespace="https://adapi.microsoft.com" xmlns:tns="https://adapi.microsoft.com" xmlns:xs="http://www.w3.org/2001/XMLSchema">
3592
+ <xs:complexType name="AdApiFaultDetail">
3593
+ <xs:complexContent mixed="false">
3594
+ <xs:extension base="tns:ApplicationFault">
3595
+ <xs:sequence>
3596
+ <xs:element minOccurs="0" name="Errors" nillable="true" type="tns:ArrayOfAdApiError"/>
3597
+ </xs:sequence>
3598
+ </xs:extension>
3599
+ </xs:complexContent>
3600
+ </xs:complexType>
3601
+ <xs:element name="AdApiFaultDetail" nillable="true" type="tns:AdApiFaultDetail"/>
3602
+ <xs:complexType name="ApplicationFault">
3603
+ <xs:sequence>
3604
+ <xs:element minOccurs="0" name="TrackingId" nillable="true" type="xs:string"/>
3605
+ </xs:sequence>
3606
+ </xs:complexType>
3607
+ <xs:element name="ApplicationFault" nillable="true" type="tns:ApplicationFault"/>
3608
+ <xs:complexType name="ArrayOfAdApiError">
3609
+ <xs:sequence>
3610
+ <xs:element maxOccurs="unbounded" minOccurs="0" name="AdApiError" nillable="true" type="tns:AdApiError"/>
3611
+ </xs:sequence>
3612
+ </xs:complexType>
3613
+ <xs:element name="ArrayOfAdApiError" nillable="true" type="tns:ArrayOfAdApiError"/>
3614
+ <xs:complexType name="AdApiError">
3615
+ <xs:sequence>
3616
+ <xs:element minOccurs="0" name="Code" type="xs:int"/>
3617
+ <xs:element minOccurs="0" name="Detail" nillable="true" type="xs:string"/>
3618
+ <xs:element minOccurs="0" name="ErrorCode" nillable="true" type="xs:string"/>
3619
+ <xs:element minOccurs="0" name="Message" nillable="true" type="xs:string"/>
3620
+ </xs:sequence>
3621
+ </xs:complexType>
3622
+ <xs:element name="AdApiError" nillable="true" type="tns:AdApiError"/>
3623
+ </xs:schema>
3624
+ </wsdl:types>
3625
+ <wsdl:message name="SubmitGenerateReportRequest">
3626
+ <wsdl:part element="tns:SubmitGenerateReportRequest" name="parameters"/>
3627
+ </wsdl:message>
3628
+ <wsdl:message name="SubmitGenerateReportRequest_Headers">
3629
+ <wsdl:part element="tns:ApplicationToken" name="ApplicationToken"/>
3630
+ <wsdl:part element="tns:AuthenticationToken" name="AuthenticationToken"/>
3631
+ <wsdl:part element="tns:CustomerAccountId" name="CustomerAccountId"/>
3632
+ <wsdl:part element="tns:CustomerId" name="CustomerId"/>
3633
+ <wsdl:part element="tns:DeveloperToken" name="DeveloperToken"/>
3634
+ <wsdl:part element="tns:Password" name="Password"/>
3635
+ <wsdl:part element="tns:UserName" name="UserName"/>
3636
+ </wsdl:message>
3637
+ <wsdl:message name="SubmitGenerateReportResponse">
3638
+ <wsdl:part element="tns:SubmitGenerateReportResponse" name="parameters"/>
3639
+ </wsdl:message>
3640
+ <wsdl:message name="SubmitGenerateReportResponse_Headers">
3641
+ <wsdl:part element="tns:TrackingId" name="TrackingId"/>
3642
+ </wsdl:message>
3643
+ <wsdl:message name="IReportingService_SubmitGenerateReport_AdApiFaultDetailFault_FaultMessage">
3644
+ <wsdl:part element="q1:AdApiFaultDetail" name="detail" xmlns:q1="https://adapi.microsoft.com"/>
3645
+ </wsdl:message>
3646
+ <wsdl:message name="IReportingService_SubmitGenerateReport_ApiFaultDetailFault_FaultMessage">
3647
+ <wsdl:part element="tns:ApiFaultDetail" name="detail"/>
3648
+ </wsdl:message>
3649
+ <wsdl:message name="PollGenerateReportRequest">
3650
+ <wsdl:part element="tns:PollGenerateReportRequest" name="parameters"/>
3651
+ </wsdl:message>
3652
+ <wsdl:message name="PollGenerateReportRequest_Headers">
3653
+ <wsdl:part element="tns:ApplicationToken" name="ApplicationToken"/>
3654
+ <wsdl:part element="tns:AuthenticationToken" name="AuthenticationToken"/>
3655
+ <wsdl:part element="tns:CustomerAccountId" name="CustomerAccountId"/>
3656
+ <wsdl:part element="tns:CustomerId" name="CustomerId"/>
3657
+ <wsdl:part element="tns:DeveloperToken" name="DeveloperToken"/>
3658
+ <wsdl:part element="tns:Password" name="Password"/>
3659
+ <wsdl:part element="tns:UserName" name="UserName"/>
3660
+ </wsdl:message>
3661
+ <wsdl:message name="PollGenerateReportResponse">
3662
+ <wsdl:part element="tns:PollGenerateReportResponse" name="parameters"/>
3663
+ </wsdl:message>
3664
+ <wsdl:message name="PollGenerateReportResponse_Headers">
3665
+ <wsdl:part element="tns:TrackingId" name="TrackingId"/>
3666
+ </wsdl:message>
3667
+ <wsdl:message name="IReportingService_PollGenerateReport_AdApiFaultDetailFault_FaultMessage">
3668
+ <wsdl:part element="q2:AdApiFaultDetail" name="detail" xmlns:q2="https://adapi.microsoft.com"/>
3669
+ </wsdl:message>
3670
+ <wsdl:message name="IReportingService_PollGenerateReport_ApiFaultDetailFault_FaultMessage">
3671
+ <wsdl:part element="tns:ApiFaultDetail" name="detail"/>
3672
+ </wsdl:message>
3673
+ <wsdl:portType msc:usingSession="false" name="IReportingService">
3674
+ <wsdl:operation name="SubmitGenerateReport">
3675
+ <wsdl:input message="tns:SubmitGenerateReportRequest" name="SubmitGenerateReportRequest" wsaw:Action="SubmitGenerateReport"/>
3676
+ <wsdl:output message="tns:SubmitGenerateReportResponse" name="SubmitGenerateReportResponse" wsaw:Action="https://bingads.microsoft.com/Reporting/v12/IReportingService/SubmitGenerateReportResponse"/>
3677
+ <wsdl:fault message="tns:IReportingService_SubmitGenerateReport_AdApiFaultDetailFault_FaultMessage" name="AdApiFaultDetailFault" wsaw:Action="https://bingads.microsoft.com/Reporting/v12/IReportingService/SubmitGenerateReportAdApiFaultDetailFault"/>
3678
+ <wsdl:fault message="tns:IReportingService_SubmitGenerateReport_ApiFaultDetailFault_FaultMessage" name="ApiFaultDetailFault" wsaw:Action="https://bingads.microsoft.com/Reporting/v12/IReportingService/SubmitGenerateReportApiFaultDetailFault"/>
3679
+ </wsdl:operation>
3680
+ <wsdl:operation name="PollGenerateReport">
3681
+ <wsdl:input message="tns:PollGenerateReportRequest" name="PollGenerateReportRequest" wsaw:Action="PollGenerateReport"/>
3682
+ <wsdl:output message="tns:PollGenerateReportResponse" name="PollGenerateReportResponse" wsaw:Action="https://bingads.microsoft.com/Reporting/v12/IReportingService/PollGenerateReportResponse"/>
3683
+ <wsdl:fault message="tns:IReportingService_PollGenerateReport_AdApiFaultDetailFault_FaultMessage" name="AdApiFaultDetailFault" wsaw:Action="https://bingads.microsoft.com/Reporting/v12/IReportingService/PollGenerateReportAdApiFaultDetailFault"/>
3684
+ <wsdl:fault message="tns:IReportingService_PollGenerateReport_ApiFaultDetailFault_FaultMessage" name="ApiFaultDetailFault" wsaw:Action="https://bingads.microsoft.com/Reporting/v12/IReportingService/PollGenerateReportApiFaultDetailFault"/>
3685
+ </wsdl:operation>
3686
+ </wsdl:portType>
3687
+ <wsdl:binding name="BasicHttpBinding_IReportingService" type="tns:IReportingService">
3688
+ <wsp:PolicyReference URI="#BasicHttpBinding_IReportingService_policy"/>
3689
+ <soap:binding transport="http://schemas.xmlsoap.org/soap/http"/>
3690
+ <wsdl:operation name="SubmitGenerateReport">
3691
+ <soap:operation soapAction="SubmitGenerateReport" style="document"/>
3692
+ <wsdl:input name="SubmitGenerateReportRequest">
3693
+ <soap:header message="tns:SubmitGenerateReportRequest_Headers" part="ApplicationToken" use="literal"/>
3694
+ <soap:header message="tns:SubmitGenerateReportRequest_Headers" part="AuthenticationToken" use="literal"/>
3695
+ <soap:header message="tns:SubmitGenerateReportRequest_Headers" part="CustomerAccountId" use="literal"/>
3696
+ <soap:header message="tns:SubmitGenerateReportRequest_Headers" part="CustomerId" use="literal"/>
3697
+ <soap:header message="tns:SubmitGenerateReportRequest_Headers" part="DeveloperToken" use="literal"/>
3698
+ <soap:header message="tns:SubmitGenerateReportRequest_Headers" part="Password" use="literal"/>
3699
+ <soap:header message="tns:SubmitGenerateReportRequest_Headers" part="UserName" use="literal"/>
3700
+ <soap:body use="literal"/>
3701
+ </wsdl:input>
3702
+ <wsdl:output name="SubmitGenerateReportResponse">
3703
+ <soap:header message="tns:SubmitGenerateReportResponse_Headers" part="TrackingId" use="literal"/>
3704
+ <soap:body use="literal"/>
3705
+ </wsdl:output>
3706
+ <wsdl:fault name="AdApiFaultDetailFault">
3707
+ <soap:fault name="AdApiFaultDetailFault" namespace="" use="literal"/>
3708
+ </wsdl:fault>
3709
+ <wsdl:fault name="ApiFaultDetailFault">
3710
+ <soap:fault name="ApiFaultDetailFault" namespace="" use="literal"/>
3711
+ </wsdl:fault>
3712
+ </wsdl:operation>
3713
+ <wsdl:operation name="PollGenerateReport">
3714
+ <soap:operation soapAction="PollGenerateReport" style="document"/>
3715
+ <wsdl:input name="PollGenerateReportRequest">
3716
+ <soap:header message="tns:PollGenerateReportRequest_Headers" part="ApplicationToken" use="literal"/>
3717
+ <soap:header message="tns:PollGenerateReportRequest_Headers" part="AuthenticationToken" use="literal"/>
3718
+ <soap:header message="tns:PollGenerateReportRequest_Headers" part="CustomerAccountId" use="literal"/>
3719
+ <soap:header message="tns:PollGenerateReportRequest_Headers" part="CustomerId" use="literal"/>
3720
+ <soap:header message="tns:PollGenerateReportRequest_Headers" part="DeveloperToken" use="literal"/>
3721
+ <soap:header message="tns:PollGenerateReportRequest_Headers" part="Password" use="literal"/>
3722
+ <soap:header message="tns:PollGenerateReportRequest_Headers" part="UserName" use="literal"/>
3723
+ <soap:body use="literal"/>
3724
+ </wsdl:input>
3725
+ <wsdl:output name="PollGenerateReportResponse">
3726
+ <soap:header message="tns:PollGenerateReportResponse_Headers" part="TrackingId" use="literal"/>
3727
+ <soap:body use="literal"/>
3728
+ </wsdl:output>
3729
+ <wsdl:fault name="AdApiFaultDetailFault">
3730
+ <soap:fault name="AdApiFaultDetailFault" namespace="" use="literal"/>
3731
+ </wsdl:fault>
3732
+ <wsdl:fault name="ApiFaultDetailFault">
3733
+ <soap:fault name="ApiFaultDetailFault" namespace="" use="literal"/>
3734
+ </wsdl:fault>
3735
+ </wsdl:operation>
3736
+ </wsdl:binding>
3737
+ <wsdl:service name="ReportingService">
3738
+ <wsdl:port binding="tns:BasicHttpBinding_IReportingService" name="BasicHttpBinding_IReportingService">
3739
+ <soap:address location="https://reporting.api.bingads.microsoft.com/Api/Advertiser/Reporting/V12/ReportingService.svc"/>
3740
+ </wsdl:port>
3741
+ </wsdl:service>
3742
+ </wsdl:definitions>