Hi Team
I need urgent help and new to Adwords APi.
I am using Adword client library googleads php lib v201509 and In my auth.ini,I am not using any clientcustomerID as reference. I am using nAtive application and wanted to set dynamically clientCustomerID to access any services like CampaignService etc.
So before that I need to set $user->SetClientCustomerId($clientCustomerId); where $clientCustomerId = 'xxx-xxx-xxxx' ,so I want here clientcustomerID who just allowed permission for adwords application .
If i am assigning $clientCustomerId = 'xxx-xxx-8979' then for this account I can see details about service CampaignService but for other user its giving permission issue.
Even i use $customerService = $user->GetService('CustomerService', 'v201509');
$selector = new Selector();
$selector->fields = array('customerId');
$page = $customerService->get($selector);
var_dump($page);
But its always giving me MCC account customerID whose details are given in auth.ini file. Please let me know any best solution, Waiting to hear from you soon.
Thanks
Naresh Shaw