Edujugon / laravel-google-ads

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

App\Http\Controllers\AdGroupAdService' is not available. Please pass a valid service #27

Closed Khalid12345678 closed 5 years ago

Khalid12345678 commented 6 years ago

I am using this package i got some following error My code:- image Error:- image

Suggest me how to remove this error

Edujugon commented 6 years ago

Hi @Khalid12345678 ,

Have a look at this solved issue.

Let me know if that helped

Khalid12345678 commented 6 years ago

Yes its working fine now.....Thank you so much

On 2 August 2018 at 19:39, Eduardo Marcos notifications@github.com wrote:

Hi @Khalid12345678 https://github.com/Khalid12345678 ,

Have a look at this solved issue https://github.com/Edujugon/laravel-google-ads/issues/4.

Let me know if that helped

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Edujugon/laravel-google-ads/issues/27#issuecomment-409939444, or mute the thread https://github.com/notifications/unsubscribe-auth/AiAzxpQsIisg59F_OBa1e_DIcM4zLmMhks5uMwgbgaJpZM4VsHgb .

Khalid12345678 commented 6 years ago

How to find credential(developerToken,clientId,clientSecret,refreshToken) for implementing google adwords api and what is the process? Is it working on localhost??

On 3 August 2018 at 10:36, Khalid naseer khalidn06@gmail.com wrote:

Yes its working fine now.....Thank you so much

On 2 August 2018 at 19:39, Eduardo Marcos notifications@github.com wrote:

Hi @Khalid12345678 https://github.com/Khalid12345678 ,

Have a look at this solved issue https://github.com/Edujugon/laravel-google-ads/issues/4.

Let me know if that helped

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Edujugon/laravel-google-ads/issues/27#issuecomment-409939444, or mute the thread https://github.com/notifications/unsubscribe-auth/AiAzxpQsIisg59F_OBa1e_DIcM4zLmMhks5uMwgbgaJpZM4VsHgb .

Khalid12345678 commented 6 years ago

After executing following code:- image

I am getting following result:- image I am working on localhost...when i am trying to execute following code for fetching campaigns image I am getting following errors image

Khalid12345678 commented 6 years ago

image How to get authorization code which is enter in the terminal

Khalid12345678 commented 6 years ago

Getting same error after deploying on server image

DzinPerformmaOnline commented 6 years ago

Did you apply for Basic Access in Google ads API?

Khalid12345678 commented 6 years ago

How to apply??

On 3 August 2018 at 17:40, DzinPerformmaOnline notifications@github.com wrote:

Did you apply for Basic Access in Google ads API?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Edujugon/laravel-google-ads/issues/27#issuecomment-410234585, or mute the thread https://github.com/notifications/unsubscribe-auth/AiAzxqsF_XviIjbpsREFCLA3sAmdeqW4ks5uND29gaJpZM4VsHgb .

DzinPerformmaOnline commented 6 years ago

Go to your MCC account, click on Tools->API Central and Access Level.

DzinPerformmaOnline commented 6 years ago

I looked into your project and the clientCustomerID should be your Adwords Account ID which looks like xxx-xxx-xxxx

Khalid12345678 commented 6 years ago

It is my google-ads.php image

Facing same problem Can you give me any video reference.I am stuck. I am facing problems in getting credential. I am using developer token which is in following image image I don't know how to fill AdWords API Token Application. I am using following client Id and client secret image

Edujugon commented 5 years ago

Hi @Khalid12345678

I'm assuming this issue has been solved since you opened different issues already using the package.

I'm closing it for now. Feel free to repoen it if required