Combined Regex
Hi,
I am wondering if it is possible to create some combinations of different Regex expressions when querying GA from Supermetrics. I would like to get the result of a logic expression like
(a AND b) OR c
Using "combineToPrev":";" and "combineToPrev":"," I can create some OR or AND logic between my expressions but any idea how to transcribe the brackets?
Thanks