Hi. When I've started my meeting with BulkMutateService I've found 2 strange things: 1. If one operation were failed all queue will be failed. 2. Even if all queue were failed it will be marked as COMPLETED not as FAILED.
Did you get results of your jobs? Are you sure that they were successful? If not - take a look on this file http://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/v201008/GetAllBulkMutateJobs.php and execute it. It will show you some details of your jobs. If all results were processed without errors but you still not get them from your Sandbox campaigns you better to wait answer from Google API Team. If you have troubles - solve them and try again. By the way. If you're running your client on 32-bit architecture (x86, x64 is not affected) you can meet with issue INVALID.ENTITY_ID. Take a look on http://code.google.com/p/google-api-adwords-php/issues/detail?id=55 for the ways to solve this problem. Also those 2 files can be very helpful to you too: http://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/v201008/HandlePartialFailures.php http://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/v201008/HandlePolicyViolationError.php I found that this is helpful to check bulk mutate results and re-send operations if where were any error and them can be solved by my script. Regards, -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en
