Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.