project-a / bingads-performance-downloader

A script for downloading performance from BingAds API
MIT License
10 stars 9 forks source link

Bing Ads API Version Changed to 13 #17

Closed flaviobritohelloprint closed 4 years ago

flaviobritohelloprint commented 4 years ago

Bing Ads API version 12 sunset as of October 31, 2019. But still available since today when we received the following error:

Code = "303" Details = None ErrorCode = "ApiVersionNoLongerSupported" Message = "This version of the Microsoft Ads API is no longer supported. Please migrate to the latest version of the API. For more details, visit https://go.microsoft.com/fwlink/?linkid=862106." } } Our current version depends on bingads==11.12.2

The page that you can find more information: Version 13

flaviobritohelloprint commented 4 years ago

bingads.v12.reporting.reporting_service_manager import ReportingServiceManager, time ModuleNotFoundError: No module named 'bingads.v12' if you try to update only the sdk. The code need to be changed

martin-loetzsch commented 4 years ago

fixed in https://github.com/mara/bingads-performance-downloader/pull/18