Hi,
I'm looking for a tricky way to combine AND and OR in a filter. Basically, what I want to do is this:
Filter visits that are from organic OR visits that are form yahoo or google CPC.
ga:medium==organic OR (ga:medium==cpc AND ga:source=@google|yahoo)
Parenthesis are not allowed and the OR operator takes precedence over the AND so the above doesn't work as well as all variations I've made so far. So I'm a bit stuck here.
Any idea?
Thanks,
Stéphane