I was wondering if anyone knows how to remove an empty query string parameter from Google Analytics?
An example URL would be: http://www.domain.com/index.asp?a=test&b=test&c=&d=test
On this example I would want Google Analytics to filter out “c” because it’s empty.
Thanks for any help that can be provided!
Expending upon @user1494396; refactor your async tracking code to pass the page name from the regex like so:
See: