{OrderItemId} KeywordPerformanceReport Id列。 [英] {OrderItemId} KeywordPerformanceReport Id column.

查看:90
本文介绍了{OrderItemId} KeywordPerformanceReport Id列。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


我的目标是为每次点击提取费用和关键字信息。我通过
识别点击次数
{OrderItemId}根据客户AM的建议。据我所知,我需要从"KeywordPerformanceReport"获取此信息
 服务。如果客户端使用关键字,我可以实现相同的最终目标。意思是他们一起是
一个?b

My goal is to pull cost and keyword information for each click. I am identifying clicks by {OrderItemId} per advice from a clients AM. From what I can tell I need to obtain this information from the "KeywordPerformanceReport" service. If the client is using keyword instead can I accomplish the same end goal. Meaning are they one in the same?


有一些混乱网络,我希望验证我的发现。本文指出令牌  {OrderItemId}
将用关键字ID替换。 


http://advertise.bingads.microsoft.com/en -us / help-topic / how-to / 50823 / learn-more-about-each-click-using-query-string-parameters

http://advertise.bingads.microsoft.com/en-us/help-topic/how-to/50823/learn-more-about-each-click-using-query-string-parameters


将一对一映射到  KeywordP erformanceReportRequest列" Id"?
API Doc here:
http://msdn.microsoft.com/en-us/library/bing-ads-campaign-management-keyword.aspx

Will that map one-to-one to KeywordPerformanceReportRequest column "Id"? API Doc here:http://msdn.microsoft.com/en-us/library/bing-ads-campaign-management-keyword.aspx

推荐答案

您好。

通过
关键字
ID,您可以使用报告服务。 具体使用 SubmitGenerateReport 操作并指定其中一种报告类型
例如
KeywordPerformanceReportRequest
。提交报告请求时,请务必包含您想要的属性和效果统计信息,例如来自
的支出,关键字ID和点击次数
KeywordPerformanceReportColumn
值集。 有关如何请求和下载报告的代码示例,请参阅

C#
|
Java
|
PHP
。有关详细信息,请参阅
获取报告

To get spend and clicks by Keyword Id, you can use the Reporting service. Specifically use the SubmitGenerateReport operation and specify one of the report types e.g. KeywordPerformanceReportRequest. When submitting your report request, please be sure to include the attributes and performance statistics that you want e.g. Spend, KeywordId, and Clicks from the KeywordPerformanceReportColumn value set. For code examples that show how to request and download a report, see C# | Java | PHP. For more information please see Getting Reports.

另请注意,如上所述,使用报告服务不需要在目标网址中指定{OrderItemId}。

如果您有脚本或使用其他Web分析工具来使用URL参数提供的数据,则动态文本替换
非常有用。是的,您在网址中替换{OrderItemId}的值等同于使用Reporting服务提供的
的关键字标识符。

Also note that specifying {OrderItemId} in your destination URL is not required to use the Reporting service as described above. Dynamic Text Substitution is useful if you have scripts or use other web analytic tools to use the data that is provided by the URL parameters. Yes, the value substituted in your URL for {OrderItemId} is equivalent of the keyword identifier available with the Reporting service.

我希望这有帮助!


这篇关于{OrderItemId} KeywordPerformanceReport Id列。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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