花费列未作为回复返回 [英] Spend column not returned in response

查看:61
本文介绍了花费列未作为回复返回的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

 

我有一个问题,即我要求一些指标,包括"花费"并且响应具有除了花费之外的所有列。

I have a problem where I am requesting some metrics including "Spend" and the response has all the columns except for Spend.

有趣的是,当"收入"时,列被添加到请求中"花费"列在响应中返回。我查看了列限制文档,但没有看到这个。所以我不知道它是无证件还是错误。

Interestingly enough, when the "Revenue" column is added to the request the "Spend" column is returned in the response. I looked at the column restrictions docs and saw nothing about this. So I don't know if it's undocumented or a bug.

https://docs.microsoft.com/en-us/bingads/guides/reports?view=bingads-12# columnrestrictions

https://docs.microsoft.com/en-us/bingads/guides/reports?view=bingads-12#columnrestrictions

这至少在使用最新Java SDK的AccountPerformance和CampaignPerformance报告中发生。

This is happening at least in the AccountPerformance and CampaignPerformance reports using latest Java SDK.

以下是示例请求有效负载和响应:

Here is a sample request payload and the response:

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Header><AuthenticationToken xmlns="https://bingads.microsoft.com/Reporting/v12">#####</AuthenticationToken><CustomerAccountId xmlns="https://bingads.microsoft.com/Reporting/v12">#####</CustomerAccountId><CustomerId xmlns="https://bingads.microsoft.com/Reporting/v12">#####</CustomerId><DeveloperToken xmlns="https://bingads.microsoft.com/Reporting/v12">#####</DeveloperToken></soap:Header><soap:Body><SubmitGenerateReportRequest xmlns="https://bingads.microsoft.com/Reporting/v12" xmlns:ns2="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns:ns3="https://adapi.microsoft.com" xmlns:ns4="http://schemas.microsoft.com/2003/10/Serialization/"><ReportRequest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="AccountPerformanceReportRequest"><ExcludeColumnHeaders>false</ExcludeColumnHeaders><ExcludeReportFooter>true</ExcludeReportFooter><ExcludeReportHeader>false</ExcludeReportHeader><Format>Csv</Format><Language xsi:nil="true"/><ReportName>AccountPerformance</ReportName><ReturnOnlyCompleteData>false</ReturnOnlyCompleteData><Aggregation>Summary</Aggregation><Columns><AccountPerformanceReportColumn>AccountId</AccountPerformanceReportColumn><AccountPerformanceReportColumn>AccountName</AccountPerformanceReportColumn><AccountPerformanceReportColumn>Clicks</AccountPerformanceReportColumn><AccountPerformanceReportColumn>Impressions</AccountPerformanceReportColumn><AccountPerformanceReportColumn>Ctr</AccountPerformanceReportColumn><AccountPerformanceReportColumn>AverageCpc</AccountPerformanceReportColumn><AccountPerformanceReportColumn>PhoneImpressions</AccountPerformanceReportColumn><AccountPerformanceReportColumn>Ptr</AccountPerformanceReportColumn><AccountPerformanceReportColumn>Spend</AccountPerformanceReportColumn></Columns><Filter><AccountStatus xsi:nil="true"/><AdDistribution xsi:nil="true"/><DeviceOS xsi:nil="true"/><DeviceType xsi:nil="true"/></Filter><Scope><AccountIds><ns2:long>#####</ns2:long></AccountIds></Scope><Time><CustomDateRangeEnd><Day>2</Day><Month>6</Month><Year>2018</Year></CustomDateRangeEnd><CustomDateRangeStart><Day>4</Day><Month>3</Month><Year>2018</Year></CustomDateRangeStart><PredefinedTime xsi:nil="true"/><ReportTimeZone>EasternTimeUSCanada</ReportTimeZone></Time></ReportRequest></SubmitGenerateReportRequest></soap:Body></soap:Envelope>

回复:

推荐答案

嗨Yaron,

Hi Yaron,

我正在使用或不使用Revenue列从我的测试中添加Spend值。你能否提供一个最新的repro与SOAP响应的SubmitGenerateReportRequest调用(应该包括RequestId和TrackingId)?在论坛上分享之前,请确保删除凭证信息
。先感谢您。  

I'm getting Spend values with or without the Revenue column to be added from my testing. Could you please provide a latest repro with the SOAP response for SubmitGenerateReportRequest call (should include the RequestId and TrackingId)? Please also make sure to remove the credential information before sharing on the forum. Thank you in advance.  

Alice 

Alice 


这篇关于花费列未作为回复返回的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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