Re: Fetch Customer ID programmatically?

2018-09-27 Thread chris
That's exactly what I needed; thank you! :) On Thursday, September 27, 2018 at 1:49:10 PM UTC-6, Bharani Cherukuri (AdWords API Team) wrote: > > Hello Chris, > > Thank you for explaining the use case. You may use the > CustomerService.getCustomers() >

Re: Fetch Customer ID programmatically?

2018-09-27 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Chris, Thank you for explaining the use case. You may use the CustomerService.getCustomers() which takes no arguments and returns the details of the customers directly accessible by the user

Fetch Customer ID programmatically?

2018-09-27 Thread chris
I'm still getting used to the Adwords API (using the PHP SDK). I have an authorization workflow and the consenting account's refresh token is stored for later use, along with the client ID/Secret, and Developer key. (I do wish this SDK used the same Google_Client object that the other Google AP