I'm trying to set a goal in analytics that uses the query string on the url, but it seems to be cutting off after the first parameter...
For example: My url should be:
/confirm.php?goal=mygoal&home=own&form=lightbox#form
But the only thing that shows up in analytics is:
/confirm.php?goal=mygoal&home=own
The last parameter isn't showing up at all, does anyone have any idea why this would happen?