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
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
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:
>
Is there any way to get clientcutomerid of a google adwords user ?
i am creating an api system using google api in which any google user will
login and can see his campaign and ads related data
my question is when a adwords user gets logged in using the js api provide
by google . is there any