NeuroID Integration
Alloy's SDK supports NeuroID's Behavioral Risk product
Set Up
Set up the Alloy SDK by following the installation instructions here.
Journey Integration
- Set up your NeuroID credentials in your Alloy Dashboard in the Settings > Services page.
- Navigate to Settings > SDK page on your Alloy Dashboard.
- Enable NeuroID via toggle. Supply the Site ID when prompted. The Site ID should begin with
form_and can be obtained from the NeuroID dashboard. - Run
alloy.init()to initialize the SDK on each page you’d like NeuroID to run on. - Capture the Neuro User ID and Site ID from the
neuroUserIdandneuroSiteIdfields in thealloy.init()callback response. When you're ready to submit your Journey Application, include the User ID and Site ID values in your POST /applications request using theneuro_user_idandsite_idAPI payload fields.
Workflow Integration
- Set up your NeuroID credentials in your Alloy Dashboard in the Settings > Services page.
- Navigate to Settings > SDK page on your Alloy Dashboard.
- Enable NeuroID via toggle. Supply the Site ID when prompted. The Site ID should begin with
form_and can be obtained from the NeuroID dashboard. - Run
alloy.init()to initialize the SDK on each page you’d like NeuroID to run on. - Capture the Neuro User ID and Site ID from the
neuroUserIdandneuroSiteIdfields in thealloy.init()callback response. When you're ready to submit your Evaluation, include the User ID and Site ID values in your POST /evaluations request using theneuro_user_idandsite_idAPI payload fields.
Additional Information
More information can be found in NeuroID's documentation here.
Updated 14 days ago
Did this page help you?