denisneuf/python-amazon-ad-api

Support Ads Exports

JTimings opened this issue · 2 comments

Is there an expected timeline for adding support for Ads Exports? With the upcoming deprecation of Snapshots, full support for Exports here would be greatly appreciated.

Hi @JTimings that api was present in the library since v0.5.5 however was not documented:

ad_api/api/exports.py

https://github.com/denisneuf/python-amazon-ad-api/blob/ebf1cd140c4a7510f5663fddeac5336fe3653b19/ad_api/api/exports.py

I think you can use it but if you need some example, let me know I still keep my functions to test it

Hey @denisneuf
There are 4 type of ad exports API(source: https://advertising.amazon.com/API/docs/en-us/exports#tag/Exports)

  1. Ads
  2. Campaigns
  3. Ad groups
    4.Targets

Only 3 are available in library, Ads export is missing.