Re: BulkMutateJobService::get Id Error

2011-04-08 Thread David Torres
Hi, Please report this issue in the PHP project issue tracker . Best, -David Torres - AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com

Re: BulkMutateJobService::get Id Error

2011-04-05 Thread Evgeniy Bogdanov
I've found decision for this problem. Problem somewhere in PHP engine, it have bug on type casting for big digits. You need to build selector by yourself: Example: $user = new AdWordsUser(); // Log SOAP XML request and response. $user->LogDefaults(); // Get the BulkMutateJobService. $

Re: BulkMutateJobService::get Id Error

2011-04-04 Thread Evgeniy Bogdanov
I'm expecting the same problem PHP versions: 5.3.5 (Linux), 5.2.6 (Windows). Logs: http://schemas.xmlsoap.org/soap/envelope/";> https://adwords.google.com/api/adwords/cm/ v201008"> f354873850c0a3541968608fbc504e9e 1 3230 1 https://adwords.google.com

Re: BulkMutateJobService::get Id Error

2011-03-02 Thread drbioget-...@konstruktor.hu
No, this is the good log, and generated the code above. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this

Re: BulkMutateJobService::get Id Error

2011-03-02 Thread AdWords API Advisor
Hi, Just noticed something - the id you are sending to the server for the last get() is not the same as what you got back in the previous mutate(). Did you paste the wrong logs by any chance? Cheers, Anash P. Oommen, AdWords API Advisor. On Mar 1, 3:47 pm, "drbioget-...@konstruktor.hu" wrote: >

BulkMutateJobService::get Id Error

2011-03-01 Thread drbioget-...@konstruktor.hu
Hi! I am using v201008 of adwords API with PHP 5.3.2-1ubuntu4.7 with Suhosin-Patch. I would like to use BulkMutateJobService. I use this code: class myBMJS { private $version = 'v201008'; private $user; private $service; private static $campaignId; private static $adGroupId1;