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:

  1. (start action) user clicks "create new post" button
  2. (intermediate step) user clicks on "continue" button in first modal
  3. (end action) user clicks on "post now" button in second modal

can ga? should use e-commerce tracking achieve need?


Comments

Popular posts from this blog

android - Pass an Serializable object in AIDL -

How to provide Authorization & Authentication using Asp.net, C#? -

How to use Authorization & Authentication in Asp.net, C#? -