Hey, Currently when I try and setup a bulk mutate job I am getting back a large negative number for the job id which then returns invalid job id (IdError.NOT_FOUND) when the job is queried. An example return with the negative number is:
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Header> <ResponseHeader xmlns="https://adwords.google.com/api/adwords/cm/v201008"> <requestId>4a01df4ecb1a1a7ccff3aff09b5009e1</requestId> <operations>1</operations> <responseTime>3742</responseTime> <units>1</units> </ResponseHeader> </soap:Header> <soap:Body> <mutateResponse xmlns="https://adwords.google.com/api/adwords/cm/v201008"> <rval> <context> <authenticatedUserEmail>murraykes...@gmail.com</authenticatedUserEmail> <effectiveCustomerId>7330898398</effectiveCustomerId> </context> <Job.Type>BulkMutateJob</Job.Type> <id>-2673875376383681460</id> <policy/> <status>PENDING</status> <numRequestParts>1</numRequestParts> <numRequestPartsReceived>1</numRequestPartsReceived> </rval> </mutateResponse> </soap:Body> </soap:Envelope> Any ideas? Thanks, Rob. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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