问题描述
Hello All,
我试图运行get
BudgetOpportunities.php 示例,但收到错误
最后的SOAP请求/响应:故障代码:s:服务器故障字符串:无效的客户端数据。
检查SOAP故障详细信息以获取更多信息
请注意,我可以在此行获取帐户。
$ accounts = CustomerManagementHelper :: SearchAccountsByUserId($ user-> Id ) - >帐户;
我也能得到我迄今为止尝试过的基本报告最多。
但我无法使用广告系列管理服务。
操作失败并出现以下错误:OperationError代码:106错误代码:UserIsNotAuthorized消息:用户不代表授权开发人员。
有关上面输出的错误代码的详细信息,请参阅MSDN文档。
我应该在这里遗漏一些东西吗?
如果用户未经授权,则可能无法下载报告/无法获取帐户。
所以必须有一些东西需要在样本下正确。
谢谢,
谢谢,Chirag
Hello All,
I tried to run get BudgetOpportunities.php sample in Bing Ads API PHP client library, but getting error
Last SOAP request/response: Fault Code: s:Server Fault String: Invalid client data.
Check the SOAP fault details for more information
Please note that I am able to get accounts at this line.
$accounts = CustomerManagementHelper::SearchAccountsByUserId($user->Id)->Accounts;
Also I am able to get the most the basic reports that I have tried till now.
But I am not able to use Campaign Management service.
The operation failed with the following faults: OperationError Code: 106 Error Code: UserIsNotAuthorized Message: The user does not represent a authorized developer. Please see MSDN documentation for more details about the error code output above.
Should I missing something here?
If user is not authorized then it might have not able to download reports/ not able to get accounts.
So there must be something needs to be correct under samples.
Thanks,
Thanks, Chirag
这篇关于广告系列管理服务问题 - PHP(BudgetOpportunities.php示例)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!