Hi,
I have an adwords user's oauth credentials, and I'm able to successfully make a call to download a report, but I had to hard-code in the customerId as I couldn't figure out how to get it.
The get() method of the
CustomerService should return the customer ID, but what are the parameters to pass to it?
I tried a GET request to this URL:
without any header params or body params, to which it returns "<html><body>No service was found.</body></html>".
I also tried with an Authorization and developerToken defined in the headers, but got the same response.
I also tried the python library, and defined an instance of AdWordsClient, but it's client_customer_id ends up as None.
thanks for the help,
imran