Re: LOGIN form on OCST page?
I had some reporting issues but ultimately I removed it because my customers were not using it enough and I think the AJAX solution that Andreas told you about is a better way to go.
Reporting issues:
I was using Google Analytics session level custom variable. The GA custom variable can change state throughout the session ( login, logout, login logout, login, logout, etc) but only reports on its final state.
So if a customer placed an order as a guest then created an account from the INVC page, the custom variable would report it as a login order - so I was over reporting the login event.
So then I changed it to event tracking and found that only 2% of the OCST users were clicking login -- but not statistically significant to make a decision.
What I was most concerned with was seeing how many OCST-LOGIN users created an error and were kicked out to the LOGIN page but I was unable to get it to work on the page views report.
After reading Andreas post I figured to conclude the test.
I had some reporting issues but ultimately I removed it because my customers were not using it enough and I think the AJAX solution that Andreas told you about is a better way to go.
Reporting issues:
I was using Google Analytics session level custom variable. The GA custom variable can change state throughout the session ( login, logout, login logout, login, logout, etc) but only reports on its final state.
So if a customer placed an order as a guest then created an account from the INVC page, the custom variable would report it as a login order - so I was over reporting the login event.
So then I changed it to event tracking and found that only 2% of the OCST users were clicking login -- but not statistically significant to make a decision.
What I was most concerned with was seeing how many OCST-LOGIN users created an error and were kicked out to the LOGIN page but I was unable to get it to work on the page views report.
After reading Andreas post I figured to conclude the test.
Comment