这个问题是为那些使用 Google AdWords 的人准备的。
在 Google AdWords 中,我们拥有这些帐户权限
有什么方法可以通过 API检查用户是否具有read-only
或权限?在 ManagedCustomerService 中,我们有 canManageClients,这是管理员吗?仅就绪和标准权限呢?standard
admin
这个问题是为那些使用 Google AdWords 的人准备的。
在 Google AdWords 中,我们拥有这些帐户权限
有什么方法可以通过 API检查用户是否具有read-only
或权限?在 ManagedCustomerService 中,我们有 canManageClients,这是管理员吗?仅就绪和标准权限呢?standard
admin
您需要使用 CustomerUserAccess 实体。它非常简单,此处提供了示例代码:https ://developers.google.com/google-ads/api/docs/account-management/managing-users
您将需要用户 ID 和客户 ID,我假设您已经从您的问题中获得了这些 ID。通过这些,一个广告客户和一个新角色,你就可以开始了。