The reason anonymous names are being displayed in your Analytics/ NPS results is likely because you are not sending the user data to Beamer. To ensure that the correct user information appears, you need to pass user details like first name, last name, or user ID within your Beamer script.
Confirm that you are sending the user data in your Beamer configuration. Here’s how you can include user information in the embedded script:
<script>
var beamer_config = {
product_id: "YOUR_PRODUCT_ID", // Replace with your actual product ID
user_firstname: 'Jane',
user_lastname: 'Doe',
user_email: 'jdoe@getbeamer.com',
user_id: '1234'
};
</script>
<script type="text/javascript" src="https://app.getbeamer.com/js/beamer-embed.js"></script>
While all these parameters are optional, it is highly recommended to at least include the user_id. This ensures that Beamer can more accurately track the user’s actions and interactions, even if they sign in from multiple devices.
For more details on how to embed, refer to our Technical Installation Guide.
Help us help you more
At Beamer, we care about our customers’ data and this is how we protect it.
Data Ownership
Your account and data belongs to you and will not be sold in any case. We can delete your account and data upon your request. Learn more
Encryption
Beamer data is encrypted in transit (advanced TLS protocols and 2,048-bit keys or better) and at rest (using AES 256 encryption with integrity).
Access
Customer data is always backed up and uptime is over 99.9%.
GDPR
Beamer is GDPR Compliant and has the Data Processing Agreements in place. Learn more
Penetration testing
Third party network, application and physical security tests are conducted regularly. Learn more