Convert Brandwatch to Boolean (Generic)
Move a Brandwatch monitor into a raw Boolean feed or a provider that only takes generic operators, keeping the AND/OR/NOT logic intact.
Once the syntax is sorted
Three different situations, depending on how far along the move is.
Reference
Worked example
Brandwatch query
site:reddit.com AND (recall NEAR/5 defect)
Boolean (Generic) output
reddit.com AND recall AND defect
What carries over, and what does not
Carries over
- •Boolean AND / OR / NOT
- •Wildcards
Degrades or drops
- •Proximity (NEAR/n) is dropped (Boolean (Generic) does not support it)
- •An OR chain over 500 branches is truncated to 500 (an engine-wide limit, not specific to Boolean (Generic))