Understanding how to count Unique visitors x Custom Variables
Hi,
We customized the library of our DPS app, implemented SC and I'd like to understand how some metrics work.
For instance, for all of our library's available actions, we set events to count how many users are using each feature.
This is how we implemented when a search is done: trackEvent(2,{"customVariable5": "search"});
I'd like to know how many users searched something, so just for understanding purposes, I selected 3 metrics
- Custom Event 2
- Instances
- Unique Visitors
Then I got the results, which make sense...
- Custom Event 2: 2389
- Instances: 2389
- Unique Visitors: 1548
But for the Unique Visitors column, I've got a 19900 value associated with "None" Interaction (Custom Var), which is the number of Unique Visitors we had in the selected period.
My question is: Is it possible to know how many Unique Visitors did some specific interaction?
Thanks