Hi, thanks for the answer.
I've already read all your guides but still not understand how to use 
BatchJobService.
I mean, im easily trying to add 100negative keywords per campaign and, of 
course, im using one result foreach kw. If I want to add those 100kws in a 
one result I have to add 400rows of code using batchjobservice?
As I said just let me know as an example how to modify these rows of code 
using batchjobservice:

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


Il giorno giovedì 3 marzo 2016 20:46:56 UTC+1, Umesh Dengale ha scritto:
>
> Hello,
>
> You could use the BatchJobService 
> <https://developers.google.com/adwords/api/docs/reference/v201601/BatchJobService>
>  to 
> add keywords in bulk. The BatchJobService allows asynchronous processing. 
> You could upload 500 keywords in one request. Please check our batch 
> processing guide 
> <https://developers.google.com/adwords/api/docs/guides/batch-jobs>, best 
> practices guide  
> <https://developers.google.com/adwords/api/docs/guides/bestpractices>and 
> AddKeywordsInBulk 
> <https://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201601/CampaignManagement/AddKeywordsInBulk.php>
>  PHP 
> example code from the client library.
>
> Thanks,
> Umesh, 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 [email protected]
To unsubscribe from this group, send email to
[email protected]
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 [email protected].
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/81840775-3d75-46dd-9cfa-69d547e513b0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to