RE: Cant get campaigns list

2020-10-04 Thread Google Ads API Forum Advisor Prod
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

Re: Cant get campaigns list

2020-10-04 Thread Denis Kolomensky
$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