Re: php example in v201109 sandbox - can run GetAllCampaigns.php. CANNOT run AddCampaign.php

2011-12-01 Thread Eric Koleda
Hi Larry, Please read through the Sandbox documentation for more information on how to get started: http://code.google.com/apis/adwords/docs/sandbox.html You must first make a CampaignService.get() call, although that call can simply be made against the MCC account. Best, - Eric Koleda, AdWor

Re: php example in v201109 sandbox - can run GetAllCampaigns.php. CANNOT run AddCampaign.php

2011-11-28 Thread Larry
Hi Peter, Thanks for sharing your experience. When you ran GetClientCustomerId.php, did you get an error of "ApiUsageError.INVALID_CLIENT_EMAIL @ selector;"? I am reading some threads in this forum - since the clientemail I provided is not an existing email address under a MCC, I am getting th

Re: php example in v201109 sandbox - can run GetAllCampaigns.php. CANNOT run AddCampaign.php

2011-11-28 Thread Peter Crowley
Hi Larry, I had a similiar problem when I moved to v201109. I think I ran GetClientCustomerId.php In auth.ini I then replaced clientId = "client_1+youremailaddress" with the returned customerID clientCustomerId = "xx"; commenting out the clientid line. They just released v201109 & hopef

Re: php example in v201109 sandbox - can run GetAllCampaigns.php. CANNOT run AddCampaign.php

2011-11-25 Thread Larry
the xml request and response are shown below: [Nov 25 2011 11:34:56.00 - ERROR] POST /api/adwords/cm/v201109/CampaignService HTTP/1.1 Host: adwords-sandbox.google.com Connection: Keep-Alive User-Agent: PHP-SOAP/5.3.5, gzip Accept-Encoding: gzip, deflate Content-Encoding: gzip Content-Type: te

php example in v201109 sandbox - can run GetAllCampaigns.php. CANNOT run AddCampaign.php

2011-11-25 Thread Larry
I am a fresh starter. So I downloaded v201109 php library, ran a HTTP POST to ClientLogin to the get the authToken, and then put the token in auth.ini. then I ran the php example code GetAllCampaigns.php, successfully. it showed no campaigns for me, which was expected. Then I tried to run AddC