GetEstimatedBidByKeywords为Bid Estimates返回零结果 [英] GetEstimatedBidByKeywords returning zero results for Bid Estimates

查看:75
本文介绍了GetEstimatedBidByKeywords为Bid Estimates返回零结果的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

 您好

 我必须在现有的广告系列中添加约5个新关键字。我正在制作GetEstimatedBidByKeywords()api电话,以获取关键字的初始出价,并且不会返回任何出价数据。以下是我正在进行的SOAP请求:

 I have to add about 5 new keywords in my existing running campaign. I am making GetEstimatedBidByKeywords() api call to get the initial bids for the keywords and no bid data is being returned. Following is the SOAP request I am making:

<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Header xmlns="https://bingads.microsoft.com/AdIntelligence/v9">
<CustomerAccountId>XXXXXXX</CustomerAccountId>
<CustomerId>XXXXXXX</CustomerId>
<DeveloperToken>XXXXXXXX</DeveloperToken>
<AuthenticationToken>XXXXXXX</AuthenticationToken>
</SOAP-ENV:Header>
<SOAP-ENV:Body>
<GetEstimatedBidByKeywordsRequest xmlns="https://bingads.microsoft.com/AdIntelligence/v9">
<Keywords xmlns:e4="http://schemas.datacontract.org/2004/07/Microsoft.BingAds.Advertiser.CampaignManagement.Api.DataContracts">
<e4:KeywordAndMatchType>
<e4:KeywordText>legend long sleeve zip</e4:KeywordText>
<e4:MatchTypes>
<MatchType>Exact</MatchType>
</e4:MatchTypes>
</e4:KeywordAndMatchType>
<e4:KeywordAndMatchType>
<e4:KeywordText>stoney jacket</e4:KeywordText>
<e4:MatchTypes>
<MatchType>Exact</MatchType>
</e4:MatchTypes>
</e4:KeywordAndMatchType>
<e4:KeywordAndMatchType>
<e4:KeywordText>mammut streif jacket</e4:KeywordText>
<e4:MatchTypes>
<MatchType>Exact</MatchType>
</e4:MatchTypes>
</e4:KeywordAndMatchType>
<e4:KeywordAndMatchType>
<e4:KeywordText>gear for climbing</e4:KeywordText>
<e4:MatchTypes>
<MatchType>Exact</MatchType>
</e4:MatchTypes>
</e4:KeywordAndMatchType>
<e4:KeywordAndMatchType>
<e4:KeywordText>singing rock climbing</e4:KeywordText>
<e4:MatchTypes>
<MatchType>Exact</MatchType>
</e4:MatchTypes>
</e4:KeywordAndMatchType>
</Keywords>
<TargetPositionForAds>SideBar</TargetPositionForAds>
</GetEstimatedBidByKeywordsRequest>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>

以下是我得到的回复:

<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<h:TrackingId xmlns:h="https://bingads.microsoft.com/AdIntelligence/v9">5e4d81f9-d7a1-4d72-be4d-df200fde4d7c</h:TrackingId>
</s:Header>
<s:Body>
<GetEstimatedBidByKeywordsResponse xmlns="https://bingads.microsoft.com/AdIntelligence/v9">
<KeywordEstimatedBids xmlns:a="http://schemas.datacontract.org/2004/07/Microsoft.BingAds.Advertiser.CampaignManagement.Api.DataContracts" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<a:KeywordEstimatedBid>
<a:Keyword>legend long sleeve zip</a:Keyword>
<a:EstimatedBids i:nil="true"/>
</a:KeywordEstimatedBid>
<a:KeywordEstimatedBid>
<a:Keyword>stoney jacket</a:Keyword>
<a:EstimatedBids i:nil="true"/>
</a:KeywordEstimatedBid>
<a:KeywordEstimatedBid>
<a:Keyword>mammut streif jacket</a:Keyword>
<a:EstimatedBids i:nil="true"/>
</a:KeywordEstimatedBid>
<a:KeywordEstimatedBid>
<a:Keyword>gear for climbing</a:Keyword>
<a:EstimatedBids i:nil="true"/>
</a:KeywordEstimatedBid>
<a:KeywordEstimatedBid>
<a:Keyword>singing rock climbing</a:Keyword>
<a:EstimatedBids i:nil="true"/>
</a:KeywordEstimatedBid>
</KeywordEstimatedBids>
<AdGroupEstimatedBid xmlns:a="http://schemas.datacontract.org/2004/07/Microsoft.BingAds.Advertiser.CampaignManagement.Api.DataContracts" xmlns:i="http://www.w3.org/2001/XMLSchema-instance" i:nil="true"/>
</GetEstimatedBidByKeywordsResponse>
</s:Body>
</s:Envelope>

我还尝试在SOAP请求中传递广告系列ID和广告组ID,但获得相同的结果。任何人都可以帮忙。 

I have also tried passing Campaign Id and Adgroup Id in the SOAP request but getting the same results. Can anyone please help. 

非常感谢任何帮助。

 

推荐答案

感谢您的详细信息。我们会调查并回复您。

Thank you for the details. We will investigate and get back to you.

最好的问候,

Eric

Best regards,
Eric


这篇关于GetEstimatedBidByKeywords为Bid Estimates返回零结果的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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