Releases: BingAds/BingAds-Java-SDK
Releases · BingAds/BingAds-Java-SDK
Version 13.0.5
- Updated Bing Ads API Version 13 service proxies to reflect recent interface changes. For details please see the Bing Ads API Release Notes.
- Add BulkImage for bulk image upload.
- Add Multi-Image field mappings for BulkImageAdExtension.
- Add offline conversion adjustment field mappings for BulkOfflineConversion.
- Add bulk mappings for filter link ad extensions i.e., BulkFilterLinkAdExtension, BulkAccountFilterLinkAdExtension, BulkAdGroupFilterLinkAdExtension, and BulkCampaignFilterLinkAdExtension.
Version 13.0.4
- Updated Bing Ads API Version 13 service proxies to reflect recent interface changes. For details please see the Bing Ads API Release Notes.
- Add mappings for TargetImpressionShareBiddingScheme in BulkCampaign.
- Add bulk mappings for combined list i.e., BulkCombinedList, BulkAdGroupCombinedListAssociation, BulkAdGroupNegativeCombinedListAssociation, BulkCampaignCombinedListAssociation, and BulkCampaignNegativeCombinedListAssociation.
- Add bulk entities for customer list i.e., BulkCustomerList, BulkCustomerListItem, BulkAdGroupCustomerListAssociation, BulkAdGroupNegativeCustomerListAssociation, BulkCampaignCustomerListAssociation, and BulkCampaignNegativeCustomerListAssociation.
- Add OAuth support for AAD tenant.
- Add OAuth support for PKCE e.g., code_verifier.
Version 13.0.3
- Updated Bing Ads API Version 13 service proxies to reflect recent interface changes. For details please see the Bing Ads API Release Notes.
- Add mappings for MaxConversionValueBiddingScheme and TargetRoasBiddingScheme in BulkCampaign.
- Add mapping for the 'Use Searcher Time Zone' field in BulkCampaign and BulkAdGroup.
- Add bulk mappings for promotion ad extensions i.e., BulkPromotionAdExtension, BulkAccountPromotionAdExtension, BulkAdGroupPromotionAdExtension, and BulkCampaignPromotionAdExtension.
- Add support for delete_value of EndDate in the BulkExperiment.
- Add BulkCampaignNegativeStoreCriterion for future use.
- Replace http://bingads.microsoft.com with https://ads.microsoft.com in pom.xml.
- Fix bulk ad extension 'Use Searcher Time Zone' mapping. Instead of 'false' do not write to the bulk file if UseSearcherTimeZone is null.
- Fix class cast exception per issue 114.
Version 13.0.2
- Attempt internal sync upload for up to 1,000 bulk entities via BulkServiceManager and uploadEntitiesAsync.
- Added the mapping for FinalUrlSuffix in BulkAdGroupDynamicSearchAdTarget.
Version 13.0.1
- Updated Bing Ads API Version 13 service proxies to reflect recent interface changes. For details please see the Bing Ads API Release Notes.
- Removed support for Bing Ads API Version 12 i.e., removed the service proxies and bulk entities.
- Added mappings for the "Target Ad Group Id" and "Target Campaign Id" bulk columns in BulkFeedItem.
- Added mappings for the "Include View Through Conversions" and "Profile Expansion Enabled" bulk columns in BulkAccount.
Version 12.13.6
- Updated com.fasterxml.jackson.core, artifact jackson-databind version from 2.9.9.3 to 2.10.0
- Mapped the Experiment Type column to ExperimentType via BulkExperiment.
- Updated Bing Ads API version 12 and 13 service proxies to reflect recent interface changes. For more information please see the Bing Ads API Release Notes.
Version 12.13.5
- Map the Bid Adjustment column to a BidMultiplier via BulkAdGroupProductPartition.
- Updated Bing Ads API version 12 and 13 service proxies to reflect recent interface changes. For more information please see the Bing Ads API Release Notes.
- Resolve the Custom Parameter delete_value parse error.
Version 12.13.4.2
- Updated com.fasterxml.jackson.core, artifact jackson-databind version from 2.9.9.2 to 2.9.9.3 due to issue 2395.
Version 12.13.4.1
- Removed internal usage of CXF, to ensure CXF can be excluded by clients.
- Check for null pointer exception (NPE) in BulkUploadCouldNotBeCompletedException.
- Log more info for socketTimeout and connectionTimeout when getting an access token.
- Write TextAsset and ImageAsset to the Bulk upload file without the Type explicitly set, per issue 107.
- Updated com.fasterxml.jackson.core, artifact jackson-databind version from 2.9.9.1 to 2.9.9.2.
Version 12.13.4
- Updated Bing Ads API version 12 and 13 service proxies to reflect recent interface changes. For more information please see the Bing Ads API Release Notes.
- Set CXF as the default SOAP implementation.
- Updated com.fasterxml.jackson.core, artifact jackson-databind version from 2.9.9 to 2.9.9.1.
- Set timeout for HTTP POST and use ClosableHttpClient instead of the deprecated DefaultHttpClient class, ClosableHttpClient to resolve issue 106.