When Nitro Identifies a user, it calls a method (if defined) as follows in the head section of your page.
window.nitroSettings = {
"events": {
"onIdentify": function (phone, email, name) {
}
}
// Any more settings
}
Nitro will call this function, whenever an identification happens.