Re: Get clientCustomerIds after Oauth permission granted

2014-11-19 Thread Josh Radcliff (AdWords API Team)
Hi Elena, Could you provide the stack trace from the NullPointerException so I can see where it failed? Thanks, Josh, AdWords API Team On Wednesday, November 19, 2014 12:21:54 PM UTC-5, Elena Neuschild wrote: > > Hi, > > sorry for the downvote. > I tried this using the .NET API and whatever I t

Re: Get clientCustomerIds after Oauth permission granted

2014-11-19 Thread Elena Neuschild
Hi, sorry for the downvote. I tried this using the .NET API and whatever I tried, CustomerService.get() crashed with a NullPointerException (the CustomerService object was initialized, so the crash must have happened somewhere in the method). No further information on the exception was provided

Re: Get clientCustomerIds after Oauth permission granted

2014-08-27 Thread Josh Radcliff (AdWords API Team)
Hi, Regarding linking them to your MCC, you can actually send (and event accept) the invitation to link accounts via the API -- see our Managing Accounts guide for details. If you are not linking the client's account to

Get clientCustomerIds after Oauth permission granted

2014-08-27 Thread Mike Young
I have just asked permission to use the clients adwords data and they have accepted. (they can revoke if they want to.) I now need to make an API call to get user data. I need to know the clientCustomerId to make a call via API. I have ran GetAccountHierachy.php (using different refresh token)