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

Receive udp packets in android gstreamer -

php - Extract Text from HTTP referer -

java - Callback from new thread to class from which thread was initiated -