Daniel
Daniel
The version 3 is available: Try this: ``` import logging from ad_api.api import sponsored_products from ad_api.base import AdvertisingApiException try: # Leave empty will use the 'default' account result=sponsored_products.CampaignsV3(debug=True).list_campaigns() logging.info(result) except...
MOved previous one to discussions
Hi @JTimings , I will have a look and add for next version but I can't confirm when could be available, if you want create a PR I will be...
completed @JTimings you can test