Edujugon / laravel-google-ads

Google Adwords API for Laravel
MIT License
68 stars 23 forks source link

Environment #56

Open bajki opened 3 years ago

bajki commented 3 years ago

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

Martienb23 commented 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