Hi Denis,
Thanks for posting your concern.
To investigate the issue, could you provide the complete SOAP request and
response logs generated on your end together with the customer ID? You can
provide the requested details via Reply privately to author option.
Regards,
Ernie John Blanca Tacata
$oAuth2Credential = (new OAuth2TokenBuilder())
->withClientId(env('GOOGLE_CLIENT_ID'))
->withClientSecret(env('GOOGLE_CLIENT_SECRET'))
->withRefreshToken(env('AD_WORDS_REFRESH_TOKEN'))
->build();
$session = (new AdWordsSessionBuilder())
->withOAuth2Credential($oAuth2Credential)
->withDeveloperToken