Is it possible to download the report from Bing Ads API as an in-memory object WITHOUT loading it locally as a file? I would be grateful if the code snipper will be in Python
Is it possible to download the report from Bing Ads API as an in-memory object WITHOUT loading it locally as a file? I would be grateful if the code snipper will be in Python
@StankevichKatsiaryna2STUD-0096 - Yes this is supported with the Bing Ads Python SDK. Please see report_requests.py and let me know if you have any follow up questions. A file is downloaded in memory temporarily but you don't need to extract and parse the file contents.
5 people are following this question.