That worked! Thanks! -- Anna
On Wednesday, October 8, 2014 8:06:33 AM UTC-5, Josh Radcliff (AdWords API Team) wrote: > > Hi, > > Regarding adding the placements, you do *not* need to specify an id > <https://developers.google.com/adwords/api/docs/reference/v201406/AdGroupCriterionService.Placement#id> > when > performing the *ADD* operation - AdWords will assign the ID as part of > the operation. The *id* is only required when performing a *SET* or a > *REMOVE*. In other words, to exclude a placement at the *Campaign* level, > you'd create a NegativeCampaignCriterion > <https://developers.google.com/adwords/api/docs/reference/v201406/CampaignCriterionService.NegativeCampaignCriterion> > with: > > - campaignId = your campaign ID > - criterion = Placement with: > - url = the URL to exclude > > Note that you can also exclude placements at the *AdGroup* level -- just > *ADD* a NegativeAdGroupCriterion > <https://developers.google.com/adwords/api/docs/reference/v201406/AdGroupCriterionService.NegativeAdGroupCriterion> > instead > of a *NegativeCampaignCriterion*. > > Cheers, > Josh, 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 http://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/be9d89a6-f097-4bb4-99fd-ba80ccb4e939%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
