Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 692 Bytes

App Result Presented.md

File metadata and controls

22 lines (18 loc) · 692 Bytes

App Result Presented

Javascript Code

window.appEventData = window.appEventData || [];
appEventData.push({
  "event": "User Interaction",
  "action”: "App Result Presented”
  "result": {
    "message": "Approved",
    "type": "1"
}
});

##Dynamic Variable Definitions

Path Definition Possible Values Data Type
result.message This value for now will either be "Approved" or "Pending" - this will reflect the type of message you recieve Approved/Pending String
result.type This should represent a coded value associated with the actual underwriting status if the message is "Pending" String