Can I identify users by setting special user ID?
Yes, of course! To identify users by special ID you can use a method in your application’s code to send custom parameters to CUX. When you’ll do that, a new icon will appear on the CUX visits list.
_cux.send(‘identity’, [‘example@email.com’, params]);
where “params” might be a string, for example “John Doe”, or object where you can pass any properties and values for more detailed segmentation, for example “{ name: ‘John Doe’, email: ‘demo@cux.io’, plan: ‘Trial’ }”
This code with custom parameter will enable you to find visits with matching identify, when you’ll be going through data filters.