Users
Learn everything about the boardme Users API.
Last updated
Was this helpful?
Learn everything about the boardme Users API.
Last updated
Was this helpful?
boardme allows you programmatic access to track your Users.
To use the API you need to have boardme installed into your website or application!
In your application code, you can find boardme on the window object. It is in the global scope.
NPM package is available for improved development experience. Check it out .
You can add boardme to your project by executing the command below in your terminal.
Once installed, you can import it into your JavaScript or TypeScript code base and start using the API. The autocomplete should help you find the methods you are looking for.
If you are using the boardme API through the installed package, all your calls will be handled gracefully and you don't have to worry about a script import error crashing your application.
In certain edge cases, you might want to set the boardme User programmatically. This might be because the user data gets loaded in after the boardme script, you're running a complex application on a single page, or it just might be your personal preference.
In any case, boardme offers you an API for that.
You can track your user by executing this API method. When executing it, you will need to provide a unique identifier for the user.
userIdentifier - the unique identifier of the user as a string.