Identified Users in Beamer are those whose data is sent through the Beamer script, including at least user_id or user_email. This identification allows Beamer to more accurately track user actions and interactions, even if they switch devices.
For better tracking and personalized experiences, you can include parameters such as:
<script>
var beamer_config = {
user_firstname: "Jane", // The user's first name
user_lastname: "Doe", // The user's last name
user_email: "[email protected]", // The user's contact email
user_id: "1234" // The user's unique identification number
};
</script>
If you use our script on your website and provide user identification details, Beamer will use cookies to track those users.