RE: Google Ads API - Refresh Token gets denied after 7 days

2022-01-17 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Nicolas, Here's a list of reasons why a refresh token expires, a very common reason we encounter is a Google Cloud Platform project with an OAuth consent screen configured for an external user type and a publishing status of "Testing" is issued a refresh token expiring in 7 days. You may rea

Re: Google Ads API - Refresh Token gets denied after 7 days

2022-01-17 Thread Nicolas Gonzales
It look that I need to publish the API and send a video on Youtube. A video explaining what I do exactly. Am I right ? On Monday, 17 January 2022 at 10:10:36 UTC+1 Nicolas Gonzales wrote: > Hi Team > > I am switching to the new Google Ads Api library and get some trouble with > the Refresh Toke

Google Ads API - Refresh Token gets denied after 7 days

2022-01-17 Thread Nicolas Gonzales
Hi Team I am switching to the new Google Ads Api library and get some trouble with the Refresh Token. I am using this code in php : try { $clickConversion = new ClickConversion([ 'conversion_action' => ResourceNames::forConversionAction($customerId, $conversionActionId), 'gclid' => $gclid, 'co