You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Within Google Ads you can add a developer token for testing purposes. In the google cloud environment you can create your application and get the rest of the details. Via this laravel plugin you can get the refresh token.
Hi, how to get all these fields?
'developerToken' => "YOUR-DEV-TOKEN",
'clientCustomerId' => "CLIENT-CUSTOMER-ID",
'userAgent' => "YOUR-NAME",
'clientId' => "CLIENT-ID",
'clientSecret' => "CLIENT-SECRET",
'refreshToken' => "REFRESH-TOKEN"
Thanks
The text was updated successfully, but these errors were encountered: