Skip to content

Releases: BingAds/BingAds-Java-SDK

Version 13.0.5

14 Aug 09:37
Compare
Choose a tag to compare
  • 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

08 Jul 04:09
Compare
Choose a tag to compare
  • 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

26 May 10:27
Compare
Choose a tag to compare
  • 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

16 Jan 01:54
Compare
Choose a tag to compare
  • 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

08 Nov 07:08
Compare
Choose a tag to compare
  • 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

11 Oct 06:13
Compare
Choose a tag to compare
  • 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

10 Sep 03:38
Compare
Choose a tag to compare
  • 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

28 Aug 05:38
Compare
Choose a tag to compare
  • 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

22 Aug 03:51
Compare
Choose a tag to compare
  • 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

07 Aug 05:17
Compare
Choose a tag to compare
  • 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.