Aw: Accountinfos for one Customer per API 201101

2011-07-12 Thread Timo Frenzel
Accountinfos for one Customer per *API 201101 ^^ * -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this

Aw: Accountinfos for one Customer per API 201101

2011-07-12 Thread Timo Frenzel
i have it^^ $selector = new ServicedAccountSelector(); $selector->customerIds = CUSTOMERID; -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Accountinfos for one Customer per API 201101

2011-07-12 Thread Pete Lavetsky (AdWords API Guru)
Which client library are you using? I suggest you take a look at the examples for your library: http://code.google.com/apis/adwords/docs/clientlibraries.html Pete On Jul 12, 11:10 am, Timo Frenzel wrote: > I replaced > $user->SetClientId (MyID) > with > $user->SetClientId (CustomerID) > I also

Aw: Accountinfos for one Customer per API 201101

2011-07-12 Thread Timo Frenzel
I replaced $user->SetClientId (MyID) with $user->SetClientId (CustomerID) I also get all the customer are linked to my MCC. But not only the data of Customers -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http

Re: Accountinfos for one Customer per API 201101

2011-07-12 Thread Pete Lavetsky (AdWords API Guru)
Hi Timo, You set the clientId to that of the Google ID of the individual client ... like $user->SetClientId( "1234567890" ) Pete On Jul 12, 9:53 am, Timo Frenzel wrote: > Hi folks, > with this script I've retrieved the details of all customers. > But how do I get the data from only a particular

Accountinfos for one Customer per API 201101

2011-07-12 Thread Timo Frenzel
Hi folks, with this script I've retrieved the details of all customers. But how do I get the data from only a particular customer? I need this email to the CustomerID and descriptiveName. $user = new AdWordsUser(); $user->SetEmail($oAPI->get("APIEmail")); $user->SetPa