Skip to content

Releases: BingAds/BingAds-Python-SDK

Version 13.0.19

25 Mar 07:14
922cb57
Compare
Choose a tag to compare
  • Update Bing Ads API Version 13 service proxies to reflect recent interface changes. For details please see the Bing Ads API Release Notes.
  • Added bulk mappings for Account Level Negative Keyword List i.e., BulkAccountNegativeKeywordList, BulkAccountNegativeKeywordListAssociation and BulkAccountSharedNegativeKeyword.
  • Added bulk mappings for BulkSeasonalityAdjustment and BulkDataExclusion.
  • Removed mappings for VerifiedTrackingSetting field in BulkCampaign.
  • Added mappings for new field in BulkCampaign: AutoGeneratedImageOptOut and AutoGeneratedTextOptOut.
  • Added PerformanceMaxsetting for PageFeedIds field in BulkCampaign.
  • Added mappings for new BiddingScheme: CostPerSaleBiddingScheme.

Version 13.0.18.1

30 Jan 06:53
05fbf75
Compare
Choose a tag to compare
  • Update Bing Ads API Version 13 service proxies to reflect recent interface changes.

Version 13.0.18

15 Nov 07:42
40daa3e
Compare
Choose a tag to compare
  • Update Bing Ads API Version 13 service proxies to reflect recent interface changes. For details please see the Bing Ads API Release Notes.
  • Added mappings for new fields in BulkOfflineConversion: HashedEmailAddress and HashedPhoneNumber.

Version 13.0.17

04 Sep 06:53
d1ca68e
Compare
Choose a tag to compare

Python:

  • Update Bing Ads API Version 13 service proxies to reflect recent interface changes. For details please see the Bing Ads API Release Notes.
  • Added bulk mapping for new Criterion i.e., BulkCampaignDealCriterion, BulkAdGroupGenreCriterion.
  • Added mappings for new fields in BulkCampaign: DestinationChannel and IsMultiChannelCampaign.
  • Added mappings for new fields in BulkResponsiveAd: VerifiedTrackingDatas.
  • Added mappings for new fields in ImageAsset: TargetWidth and TargetHeight.
  • Fixed issue: #250.

Version 13.0.16

07 Jun 03:09
7d9e3fa
Compare
Choose a tag to compare
  • Update Bing Ads API Version 13 service proxies to reflect recent interface changes. For details please see the Bing Ads API Release Notes.
  • Add bulk mappings for performance max campaign i.e., BulkAssetGroup, BulkAssetGroupListingGroup, BulkAudienceGroup, BulkAudienceGroupAssetGroupAssociation, BulkCampaignNegativeWebPage.
  • Add mappings for new fields in BulkCampaign: UrlExpansionOptOut.
  • Support new bidding scheme: ManualCpaScheme and CostPerSaleBiddingScheme.
  • get rid of six/future as we support python3 only. Refer to #233.

Version 13.0.15

22 Dec 02:33
6583566
Compare
Choose a tag to compare
  • Update Bing Ads API Version 13 service proxies to reflect recent interface changes. For details please see the Bing Ads API Release Notes: https://docs.microsoft.com/en-us/bingads/guides/release-notes.
  • Add bulk mappings for OnlineConversionAdjustment.
  • Add bulk mappings for Adgroup Hotel Ads Criterions i.e., BulkAdGroupHotelAdvanceBookingWindowCriterion, BulkAdGroupHotelCheckInDateCriterion, BulkAdGroupHotelCheckInDayCriterion, BulkAdGroupHotelDateSelectionTypeCriterion and BulkAdGroupHotelLengthOfStayCriterion.
  • Add bulk mappings for AdGroupHotelListingGroup.
  • Add mappings for new fields in BulkAdgroup: UseOptimizedTargeting, HotelSetting, CommissionRate and PercentCpcBid.
  • Support new bidding scheme: percentCpcBiddingScheme and commissionBiddingScheme.

Version13.0.14

30 Jun 06:42
43529d9
Compare
Choose a tag to compare
  • Update Bing Ads API Version 13 service proxies to reflect recent interface changes. For details please see the Bing Ads API Release Notes.
  • Get rid of the default ObjectCache,and use a in memory cache for ServiceClient. Issue Do not use broken suds.cache.ObjectCache.
  • Add bulk mappings for BulkCampaignConversionGoal.
  • Add bulk mappings for ad customer attribute i.e., BulkAdCustomizerAttribute, BulkCampaignAdCustomizerAttribute, BulkAdGroupAdCustomizerAttribute, BulkKeywordAdCustomizerAttribute.
  • Add mappings for new fields in BulkFeed: Schedule.
  • Fix issue of invalid variable: maxCpcValue. Issue Fix usage of undefined variable: maxCpcValue.
  • Update suds-community version to >=1.1.0.

Version 13.0.13

13 Jan 05:24
Compare
Choose a tag to compare
  • Update Bing Ads API Version 13 service proxies to reflect recent interface changes. For details please see the Bing Ads API Release Notes.
  • Add new fields Operator mapping in WebCondition for BulkAdGroupDynamicSearchAdTarget, BulkAdGroupNegativeDynamicSearchAdTarget and BulkCampaignNegativeDynamicSearchAdTarget.
  • Add NumberRuleItem mapping to BulkRemarketingList.

Version 13.0.12

29 Oct 12:27
Compare
Choose a tag to compare
  • Update Bing Ads API Version 13 service proxies to reflect recent interface changes. For details please see the Bing Ads API Release Notes.
  • Add VerifiedTrackingSetting mapping in the BulkCampaign.
  • Add BusinessAttributes mapping in the BulkCampaign.

Version13.0.11.1

13 Oct 05:47
Compare
Choose a tag to compare
  • Update suds lib from suds-jurko to suds-community to support latest setuptools.