Re: How to get Customer Id with username and password

2017-02-06 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Sachin, Once you have the access token associated with the email address in question, you need to perform a CustomerService.getCustomers() request with the clientCustomerId header unset. An example SOAP reques

Re: How to get Customer Id with username and password

2017-02-04 Thread Sachin Kumar
Hello Shwetha, Thank you for your reply. I successfully authenticate the request and get users email/name etc. but not get "Customer Id". This is the user's data as response which I got: Array ( [id] => ** [email] => *@gmail.com [verified_email] => 1 [name] => Sa

Re: How to get Customer Id with username and password

2017-02-03 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Sachin, To retrieve the CustomerId using the account's username and password, you need to follow these steps: 1. Generate client ID and client secret by following the instructions provided here

How to get Customer Id with username and password

2017-02-03 Thread Sachin Kumar
Hello Team, Object: To get customer Id with the help of adwords account's username and password. I have user's adwords account username and password. Now I want to get customer Id related to this username and password and then add this customer Id to mcc account. Kindly suggest a way or snip