报告请求不返回文件 [英] report requests not returning file

查看:64
本文介绍了报告请求不返回文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用这些报告请求示例来尝试下拉报告文件。我正在使用我的生产AuthorizationData信息,它似乎正在验证正常。但无论我尝试哪个报告,resultFilePath都没有回来。我是
访问正在使用的有效BingAds帐户。不知道下一步该尝试什么。任何帮助将不胜感激。


https://docs.microsoft.com/en-us/bingads/guides/code-example-report-requests

 var resultFilePath = await ReportingServiceManager.DownloadFileAsync(reportingDownloadParameters,tokenSource.Token); 



解决方案

如果您请求的日期和范围没有报告数据,则报告文件URL将为nil / emtpy。如果您已经确定有数据,例如,可以在Bing Ads网络应用程序中看到它,请
联系支持以及更多详细信息,例如,提交提交生成报告和账号的SOAP请求。


祝你好运,


Eric


i'm using these report request samples to try and pull down a report file. i am using my production AuthorizationData information and its seems to be authenticating fine. however no matter which report i try the resultFilePath comes back as nothing. I am accessing an active BingAds account that is in use. Not sure what to try next. Any help would be appreciated.

https://docs.microsoft.com/en-us/bingads/guides/code-example-report-requests

var resultFilePath = await ReportingServiceManager.DownloadFileAsync(reportingDownloadParameters, tokenSource.Token);


解决方案

The report file URL will be nil/emtpy if there is no report data for the dates and scope you requested. If you are already certain that there is data e.g., can see it in the Bing Ads web application, please contact support with more details e.g., sample SOAP request for SubmitGenerateReport and account number.

Best regards,

Eric


这篇关于报告请求不返回文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆