Open bajki opened 3 years ago
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.
Follow the steps on: https://developers.google.com/google-ads/api/docs/start
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