So as I am running a campaign for my website there are 2 things that are very important to track for me.
Outbound clicks
This will help me understand how many users were engaged with the content enough and which content is more successful.
How far users scroll.
Since my website is infinite scroll I want to track how far a user went to really understand if that certain campaign is working or not.
GA right now shows only 0:00 because since most of the stuff is available on page 1 they don’t goto second page, and without clicking on to second page currently GA assumes 100% bounce rate and 0:00 average time.
Any ideas on how to do this?
I tried it the event way but I couldn’t even get the event tracking working for now.
Just an idea, you can use the height position of the page base on the actual display (OS or phone)? Plugin to detect iOS? Scroll position. Determined the height of the screen, each time reaching the next page, you start a workflow on condition ‘Do when condition is true’ when height is > x / height size, and execute any thing you need to track. Make sense or something like that?
If you haven’t already, you may want to take a look at Hotjar. You can see heat maps of clicks, mouse movement, scrolling, etc. You can also get actual videos of visitors (mouse movement, text input, etc). Very useful for tracking user behavior - even with their free tier.
Yes, My plan is to fire off the event when certain pixels are scrolled… The problem is I am not able to setup the events as it is showing incorrect data.