Bing Ads API检索已配置的预算

时间:2018-01-30 21:08:19

标签: python ads bing

我需要检索每个广告系列的已配置预算的当前值。我发现的最接近的是:

https://docs.microsoft.com/en-us/bingads/reporting-service/budgetsummaryreportcolumn

不幸的是,我并没有试图找到已花费的金额,而是每个广告系列的当前预算。有没有办法使用Bing Ads API v11检索此数据?

注意:我更喜欢使用Bing Python SDK来检索这些数据。

1 个答案:

答案 0 :(得分:0)

我发现您可以使用Bing Python SDK中的批量服务管理器下载与广告系列相关的数据。此数据包含当前为广告系列配置的预算。我不得不调整以下示例:

https://github.com/BingAds/BingAds-Python-SDK/blob/V11.5.3/examples/BingAdsPythonConsoleExamples/BingAdsPythonConsoleExamples/v11/bulk_service_manager_demo.py