πŸ‘ΎSnippet

How to install Birdie snippet

circle-info

Birdie Snippet is not required for the Screen Recording solution (except for capturing logs)

Birdie Snippet is required for the CoBrowsing solution.

Birdie Snippet is required if you want to hide sensitive data.

1. Installing the snippet

Go to settings -> generalarrow-up-right and copy the JavaScript snippet, and paste it before the </body> tag on each page of your web app.

2. Identify your customers

Make sure to input your own values for these three parameters:

window.birdieSettings = {
		contact_name: "Alexander the Great",
		contact_email: "[email protected]",
		contact_id: "ebf45a994-32d28c4",
};
circle-check

Last updated