Closed vitorklock closed 1 year ago
The Google Ads API which replaces the Adwords API uses the same scope: https://www.googleapis.com/auth/adwords
https://developers.google.com/google-ads/api/docs/oauth/internals
The API is currently at version 12, I don't expect they'll change the scope name.
The Google Ads API which replaces the Adwords API uses the same scope:
https://www.googleapis.com/auth/adwords
https://developers.google.com/google-ads/api/docs/oauth/internalsThe API is currently at version 12, I don't expect they'll change the scope name.
Makes sense, and it indeed worked. Thanks!
Currently, when acquiring the user Oauth2 I'm using the following scopes:
As adwords (
https://www.googleapis.com/auth/adwords
) is being deprecated, what is the correct new adsAPI URI to be used?