Hi, I was wondering if there was any news about Ads API v10 being supported anytime soon.

The version page mentions nothing about ads API v10.

However, v9 is depreciated, and this tweet indicates v10 is out (as well as using /10/ by hand).

Finally, the python ads SDK github repo has a v10 branch with no commits, but that’s it.

Do you have any info about when this will be supported, both in the official documentation as well as the SDK ?

Thanks for reporting that the version page was not correct. I’ve updated this to list version 10 as supported.

We are working on updating both SDKs to support version 10 and invite the community to help us maintain these SDKs. Version 9 will be supported for the next few months as we offer a 6 month transition period before support for version 9 is removed. We’ll update this post when we’ve published support for v10 via the SDK.

Hey, just wondering if you had any info as to whether or not the team is actually working on this.

I’m starting to wonder if I should get the OK for my company to put dev time on updating the SDK ourselves, as we have no idea when v10 will be available on the Python SDK.
No commits been pushed to the v10 branch on the github repo.

The documentation page hasn’t even been updated with info about what’s changed, the info is found in the forum post.


FYI : We started getting this message during API calls : "[2021-09-08T09:31:08.252625] ERROR Report: queued_job - ERROR: [{'code': 'INVALID_TIME_WINDOW', 'message': "Expect time to be midnight in the account's local timezone for day granularity", 'parameter': ''}]"

After talking with some devs who also had the issue pop up seemingly out of nowhere, it lined up with the release of v10, even though we were still on v9. They solved it by switching their API calls to /10/.

This is the particular reason why the v10 SDK is particularly interesting to us.

Thanks a lot for you help!