本文介绍了使用UpdateAccount设置帐户跟踪模板的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好,

我们正在使用UpdateAccount API更改帐户跟踪模板。我们通过错误代码-1找到错误消息"内部错误已发生"。您能否澄清一下此错误消息的含义?

We are using UpdateAccount API to change the account tracking template. We are  finding the error with message 'An internal error has occured' with Error code -1. Can you please clarify what this error message stands for?

请求正文

回复是 

< s:Envelope xmlns:s =" http://schemas.xmlsoap.org/soap/envelope/ ">< s:Body>< s:Fault>< faultcode> s:Client< / faultcode>< faultstring xml:lang =" en-US">内部系统错误。检查
的SOAP故障详细信息< / faultstring>< detail>< ApiFault xmlns =" https://guideads.microsoft.com/Customer/v9"的xmlns:A =" HTTPS://bingads.microsoft.com/Customer/v9/Exception" xmlns:i =" http://www.w3.org/2001/XMLSchema-instance">< TrackingId
xmlns =" https://adapi.microsoft.com"> 47625f25-4281 -4fd4-8f04-d88bd1ab2168< / TrackingId><一个:OperationErrors><一个:OperationError><一个:代码-1个< / A:代码><一个:详情/><一个:消息>发生内部错误。< / a:消息>< / a:OperationError>< / a:OperationErrors>< / ApiFault>< / detail>< / s:故障>< / s:正文> ;< / s:信封>

<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"><s:Body><s:Fault><faultcode>s:Client</faultcode><faultstring xml:lang="en-US">Internal system error. Check the SOAP fault details for more information</faultstring><detail><ApiFault xmlns="https://bingads.microsoft.com/Customer/v9" xmlns:a="https://bingads.microsoft.com/Customer/v9/Exception" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"><TrackingId xmlns="https://adapi.microsoft.com">47625f25-4281-4fd4-8f04-d88bd1ab2168</TrackingId><a:OperationErrors><a:OperationError><a:Code>-1</a:Code><a:Details/><a:Message>An internal error has occurred.</a:Message></a:OperationError></a:OperationErrors></ApiFault></detail></s:Fault></s:Body></s:Envelope>

谢谢

Vignesh

推荐答案

你能澄清一下吗?

谢谢

Vignesh


这篇关于使用UpdateAccount设置帐户跟踪模板的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-28 19:32