批量报告服务 - 限制列数 [英] Bulk Reporting Service - limiting the number of columns

查看:69
本文介绍了批量报告服务 - 限制列数的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,

我正在使用DownloadCampaignsByAccountIds批量服务下载实体数据。

I am using the DownloadCampaignsByAccountIds bulk service to download the entity data.

         $ dataScope = DataScope :: EntityData;

        $dataScope = DataScope::EntityData;

        $ entities = array(

          BulkDownloadEntity :: Ads,

           BulkDownloadEntity :: AdGroups,

          BulkDownloadEntity :: Campaigns,

          BulkDownloadEntity :: Keywords
$(b $ b          );

        $entities = array (
            BulkDownloadEntity::Ads,
            BulkDownloadEntity::AdGroups,
            BulkDownloadEntity::Campaigns,
            BulkDownloadEntity::Keywords
            );

它运作良好。目前我收到大约115列数据/行 - 其中大多数是空的。

It is working great. Currently I am receiving about 115 columns of data/row - most of them being empty.

无论如何,我可以通过添加来控制数据量(按列数)过滤到请求?

Is there anyway that I can control the amount of data (in terms of number of columns) by adding filters to the request?

谢谢

Madhav

推荐答案

嗨Madhav,

Hi Madhav,

批量下载结构中没有过滤。但是,如果您使用报告服务,这可能是最佳选择,因为您没有足够的数据,您将能够使用过滤器。

There is no filtration in the bulk download structure. However, if you use the reporting service, which might be the best choice here as you do not have plenty of data, you will be able to use filters.

例如。关键字Perf报告:

e.g. For Keyword Perf Report:

http://msdn.microsoft.com/en-US/library/bing-ads-reporting-keywordperformancereportfilter.aspx

谢谢,

Itai


这篇关于批量报告服务 - 限制列数的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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