13 Oct 2023
06:59 PM
- last edited on
16 Oct 2023
03:16 PM
by
Ana_Kuzmenchuk
Assuming you are monitoring your frontend application, you can use a USQL like this: "SELECT count (DISTINCT userSessionId), country FROM usersession GROUP BY country" and then create a custom metric, using the field country as dimension.
With the metric in hand, you can create a metric event whenever the country value is different from the one you need, and value is higher 1, for example.
Let me know if this helps.
can you help me with this?