简体   繁体   中英

Google Ads API - permission

Is there a way to allow the Google Ads API token to perform only the following operation:

  • adding IP addresses on all campains blacklist.

Unfortunately there's no possibility to restrict the privileges, neither for a given Ads API developer token nor by using specific OAuth2 scopes (there's only a single one for the whole Ads API).

An OAuth2 access token will reflect the permissions of the granting user, so what you can do is to create an access token that does have read-only access to a given Ads account . But this does not solve your specific use case.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM