本文介绍了如何获取msn沙箱adCenter api参数......?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我们正在使用msn sandbox adCenter api。在此我们使用参数username,password,application token,developer token,customerAccountId,accountId。但是获取这些参数很困难。

We are using msn sandbox adCenter api. In this we are using the parameters username,password,application token,developer token,customerAccountId,accountId. But there is difficult for getting these parameters.

 

所以请指导我们获取这些参数。

So please guide us for getting these parameters.

推荐答案

1。导航到

2。使用您的必备用户名和密码登录

2. Log in with your pre-requisite UserName and Password

3.点击 帐户& "结算"标签,然后点击"公司信息"子标签

3. Click on the Accounts & Billing tab, and then click on the Company Information sub tab

4。您的CustomerId列在文本旁边,客户ID

4. Your CustomerId is listed next to the text, Customer ID

 

然后,您只能拨打v7  GetAccountsInfo服务操作您的UserName,Password和CustomerId。 GetAccountsInfo将返回一个AccountInfo对象数组,用于标识您的帐户列表。这些"Id"元素对应于
CustomerAccountId,而后者可以在对其他服务操作的调用中指定。

You can then make a call to the v7 GetAccountsInfo service operation with only your UserName, Password, and CustomerId. GetAccountsInfo will return an array of AccountInfo objects that identifies your list of accounts. Those 'Id' elements correspond to the CustomerAccountId which could in turn be specified in calls to other service operations.

ApplicationToken未被使用,保留供将来使用。

ApplicationToken is not used and is reserved for future use.

我希望这有帮助!


这篇关于如何获取msn沙箱adCenter api参数......?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-29 07:03