Bing广告Api下载错误报告 [英] Bing ads Api download wrong report

查看:77
本文介绍了Bing广告Api下载错误报告的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好,

Bing api下载错误报告。我想下载昨天的报告,但它会下载
较少点击和展示。

Bing api download wrong report. I want to download yesterdays report but it download the less click and Impression.

   $ report = new CampaignPerformanceReportRequest();    

    $ report->格式= ReportFormat :: Csv;

    $ report-> ReportName ='我的广告系列效果报告';

    $ report-> ReturnOnlyCompleteData = false;

    $ report-> Aggregation = ReportAggregation :: Daily;

    $ report-> Time = new ReportTime();

    $ report-> Time-> PredefinedTime = ReportTimePeriod :: Yesterday;  

   $report = new CampaignPerformanceReportRequest();    
    $report->Format = ReportFormat::Csv;
    $report->ReportName = 'My Campaign Performance Report';
    $report->ReturnOnlyCompleteData = false;
    $report->Aggregation = ReportAggregation::Daily;
    $report->Time = new ReportTime();
    $report->Time->PredefinedTime = ReportTimePeriod::Yesterday;  

来自api的实际显示报告和下载报告是不同的。请指导我....

Actual display report and download report from api are different. Please guide me....

问候

Gopal Rathod

Regards
Gopal Rathod

谢谢你Gopal Rathod

Thank You Gopal Rathod

推荐答案

你好。

你使用的是在API中过滤,例如如下?

Are you using a filter in the API for example as follows?


report-> Filter-> DeviceType = array(
DeviceTypeReportFilter :: Computer,
DeviceTypeReportFilter :: SmartPhone
);
report->Filter->DeviceType = array ( DeviceTypeReportFilter::Computer, DeviceTypeReportFilter::SmartPhone );

如果您没有在Bing Ads网络应用程序中使用等效过滤器,那么您应该从API中删除此过滤器以获取匹配数据。

If you are not using an equivalent filter in the Bing Ads web application, then you should remove this filter from the API to get matching data.

我希望这有帮助!

Eric


这篇关于Bing广告Api下载错误报告的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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