Identity Attributes
Supported Attributes
Attribute
Type
Description
Example Usage
Example Widget Script with Identity Attributes
htmlCopy code<body>
<script
src="https://storage.googleapis.com/flai/widget.min.js"
data-token="YOUR_TOKEN_HERE"
data-identity="[email protected]"
data-profile-name="John Doe"
data-profile-gender="male"
data-fullscreen="false"
data-hide-header="true">
</script>
</body>Last updated