|
|
|
|
|
by kjerzyk
1557 days ago
|
|
Google Analytics has 3 layers:
-the vanity metrics anyone can look at - this is what you described. How many pages did they view, how much time did they spend on the page?
-users interactions - this requires some skill. You can set up custom tracking to view specific user interactions to answer questions such as: Which page of my sales funnel gets users frustrated and makes them abandon it?
-full user journey - this might require using API and user data (instead of page data) where you get to view every single event they did during their visit. This is probably the highest level of GA skill and requires a good setup, but when you get there, you can answer pretty much every question you have about user interactions. |
|
1) Are the 2nd and 3rd layers free or do they cost?
2) Do you know the official nomenclature of these layer products so that I can google how to implement them?
Thank you.