Re: How can i reach Google Ads campaigns with Google Login

2018-12-10 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Mahir, The invalid_grant error normally occurs due to expired refreshToken. To resolve this issue, you may try to regenerate the refreshToken and the OAuth2 credentials using an email address which has currently access t

How can i reach Google Ads campaigns with Google Login

2018-12-09 Thread mahir
Hi, I want to access any client's Google ad account using PHP. I tried this but I'm getting the error: require 'autoload.php'; use Google\Auth\OAuth2; use Google\AdsApi\AdWords\AdWordsServices; use Google\AdsApi\AdWords\AdWordsSessionBuilder; use Google\AdsApi\AdWords\v201809\cm\CampaignService;