Load report without creating local file Bing Ads API

Stankevich Katsiaryna 2 (STUD) 1 Reputation point
2021-04-20T13:22:10.493+00:00

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

Microsoft Advertising API
Microsoft Advertising API
A Microsoft API that provides programmatic access to Microsoft Advertising to manage large campaigns or to integrate your marketing with other in-house systems.
402 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Eric Urban - MSFT 626 Reputation points Microsoft Employee
    2021-05-15T22:11:26.997+00:00

    @Stankevich Katsiaryna 2 (STUD) - 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.

    0 comments No comments