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 -

javascript - Get parameter of GET request -

javascript - Twitter Bootstrap - how to add some more margin between tooltip popup and element -