javascript - How to implement tracking for create-new-post process in Google Analytics? -
i have page on users add posts. adding post 2-step process provided in 2 modals.
i track events ga. now, track create-post process in order know how many users finish it, how many don't (and if so, it's crucial me know @ step did break process). this:
- (start action) user clicks "create new post" button
- (intermediate step) user clicks on "continue" button in first modal
- (end action) user clicks on "post now" button in second modal
can ga? should use e-commerce tracking achieve need?
Comments
Post a Comment