On Wednesday 28 July 2010, phpguy elucidated thus:
> Hi,
>
> I wanted to see if it was possible to create a script to run through
> a certain number of adgroups/campaigns and then switch client ids
> while in the script and continue?  We have an MCC account but just
> wanted to know if this was possible.
>
> Thanks for your help!

There should be a method in the API to set the client e-mail.  
setClientEmail I think is the call.  You *might* have to get the 
service again to use the new client e-mail.  That is, a call like:

$adwordsUserObject->SetClientId($clientEmail);
$campaignService = $adwordsUserObject->GetCampaignService('v200909');

Hope that helps.

j

-- 
Joshua Kugler
Part-Time System Admin/Programmer
http://www.eeinternet.com
PGP Key: http://pgp.mit.edu/  ID 0x73B13B6A

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

Reply via email to