Hi,
I have my refresh token and everything working okay in that department. However, when I attempt to make an API call (the ad's scope has been added in the google cloud area), it complains of:
"You are receiving this error either because your input OAuth2 scope name is invalid or it refers to a newer scope that is outside the domain of this legacy API.
This API was built at a time when the scope name format was not yet standardized. This is no longer the case and all valid scope names (both old and new) are catalogued at
https://developers.google.com/identity/protocols/oauth2/scopes. Use that webpage to lookup (manually) the scope name associated with the API you are trying to call and use it to craft your OAuth2 request."
This happens when attempting to create a conversion action via "
\Google\Ads\GoogleAds\V12\Services\MutateConversionActions".
I have passed the auth scope of:
https://www.googleapis.com/auth/adwords. But seemingly this must be incorrect. This API service has been enabled in the google api sarea.
Has anyone come across this before?
Many thanks.