I'm trying to figure out how i can do an advanced filter in GA on just urls that have one / (the first /), and no more. I don't want any subdirectories coming up.
I tried various things such as:
/{1}
/{0}
and others but nothing seems to work... any ideas?
thanks