Glossary

Glossary terms pertaining to Bureau's Device Intelligence SDKs.

1. Client ID or Credential ID Client ID or Credential ID is a unique identifier that Bureau provides to you to interact with our system programmatically. This ID is required for all API calls to the Bureau SDK.
2. Fingerprint The fingerprint is a unique identifier that Bureau generates based on different device parameters. This identifier is used to uniquely identify the device and generate the insights for the session.
3. init () This function initiates the process of collecting data from the user's device/browser for further processing by our systems
4. Session ID Session ID is a unique identifier that you must set for each session. This identifier is used to track the session and to fetch the insights for that session for example - app launch, app signup, or login flow.
5. submit () This function transfers the collected data points from the user's device/browser to our systems for further processing
6. User ID User ID is a unique identifier that you must set for each user. This identifier is used to track the user across sessions and to correlate the insights for different sessions. For example: Hashed SSN/PAN/Other government identity number, mobile number, etc.