本文介绍了AdCenter V6 - InvalidCredentials的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我对V6认证感到困惑。

到目前为止我们的标题是:

< SOAP-ENV:标题>
< ns1 :ApplicationToken />
< ns1:CustomerAccountId />
< ns1:CustomerId />
< ns1:DeveloperToken> TOKEN< / ns1:DeveloperToken>

< ns1:密码>密码< / ns1:密码>
< ns1:用户名> USERNAME< / ns1:用户名>
< / SOAP-ENV:标题>

我一直在这个论坛和谷歌上做研究,并找到了这些:

http://social.msdn.microsoft.com/Forums/en-US/adcenterdev/thread/a6aa1171- 08b7-45f5-a79d-fb78f4e3168f
如下所示:CustomerAccountId看起来像是指定的,可以是NULL。

我真的需要它为NULL,因为所有帐户的报告都将停止工作。

任何建议都会有所帮助。



Hackzilla

当指定TOKEN,USERNAME和PASSWORD时,我得到了他跟随错误:


I am really confused with V6 authentication.

The headers we have so far are:

<SOAP-ENV:Header>
<ns1:ApplicationToken/>
<ns1:CustomerAccountId/>
<ns1:CustomerId/>
<ns1:DeveloperToken>TOKEN</ns1:DeveloperToken>
<ns1:Password>PASSWORD</ns1:Password>
<ns1:UserName>USERNAME</ns1:UserName>
</SOAP-ENV:Header>

I have been doing research on this forum and on google, and have found these:

http://social.msdn.microsoft.com/Forums/en-US/adcenterdev/thread/a6aa1171-08b7-45f5-a79d-fb78f4e3168f
http://www.facebook.com/note.php?note_id=98215286245

It looks like CustomerAccountId is supposed specified and can be NULL.

I really need for it to be NULL, as reporting across all accounts will cease to work.

Any advice would help.


Hackzilla


When specifying TOKEN, USERNAME and PASSWORD, I get the following error:

[AdApiError] => stdClass Object
(
[Code] => 105
[Detail] =>
[ErrorCode] => InvalidCredentials
[Message] => Authentication failed. Either supplied credentials are invalid or the account is inactive
)




推荐答案


这篇关于AdCenter V6 - InvalidCredentials的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-31 13:01