bing_ads_ruby_sdk 1.0.0 → 1.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (126) hide show
  1. checksums.yaml +5 -5
  2. data/.circleci/config.yml +52 -0
  3. data/.github/delete-merged-branch-config.yml +6 -0
  4. data/.github/stale.yml +19 -0
  5. data/.gitignore +2 -0
  6. data/README.md +25 -5
  7. data/bing_ads_ruby_sdk.gemspec +6 -5
  8. data/changelog.md +27 -2
  9. data/lib/bing_ads_ruby_sdk/api.rb +3 -1
  10. data/lib/bing_ads_ruby_sdk/configuration.rb +2 -1
  11. data/lib/bing_ads_ruby_sdk/header.rb +8 -4
  12. data/lib/bing_ads_ruby_sdk/http_client.rb +19 -9
  13. data/lib/bing_ads_ruby_sdk/oauth2/authorization_handler.rb +17 -10
  14. data/lib/bing_ads_ruby_sdk/services/base.rb +6 -6
  15. data/lib/bing_ads_ruby_sdk/services/campaign_management.rb +3 -0
  16. data/lib/bing_ads_ruby_sdk/version.rb +2 -2
  17. data/lib/bing_ads_ruby_sdk/wsdl/v13/production/ad_insight.xml +1 -0
  18. data/lib/bing_ads_ruby_sdk/wsdl/v13/production/bulk.xml +1 -0
  19. data/lib/bing_ads_ruby_sdk/wsdl/v13/production/campaign_management.xml +1 -0
  20. data/lib/bing_ads_ruby_sdk/wsdl/v13/production/customer_billing.xml +1 -0
  21. data/lib/bing_ads_ruby_sdk/wsdl/v13/production/customer_management.xml +1 -0
  22. data/lib/bing_ads_ruby_sdk/wsdl/v13/production/reporting.xml +1 -0
  23. data/lib/bing_ads_ruby_sdk/wsdl/v13/sandbox/ad_insight.xml +3037 -0
  24. data/lib/bing_ads_ruby_sdk/wsdl/v13/sandbox/bulk.xml +1 -0
  25. data/lib/bing_ads_ruby_sdk/wsdl/v13/sandbox/campaign_management.xml +1 -0
  26. data/lib/bing_ads_ruby_sdk/wsdl/v13/sandbox/customer_billing.xml +1 -0
  27. data/lib/bing_ads_ruby_sdk/wsdl/v13/sandbox/customer_management.xml +1 -0
  28. data/lib/bing_ads_ruby_sdk/wsdl/v13/sandbox/reporting.xml +1 -0
  29. data/lib/bing_ads_ruby_sdk/wsdl/{v12 → v13}/test/ad_insight.xml +1440 -1468
  30. data/lib/bing_ads_ruby_sdk/wsdl/{v12 → v13}/test/bulk.xml +83 -147
  31. data/lib/bing_ads_ruby_sdk/wsdl/{v12 → v13}/test/campaign_management.xml +711 -417
  32. data/lib/bing_ads_ruby_sdk/wsdl/{v12 → v13}/test/customer_billing.xml +62 -112
  33. data/lib/bing_ads_ruby_sdk/wsdl/{v12 → v13}/test/customer_management.xml +231 -176
  34. data/lib/bing_ads_ruby_sdk/wsdl/{v12 → v13}/test/reporting.xml +110 -158
  35. data/lib/bing_ads_ruby_sdk/wsdl/wsdl_source.txt +18 -18
  36. data/spec/bing_ads_ruby_sdk/api_spec.rb +17 -0
  37. data/spec/bing_ads_ruby_sdk/errors/error_handler_spec.rb +479 -0
  38. data/spec/bing_ads_ruby_sdk/errors/errors_spec.rb +13 -0
  39. data/spec/bing_ads_ruby_sdk/header_spec.rb +60 -0
  40. data/spec/bing_ads_ruby_sdk/http_client_spec.rb +44 -0
  41. data/spec/bing_ads_ruby_sdk/oauth2/fs_store_spec.rb +20 -0
  42. data/spec/bing_ads_ruby_sdk/postprocessors/cast_long_arrays_spec.rb +30 -0
  43. data/spec/bing_ads_ruby_sdk/postprocessors/snakize_spec.rb +40 -0
  44. data/spec/bing_ads_ruby_sdk/preprocessors/camelize_spec.rb +40 -0
  45. data/spec/bing_ads_ruby_sdk/preprocessors/order_spec.rb +119 -0
  46. data/spec/bing_ads_ruby_sdk/services/bulk_spec.rb +56 -0
  47. data/spec/bing_ads_ruby_sdk/services/campaign_management_spec.rb +307 -0
  48. data/spec/bing_ads_ruby_sdk/services/customer_management_spec.rb +97 -0
  49. data/spec/bing_ads_ruby_sdk_spec.rb +5 -0
  50. data/spec/examples/1_customer_creation/customer_spec.rb +35 -0
  51. data/spec/examples/2_with_customer/budget_spec.rb +54 -0
  52. data/spec/examples/2_with_customer/campaigns_spec.rb +27 -0
  53. data/spec/examples/2_with_customer/customer_management_spec.rb +190 -0
  54. data/spec/examples/2_with_customer/uet_tags_spec.rb +42 -0
  55. data/spec/examples/3_with_uet_tag/conversion_goal_spec.rb +40 -0
  56. data/spec/examples/3_with_uet_tag/uet_tags_spec.rb +56 -0
  57. data/spec/examples/4_with_conversion_goal/conversion_goals_spec.rb +75 -0
  58. data/spec/examples/5_with_campaign/ad_extension_spec.rb +238 -0
  59. data/spec/examples/5_with_campaign/ad_group_spec.rb +35 -0
  60. data/spec/examples/5_with_campaign/campaign_criterions_spec.rb +74 -0
  61. data/spec/examples/5_with_campaign/campaign_spec.rb +71 -0
  62. data/spec/examples/6_with_ad_group/ad_group_spec.rb +71 -0
  63. data/spec/examples/6_with_ad_group/ads_spec.rb +113 -0
  64. data/spec/examples/6_with_ad_group/keywords_spec.rb +108 -0
  65. data/spec/examples/examples.rb +76 -0
  66. data/spec/fixtures/bulk/download_campaigns_by_account_ids/standard.xml +23 -0
  67. data/spec/fixtures/bulk/download_campaigns_by_account_ids/standard_response.xml +11 -0
  68. data/spec/fixtures/bulk/get_bulk_download_status/standard.xml +14 -0
  69. data/spec/fixtures/bulk/get_bulk_download_status/standard_response.xml +15 -0
  70. data/spec/fixtures/campaign_management/add_ad_extensions/standard.xml +21 -0
  71. data/spec/fixtures/campaign_management/add_ad_extensions/standard_response.xml +17 -0
  72. data/spec/fixtures/campaign_management/add_conversion_goals/standard.xml +27 -0
  73. data/spec/fixtures/campaign_management/add_conversion_goals/standard_response.xml +14 -0
  74. data/spec/fixtures/campaign_management/add_shared_entity/standard.xml +16 -0
  75. data/spec/fixtures/campaign_management/add_shared_entity/standard_response.xml +13 -0
  76. data/spec/fixtures/campaign_management/add_uet_tags/standard.xml +19 -0
  77. data/spec/fixtures/campaign_management/add_uet_tags/standard_response.xml +21 -0
  78. data/spec/fixtures/campaign_management/get_ad_extension_ids_by_account_id/standard.xml +15 -0
  79. data/spec/fixtures/campaign_management/get_ad_extension_ids_by_account_id/standard_response.xml +13 -0
  80. data/spec/fixtures/campaign_management/get_ad_extensions_associations/standard.xml +19 -0
  81. data/spec/fixtures/campaign_management/get_ad_extensions_associations/standard_response.xml +47 -0
  82. data/spec/fixtures/campaign_management/get_budgets_by_ids/standard.xml +12 -0
  83. data/spec/fixtures/campaign_management/get_budgets_by_ids/standard_response.xml +20 -0
  84. data/spec/fixtures/campaign_management/get_campaigns_by_account_id/standard.xml +14 -0
  85. data/spec/fixtures/campaign_management/get_campaigns_by_account_id/standard_response.xml +84 -0
  86. data/spec/fixtures/campaign_management/get_conversion_goals_by_ids/standard.xml +18 -0
  87. data/spec/fixtures/campaign_management/get_conversion_goals_by_ids/standard_response.xml +61 -0
  88. data/spec/fixtures/campaign_management/get_shared_entities_by_account_id/standard.xml +14 -0
  89. data/spec/fixtures/campaign_management/get_shared_entities_by_account_id/standard_response.xml +20 -0
  90. data/spec/fixtures/campaign_management/get_shared_entity_associations_by_entity_ids/standard.xml +18 -0
  91. data/spec/fixtures/campaign_management/get_shared_entity_associations_by_entity_ids/standard_response.xml +19 -0
  92. data/spec/fixtures/campaign_management/get_uet_tags_by_ids/standard.xml +16 -0
  93. data/spec/fixtures/campaign_management/get_uet_tags_by_ids/standard_response.xml +21 -0
  94. data/spec/fixtures/campaign_management/set_ad_extensions_associations/standard.xml +21 -0
  95. data/spec/fixtures/campaign_management/set_ad_extensions_associations/standard_response.xml +11 -0
  96. data/spec/fixtures/campaign_management/set_shared_entity_associations/standard.xml +21 -0
  97. data/spec/fixtures/campaign_management/set_shared_entity_associations/standard_response.xml +11 -0
  98. data/spec/fixtures/campaign_management/update_conversion_goals/standard.xml +27 -0
  99. data/spec/fixtures/campaign_management/update_conversion_goals/standard_response.xml +11 -0
  100. data/spec/fixtures/campaign_management/update_uet_tags/standard.xml +20 -0
  101. data/spec/fixtures/campaign_management/update_uet_tags/standard_response.xml +11 -0
  102. data/spec/fixtures/customer_management/find_accounts_or_customers_info/standard.xml +15 -0
  103. data/spec/fixtures/customer_management/find_accounts_or_customers_info/standard_response.xml +21 -0
  104. data/spec/fixtures/customer_management/get_account/standard.xml +14 -0
  105. data/spec/fixtures/customer_management/get_account/standard_response.xml +43 -0
  106. data/spec/fixtures/customer_management/signup_customer/standard.xml +30 -0
  107. data/spec/fixtures/customer_management/signup_customer/standard_response.xml +15 -0
  108. data/spec/fixtures/customer_management/update_account/standard.xml +19 -0
  109. data/spec/fixtures/customer_management/update_account/standard_response.xml +11 -0
  110. data/spec/spec_helper.rb +33 -0
  111. data/spec/support/spec_helpers.rb +45 -0
  112. data/tasks/bing_ads_ruby_sdk.rake +5 -6
  113. metadata +202 -27
  114. data/.travis.yml +0 -5
  115. data/lib/bing_ads_ruby_sdk/wsdl/v12/production/ad_insight.xml +0 -1
  116. data/lib/bing_ads_ruby_sdk/wsdl/v12/production/bulk.xml +0 -1
  117. data/lib/bing_ads_ruby_sdk/wsdl/v12/production/campaign_management.xml +0 -1
  118. data/lib/bing_ads_ruby_sdk/wsdl/v12/production/customer_billing.xml +0 -1
  119. data/lib/bing_ads_ruby_sdk/wsdl/v12/production/customer_management.xml +0 -1
  120. data/lib/bing_ads_ruby_sdk/wsdl/v12/production/reporting.xml +0 -1
  121. data/lib/bing_ads_ruby_sdk/wsdl/v12/sandbox/ad_insight.xml +0 -1
  122. data/lib/bing_ads_ruby_sdk/wsdl/v12/sandbox/bulk.xml +0 -1
  123. data/lib/bing_ads_ruby_sdk/wsdl/v12/sandbox/campaign_management.xml +0 -1
  124. data/lib/bing_ads_ruby_sdk/wsdl/v12/sandbox/customer_billing.xml +0 -1
  125. data/lib/bing_ads_ruby_sdk/wsdl/v12/sandbox/customer_management.xml +0 -1
  126. data/lib/bing_ads_ruby_sdk/wsdl/v12/sandbox/reporting.xml +0 -1
@@ -1,5 +1,5 @@
1
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">
2
+ <wsdl:definitions name="ReportingService" targetNamespace="https://bingads.microsoft.com/Reporting/v13" 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/v13" 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
3
  <wsp:Policy wsu:Id="BasicHttpBinding_IReportingService_policy">
4
4
  <wsp:ExactlyOne>
5
5
  <wsp:All>
@@ -26,7 +26,7 @@
26
26
  </wsp:ExactlyOne>
27
27
  </wsp:Policy>
28
28
  <wsdl:types>
29
- <xs:schema elementFormDefault="qualified" targetNamespace="https://bingads.microsoft.com/Reporting/v12" xmlns:xs="http://www.w3.org/2001/XMLSchema">
29
+ <xs:schema elementFormDefault="qualified" targetNamespace="https://bingads.microsoft.com/Reporting/v13" xmlns:xs="http://www.w3.org/2001/XMLSchema">
30
30
  <xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/"/>
31
31
  <xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
32
32
  <xs:import namespace="https://adapi.microsoft.com"/>
@@ -43,7 +43,6 @@
43
43
  <xs:element minOccurs="0" name="ExcludeReportFooter" nillable="true" type="xs:boolean"/>
44
44
  <xs:element minOccurs="0" name="ExcludeReportHeader" nillable="true" type="xs:boolean"/>
45
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
46
  <xs:element minOccurs="0" name="ReportName" nillable="true" type="xs:string"/>
48
47
  <xs:element minOccurs="0" name="ReturnOnlyCompleteData" nillable="true" type="xs:boolean"/>
49
48
  </xs:sequence>
@@ -57,13 +56,6 @@
57
56
  </xs:restriction>
58
57
  </xs:simpleType>
59
58
  <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
59
  <xs:complexType name="AccountPerformanceReportRequest">
68
60
  <xs:complexContent mixed="false">
69
61
  <xs:extension base="tns:ReportRequest">
@@ -124,16 +116,10 @@
124
116
  <xs:enumeration value="DeviceOS"/>
125
117
  <xs:enumeration value="ImpressionSharePercent"/>
126
118
  <xs:enumeration value="ImpressionLostToBudgetPercent"/>
127
- <xs:enumeration value="ImpressionLostToRankPercent"/>
128
- <xs:enumeration value="ImpressionLostToBidPercent"/>
129
- <xs:enumeration value="ImpressionLostToAdRelevancePercent"/>
130
- <xs:enumeration value="ImpressionLostToExpectedCtrPercent"/>
119
+ <xs:enumeration value="ImpressionLostToRankAggPercent"/>
131
120
  <xs:enumeration value="PhoneImpressions"/>
132
121
  <xs:enumeration value="PhoneCalls"/>
133
- <xs:enumeration value="ManualCalls"/>
134
- <xs:enumeration value="ClickCalls"/>
135
122
  <xs:enumeration value="Ptr"/>
136
- <xs:enumeration value="AverageCpp"/>
137
123
  <xs:enumeration value="Network"/>
138
124
  <xs:enumeration value="TopVsOther"/>
139
125
  <xs:enumeration value="BidMatchType"/>
@@ -842,7 +828,7 @@
842
828
  <xs:enumeration value="DeviceOS"/>
843
829
  <xs:enumeration value="ImpressionSharePercent"/>
844
830
  <xs:enumeration value="ImpressionLostToBudgetPercent"/>
845
- <xs:enumeration value="ImpressionLostToRankPercent"/>
831
+ <xs:enumeration value="ImpressionLostToRankAggPercent"/>
846
832
  <xs:enumeration value="QualityScore"/>
847
833
  <xs:enumeration value="ExpectedCtr"/>
848
834
  <xs:enumeration value="AdRelevance"/>
@@ -851,15 +837,9 @@
851
837
  <xs:enumeration value="HistoricalExpectedCtr"/>
852
838
  <xs:enumeration value="HistoricalAdRelevance"/>
853
839
  <xs:enumeration value="HistoricalLandingPageExperience"/>
854
- <xs:enumeration value="ImpressionLostToBidPercent"/>
855
- <xs:enumeration value="ImpressionLostToAdRelevancePercent"/>
856
- <xs:enumeration value="ImpressionLostToExpectedCtrPercent"/>
857
840
  <xs:enumeration value="PhoneImpressions"/>
858
841
  <xs:enumeration value="PhoneCalls"/>
859
- <xs:enumeration value="ManualCalls"/>
860
- <xs:enumeration value="ClickCalls"/>
861
842
  <xs:enumeration value="Ptr"/>
862
- <xs:enumeration value="AverageCpp"/>
863
843
  <xs:enumeration value="Network"/>
864
844
  <xs:enumeration value="TopVsOther"/>
865
845
  <xs:enumeration value="BidMatchType"/>
@@ -884,6 +864,8 @@
884
864
  <xs:enumeration value="CustomerName"/>
885
865
  <xs:enumeration value="ClickSharePercent"/>
886
866
  <xs:enumeration value="AbsoluteTopImpressionSharePercent"/>
867
+ <xs:enumeration value="FinalUrlSuffix"/>
868
+ <xs:enumeration value="CampaignType"/>
887
869
  </xs:restriction>
888
870
  </xs:simpleType>
889
871
  <xs:element name="CampaignPerformanceReportColumn" nillable="true" type="tns:CampaignPerformanceReportColumn"/>
@@ -902,10 +884,27 @@
902
884
  <xs:simpleType>
903
885
  <xs:restriction base="xs:string">
904
886
  <xs:enumeration value="Active"/>
905
- <xs:enumeration value="Cancelled"/>
906
- <xs:enumeration value="Deleted"/>
907
- <xs:enumeration value="Paused"/>
908
- <xs:enumeration value="BudgetPaused"/>
887
+ <xs:enumeration value="Deleted">
888
+ <xs:annotation>
889
+ <xs:appinfo>
890
+ <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">4</EnumerationValue>
891
+ </xs:appinfo>
892
+ </xs:annotation>
893
+ </xs:enumeration>
894
+ <xs:enumeration value="Paused">
895
+ <xs:annotation>
896
+ <xs:appinfo>
897
+ <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">8</EnumerationValue>
898
+ </xs:appinfo>
899
+ </xs:annotation>
900
+ </xs:enumeration>
901
+ <xs:enumeration value="BudgetPaused">
902
+ <xs:annotation>
903
+ <xs:appinfo>
904
+ <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">16</EnumerationValue>
905
+ </xs:appinfo>
906
+ </xs:annotation>
907
+ </xs:enumeration>
909
908
  <xs:enumeration value="Suspended">
910
909
  <xs:annotation>
911
910
  <xs:appinfo>
@@ -1014,7 +1013,7 @@
1014
1013
  <xs:element minOccurs="0" name="AdType" nillable="true" type="tns:AdTypeReportFilter"/>
1015
1014
  <xs:element minOccurs="0" name="DeviceType" nillable="true" type="tns:DeviceTypeReportFilter"/>
1016
1015
  <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"/>
1016
+ <xs:element minOccurs="0" name="Language" nillable="true" type="tns:LanguageReportFilter"/>
1018
1017
  </xs:sequence>
1019
1018
  </xs:complexType>
1020
1019
  <xs:element name="AdDynamicTextPerformanceReportFilter" nillable="true" type="tns:AdDynamicTextPerformanceReportFilter"/>
@@ -1122,9 +1121,35 @@
1122
1121
  </xs:list>
1123
1122
  </xs:simpleType>
1124
1123
  <xs:element name="KeywordStatusReportFilter" nillable="true" type="tns:KeywordStatusReportFilter"/>
1124
+ <xs:simpleType name="LanguageReportFilter">
1125
+ <xs:list>
1126
+ <xs:simpleType>
1127
+ <xs:restriction base="xs:string">
1128
+ <xs:enumeration value="Danish"/>
1129
+ <xs:enumeration value="Dutch"/>
1130
+ <xs:enumeration value="English"/>
1131
+ <xs:enumeration value="Finnish"/>
1132
+ <xs:enumeration value="French"/>
1133
+ <xs:enumeration value="German"/>
1134
+ <xs:enumeration value="Italian"/>
1135
+ <xs:enumeration value="Japanese"/>
1136
+ <xs:enumeration value="Norwegian"/>
1137
+ <xs:enumeration value="Portuguese"/>
1138
+ <xs:enumeration value="Swedish"/>
1139
+ <xs:enumeration value="Spanish"/>
1140
+ <xs:enumeration value="Arabic"/>
1141
+ <xs:enumeration value="Hebrew"/>
1142
+ <xs:enumeration value="Korean"/>
1143
+ <xs:enumeration value="Russian"/>
1144
+ <xs:enumeration value="TraditionalChinese"/>
1145
+ </xs:restriction>
1146
+ </xs:simpleType>
1147
+ </xs:list>
1148
+ </xs:simpleType>
1149
+ <xs:element name="LanguageReportFilter" nillable="true" type="tns:LanguageReportFilter"/>
1125
1150
  <xs:complexType name="AccountThroughAdGroupReportScope">
1126
1151
  <xs:sequence>
1127
- <xs:element minOccurs="0" name="AccountIds" nillable="true" type="q4:ArrayOflong" xmlns:q4="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
1152
+ <xs:element minOccurs="0" name="AccountIds" nillable="true" type="q3:ArrayOflong" xmlns:q3="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
1128
1153
  <xs:element minOccurs="0" name="AdGroups" nillable="true" type="tns:ArrayOfAdGroupReportScope"/>
1129
1154
  <xs:element minOccurs="0" name="Campaigns" nillable="true" type="tns:ArrayOfCampaignReportScope"/>
1130
1155
  </xs:sequence>
@@ -1191,7 +1216,7 @@
1191
1216
  <xs:enumeration value="DeviceOS"/>
1192
1217
  <xs:enumeration value="ImpressionSharePercent"/>
1193
1218
  <xs:enumeration value="ImpressionLostToBudgetPercent"/>
1194
- <xs:enumeration value="ImpressionLostToRankPercent"/>
1219
+ <xs:enumeration value="ImpressionLostToRankAggPercent"/>
1195
1220
  <xs:enumeration value="QualityScore"/>
1196
1221
  <xs:enumeration value="ExpectedCtr"/>
1197
1222
  <xs:enumeration value="AdRelevance"/>
@@ -1200,15 +1225,9 @@
1200
1225
  <xs:enumeration value="HistoricalExpectedCtr"/>
1201
1226
  <xs:enumeration value="HistoricalAdRelevance"/>
1202
1227
  <xs:enumeration value="HistoricalLandingPageExperience"/>
1203
- <xs:enumeration value="ImpressionLostToBidPercent"/>
1204
- <xs:enumeration value="ImpressionLostToAdRelevancePercent"/>
1205
- <xs:enumeration value="ImpressionLostToExpectedCtrPercent"/>
1206
1228
  <xs:enumeration value="PhoneImpressions"/>
1207
1229
  <xs:enumeration value="PhoneCalls"/>
1208
- <xs:enumeration value="ManualCalls"/>
1209
- <xs:enumeration value="ClickCalls"/>
1210
1230
  <xs:enumeration value="Ptr"/>
1211
- <xs:enumeration value="AverageCpp"/>
1212
1231
  <xs:enumeration value="Network"/>
1213
1232
  <xs:enumeration value="TopVsOther"/>
1214
1233
  <xs:enumeration value="BidMatchType"/>
@@ -1229,6 +1248,8 @@
1229
1248
  <xs:enumeration value="CustomerName"/>
1230
1249
  <xs:enumeration value="ClickSharePercent"/>
1231
1250
  <xs:enumeration value="AbsoluteTopImpressionSharePercent"/>
1251
+ <xs:enumeration value="FinalUrlSuffix"/>
1252
+ <xs:enumeration value="CampaignType"/>
1232
1253
  </xs:restriction>
1233
1254
  </xs:simpleType>
1234
1255
  <xs:element name="AdGroupPerformanceReportColumn" nillable="true" type="tns:AdGroupPerformanceReportColumn"/>
@@ -1239,7 +1260,7 @@
1239
1260
  <xs:element minOccurs="0" name="CampaignStatus" nillable="true" type="tns:CampaignStatusReportFilter"/>
1240
1261
  <xs:element minOccurs="0" name="DeviceOS" nillable="true" type="tns:DeviceOSReportFilter"/>
1241
1262
  <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"/>
1263
+ <xs:element minOccurs="0" name="Language" nillable="true" type="tns:LanguageReportFilter"/>
1243
1264
  <xs:element minOccurs="0" name="Status" nillable="true" type="tns:AdGroupStatusReportFilter"/>
1244
1265
  </xs:sequence>
1245
1266
  </xs:complexType>
@@ -1325,6 +1346,7 @@
1325
1346
  <xs:enumeration value="AdLabels"/>
1326
1347
  <xs:enumeration value="CustomerId"/>
1327
1348
  <xs:enumeration value="CustomerName"/>
1349
+ <xs:enumeration value="CampaignType"/>
1328
1350
  </xs:restriction>
1329
1351
  </xs:simpleType>
1330
1352
  <xs:element name="AdPerformanceReportColumn" nillable="true" type="tns:AdPerformanceReportColumn"/>
@@ -1337,7 +1359,7 @@
1337
1359
  <xs:element minOccurs="0" name="AdType" nillable="true" type="tns:AdTypeReportFilter"/>
1338
1360
  <xs:element minOccurs="0" name="CampaignStatus" nillable="true" type="tns:CampaignStatusReportFilter"/>
1339
1361
  <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"/>
1362
+ <xs:element minOccurs="0" name="Language" nillable="true" type="tns:LanguageReportFilter"/>
1341
1363
  </xs:sequence>
1342
1364
  </xs:complexType>
1343
1365
  <xs:element name="AdPerformanceReportFilter" nillable="true" type="tns:AdPerformanceReportFilter"/>
@@ -1426,6 +1448,7 @@
1426
1448
  <xs:enumeration value="Mainline1Bid"/>
1427
1449
  <xs:enumeration value="MainlineBid"/>
1428
1450
  <xs:enumeration value="FirstPageBid"/>
1451
+ <xs:enumeration value="FinalUrlSuffix"/>
1429
1452
  </xs:restriction>
1430
1453
  </xs:simpleType>
1431
1454
  <xs:element name="KeywordPerformanceReportColumn" nillable="true" type="tns:KeywordPerformanceReportColumn"/>
@@ -1434,19 +1457,19 @@
1434
1457
  <xs:element minOccurs="0" name="AccountStatus" nillable="true" type="tns:AccountStatusReportFilter"/>
1435
1458
  <xs:element minOccurs="0" name="AdDistribution" nillable="true" type="tns:AdDistributionReportFilter"/>
1436
1459
  <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"/>
1460
+ <xs:element minOccurs="0" name="AdRelevance" nillable="true" type="q4:ArrayOfint" xmlns:q4="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
1438
1461
  <xs:element minOccurs="0" name="AdType" nillable="true" type="tns:AdTypeReportFilter"/>
1439
1462
  <xs:element minOccurs="0" name="BidMatchType" nillable="true" type="tns:BidMatchTypeReportFilter"/>
1440
1463
  <xs:element minOccurs="0" name="BidStrategyType" nillable="true" type="tns:BidStrategyTypeReportFilter"/>
1441
1464
  <xs:element minOccurs="0" name="CampaignStatus" nillable="true" type="tns:CampaignStatusReportFilter"/>
1442
1465
  <xs:element minOccurs="0" name="DeliveredMatchType" nillable="true" type="tns:DeliveredMatchTypeReportFilter"/>
1443
1466
  <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"/>
1467
+ <xs:element minOccurs="0" name="ExpectedCtr" nillable="true" type="q5:ArrayOfint" xmlns:q5="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
1445
1468
  <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"/>
1469
+ <xs:element minOccurs="0" name="Keywords" nillable="true" type="q6:ArrayOfstring" xmlns:q6="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
1470
+ <xs:element minOccurs="0" name="LandingPageExperience" nillable="true" type="q7:ArrayOfint" xmlns:q7="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
1471
+ <xs:element minOccurs="0" name="Language" nillable="true" type="tns:LanguageReportFilter"/>
1472
+ <xs:element minOccurs="0" name="QualityScore" nillable="true" type="q8:ArrayOfint" xmlns:q8="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
1450
1473
  </xs:sequence>
1451
1474
  </xs:complexType>
1452
1475
  <xs:element name="KeywordPerformanceReportFilter" nillable="true" type="tns:KeywordPerformanceReportFilter"/>
@@ -1578,6 +1601,7 @@
1578
1601
  <xs:enumeration value="AdStatus"/>
1579
1602
  <xs:enumeration value="CustomerId"/>
1580
1603
  <xs:enumeration value="CustomerName"/>
1604
+ <xs:enumeration value="FinalUrlSuffix"/>
1581
1605
  </xs:restriction>
1582
1606
  </xs:simpleType>
1583
1607
  <xs:element name="DestinationUrlPerformanceReportColumn" nillable="true" type="tns:DestinationUrlPerformanceReportColumn"/>
@@ -1589,7 +1613,7 @@
1589
1613
  <xs:element minOccurs="0" name="AdStatus" nillable="true" type="tns:AdStatusReportFilter"/>
1590
1614
  <xs:element minOccurs="0" name="CampaignStatus" nillable="true" type="tns:CampaignStatusReportFilter"/>
1591
1615
  <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"/>
1616
+ <xs:element minOccurs="0" name="Language" nillable="true" type="tns:LanguageReportFilter"/>
1593
1617
  </xs:sequence>
1594
1618
  </xs:complexType>
1595
1619
  <xs:element name="DestinationUrlPerformanceReportFilter" nillable="true" type="tns:DestinationUrlPerformanceReportFilter"/>
@@ -1599,7 +1623,7 @@
1599
1623
  <xs:sequence>
1600
1624
  <xs:element name="Columns" nillable="true" type="tns:ArrayOfBudgetSummaryReportColumn"/>
1601
1625
  <xs:element name="Scope" nillable="true" type="tns:AccountThroughCampaignReportScope"/>
1602
- <xs:element name="Time" nillable="true" type="tns:BudgetSummaryReportTime"/>
1626
+ <xs:element name="Time" nillable="true" type="tns:ReportTime"/>
1603
1627
  </xs:sequence>
1604
1628
  </xs:extension>
1605
1629
  </xs:complexContent>
@@ -1626,72 +1650,6 @@
1626
1650
  </xs:restriction>
1627
1651
  </xs:simpleType>
1628
1652
  <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
1653
  <xs:complexType name="AgeGenderAudienceReportRequest">
1696
1654
  <xs:complexContent mixed="false">
1697
1655
  <xs:extension base="tns:ReportRequest">
@@ -1745,7 +1703,7 @@
1745
1703
  <xs:element minOccurs="0" name="AdDistribution" nillable="true" type="tns:AdDistributionReportFilter"/>
1746
1704
  <xs:element minOccurs="0" name="AdGroupStatus" nillable="true" type="tns:AdGroupStatusReportFilter"/>
1747
1705
  <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"/>
1706
+ <xs:element minOccurs="0" name="Language" nillable="true" type="tns:LanguageReportFilter"/>
1749
1707
  </xs:sequence>
1750
1708
  </xs:complexType>
1751
1709
  <xs:element name="AgeGenderAudienceReportFilter" nillable="true" type="tns:AgeGenderAudienceReportFilter"/>
@@ -1802,7 +1760,7 @@
1802
1760
  <xs:element minOccurs="0" name="AdDistribution" nillable="true" type="tns:AdDistributionReportFilter"/>
1803
1761
  <xs:element minOccurs="0" name="AdGroupStatus" nillable="true" type="tns:AdGroupStatusReportFilter"/>
1804
1762
  <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"/>
1763
+ <xs:element minOccurs="0" name="Language" nillable="true" type="tns:LanguageReportFilter"/>
1806
1764
  </xs:sequence>
1807
1765
  </xs:complexType>
1808
1766
  <xs:element name="ProfessionalDemographicsAudienceReportFilter" nillable="true" type="tns:ProfessionalDemographicsAudienceReportFilter"/>
@@ -1882,8 +1840,8 @@
1882
1840
  <xs:complexType name="UserLocationPerformanceReportFilter">
1883
1841
  <xs:sequence>
1884
1842
  <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"/>
1843
+ <xs:element minOccurs="0" name="CountryCode" nillable="true" type="q9:ArrayOfstring" xmlns:q9="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
1844
+ <xs:element minOccurs="0" name="Language" nillable="true" type="tns:LanguageReportFilter"/>
1887
1845
  </xs:sequence>
1888
1846
  </xs:complexType>
1889
1847
  <xs:element name="UserLocationPerformanceReportFilter" nillable="true" type="tns:UserLocationPerformanceReportFilter"/>
@@ -1954,7 +1912,7 @@
1954
1912
  <xs:element minOccurs="0" name="AdDistribution" nillable="true" type="tns:AdDistributionReportFilter"/>
1955
1913
  <xs:element minOccurs="0" name="AdGroupStatus" nillable="true" type="tns:AdGroupStatusReportFilter"/>
1956
1914
  <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"/>
1915
+ <xs:element minOccurs="0" name="Language" nillable="true" type="tns:LanguageReportFilter"/>
1958
1916
  </xs:sequence>
1959
1917
  </xs:complexType>
1960
1918
  <xs:element name="PublisherUsagePerformanceReportFilter" nillable="true" type="tns:PublisherUsagePerformanceReportFilter"/>
@@ -2038,8 +1996,8 @@
2038
1996
  <xs:element minOccurs="0" name="DeliveredMatchType" nillable="true" type="tns:DeliveredMatchTypeReportFilter"/>
2039
1997
  <xs:element minOccurs="0" name="ExcludeZeroClicks" type="xs:boolean"/>
2040
1998
  <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"/>
1999
+ <xs:element minOccurs="0" name="Language" nillable="true" type="tns:LanguageReportFilter"/>
2000
+ <xs:element minOccurs="0" name="SearchQueries" nillable="true" type="q10:ArrayOfstring" xmlns:q10="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
2043
2001
  </xs:sequence>
2044
2002
  </xs:complexType>
2045
2003
  <xs:element name="SearchQueryPerformanceReportFilter" nillable="true" type="tns:SearchQueryPerformanceReportFilter"/>
@@ -2104,7 +2062,7 @@
2104
2062
  <xs:element minOccurs="0" name="CampaignStatus" nillable="true" type="tns:CampaignStatusReportFilter"/>
2105
2063
  <xs:element minOccurs="0" name="DeviceType" nillable="true" type="tns:DeviceTypeReportFilter"/>
2106
2064
  <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"/>
2065
+ <xs:element minOccurs="0" name="Keywords" nillable="true" type="q11:ArrayOfstring" xmlns:q11="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
2108
2066
  </xs:sequence>
2109
2067
  </xs:complexType>
2110
2068
  <xs:element name="ConversionPerformanceReportFilter" nillable="true" type="tns:ConversionPerformanceReportFilter"/>
@@ -2141,9 +2099,9 @@
2141
2099
  <xs:enumeration value="Keyword"/>
2142
2100
  <xs:enumeration value="KeywordId"/>
2143
2101
  <xs:enumeration value="Goal"/>
2144
- <xs:enumeration value="Conversions"/>
2102
+ <xs:enumeration value="AllConversions"/>
2145
2103
  <xs:enumeration value="Assists"/>
2146
- <xs:enumeration value="Revenue"/>
2104
+ <xs:enumeration value="AllRevenue"/>
2147
2105
  <xs:enumeration value="GoalId"/>
2148
2106
  <xs:enumeration value="DeviceType"/>
2149
2107
  <xs:enumeration value="DeviceOS"/>
@@ -2163,7 +2121,7 @@
2163
2121
  <xs:element minOccurs="0" name="CampaignStatus" nillable="true" type="tns:CampaignStatusReportFilter"/>
2164
2122
  <xs:element minOccurs="0" name="DeviceOS" nillable="true" type="tns:DeviceOSReportFilter"/>
2165
2123
  <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"/>
2124
+ <xs:element minOccurs="0" name="GoalIds" nillable="true" type="q12:ArrayOflong" xmlns:q12="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
2167
2125
  <xs:element minOccurs="0" name="KeywordStatus" nillable="true" type="tns:KeywordStatusReportFilter"/>
2168
2126
  </xs:sequence>
2169
2127
  </xs:complexType>
@@ -2631,11 +2589,7 @@
2631
2589
  <xs:enumeration value="AveragePosition"/>
2632
2590
  <xs:enumeration value="ImpressionSharePercent"/>
2633
2591
  <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"/>
2592
+ <xs:enumeration value="ImpressionLostToRankAggPercent"/>
2639
2593
  <xs:enumeration value="CurrentMaxCpc"/>
2640
2594
  <xs:enumeration value="QualityScore"/>
2641
2595
  <xs:enumeration value="ExpectedCtr"/>
@@ -2669,8 +2623,8 @@
2669
2623
  <xs:element minOccurs="0" name="DeliveredMatchType" nillable="true" type="tns:DeliveredMatchTypeReportFilter"/>
2670
2624
  <xs:element minOccurs="0" name="DeviceType" nillable="true" type="tns:DeviceTypeReportFilter"/>
2671
2625
  <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"/>
2626
+ <xs:element minOccurs="0" name="Keywords" nillable="true" type="q13:ArrayOfstring" xmlns:q13="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
2627
+ <xs:element minOccurs="0" name="Language" nillable="true" type="tns:LanguageReportFilter"/>
2674
2628
  </xs:sequence>
2675
2629
  </xs:complexType>
2676
2630
  <xs:element name="ShareOfVoiceReportFilter" nillable="true" type="tns:ShareOfVoiceReportFilter"/>
@@ -2772,7 +2726,7 @@
2772
2726
  <xs:element minOccurs="0" name="AdStatus" nillable="true" type="tns:AdStatusReportFilter"/>
2773
2727
  <xs:element minOccurs="0" name="CampaignStatus" nillable="true" type="tns:CampaignStatusReportFilter"/>
2774
2728
  <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"/>
2729
+ <xs:element minOccurs="0" name="Language" nillable="true" type="tns:LanguageReportFilter"/>
2776
2730
  </xs:sequence>
2777
2731
  </xs:complexType>
2778
2732
  <xs:element name="ProductDimensionPerformanceReportFilter" nillable="true" type="tns:ProductDimensionPerformanceReportFilter"/>
@@ -2866,7 +2820,7 @@
2866
2820
  <xs:element minOccurs="0" name="AdStatus" nillable="true" type="tns:AdStatusReportFilter"/>
2867
2821
  <xs:element minOccurs="0" name="CampaignStatus" nillable="true" type="tns:CampaignStatusReportFilter"/>
2868
2822
  <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"/>
2823
+ <xs:element minOccurs="0" name="Language" nillable="true" type="tns:LanguageReportFilter"/>
2870
2824
  </xs:sequence>
2871
2825
  </xs:complexType>
2872
2826
  <xs:element name="ProductPartitionPerformanceReportFilter" nillable="true" type="tns:ProductPartitionPerformanceReportFilter"/>
@@ -2946,7 +2900,7 @@
2946
2900
  <xs:element minOccurs="0" name="AdStatus" nillable="true" type="tns:AdStatusReportFilter"/>
2947
2901
  <xs:element minOccurs="0" name="CampaignStatus" nillable="true" type="tns:CampaignStatusReportFilter"/>
2948
2902
  <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"/>
2903
+ <xs:element minOccurs="0" name="Language" nillable="true" type="tns:LanguageReportFilter"/>
2950
2904
  </xs:sequence>
2951
2905
  </xs:complexType>
2952
2906
  <xs:element name="ProductPartitionUnitPerformanceReportFilter" nillable="true" type="tns:ProductPartitionUnitPerformanceReportFilter"/>
@@ -3023,8 +2977,8 @@
3023
2977
  <xs:element minOccurs="0" name="AdType" nillable="true" type="tns:AdTypeReportFilter"/>
3024
2978
  <xs:element minOccurs="0" name="CampaignStatus" nillable="true" type="tns:CampaignStatusReportFilter"/>
3025
2979
  <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"/>
2980
+ <xs:element minOccurs="0" name="Language" nillable="true" type="tns:LanguageReportFilter"/>
2981
+ <xs:element minOccurs="0" name="SearchQueries" nillable="true" type="q14:ArrayOfstring" xmlns:q14="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
3028
2982
  </xs:sequence>
3029
2983
  </xs:complexType>
3030
2984
  <xs:element name="ProductSearchQueryPerformanceReportFilter" nillable="true" type="tns:ProductSearchQueryPerformanceReportFilter"/>
@@ -3095,8 +3049,6 @@
3095
3049
  <xs:enumeration value="StartTime"/>
3096
3050
  <xs:enumeration value="EndTime"/>
3097
3051
  <xs:enumeration value="Duration"/>
3098
- <xs:enumeration value="CallStatus"/>
3099
- <xs:enumeration value="CallTypeName"/>
3100
3052
  <xs:enumeration value="AreaCode"/>
3101
3053
  <xs:enumeration value="City"/>
3102
3054
  <xs:enumeration value="State"/>
@@ -3194,8 +3146,8 @@
3194
3146
  <xs:element minOccurs="0" name="AdDistribution" nillable="true" type="tns:AdDistributionReportFilter"/>
3195
3147
  <xs:element minOccurs="0" name="AdGroupStatus" nillable="true" type="tns:AdGroupStatusReportFilter"/>
3196
3148
  <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"/>
3149
+ <xs:element minOccurs="0" name="CountryCode" nillable="true" type="q15:ArrayOfstring" xmlns:q15="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
3150
+ <xs:element minOccurs="0" name="Language" nillable="true" type="tns:LanguageReportFilter"/>
3199
3151
  </xs:sequence>
3200
3152
  </xs:complexType>
3201
3153
  <xs:element name="GeographicPerformanceReportFilter" nillable="true" type="tns:GeographicPerformanceReportFilter"/>
@@ -3276,8 +3228,8 @@
3276
3228
  <xs:element minOccurs="0" name="CampaignStatus" nillable="true" type="tns:CampaignStatusReportFilter"/>
3277
3229
  <xs:element minOccurs="0" name="ExcludeZeroClicks" type="xs:boolean"/>
3278
3230
  <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"/>
3231
+ <xs:element minOccurs="0" name="Language" nillable="true" type="tns:LanguageReportFilter"/>
3232
+ <xs:element minOccurs="0" name="SearchQueries" nillable="true" type="q16:ArrayOfstring" xmlns:q16="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/>
3281
3233
  </xs:sequence>
3282
3234
  </xs:complexType>
3283
3235
  <xs:element name="DSASearchQueryPerformanceReportFilter" nillable="true" type="tns:DSASearchQueryPerformanceReportFilter"/>
@@ -3352,7 +3304,7 @@
3352
3304
  <xs:element minOccurs="0" name="BidStrategyType" nillable="true" type="tns:BidStrategyTypeReportFilter"/>
3353
3305
  <xs:element minOccurs="0" name="CampaignStatus" nillable="true" type="tns:CampaignStatusReportFilter"/>
3354
3306
  <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"/>
3307
+ <xs:element minOccurs="0" name="Language" nillable="true" type="tns:LanguageReportFilter"/>
3356
3308
  </xs:sequence>
3357
3309
  </xs:complexType>
3358
3310
  <xs:element name="DSAAutoTargetPerformanceReportFilter" nillable="true" type="tns:DSAAutoTargetPerformanceReportFilter"/>
@@ -3436,7 +3388,7 @@
3436
3388
  <xs:element minOccurs="0" name="AdGroupStatus" nillable="true" type="tns:AdGroupStatusReportFilter"/>
3437
3389
  <xs:element minOccurs="0" name="AdStatus" nillable="true" type="tns:AdStatusReportFilter"/>
3438
3390
  <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"/>
3391
+ <xs:element minOccurs="0" name="Language" nillable="true" type="tns:LanguageReportFilter"/>
3440
3392
  </xs:sequence>
3441
3393
  </xs:complexType>
3442
3394
  <xs:element name="DSACategoryPerformanceReportFilter" nillable="true" type="tns:DSACategoryPerformanceReportFilter"/>
@@ -3457,7 +3409,7 @@
3457
3409
  <xs:element name="TrackingId" nillable="true" type="xs:string"/>
3458
3410
  <xs:complexType name="ApiFaultDetail">
3459
3411
  <xs:complexContent mixed="false">
3460
- <xs:extension base="q37:ApplicationFault" xmlns:q37="https://adapi.microsoft.com">
3412
+ <xs:extension base="q17:ApplicationFault" xmlns:q17="https://adapi.microsoft.com">
3461
3413
  <xs:sequence>
3462
3414
  <xs:element minOccurs="0" name="BatchErrors" nillable="true" type="tns:ArrayOfBatchError"/>
3463
3415
  <xs:element minOccurs="0" name="OperationErrors" nillable="true" type="tns:ArrayOfOperationError"/>
@@ -3575,18 +3527,18 @@
3575
3527
  </xs:sequence>
3576
3528
  </xs:complexType>
3577
3529
  <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
3530
  <xs:complexType name="ArrayOfint">
3585
3531
  <xs:sequence>
3586
3532
  <xs:element maxOccurs="unbounded" minOccurs="0" name="int" type="xs:int"/>
3587
3533
  </xs:sequence>
3588
3534
  </xs:complexType>
3589
3535
  <xs:element name="ArrayOfint" nillable="true" type="tns:ArrayOfint"/>
3536
+ <xs:complexType name="ArrayOfstring">
3537
+ <xs:sequence>
3538
+ <xs:element maxOccurs="unbounded" minOccurs="0" name="string" nillable="true" type="xs:string"/>
3539
+ </xs:sequence>
3540
+ </xs:complexType>
3541
+ <xs:element name="ArrayOfstring" nillable="true" type="tns:ArrayOfstring"/>
3590
3542
  </xs:schema>
3591
3543
  <xs:schema elementFormDefault="qualified" targetNamespace="https://adapi.microsoft.com" xmlns:tns="https://adapi.microsoft.com" xmlns:xs="http://www.w3.org/2001/XMLSchema">
3592
3544
  <xs:complexType name="AdApiFaultDetail">
@@ -3673,15 +3625,15 @@
3673
3625
  <wsdl:portType msc:usingSession="false" name="IReportingService">
3674
3626
  <wsdl:operation name="SubmitGenerateReport">
3675
3627
  <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"/>
3628
+ <wsdl:output message="tns:SubmitGenerateReportResponse" name="SubmitGenerateReportResponse" wsaw:Action="https://bingads.microsoft.com/Reporting/v13/IReportingService/SubmitGenerateReportResponse"/>
3629
+ <wsdl:fault message="tns:IReportingService_SubmitGenerateReport_AdApiFaultDetailFault_FaultMessage" name="AdApiFaultDetailFault" wsaw:Action="https://bingads.microsoft.com/Reporting/v13/IReportingService/SubmitGenerateReportAdApiFaultDetailFault"/>
3630
+ <wsdl:fault message="tns:IReportingService_SubmitGenerateReport_ApiFaultDetailFault_FaultMessage" name="ApiFaultDetailFault" wsaw:Action="https://bingads.microsoft.com/Reporting/v13/IReportingService/SubmitGenerateReportApiFaultDetailFault"/>
3679
3631
  </wsdl:operation>
3680
3632
  <wsdl:operation name="PollGenerateReport">
3681
3633
  <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"/>
3634
+ <wsdl:output message="tns:PollGenerateReportResponse" name="PollGenerateReportResponse" wsaw:Action="https://bingads.microsoft.com/Reporting/v13/IReportingService/PollGenerateReportResponse"/>
3635
+ <wsdl:fault message="tns:IReportingService_PollGenerateReport_AdApiFaultDetailFault_FaultMessage" name="AdApiFaultDetailFault" wsaw:Action="https://bingads.microsoft.com/Reporting/v13/IReportingService/PollGenerateReportAdApiFaultDetailFault"/>
3636
+ <wsdl:fault message="tns:IReportingService_PollGenerateReport_ApiFaultDetailFault_FaultMessage" name="ApiFaultDetailFault" wsaw:Action="https://bingads.microsoft.com/Reporting/v13/IReportingService/PollGenerateReportApiFaultDetailFault"/>
3685
3637
  </wsdl:operation>
3686
3638
  </wsdl:portType>
3687
3639
  <wsdl:binding name="BasicHttpBinding_IReportingService" type="tns:IReportingService">
@@ -3736,7 +3688,7 @@
3736
3688
  </wsdl:binding>
3737
3689
  <wsdl:service name="ReportingService">
3738
3690
  <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"/>
3691
+ <soap:address location="https://reporting.api.bingads.microsoft.com/Api/Advertiser/Reporting/V13/ReportingService.svc"/>
3740
3692
  </wsdl:port>
3741
3693
  </wsdl:service>
3742
3694
  </wsdl:definitions>