问题描述
Hi,
我被迫在这些方框中写字,因为当< gs class =" GINGER_SOFTWARE_mark"时,格式化完全搞砸了。 ginger_software_uiphraseguid = QUOT; cf9ea67f-f11f-4eb2-a56a-929ec05b824a" ID = QUOT; e575effc-9ff0-43ee-a43c-18788bb4cbed" I标记< / GS> < gs class =" GINGER_SOFTWARE_mark" ginger_software_uiphraseguid = QUOT; cf9ea67f-f11f-4eb2-a56a-929ec05b824a" ID = QUOT; 903c8ea9-9553-43af-8ea1-f0b4e12c883a">不要< / GS取代。很抱歉给您带来不便。
I am being forced to write in these boxes because the formatting goes completely screwed up when <gs class="GINGER_SOFTWARE_mark" ginger_software_uiphraseguid="cf9ea67f-f11f-4eb2-a56a-929ec05b824a" id="e575effc-9ff0-43ee-a43c-18788bb4cbed">i</gs> <gs class="GINGER_SOFTWARE_mark" ginger_software_uiphraseguid="cf9ea67f-f11f-4eb2-a56a-929ec05b824a" id="903c8ea9-9553-43af-8ea1-f0b4e12c883a">dont</gs>. Sorry for the inconvenience.
我正在尝试学习如何使用Bing API动态管理我的广告系列,< gs class =" GINGER_SOFTWARE_mark" ginger_software_uiphraseguid = QUOT; d9c47112-1bab-473f-9476-68e0c8613761" id =" 104829fa-93b6-45d8-8dc6-8c63d366fbbc">但是
I< / gs>我很难找到例子以及如何使用。
我有一个WSDL XML只是暂停我的广告系列(我在论坛上找到了这个
的例子):
I am trying to learn how to use the Bing API to manage my campaigns dynamically, <gs class="GINGER_SOFTWARE_mark" ginger_software_uiphraseguid="d9c47112-1bab-473f-9476-68e0c8613761" id="104829fa-93b6-45d8-8dc6-8c63d366fbbc">however I</gs> am having a lot of trouble finding examples and how to use.I have got a WSDL XML that simply pauses my campaign (I found this example on the forum here):
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header>
<h:ApplicationToken i:nil="true" xmlns:h="https://adcenter.microsoft.com/v6" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"/>
<h:CustomerAccountId i:nil="true" xmlns:h="https://adcenter.microsoft.com/v6" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"/>
<h:CustomerId i:nil="true" xmlns:h="https://adcenter.microsoft.com/v6" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"/>
<h:DeveloperToken xmlns:h="https://adcenter.microsoft.com/v6">xxxxxxxxx</h:DeveloperToken>
<h:Password xmlns:h="https://adcenter.microsoft.com/v6">xxxxxxxxx</h:Password>
<h:UserName xmlns:h="https://adcenter.microsoft.com/v6">xxxxxxxxx</h:UserName>
</s:Header>
<s:Body>
<PauseCampaignsRequest xmlns="https://adcenter.microsoft.com/v6">
<AccountId>xxxxxxxxx</AccountId>
<CampaignIds xmlns:a="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<a:long>xxxxxxxxx</a:long>
</CampaignIds>
</PauseCampaignsRequest>
</s:Body>
</s:Envelope>
<gs class="GINGER_SOFTWARE_mark" ginger_software_uiphraseguid="58ba6cfc-e587-4c11-8635-313afcd634ac" id="4a5f99e9-515a-4628-ac33-bf724b6207d0">However I</gs> <gs class="GINGER_SOFTWARE_mark" ginger_software_uiphraseguid="58ba6cfc-e587-4c11-8635-313afcd634ac" id="00e058c3-fbe9-4258-8bba-8daeb40fe45f">dont</gs> understand how I execute this <gs class="GINGER_SOFTWARE_mark" ginger_software_uiphraseguid="58ba6cfc-e587-4c11-8635-313afcd634ac" id="26ccd190-2823-4156-8f6c-4f09762f9bd8">wsdl</gs> file? Please help?
Regards,
Dave
推荐答案
看来你有一个旧版本的WSDL(v6)。请使用Campaign Management API Version 11.例如,要暂停广告系列,请使用
UpdateCampaigns 操作并将状态设置为暂停。
It appears you have an older version of the WSDL (v6). Please use Campaign Management API Version 11. For example, to pause campaigns use theUpdateCampaigns operation and set the status to Paused.
如果您有任何后续问题,请与我们联系。
Please let me know if you have any follow up questions.
祝你好运,
Eric
这篇关于基本的API问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!