1. Sign in to Your GoHighLevel Account.
2. Navigate to Agency Settings
If you are managing an agency, switch to Agency View by selecting it from the top-left dropdown.
Click on Settings in the left-hand menu.
Under the Company Settings in the Whitelabel section, locate the Custom JavaScript field.
3. Paste Your Usetiful Script. Click Save Changes to apply the update.
Hint: You can find your Usetiful script after logging into your Usetiful account, on Installation page.
Setting Up Tags in GoHighLevel
GoHighLevel allows you to pass multiple attributes to Usetiful (Find out more here), such as userID, name, or email. To personalize your walkthroughs, you can pass them as tags or a unique user ID. Here’s an example of how to set up tags in your Usetiful script:
<script> window.usetifulTags = { userId : "{{contact.id}}", // Unique user ID firstName : "{{contact.first_name}}", // User’s first name lastName : "{{contact.last_name}}", // User’s last name email : "{{contact.email}}" // User’s email }; </script>
By including these tags, you can target specific users and enhance the personalization of your Usetiful walkthroughs.