Skip to content

Commit

Permalink
update to version 11.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
qitia committed Aug 8, 2017
1 parent c1326cf commit 2b49b06
Show file tree
Hide file tree
Showing 146 changed files with 3,811 additions and 478 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The Bing Ads Java SDK includes and depends on the microsoft.bingads Maven artifa
<dependency>
<groupId>com.microsoft.bingads</groupId>
<artifactId>microsoft.bingads</artifactId>
<version>11.5.3</version>
<version>11.5.4</version>
</dependency>
```
If you are not using a Maven project, you must include the correct version of each dependency. You can review the complete list of Bing Ads Java SDK dependencies at the [Maven Repository](http://mvnrepository.com/artifact/com.microsoft.bingads/microsoft.bingads/).
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.microsoft.bingads</groupId>
<version>11.5.3</version>
<version>11.5.4</version>
<name>Bing Ads Java SDK</name>
<description>The Bing Ads Java SDK is a library improving developer experience when working with the Bing Ads services by providing high-level access to features such as Bulk API, OAuth Authorization and SOAP API.</description>
<url>https://github.com/BingAds/BingAds-Java-SDK</url>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* Generated source version: 2.1
*
*/
@WebServiceClient(name = "CustomerBillingService", targetNamespace = "https://bingads.microsoft.com/Billing/v9", wsdlLocation = "https://clientcenter.api.bingads.microsoft.com/Api/Billing/v9/CustomerBillingService.svc?wsdl")
@WebServiceClient(name = "CustomerBillingService", targetNamespace = "https://bingads.microsoft.com/Billing/v9", wsdlLocation = "https://clientcenter.api.sandbox.bingads.microsoft.com/Api/Billing/v9/CustomerBillingService.svc?wsdl")
public class CustomerBillingService
extends Service
{
Expand All @@ -30,7 +30,7 @@ public class CustomerBillingService
URL url = null;
WebServiceException e = null;
try {
url = new URL("https://clientcenter.api.bingads.microsoft.com/Api/Billing/v9/CustomerBillingService.svc?wsdl");
url = new URL("https://clientcenter.api.sandbox.bingads.microsoft.com/Api/Billing/v9/CustomerBillingService.svc?wsdl");
} catch (MalformedURLException ex) {
e = new WebServiceException(ex);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ public Future<?> getBillingDocumentsInfoAsync(
* @param parameters
* @return
* returns com.microsoft.bingads.customerbilling.GetBillingDocumentsInfoResponse
* @throws ApiFault_Exception
* @throws AdApiFaultDetail_Exception
* @throws ApiBatchFault_Exception
* @throws AdApiFaultDetail_Exception
* @throws ApiFault_Exception
*/
@WebMethod(operationName = "GetBillingDocumentsInfo", action = "GetBillingDocumentsInfo")
@WebResult(name = "GetBillingDocumentsInfoResponse", targetNamespace = "https://bingads.microsoft.com/Billing/v9", partName = "parameters")
Expand Down Expand Up @@ -98,9 +98,9 @@ public Future<?> getBillingDocumentsAsync(
* @param parameters
* @return
* returns com.microsoft.bingads.customerbilling.GetBillingDocumentsResponse
* @throws ApiFault_Exception
* @throws AdApiFaultDetail_Exception
* @throws ApiBatchFault_Exception
* @throws AdApiFaultDetail_Exception
* @throws ApiFault_Exception
*/
@WebMethod(operationName = "GetBillingDocuments", action = "GetBillingDocuments")
@WebResult(name = "GetBillingDocumentsResponse", targetNamespace = "https://bingads.microsoft.com/Billing/v9", partName = "parameters")
Expand Down Expand Up @@ -140,9 +140,9 @@ public Future<?> getDisplayInvoicesAsync(
* @param parameters
* @return
* returns com.microsoft.bingads.customerbilling.GetDisplayInvoicesResponse
* @throws ApiFault_Exception
* @throws AdApiFaultDetail_Exception
* @throws ApiBatchFault_Exception
* @throws AdApiFaultDetail_Exception
* @throws ApiFault_Exception
*/
@WebMethod(operationName = "GetDisplayInvoices", action = "GetDisplayInvoices")
@WebResult(name = "GetDisplayInvoicesResponse", targetNamespace = "https://bingads.microsoft.com/Billing/v9", partName = "parameters")
Expand Down Expand Up @@ -182,8 +182,8 @@ public Future<?> addInsertionOrderAsync(
* @param parameters
* @return
* returns com.microsoft.bingads.customerbilling.AddInsertionOrderResponse
* @throws ApiFault_Exception
* @throws AdApiFaultDetail_Exception
* @throws ApiFault_Exception
*/
@WebMethod(operationName = "AddInsertionOrder", action = "AddInsertionOrder")
@WebResult(name = "AddInsertionOrderResponse", targetNamespace = "https://bingads.microsoft.com/Billing/v9", partName = "parameters")
Expand Down Expand Up @@ -223,8 +223,8 @@ public Future<?> updateInsertionOrderAsync(
* @param parameters
* @return
* returns com.microsoft.bingads.customerbilling.UpdateInsertionOrderResponse
* @throws ApiFault_Exception
* @throws AdApiFaultDetail_Exception
* @throws ApiFault_Exception
*/
@WebMethod(operationName = "UpdateInsertionOrder", action = "UpdateInsertionOrder")
@WebResult(name = "UpdateInsertionOrderResponse", targetNamespace = "https://bingads.microsoft.com/Billing/v9", partName = "parameters")
Expand Down Expand Up @@ -264,8 +264,8 @@ public Future<?> getInsertionOrdersByAccountAsync(
* @param parameters
* @return
* returns com.microsoft.bingads.customerbilling.GetInsertionOrdersByAccountResponse
* @throws ApiFault_Exception
* @throws AdApiFaultDetail_Exception
* @throws ApiFault_Exception
*/
@WebMethod(operationName = "GetInsertionOrdersByAccount", action = "GetInsertionOrdersByAccount")
@WebResult(name = "GetInsertionOrdersByAccountResponse", targetNamespace = "https://bingads.microsoft.com/Billing/v9", partName = "parameters")
Expand Down Expand Up @@ -305,8 +305,8 @@ public Future<?> searchInsertionOrdersAsync(
* @param parameters
* @return
* returns com.microsoft.bingads.customerbilling.SearchInsertionOrdersResponse
* @throws ApiFault_Exception
* @throws AdApiFaultDetail_Exception
* @throws ApiFault_Exception
*/
@WebMethod(operationName = "SearchInsertionOrders", action = "SearchInsertionOrders")
@WebResult(name = "SearchInsertionOrdersResponse", targetNamespace = "https://bingads.microsoft.com/Billing/v9", partName = "parameters")
Expand Down Expand Up @@ -346,9 +346,9 @@ public Future<?> getKOHIOInvoicesAsync(
* @param parameters
* @return
* returns com.microsoft.bingads.customerbilling.GetKOHIOInvoicesResponse
* @throws ApiFault_Exception
* @throws AdApiFaultDetail_Exception
* @throws ApiBatchFault_Exception
* @throws AdApiFaultDetail_Exception
* @throws ApiFault_Exception
*/
@WebMethod(operationName = "GetKOHIOInvoices", action = "GetKOHIOInvoices")
@WebResult(name = "GetKOHIOInvoicesResponse", targetNamespace = "https://bingads.microsoft.com/Billing/v9", partName = "parameters")
Expand Down Expand Up @@ -388,8 +388,8 @@ public Future<?> getAccountMonthlySpendAsync(
* @param parameters
* @return
* returns com.microsoft.bingads.customerbilling.GetAccountMonthlySpendResponse
* @throws ApiFault_Exception
* @throws AdApiFaultDetail_Exception
* @throws ApiFault_Exception
*/
@WebMethod(operationName = "GetAccountMonthlySpend", action = "GetAccountMonthlySpend")
@WebResult(name = "GetAccountMonthlySpendResponse", targetNamespace = "https://bingads.microsoft.com/Billing/v9", partName = "parameters")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ public Future<?> submitGenerateReportAsync(
* @param parameters
* @return
* returns com.microsoft.bingads.reporting.SubmitGenerateReportResponse
* @throws AdApiFaultDetail_Exception
* @throws ApiFaultDetail_Exception
* @throws AdApiFaultDetail_Exception
*/
@WebMethod(operationName = "SubmitGenerateReport", action = "SubmitGenerateReport")
@WebResult(name = "SubmitGenerateReportResponse", targetNamespace = "https://bingads.microsoft.com/Reporting/v9", partName = "parameters")
Expand Down Expand Up @@ -97,8 +97,8 @@ public Future<?> pollGenerateReportAsync(
* @param parameters
* @return
* returns com.microsoft.bingads.reporting.PollGenerateReportResponse
* @throws AdApiFaultDetail_Exception
* @throws ApiFaultDetail_Exception
* @throws AdApiFaultDetail_Exception
*/
@WebMethod(operationName = "PollGenerateReport", action = "PollGenerateReport")
@WebResult(name = "PollGenerateReportResponse", targetNamespace = "https://bingads.microsoft.com/Reporting/v9", partName = "parameters")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@
* &lt;enumeration value="ClickTypeId"/>
* &lt;enumeration value="TotalClicksOnAdElements"/>
* &lt;enumeration value="ClickType"/>
* &lt;enumeration value="ReturnOnAdSpend"/>
* &lt;enumeration value="BidStrategyType"/>
* &lt;enumeration value="LocalStoreCode"/>
* &lt;enumeration value="StoreId"/>
* &lt;/restriction>
* &lt;/simpleType>
* </pre>
Expand Down Expand Up @@ -196,7 +200,15 @@ public enum ProductDimensionPerformanceReportColumn {
@XmlEnumValue("TotalClicksOnAdElements")
TOTAL_CLICKS_ON_AD_ELEMENTS("TotalClicksOnAdElements"),
@XmlEnumValue("ClickType")
CLICK_TYPE("ClickType");
CLICK_TYPE("ClickType"),
@XmlEnumValue("ReturnOnAdSpend")
RETURN_ON_AD_SPEND("ReturnOnAdSpend"),
@XmlEnumValue("BidStrategyType")
BID_STRATEGY_TYPE("BidStrategyType"),
@XmlEnumValue("LocalStoreCode")
LOCAL_STORE_CODE("LocalStoreCode"),
@XmlEnumValue("StoreId")
STORE_ID("StoreId");
private final String value;

ProductDimensionPerformanceReportColumn(String v) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@
* &lt;enumeration value="ClickTypeId"/>
* &lt;enumeration value="TotalClicksOnAdElements"/>
* &lt;enumeration value="ClickType"/>
* &lt;enumeration value="ReturnOnAdSpend"/>
* &lt;enumeration value="BidStrategyType"/>
* &lt;enumeration value="LocalStoreCode"/>
* &lt;/restriction>
* &lt;/simpleType>
* </pre>
Expand Down Expand Up @@ -178,7 +181,13 @@ public enum ProductPartitionPerformanceReportColumn {
@XmlEnumValue("TotalClicksOnAdElements")
TOTAL_CLICKS_ON_AD_ELEMENTS("TotalClicksOnAdElements"),
@XmlEnumValue("ClickType")
CLICK_TYPE("ClickType");
CLICK_TYPE("ClickType"),
@XmlEnumValue("ReturnOnAdSpend")
RETURN_ON_AD_SPEND("ReturnOnAdSpend"),
@XmlEnumValue("BidStrategyType")
BID_STRATEGY_TYPE("BidStrategyType"),
@XmlEnumValue("LocalStoreCode")
LOCAL_STORE_CODE("LocalStoreCode");
private final String value;

ProductPartitionPerformanceReportColumn(String v) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@
* &lt;enumeration value="AdStatus"/>
* &lt;enumeration value="TrackingTemplate"/>
* &lt;enumeration value="CustomParameters"/>
* &lt;enumeration value="ReturnOnAdSpend"/>
* &lt;enumeration value="BidStrategyType"/>
* &lt;enumeration value="LocalStoreCode"/>
* &lt;/restriction>
* &lt;/simpleType>
* </pre>
Expand Down Expand Up @@ -142,7 +145,13 @@ public enum ProductPartitionUnitPerformanceReportColumn {
@XmlEnumValue("TrackingTemplate")
TRACKING_TEMPLATE("TrackingTemplate"),
@XmlEnumValue("CustomParameters")
CUSTOM_PARAMETERS("CustomParameters");
CUSTOM_PARAMETERS("CustomParameters"),
@XmlEnumValue("ReturnOnAdSpend")
RETURN_ON_AD_SPEND("ReturnOnAdSpend"),
@XmlEnumValue("BidStrategyType")
BID_STRATEGY_TYPE("BidStrategyType"),
@XmlEnumValue("LocalStoreCode")
LOCAL_STORE_CODE("LocalStoreCode");
private final String value;

ProductPartitionUnitPerformanceReportColumn(String v) {
Expand Down
4 changes: 2 additions & 2 deletions proxies/com/microsoft/bingads/reporting/ReportingService.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* Generated source version: 2.1
*
*/
@WebServiceClient(name = "ReportingService", targetNamespace = "https://bingads.microsoft.com/Reporting/v9", wsdlLocation = "https://api.sandbox.bingads.microsoft.com/Api/Advertiser/Reporting/v9/ReportingService.svc?wsdl")
@WebServiceClient(name = "ReportingService", targetNamespace = "https://bingads.microsoft.com/Reporting/v9", wsdlLocation = "https://reporting.api.sandbox.bingads.microsoft.com/Api/Advertiser/Reporting/v9/ReportingService.svc?wsdl")
public class ReportingService
extends Service
{
Expand All @@ -30,7 +30,7 @@ public class ReportingService
URL url = null;
WebServiceException e = null;
try {
url = new URL("https://api.sandbox.bingads.microsoft.com/Api/Advertiser/Reporting/v9/ReportingService.svc?wsdl");
url = new URL("https://reporting.api.sandbox.bingads.microsoft.com/Api/Advertiser/Reporting/v9/ReportingService.svc?wsdl");
} catch (MalformedURLException ex) {
e = new WebServiceException(ex);
}
Expand Down
Loading

0 comments on commit 2b49b06

Please sign in to comment.