Releases: BingAds/BingAds-Java-SDK
Releases · BingAds/BingAds-Java-SDK
Version 12.13.3
- 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.
- For Bing Ads API version 13, added BulkFeed and BulkFeedItem for ad customizer feeds and page feeds. For more information please see the Feed and Feed Item reference documentation.
- For Bing Ads API version 13, added the mapping for PageFeedIds in BulkCampaign. For more information please see the Campaign reference documentation.
- For Bing Ads API version 13, added the mapping for TextPart2 in BulkDynamicSearchAd. For more information please see the Dynamic Search Ad reference documentation.
- Added support for Java 11.
- Updated CXF dependency version from 3.2.7 to 3.3.2.
- Updated com.fasterxml.jackson.core, artifact jackson-databind version from 2.9.8 to 2.9.9.
- Added dependencies for com.sun.xml.ws version 2.3.2 artifacts jaxws-rt, jaxws-ri, and rt.
- Fix the invalid OAuth scope issue in sandbox introduced by version 12.13.2.
Version 12.13.2
- IMPORTANT: The default OAuth endpoint is updated from Live Connect endpoint to the Microsoft Identity endpoint for developers. The Microsoft Identity endpoint supports both Microsoft Account (MSA) personal credentials and Azure Active Directory (AAD) work credentials. For more information, see Upgrade to the Microsoft identity platform endpoint FAQ.
- Updated Bing Ads API version 12 and 13 service proxies to reflect recent interface changes. For details please see the Bing Ads API Release Notes.
- For Bing Ads API version 12 and 13, added a new Bulk property for Final Url Suffix phase 2 entities i.e., added FinalUrlSuffix to the existing BulkActionAdExtension, BulkAppAdExtension, BulkImageAdExtension, BulkPriceAdExtension, BulkSitelinkAdExtension, BulkAdGroupProductPartition, and BulkAd. For details see Final Url Suffix.
Version 12.13.1
- Added support for Bing Ads API Version 13. For more information, see Migrating to Bing Ads API Version 13.
- Updated version 12 service proxies to reflect recent interface changes. For details please see the Bing Ads API Release Notes.
- For both version 12 and 13, added a new Bulk property for Final Url Suffix i.e., added FinalUrlSuffix to the existing BulkAccount, BulkAdGroup, BulkCampaign, and BulkKeyword. For details about Final Url Suffix in the Bulk file, see the Release Notes.
Version 12.0.4
- Updated service proxies to reflect recent interface changes. For details please see the Bing Ads API Release Notes.
- Added a new Bulk property for Action Text i.e., added ActionText to the existing BulkActionAdExtension.
- Removed the isExpired property from BulkAdGroup. Use the Status property of the BulkAdGroup instead.
- For optional fields, the Bulk file schema mapping is updated such that "delete_value" will only be written to the file for update operations. Update intent is assumed when the Bulk entity ID is greater than zero.
- Updated the Status mapping for BulkExperiment i.e., map the string value directly instead of via toOptionalBulkString.
Version 12.0.3
- BREAKING CHANGE for BulkAdGroupCustomAudienceAssociation, BulkAdGroupInMarketAudienceAssociation, BulkAdGroupNegativeCustomAudienceAssociation, BulkAdGroupNegativeInMarketAudienceAssociation, BulkAdGroupNegativeProductAudienceAssociation, BulkAdGroupNegativeRemarketingListAssociation, BulkAdGroupNegativeSimilarRemarketingListAssociation, BulkAdGroupProductAudienceAssociation, BulkAdGroupRemarketingListAssociation, and BulkAdGroupSimilarRemarketingListAssociation: Replaced CustomAudienceName, InMarketAudienceName, ProductAudienceName, RemarketingListName, and SimilarRemarketingListName with AudienceName. The AudienceName property is now used to map from the 'Audience Name' field of a Bulk file via all audience association SDK objects.
- Updated service proxies to reflect recent interface changes. For details please see the Bing Ads API Release Notes.
- Added Bulk mapping for responsive ad images i.e., added Images to the existing BulkResponsiveAd.
- Added Bulk mapping for campaign target setting i.e., added TargetSetting to the existing BulkCampaign.
- Added Bulk mapping for campaign level audience associations i.e.,BulkCampaignCustomAudienceAssociation, BulkCampaignInMarketAudienceAssociation, BulkCampaignNegativeCustomAudienceAssociation, BulkCampaignNegativeInMarketAudienceAssociation, BulkCampaignNegativeProductAudienceAssociation, BulkCampaignNegativeRemarketingListAssociation, BulkCampaignNegativeSimilarRemarketingListAssociation, BulkCampaignProductAudienceAssociation, BulkCampaignRemarketingListAssociation, and BulkCampaignSimilarRemarketingListAssociation.
- Update the Apache CXF Core dependency from version 3.0.15 to 3.2.7.
- Update the Jackson Core dependency from version 2.9.6 to 2.9.8.
Version 12.0.2
- Updated service proxies to reflect recent interface changes. For details please see the Bing Ads API Release Notes.
- Added Bulk mapping for campaign experiments i.e., BulkExperiment and BulkCampaign.
- Added Bulk mapping for action ad extensions i.e., BulkActionAdExtension, BulkAccountActionAdExtension, BulkAdGroupActionAdExtension, and BulkCampaignActionAdExtension.
Version 12.0.1
- Removed support for Bing Ads API Version 11, per the October 31, 2018 sunset.
- Added Bulk mapping for responsive search ads i.e., BulkResponsiveSearchAd and BulkResponsiveSearchAdLabel.
- Added all fragments returned via the tokens request as a new property in the OAuthTokens SDK class.
Version 11.12.7
- Update service proxies to reflect recent interface changes.
- Map TitlePart3 and TextPart2 to BulkExpandedTextAd.
- Add support for empty Parent Id column per Issue 80.
- Update the Jackson Core dependency from version 2.1.3 to 2.9.6.
Version 11.12.6.1
Support client system proxy settings.
Version 11.12.6
- Updated service proxies to reflect recent Bulk, Campaign Management, Customer Management, and Reporting API changes.
- Added Bulk mapping for similar remarketing lists i.e., BulkSimilarRemarketingList, BulkAdGroupSimilarRemarketingListAssociation, and BulkAdGroupNegativeSimilarRemarketingListAssociation.
- Updated the mapping of delete_value from the result file to an empty string in Bulk entities.