Re: can I use validateOnly=true in BatchJobService

2016-01-05 Thread Umesh Dengale
Hello, The BatchJob service will get back a null from API call you make using validateOnly=true if there are no error in the validations and this is expected behavior. Regards, Umesh, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Googl

Re: can I use validateOnly=true in BatchJobService

2016-01-05 Thread Andy Lin
I understand this, but if I don't set validationOnly=true, the polling return me a batchJob object, if I set it to validationOnly=true, the polling return me null. I am wondering if this is a bug ? My polling method is a standard method from your web site documentation. On Monday, January 4,

Re: can I use validateOnly=true in BatchJobService

2016-01-04 Thread Umesh Dengale
Hello, The validationOnly property (true) will validate the request and will not perform the actual operation and return the failing operations' errors if any. When a batch job completes (validationOnly=false)

can I use validateOnly=true in BatchJobService

2016-01-04 Thread Andy Lin
I want to test my mutate requests in BatchJobService using validateOnly=true before submitting. but I couldn't poll the job result using the batchId, it returns null from the following statement, is it possible to use validateOnly=true and test the mutate operations, and how can I poll the res