Re: Sandbox Bulk Mutate Error

2011-04-12 Thread Eric Koleda
Hi All, Instead of using v13, you can use the v201101 ServicedAccountServiceto determine the IDs of your account and child accounts. Additionally, we recommend using the BulkMutateJobService only in instance

Re: Sandbox Bulk Mutate Error

2011-04-09 Thread Evgeniy Bogdanov
Hi David. You're welcome. I was glad to help you to find the solution of your problem. Your way is nice and simple too. :) Good luck with your project! Regards, -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com ht

Re: Sandbox Bulk Mutate Error

2011-04-09 Thread David B
Evgeniy, Thank you very much for your guidance! You were right; the general method you mentioned worked. Here's what I did differently to obtain the CUSTOMER_ID for each sandbox client account. First, I uploaded Apility, editing the authentication and settings INI files to utilize the sandbox en

Re: Sandbox Bulk Mutate Error

2011-04-08 Thread Evgeniy Bogdanov
Ok. I see. Other suggestion is not simple. :) Download v13 library http://code.google.com/p/google-api-adwords-apility/ (for PHP) and with this documentation http://code.google.com/intl/en-EN/apis/adwords/docs/developer/ReportService.html create and execute report which have CustomerID via SandB

Re: Sandbox Bulk Mutate Error

2011-04-08 Thread David B
Evgeniy, Thank you very much for your reply. I am actually writing scripts to generate items, then bulk upload them to Google. I will be able to use CAMPAIGN_ID for subsequent jobs including AdGroups, Ads, Criteria, etc.. However, when uploading campaigns in a job, CAMPAIGN_ID scope would not wo

Re: Sandbox Bulk Mutate Error

2011-04-08 Thread Evgeniy Bogdanov
Hi David. I've met with this issue too. As I understand clients in Sandbox have own client ids. I didn't found method in v200909+ versions how I can get them. I've changed my code to use CAMPAIGN_ID for the Entity ID in Sandbox mode. If this change is too doable for you take a look on http://cod

Sandbox Bulk Mutate Error

2011-04-08 Thread David B
Hello, I am trying to use the BMJS in the sandbox environment, but I am getting the error [IdError.NOT_FOUND @ operation.operand.request.operationStreams[0]]. I am using the CUSTOMER_ID option for the EntityId. I have tried both forms that we have on file: the 10 digit MCC ID for the account I wa