Hi Nitzan, I would like to clarify if my understanding is correct. What you need to do is to pause the *Campaign* status and not the *CampaignCriterion* status. My previous response refers to updating the *CampaignCriterion*.
However, if you need to set the campaign status as *PAUSED*, then you can use the CampaignService.mutate <https://developers.google.com/adwords/api/docs/reference/v201605/CampaignService#mutate> operation to set the status <https://developers.google.com/adwords/api/docs/reference/v201605/CampaignService.Campaign#status> as PAUSED. You may refer to UpdateCampaign.java <https://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/java/adwords/axis/v201605/basicoperations/UpdateCampaign.java> (Java client library example). Other client library examples are available here <https://developers.google.com/adwords/api/docs/clientlibraries>. Please let me know if it clarifies the question above. Thanks and Regards, Joyce, 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/30f1ba76-e530-4d72-84c2-577c95002c98%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
