Hi all,
I was reading the BatchJobService guide on google adwords but I didnt 
understand how I can use it for massive operations in PHP.
For example:

  $operations[] = new CampaignCriterionOperation($negativeCriterion, 'ADD');
  $result = $campaignCriterionService->mutate($operations);

That code will give me a result of one operation, like adding one keyword 
but, if I want to add 500 keywords it seems not legit to do 500 operations, 
one for each kw, but it should be so faster and better doing just one 
operation for 500kws.
Anyone can help me doing that with BatchJobService?
Thanks a lot!

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/c3bf514f-30b1-470c-85d6-74ea05767164%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to