Change Automated Extensions via API

2017-11-24 Thread Jbielsa
Hello! Is there any way to change the chioce in Automated Extensions via API? I have been look into the CustomerExtensionSettingService but I don't find anything about how to perform this change. I'd like to change this option via APi:

Re: BatchJobService. Why some jobs go to Canceled status?

2016-08-29 Thread Jbielsa
Hi Josh! I think that my jobs are failing when I create more than one in the same account. This causes them to be stopped and subsequently cancelled. So, I tried the following: I waited for the active job to complete and then created the new one and it seem that this works correctly. - Whe

Re: BatchJobService. Why some jobs go to Canceled status?

2016-08-26 Thread Jbielsa
Hi Josh, Thanks for your help. My question is why are some operations failing to complete? What should I do with those jobs, repeat them? Cheers, -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.

Re: BatchJobService. Why some jobs go to Canceled status?

2016-08-24 Thread Jbielsa
Hi! 3 Jobs with same problem: account: 3892674357 batch: 347326772 Executed: 65% Operations successful: 80.000 Total operations: 122.987 account: 5565835114 batch: 347326601 Executed: 70% Operations successful: 100.000 Total operations: 141.429 account: 7213655826 batch: 347265420 Executed:

Re: BatchJobService. Why some jobs go to Canceled status?

2016-08-24 Thread Jbielsa
Hi!! 3 Jobs with same problem. account: 3892674357 batch: 347326772 account: 5565835114 batch: 347326601 account: 7213655826 batch: 347265420 -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.

Re: BatchJobService. Why some jobs go to Canceled status?

2016-08-24 Thread Jbielsa
Hi Josh I have downloaded the results and I see that only appear the executed operations without errors. Rest of operations were not executed The field "processingErrors" continue null. Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: http

BatchJobService. Why some jobs go to Canceled status?

2016-08-23 Thread Jbielsa
Hi! I have many jobs everyday in canceled status and I don't know why. If I get the results, I can see that processingErrors and downloadUrl fields are null, and I don't have any information about. There are some examples: account: 3892674357 batch: 347326772 account: 5565835114 batch: 3473266

Re: v201601 Batch job service error 403

2016-02-22 Thread Jbielsa
Hi. On Feb 16. There is a question with title "BatchJobService not completing" about the AWAITING FILE STATUS and Google respond with "The engineering team is working on this issue. We will update you once the issue is fixed." -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find

Re: v201601 Batch job service error 403

2016-02-18 Thread Jbielsa
In v201601, you need to make an additional call to exchange the bulk upload URL for a resumable upload URL. The relevant change in code is this line: https://github.com/googleads/googleads-dotnet-lib/blob/master/examples/AdWords/CSharp/v201601/CampaignManagement/AddCompleteCampaignsUsingBatchJob.

BatchJob Canceled Status

2015-11-04 Thread Jbielsa
Good Morning. When using the new service for BatchJob, and a batchJob finishes on Canceled Status, I can't retrieve the results in order to find errors occurred. I use Adwords client library v201509 for .Net Below the steps I follow: 1.- Get status of BatchJob <-- CANCELED 2.- The list

InternalApiError.UNEXPECTED_INTERNAL_API_ERROR

2014-04-03 Thread Jbielsa
Hello!!! During the month of March, I have been getting this kind of error. ( InternalApiError.UNEXPECTED_INTERNAL_API_ERROR) This error occurs occasionally and there are times to retry the operation after 30 seconds does not work. I use this services: - CampaignService - CampaignCriterionServ