I'm trying to use this example to retrieve report data from bing ads with python. I set everything up and got all the necessary ID's but when I run this script, I get an error that makes it seem like the example is outdated.
This is my error:
module 'bingads.v13.reporting.reporting_service_manager' has no attribute 'download_report'
The code line that causes this failure is in the download_report() function
report_container = reporting_service_manager.download_report(reporting_download_parameters)
Is the example code outdated?
Document Details
⚠ Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.
ID: 8e7770db-19a5-18d9-3c63-ab161170b64c
Version Independent ID: b480e025-bb81-481e-e391-e7fb98c91c98
I'm trying to use this example to retrieve report data from bing ads with python. I set everything up and got all the necessary ID's but when I run this script, I get an error that makes it seem like the example is outdated.
This is my error:
module 'bingads.v13.reporting.reporting_service_manager' has no attribute 'download_report'
The code line that causes this failure is in the download_report() function
report_container = reporting_service_manager.download_report(reporting_download_parameters)
Is the example code outdated?
Document Details
⚠ Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.