Releases: BingAds/BingAds-Python-SDK
Releases · BingAds/BingAds-Python-SDK
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.
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.
Version 11.12.5
Updated service proxies to support customer address, campaign level profile criteria, similar audiences for remarketing lists, and new change history report columns. For details see the service release notes.
Added BulkEntity mappings for campaign level profile criteria i.e., added BulkCampaignCompanyNameCriterion, BulkCampaignJobFunctionCriterion, and BulkCampaignIndustryCriterion.
Version 11.12.4
- Added a mapping for the Domain column in the Bulk file to the BulkExpandedTextAd object.
- Limited the scope to bingads.manage for access token requests. Previously the default scope was used, which can vary if a user granted your app permissions to multiple scopes. The Bing Ads SDKs only support the bingads.manage scope.
- Updated the Customer Management proxies to support LinkedAccountIds for agencies. For agency users the customer role can contain a list of linked accounts that the user can access as an agency on behalf of another customer.
Version 11.12.3
- Added support for Cooperative bidding e.g., added mappings for Bid Boost Value, Bid Option, and Maximum Bid fields via the BulkAdGroup.
- Added mappings for the MSCLKID Auto Tagging Enabled and Tracking Tempalte fields via the BulkAccount.
Version 11.12.2
- To extend support for Microsoft Audience Ads, new bulk objects are added to the SDK for reading and writing Bulk file records e.g., BulkResponsiveAd and BulkResponsiveAdLabel.
- Added retries for the 117 throttling error if encountered while polling for the status of a bulk or reporting operation.
Version 11.12.1
- Added support for Bing Ads API Version 12. For more information, see Migrating to Bing Ads API Version 12.
- The version parameter is now required when creating each ServiceClient. Previously the version was optional and defaulted to version 11. The version parameter is moved to the second position between the service client name and the authorization data.
- The file_type parameter now defaults to 'Csv' as an str datatype instead of the DownloadFileType for BulkFileReader, BulkServiceManager, DownloadParameters and SubmitDownloadParameters. You can set 'Tsv' if you prefer the tab separated file format type.
Version 11.5.9
*Updated to support Microsoft Account authentication in sandbox.