Hi, Thank you for reaching out to the Google Ads API support team.
Could you please confirm if you are referring to negative keyword? If so, you can refer to this documentation on the different criteria that you can target/exclude at the campaign. At the campaign level, you can only exclude keywords and you will need to specify negative = true on a keyword's CampaignCriterion, and create it using the CampaignCriterionService. You can use the customers.campaignCriteria.mutate rest interface method to create, update and remove criteria. You may try the below sample request : { "operations": [ { "create": { "campaign": "customers/{customer_id}/campaigns/{campaign_id}", "keyword": { "matchType": "BROAD", "text": "sample text" }, "negative": true } } ] } If you are not looking for this, share the uncropped screenshot of the Google Ads UI by highlighting the feature you would like to add via the Google Ads API. This message is in relation to case "ref:!00D1U01174p.!5004Q02vGz9V:ref" (ADR-00286423) Thanks, Google Ads API Team Feedback How was our support today? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads 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 "Google Ads API and AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to adwords-api+unsubscr...@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/adwords-api/p_TxD000000000000000000000000000000000000000000000SQWRMR00rg6AMEl0RquEhvHLrmaiHg%40sfdc.net.