Re: how to get client customer id of logged in user in js or in php

2021-08-30 Thread Google Ads API Forum Advisor
Hello, Although there is not a supported Javascript client library at the moment, there is a PHP library. I would recommend looking through the account management guide for more information. To get the client customer ID, you can query the customer resource. Regards, Matt Google Ads API Team

Re: how to get client customer id of logged in user in js or in php

2021-08-30 Thread Amol Kawale
Pls help me guys to find solution... On Thursday, August 26, 2021 at 4:00:56 PM UTC+5:30 Amol Kawale wrote: > Guys am also facing same issue for my system. Customers will do sign at my > system to their Google ads account & allow us to access their ads account > details like customer ID, campai

Re: how to get client customer id of logged in user in js or in php

2021-08-26 Thread Amol Kawale
Guys am also facing same issue for my system. Customers will do sign at my system to their Google ads account & allow us to access their ads account details like customer ID, campaign, etc... We can get his email, name But I'm not getting anything how to get his 10 digit customer ID using any ap

RE: how to get client customer id of logged in user in js or in php

2019-08-01 Thread Google Ads API Forum Advisor Prod
Hi Mavin, Could you confirm if my understanding is correct that you wish to retrieve the account ID of the Google Ads account currently logged in using the AdWords API or using JavaScript? If yes, then I'm afraid that this is not supported in the AdWords API. Additionally, JavaScript is curren

Re: how to get client customer id of logged in user in js or in php

2019-08-01 Thread mavin sheikh
any solution? > > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads AP

Re: how to get client customer id of logged in user in js or in php

2017-12-01 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Radu, The OAuth setup is only required to be done once (provided the tokens are valid and credentials don't change). If your application is making calls against user's account, the user wil

Re: how to get client customer id of logged in user in js or in php

2017-12-01 Thread Radu Margina
Why user need to create OAuth credentials, user is not IT guy to now how to do this, user wants to login with google and see their AdWords accounts in my app. And I already have user accessToken, user already authorized my app to manage his AdWords account, this is not enough to get userCustome

Re: how to get client customer id of logged in user in js or in php

2016-11-23 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, To enable users to see their campaign data using your tool, you would need to follow these steps (assuming you already have a valid developer token): 1) User would need to create OAuth2 credentials

Re: how to get client customer id of logged in user in js or in php

2016-11-22 Thread revintests
Hi Vishal , i already have developer token created from a manager account , and using oauth credentials generated from a test manager account , as u said i can set clientCustomerId dynamically in any php file like below $user = new AdWordsUser(); $user->SetClientCustomerId('CLIE

Re: how to get client customer id of logged in user in js or in php

2016-11-22 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, AdWords API doesn't authenticate using email/username and password combination. Instead, authentication happens using OAuth2, details for which are available here . In other words, to connec

Re: how to get client customer id of logged in user in js or in php

2016-11-22 Thread revinsinfo
i am creating a system in which any google user can login and can see his/her adwords campaign and ads related stats , thatwhy i am asking that how can i get a customerId of a logged in user using js in google . On Tuesday, November 22, 2016 at 3:22:26 PM UTC+5:30, revin...@gmail.com wrote: >

Re: how to get client customer id of logged in user in js or in php

2016-11-22 Thread revinsinfo
so for example i created a page where i have to login through google adwords credentials , i entered my google adwords credentials , so on that moment i want a customer id so that i can pass it in to my api logged in user means those user which are logged in through my api, when they will login

Re: how to get client customer id of logged in user in js or in php

2016-11-18 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, Could you please elaborate what do you mean by "logged in user"? Ideally, using the code snippet in your post (also mentioned here ), you can change the client customer ID a

how to get client customer id of logged in user in js or in php

2016-11-18 Thread revinsinfo
Its really important for me i want to fetch clientcustomerId for a loogged in user so that i can pass it in to the following code $user = new AdWordsUser(); $user->SetClientCustomerId('CLIENT_CUSTOMER_ID_HERE'); i am not sure if it is posible through js login in php if it is possible th