Google Analytics: One page tracking multiple queries

Rune-Haven

New Member
I have a simple PHP/HTML website that contains 3 steps of user input requirements. A pseudo flow process would look like:\[code\](Page 1) Step 1: Enter x_input\[/code\]\[code\](Page 2) Step 2: Enter y_input\[/code\]\[code\](Page 3) Step 3: Enter z_input\[/code\]The progress of each step is to be tracked by Google Analytics. Currently, in order to properly track if each step is being completed by the user, each step is it's own individual page.Ideally, I would like to condense this information down to 1 page for simplicity. Is there a way to still track each completed "step" and sort of treat it as it's own page for GA? The method of how it would be distinguished does not matter (PHP, javascript, whatever). Any thoughts/comments are appreciated!
 
Back
Top