用户无权致电AgencyLink Job Add

编程入门 行业动态 更新时间:2024-10-08 07:37:46
本文介绍了用户无权致电AgencyLink Job Add的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我正在尝试使用Bing Ads API将我的客户帐户关联到Manager帐户。我收到了用户详细信息(customerid,accountid等)和下面的行给出了响应,错误代码为1001,表示用户无权调用AgencyLinkJobAdd

I'm trying to link my customer account to Manager account using Bing Ads API. I got the user details (customerid, accountid etc.,) and below line is giving the response with error code 1001 saying user is not authorized to call AgencyLinkJobAdd

var request = new AddClientLinksRequest { ClientLinks = clientLinks }; _customerManagementService = new ServiceClient<ICustomerManagementService>(authorizationData); var addClientLinksResponse = (await _customerManagementService.CallAsync((s, r) => s.AddClientLinksAsync(r), request).ConfigureAwait(continueOnCapturedContext: false));

有人在此帮助我。

谢谢,

推荐答案

您好Prathap。

Hi Prathap.

根据 docs :

只有代理商Super Admin才能 将链接到客户账户 。

请仔细检查您的权限。如果一切正常,我建议您与支持小组和/或您的客户经理联系以确认访问权限。 (他们可能需要查看不应在论坛中分享的特定帐户/客户ID。) ManageClient.cs 示例也有一些提示。

Please double check your permissions. If everything looks correct then I suggest contacting support and/or your account manager to confirm access. (They may need to see specific account/customer IDs which should not be shared in the forum.) TheManageClient.cssample also has some tips.

我希望这有帮助,

Eric

更多推荐

用户无权致电AgencyLink Job Add

本文发布于:2023-11-12 02:12:09,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1580207.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:用户   AgencyLink   Add   Job

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!