I'm building a simple reporting dashboard for Google Analytics using
historical data, and I've hit a snagThe setup:I'm filtering out entries
where a user visited a domain that contains either "/app/" or "/custom/"
in its URL path.The data I’m using i...