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
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
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=
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
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
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
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