When to breakdown by evar and prop? For example I am trying to find which error message occurred on which page. So should I use evar(pagename) and breakdown by prop(error message) or should both be evar or prop ?
Solved! Go to Solution.
Views
Replies
Total Likes
The main consideration about which dimension to breakdown by is whether the values of the dimensions had been tracked together in the same hit.
Here's an example:
(where eVar1's allocation = "Most Recent", expiration = "Visit")
With just these 2 hits, you can report the following:
And the following breakdowns are valid:
Hope that helps you get started!
Views
Replies
Total Likes
The main consideration about which dimension to breakdown by is whether the values of the dimensions had been tracked together in the same hit.
Here's an example:
(where eVar1's allocation = "Most Recent", expiration = "Visit")
With just these 2 hits, you can report the following:
And the following breakdowns are valid:
Hope that helps you get started!
Views
Replies
Total Likes
Hi this really depends on what you want to understand as both could potentially apply.
s.prop think of it as more hit/instance based. eVar think of it as more session based.
In your case if prop is page name and you want to see how many time an error message shows up then a 2nd prop could be used. (this limits it to that page)
Now lets think of it this way, you have a prop for page name, but now you have users with 3 types of error messages and you want to see what other pages those users go to after any of the 3 error messages then use evar(its session based so allow you to follow each error type user journeys)
GLTU
Views
Replies
Total Likes
Views
Likes
Replies