KeywordPerformanceReportColumn

KeywordPerformanceReportColumn

本文介绍了报告成功 - 数据不匹配新添加帐户的门户的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

早上好,

我是一个长期的API消费者,目前正在使用V9和OAuth2。 使用旨在提取报告的本土系统已经成功了六年。 

I'm a long time API consumer, currently using V9 and OAuth2.  Have had success for half a dozen years with homegrown system designed to pull reports. 

我们已经开始在新设置的帐户中运行流量8/2 / 2015 在我们现有的  。的customerID 我们已授权用户使用开发令牌和工作开发中心应用作为超级用户。 在为访问令牌交换刷新令牌
时,OAuth2跳舞成功。 跟踪和ReportRequestID返回。问题是来自下载的数据不会与门户网站/用户界面结婚,而是与指定帐户的流量有关。 我们的旧版帐户仍然在API下载和用户界面之间取得平衡。 

We started running traffic in a newly set up account 8/2/2015 under our existing customerID.  We have authorized user with dev token and working Dev Center App as super-user.  OAuth2 dance success when exchanging refresh token for access token.  Tracking and ReportRequestID returning. Problem is data from downloaded does not marry to portal/UI concerning traffic for the specified account.  Our legacy account is still balancing between API download and UI. 

我已将我的所有请求/响应SOAP捕获用于提交以供审核。 没有错误 - 只需跟踪ID和报告请求ID以及正确格式化的所有必需标头信息。 在过去,我不得不与adCenter联络人共享此原始
信息,以提供有关帐户/日期/的UI和API之间未匹配的根本原因的线索。

I have all my request/response SOAP captured for submitting to review.  There are no errors - simply tracking id and report request id along with all the required header information properly formatted.  In the past I have had to share this raw information with adCenter liaison to provide clues as to the root cause for the miss-match between UI and API for account/date/.

POST https://api.bingads.microsoft.com/Api/Advertiser/Reporting/V9/ReportingService.svc HTTP / 1.1

Content-Type:text / xml; charset = utf-8

VsDebuggerCausalityData:uIDPo9okhWrPB8JFl / ctoO1shJAAAAAAFmxHKMn5M0WZKcIb4RLzmHR87jF6yeZOmOdF + B3704QACQAA

SOAPAction:" SubmitGenerateReport"

主持人:api.bingads.microsoft。 com

内容长度:3763

预期:100-continue



< s:信封xmlns: s =" http://schemas.xmlsoap.org/soap/envelope/">
$
< s:标题>

< h:ApplicationToken i :无= QUOT;真"的xmlns:H =" HTTPS://bingads.microsoft.com/Reporting/v9" xmlns:i =" http://www.w3.org/2001/XMLSchema-instance" />

< h:AuthenticationToken xmlns:h =" https:// bingads。 microsoft.com/Reporting/v9">Redacted</h:AuthenticationToken>

< h:CustomerAccountId xmlns:h =" https://guideads.microsoft.com/Reporting/v9" > 36001812< / h:CustomerAccountId>

< h:CustomerId xmlns:h =" https://guideads.microsoft.com/Reporting/v9"> 29183< / h:CustomerId> ; $
< h:DeveloperToken xmlns:h =" https://guideads.microsoft.com/Reporting/v9"> Redacted< / h:DeveloperToken>

< h:密码i:nil =" true"的xmlns:H =" HTTPS://bingads.microsoft.com/Reporting/v9" xmlns:i =" http://www.w3.org/2001/XMLSchema-instance" />
$
< h:UserName i:nil =" true"的xmlns:H =" HTTPS://bingads.microsoft.com/Reporting/v9" xmlns:i =" http://www.w3.org/2001/XMLSchema-instance" />

< / s:Header>

< s:正文>< SubmitGenerateReportRequest xmlns =" https://bingads.microsoft.com/Reporting/v9">

< ReportRequest i:type =" KeywordPerformanceReportRequest" xmlns:i =" http://www.w3.org/2001/XMLSchema-instance"><格式> Csv< /格式><语言>英语< /语言>

< ReportName> KeywordReport 36001812< / ReportName>< ReturnOnlyCompleteData i:nil =" true" />

< Aggregation> Daily< / Aggregation>< Columns>< KeywordPerformanceReportColumn> AccountName< ; / KeywordPerformanceReportColumn>< KeywordPerformanceReportColumn> CAMPAIGNNAME< / KeywordPerformanceReportColumn>< KeywordPerformanceReportColumn> AdGroupName< / KeywordPerformanceReportColumn>< KeywordPerformanceReportColumn>关键字< / KeywordPerformanceReportColumn>< KeywordPerformanceReportColumn> TIMEPERIOD< / KeywordPerformanceReportColumn>< KeywordPerformanceReportColumn>曝光< / KeywordPerformanceReportColumn>< ; KeywordPerformanceReportColumn>点击< / KeywordPerformanceReportColumn>< KeywordPerformanceReportColumn> CTR< / KeywordPerforman ceReportColumn>< KeywordPerformanceReportColumn> AverageCpc< / KeywordPerformanceReportColumn>< KeywordPerformanceReportColumn>花< / KeywordPerformanceReportColumn>< KeywordPerformanceReportColumn> AveragePosition< / KeywordPerformanceReportColumn>< KeywordPerformanceReportColumn> ConversionRate< / KeywordPerformanceReportColumn>< KeywordPerformanceReportColumn>换算< / KeywordPerformanceReportColumn>< KeywordPerformanceReportColumn> ;; CostPerConversion< / KeywordPerformanceReportColumn>< KeywordPerformanceReportColumn>收入< / KeywordPerformanceReportColumn>< / Columns><过滤
i:nil =" true" />< MaxRows> 0< / MaxRows>

< Scope>< AccountIds xmlns:a =" http://schemas.microsoft.com/2003/10/Serialization/Arrays">< a:long> 36001812< / a:long> < / AccountIds>< AdGroups i:nil =" true" />< Campaigns i:nil =" true" />< / Scope>

<排序i:nil =" true" /><时间>< CustomDateRangeEnd>< Day> 2< / day>< Month> 8< / Month>< Year> ; 2015< /年>< / CustomDateRangeEnd>< CustomDateRangeStart><节> 2'; /天><月> 8 LT; /月><年份> 2015< /年>< / CustomDateRangeStart>

< PredefinedTime i:nil =" true" />< / time>

< / ReportRequest>< / SubmitGenerateReportRequest>< / s:Body>< ; / s:信封>

POST https://api.bingads.microsoft.com/Api/Advertiser/Reporting/V9/ReportingService.svc HTTP/1.1
Content-Type: text/xml; charset=utf-8
VsDebuggerCausalityData: uIDPo9okhWrPB8JFl/ctoO1shJAAAAAAFmxHKMn5M0WZKcIb4RLzmHR87jF6yeZOmOdF+B3704QACQAA
SOAPAction: "SubmitGenerateReport"
Host: api.bingads.microsoft.com
Content-Length: 3763
Expect: 100-continue

<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<h:ApplicationToken i:nil="true" xmlns:h="https://bingads.microsoft.com/Reporting/v9" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"/>
<h:AuthenticationToken xmlns:h="https://bingads.microsoft.com/Reporting/v9">Redacted</h:AuthenticationToken>
<h:CustomerAccountId xmlns:h="https://bingads.microsoft.com/Reporting/v9">36001812</h:CustomerAccountId>
<h:CustomerId xmlns:h="https://bingads.microsoft.com/Reporting/v9">29183</h:CustomerId>
<h:DeveloperToken xmlns:h="https://bingads.microsoft.com/Reporting/v9">Redacted</h:DeveloperToken>
<h:Password i:nil="true" xmlns:h="https://bingads.microsoft.com/Reporting/v9" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"/>
<h:UserName i:nil="true" xmlns:h="https://bingads.microsoft.com/Reporting/v9" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"/>
</s:Header>
<s:Body><SubmitGenerateReportRequest xmlns="https://bingads.microsoft.com/Reporting/v9">
<ReportRequest i:type="KeywordPerformanceReportRequest" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"><Format>Csv</Format><Language>English</Language>
<ReportName>KeywordReport 36001812</ReportName><ReturnOnlyCompleteData i:nil="true"/>
<Aggregation>Daily</Aggregation><Columns><KeywordPerformanceReportColumn>AccountName</KeywordPerformanceReportColumn><KeywordPerformanceReportColumn>CampaignName</KeywordPerformanceReportColumn><KeywordPerformanceReportColumn>AdGroupName</KeywordPerformanceReportColumn><KeywordPerformanceReportColumn>Keyword</KeywordPerformanceReportColumn><KeywordPerformanceReportColumn>TimePeriod</KeywordPerformanceReportColumn><KeywordPerformanceReportColumn>Impressions</KeywordPerformanceReportColumn><KeywordPerformanceReportColumn>Clicks</KeywordPerformanceReportColumn><KeywordPerformanceReportColumn>Ctr</KeywordPerformanceReportColumn><KeywordPerformanceReportColumn>AverageCpc</KeywordPerformanceReportColumn><KeywordPerformanceReportColumn>Spend</KeywordPerformanceReportColumn><KeywordPerformanceReportColumn>AveragePosition</KeywordPerformanceReportColumn><KeywordPerformanceReportColumn>ConversionRate</KeywordPerformanceReportColumn><KeywordPerformanceReportColumn>Conversions</KeywordPerformanceReportColumn><KeywordPerformanceReportColumn>CostPerConversion</KeywordPerformanceReportColumn><KeywordPerformanceReportColumn>Revenue</KeywordPerformanceReportColumn></Columns><Filter i:nil="true"/><MaxRows>0</MaxRows>
<Scope><AccountIds xmlns:a="http://schemas.microsoft.com/2003/10/Serialization/Arrays"><a:long>36001812</a:long></AccountIds><AdGroups i:nil="true"/><Campaigns i:nil="true"/></Scope>
<Sort i:nil="true"/><Time><CustomDateRangeEnd><Day>2</Day><Month>8</Month><Year>2015</Year></CustomDateRangeEnd><CustomDateRangeStart><Day>2</Day><Month>8</Month><Year>2015</Year></CustomDateRangeStart>
<PredefinedTime i:nil="true"/></Time>
</ReportRequest></SubmitGenerateReportRequest></s:Body></s:Envelope>

HTTP / 1.1 200 OK

内容长度:396

Content-Type:text / xml; charset = utf-8

服务器:Microsoft-IIS / 8.0

X-Powered-By:ASP.NET

日期:星期二,04 2015年8月10:55:51 GMT



< s:信封xmlns:s =" http://schemas.xmlsoap.org/soap/envelope/" ;>
$
< s:标题>

< h:TrackingId xmlns:h =" https://guideads.microsoft.com/Reporting/v9" > 4ac9a45e-19a9-40ba-bf00-c9b1728d98fd< / h:TrackingId>< / s:Header>

< s:Body>< SubmitGenerateReportResponse xmlns =" https:// bingads .microsoft.com / Reporting / v9">

< ReportRequestId> 3000000129735338< / ReportRequestId>

< / SubmitGenerateReportResponse>< / s:Body>< / s:信封>

HTTP/1.1 200 OK
Content-Length: 396
Content-Type: text/xml; charset=utf-8
Server: Microsoft-IIS/8.0
X-Powered-By: ASP.NET
Date: Tue, 04 Aug 2015 10:55:51 GMT

<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<h:TrackingId xmlns:h="https://bingads.microsoft.com/Reporting/v9">4ac9a45e-19a9-40ba-bf00-c9b1728d98fd</h:TrackingId></s:Header>
<s:Body><SubmitGenerateReportResponse xmlns="https://bingads.microsoft.com/Reporting/v9">
<ReportRequestId>3000000129735338</ReportRequestId>
</SubmitGenerateReportResponse></s:Body></s:Envelope>

POST https://api.bingads.microsoft.com/Api/Advertiser/Reporting/V9/ReportingService。 svc HTTP / 1.1

内容类型:text / xml; charset = utf-8

VsDebuggerCausalityData:uIDPo9skhWrPB8JFl / ctoO1shJAAAAAAFmxHKMn5M0WZKcIb4RLzmHR87jF6yeZOmOdF + B3704QACQAA

SOAPAction:" PollGenerateReport"

主持人:api.bingads.microsoft。 com

内容长度:1996年
预期:100-continue



< s:信封xmlns: s =" http://schemas.xmlsoap.org/soap/envelope/">< s:Header>

< h:ApplicationToken i:nil =" true"的xmlns:H =" HTTPS://bingads.microsoft.com/Reporting/v9" xmlns:i =" http://www.w3.org/2001/XMLSchema-instance" />

< h:AuthenticationToken xmlns:h =" https:// bingads。 microsoft.com/Reporting/v9">Redacted</h:AuthenticationToken>

< h:CustomerAccountId i:nil =" true"的xmlns:H =" HTTPS://bingads.microsoft.com/Reporting/v9" xmlns:i =" http://www.w3.org/2001/XMLSchema-instance" />
$
< h:CustomerId i:nil =" true"的xmlns:H =" HTTPS://bingads.microsoft.com/Reporting/v9" xmlns:i =" http://www.w3.org/2001/XMLSchema-instance" />

< h:DeveloperToken xmlns:h =" https:// bingads。 microsoft.com/Reporting/v9">Redacted</h:DeveloperToken>

< h:密码i:nil =" true"的xmlns:H =" HTTPS://bingads.microsoft.com/Reporting/v9" xmlns:i =" http://www.w3.org/2001/XMLSchema-instance" />
$
< h:UserName i:nil =" true"的xmlns:H =" HTTPS://bingads.microsoft.com/Reporting/v9" xmlns:i =" http://www.w3.org/2001/XMLSchema-instance" />
$
< / s:Header>< s:Body>< PollGenerateReportRequest xmlns =" https://guideads.microsoft.com/Reporting/v9">

< ReportRequestId> 3000000129735338< / ReportRequestId>< / PollGenerateReportRequest>< / s:Body>< / s:信封>

POST https://api.bingads.microsoft.com/Api/Advertiser/Reporting/V9/ReportingService.svc HTTP/1.1
Content-Type: text/xml; charset=utf-8
VsDebuggerCausalityData: uIDPo9skhWrPB8JFl/ctoO1shJAAAAAAFmxHKMn5M0WZKcIb4RLzmHR87jF6yeZOmOdF+B3704QACQAA
SOAPAction: "PollGenerateReport"
Host: api.bingads.microsoft.com
Content-Length: 1996
Expect: 100-continue

<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"><s:Header>
<h:ApplicationToken i:nil="true" xmlns:h="https://bingads.microsoft.com/Reporting/v9" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"/>
<h:AuthenticationToken xmlns:h="https://bingads.microsoft.com/Reporting/v9">Redacted</h:AuthenticationToken>
<h:CustomerAccountId i:nil="true" xmlns:h="https://bingads.microsoft.com/Reporting/v9" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"/>
<h:CustomerId i:nil="true" xmlns:h="https://bingads.microsoft.com/Reporting/v9" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"/>
<h:DeveloperToken xmlns:h="https://bingads.microsoft.com/Reporting/v9">Redacted</h:DeveloperToken>
<h:Password i:nil="true" xmlns:h="https://bingads.microsoft.com/Reporting/v9" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"/>
<h:UserName i:nil="true" xmlns:h="https://bingads.microsoft.com/Reporting/v9" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"/>
</s:Header><s:Body><PollGenerateReportRequest xmlns="https://bingads.microsoft.com/Reporting/v9">
<ReportRequestId>3000000129735338</ReportRequestId></PollGenerateReportRequest></s:Body></s:Envelope>

希望跟踪ID可以提供帮助。 

Hopefully the tracking Id can assist. 

我尝试了什么,我通过以下方式重新创建了刷新令牌将用户添加到新创建的帐户后的OAuth。 旧版帐户流量仍然正常报告,新创建的帐户没有运气。 在我的
customerID下为两个帐户设置和开发帐单。

What I've tried, I recreated my refresh token via OAuth after adding user to newly created account.  Legacy account traffic is still properly reported, no luck with newly created account.  Invoicing set up and working for both accounts under my customerID.

思考,一旦我分享了具体信息,有人可以审核我的客户/帐户/开发令牌等,以验证,设置中的某些内容会变得明显,我将能够使用新设置帐户的报告方法。

Thinking, once I have shared specifics, and someone can audit my customer/account/dev token etc to verify, something will become apparent in settings and I will be able to consume reporting methods for newly set up account.

我已经开了一张票,129-893-1934并用电话花了一小时支持从论坛链接提供没有成功。 我需要一个API支持号码/电子邮件,自从我有任何理由寻求支持以来已经有好几年了,所以我不确定如何分享
我的法医数据,如Eric的粘性"Engaging Support"所述。在这个论坛上找到。

I've opened a ticket, 129-893-1934 and spent hour with phone support provide from link off forum without success.  I need an API support number/email, and it has been years since I've had any cause to reach out for support, so am unsure how to share my forensic data as outlined by Eric's sticky "Engaging Support" found on this forum.

提前感谢您的任何帮助,

Thanks in advance for any assistance,

David




推荐答案

支持团队是否已与您联系以获取详细信息?如果我能帮助升级,请告诉我。

Has the support team reached out to you yet for the details? Please let me know if I can help escalate.

致以最好的问候,

Eric


这篇关于报告成功 - 数据不匹配新添加帐户的门户的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-28 15:43