sql - Adwords script - exclude campaign name -


i've used line include campaign names contains "test" this:

'where campaignname contains "test" ' 

how can exclude campaign name? i've tried not contains , doesn't work.

if want select campaigns not contains "test" can use this:

where campaignname does_not_contain_ignore_case 'test' 

see column operators on https://developers.google.com/adwords/api/docs/guides/awql?hl=en


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -