关键字编辑错误未在未批准的文字中报告 [英] Keyword Editorial Errors not reported in disapproved text

查看:62
本文介绍了关键字编辑错误未在未批准的文字中报告的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我为广告组创建一个已知会导致政策错误并被拒登的关键字时,addKeywordsRequest不返回提供详细信息的错误错误。  结果中没有编辑错误。



我正在使用带有PHP的v11 API。  

When I create a keyword for an adgroup that is known to result in a policy error and be disapproved, the addKeywordsRequest is not returning errors that give details on the error.  There is no editorial error in the results.

I'm using the v11 API with PHP.  


<?xml version =" 1.0" encoding =" UTF-8"?>
$
< SOAP-ENV:Envelope xmlns:SOAP-ENV =" http://schemas.xmlsoap.org/soap/envelope/"的xmlns:NS1 = QUOT; HTTPS://bingads.microsoft.com/CampaignManagement/v11" xmlns:xsi =" http://www.w3.org/2001/XMLSchema-instance">< SOAP-ENV:标题>证书
REMOVED< / SOAP-ENV
:标题>< SOAP-ENV:正文>< ns1:AddKeywordsRequest>< ns1:AdGroupId> ADGROUP ID已删除< / ns1:AdGroupId>< ns1:关键字>< ns1:关键字>< ns1:出价>< ns1:金额xsi:nil =" true" />< / ns1:出价>< ns1:BiddingScheme
xsi:nil =" true" /> ;< ns1:DestinationUrl xsi:nil =" true" />< ns1:EditorialStatus xsi:nil =" true" />< ns1:FinalAppUrls xsi:nil =" true" />< ; ns1:FinalMobileUrls xsi:nil =" true" />< ns1:FinalUrls xsi:nil =" true" />< ns1:ForwardCompatibilityMap
xsi:nil =" true" /> ;< ns1:Id xsi:nil =" true" />< ns1:MatchType> Broad< / ns1:MatchType>< ns1:Param1 xsi:nil =" true" />< ns1: Param2 xsi:nil =" true" />< ns1:Param3 xsi:nil =" true" />&l t; ns1:状态
xsi:nil =" true" /> < ns1:Text>使用2016 + M4< / ns1:Text> < ns1:TrackingUrlTemplate xsi: nil =" true" />< ns1:UrlCustomParameters xsi:nil =" true" />< / ns1:Keyword>< / ns1:Keywords>< / ns1:AddKeywordsRequest>< / SOAP -ENV:Body>< / SOAP-ENV:Envelope>

<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="https://bingads.microsoft.com/CampaignManagement/v11" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><SOAP-ENV:Header>CREDENTIALS REMOVED</SOAP-ENV:Header><SOAP-ENV:Body><ns1:AddKeywordsRequest><ns1:AdGroupId>ADGROUP ID REMOVED</ns1:AdGroupId><ns1:Keywords><ns1:Keyword><ns1:Bid><ns1:Amount xsi:nil="true"/></ns1:Bid><ns1:BiddingScheme xsi:nil="true"/><ns1:DestinationUrl xsi:nil="true"/><ns1:EditorialStatus xsi:nil="true"/><ns1:FinalAppUrls xsi:nil="true"/><ns1:FinalMobileUrls xsi:nil="true"/><ns1:FinalUrls xsi:nil="true"/><ns1:ForwardCompatibilityMap xsi:nil="true"/><ns1:Id xsi:nil="true"/><ns1:MatchType>Broad</ns1:MatchType><ns1:Param1 xsi:nil="true"/><ns1:Param2 xsi:nil="true"/><ns1:Param3 xsi:nil="true"/><ns1:Status xsi:nil="true"/><ns1:Text>used 2016 +M4</ns1:Text><ns1:TrackingUrlTemplate xsi:nil="true"/><ns1:UrlCustomParameters xsi:nil="true"/></ns1:Keyword></ns1:Keywords></ns1:AddKeywordsRequest></SOAP-ENV:Body></SOAP-ENV:Envelope>


< s:Envelope xmlns:s =" http://schemas.xmlsoap.org/soap/envelope/">< s:Header>< h :TrackingId xmlns:h =" https://guideads.microsoft.com/CampaignManagement/v11"> 444d99e5-94de-486a-9f57-0d7b132f0c6f< / h:TrackingId>< / s:Header>< s:正文>< AddKeywordsResponse
xmlns =" https://guideads.microsoft.com/CampaignManagement/v11">< KeywordIds xmlns:a =" http://schemas.datacontract.org/2004/ 07 / System" xmlns:i =" http://www.w3.org/2001/XMLSchema-instance">< a:long> 71124863988628< / a:long>< / KeywordIds>< PartialErrors
xmlns:i =" http://www.w3.org/2001/XMLSchema-instance" />< / AddKeywordsResponse>< / s:Body>< / s:Envelope>

<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"><s:Header><h:TrackingId xmlns:h="https://bingads.microsoft.com/CampaignManagement/v11">444d99e5-94de-486a-9f57-0d7b132f0c6f</h:TrackingId></s:Header><s:Body><AddKeywordsResponse xmlns="https://bingads.microsoft.com/CampaignManagement/v11"><KeywordIds xmlns:a="http://schemas.datacontract.org/2004/07/System" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"><a:long>71124863988628</a:long></KeywordIds><PartialErrors xmlns:i="http://www.w3.org/2001/XMLSchema-instance"/></AddKeywordsResponse></s:Body></s:Envelope>


但是,当我立即提取创建的关键字的编辑状态时,我发现它已被拒登。 该关键字适用于BMW M4,而不是具有相同名称的武器。  

However, when I immediately pull the editorial status of the keyword created I see that it is disapproved.  The keyword is for a BMW M4, not the weapon with the same name. 


是否有原因导致addKeywords没有返回编辑错误? 目前我不得不为每个被拒登的广告组提取关键字并提交编辑拒绝请求。 在响应中获取错误将更有效

Is there a reason why the editorial error isn't being returned with addKeywords?   Currently I'm having to pull keywords for each adgroup that are disapproved and submit an editorial rejection appeal.   Getting the error in the response would be much more efficient.



如果您需要更多信息,请告诉我。我可以使用上述关键字轻松复制。

Let me know if you need any more information.  I can reproduce this easily with the above keyword.


谢谢,


Matt。

Matt.

推荐答案

是的,这是预期的大多数编辑检查是在添加关键字后完成的。您可以成功添加关键字,此后不久就可以拒登"离线"。 
Yes this is expected. Most editorial checks are done after the keyword is added. You can successfully add the keyword and it can be disapproved "offline" shortly thereafter. 


这篇关于关键字编辑错误未在未批准的文字中报告的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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