Documentation Index

Fetch the complete documentation index at: https://help.userflow.com/llms.txt

Use this file to discover all available pages before exploring further.

What does “identified users” mean?

Prev Next

Identified Users in 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: "jdoe@getbeamer.com", // 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.