Re: MutateBatchJobservice is slow?

2017-11-27 Thread 'Peter Oliquino' via AdWords API Forum
Hi Venkata,

As mentioned previously, the BatchJobService is designed for processing 
multiple numbers of operations and it should be able to accommodate the 
number you have mentioned. However, please note the limitations mentioned 
in this section 
 
of 
the guide when using the BatchJobService and to this section 

 for 
the requirements and the best practices 

 as 
well to ensure that you avoid any other issue when uploading your batch 
jobs.

However, should you encounter any significant delays using the 
BatchJobService for a greater number of operations, feel free to write back 
and include the batch job IDs that experienced the delay.

Thanks and regards,
Peter
AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/029643ec-31c3-4e88-9052-9aea0399784c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: MutateBatchJobservice is slow?

2017-11-27 Thread venkata munnangi
Hey Peter,

Thanks for the reply. Essentially my job has a varying limit of items from 
1 to 20,000. 2 being not so common.  On average, possibly 1000-2000. 
For the worst case, Would 2 additions/remvals of product partitions 
still not necessitate the usage of BatchOperations?

Currently, I had to implement my own retry/batch framework with the usage 
of normal AdwordsAPI service for mutations. I am curious if I will 
encounter using the mutate method for saving 20k product partitions (while 
following the limits)

On Friday, November 24, 2017 at 1:38:23 AM UTC-8, Peter Oliquino wrote:
>
> Hi,
>
> My apologies for the delay. The BatchJobService is usually designed to be 
> used on a significant number of operations and not against only a few ones. 
> For example, for operations that may be ranging between 1-10 ADD/REMOVE 
> operations, you may just use the normal AdWords API service to handle them 
> and as per checking with the team, the batch job ID you mentioned contained 
> only one ADD operation so using the normal service should do.
>
> Best regards,
> Peter
> AdWords API Team
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/3a4d3c11-9f4d-4f24-8c23-afc5e5ad639c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: MutateBatchJobservice is slow?

2017-11-24 Thread 'Peter Oliquino' via AdWords API Forum
Hi,

My apologies for the delay. The BatchJobService is usually designed to be 
used on a significant number of operations and not against only a few ones. 
For example, for operations that may be ranging between 1-10 ADD/REMOVE 
operations, you may just use the normal AdWords API service to handle them 
and as per checking with the team, the batch job ID you mentioned contained 
only one ADD operation so using the normal service should do.

Best regards,
Peter
AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/46e33028-e044-4ed9-99c5-9efb76d8e099%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


MutateBatchJobservice is slow?

2017-11-22 Thread vmunnangi
Hey,

I am encountering quite a significant delay in MutateBatchJobs. For 
example, adding/removing a few ProductOfferIds to an ad-group is taking 
more than 4 minutes. 
Am I doing something wrong?
Here is an archived culprit batchjobId - 607862900

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/a3590682-7f00-4921-9321-4fc2fe1ac3c0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.