Arguments
Supported Arguments for NDATA
Device
{"device": true}
Returns along with solution a JSON object including data like colorDepth, screenHeight, screenWidth of device used to spoof the payload
"device": {"colorDepth": 24, "screenHeight": 1920, "screenWidth": 1080}
IPR
{"ipr": true}
Adds IPR (mouse movement data) to Sync solution
Mode
{"mode": "login"}
Adds specific events to the IPR based on mode, to get list of supported modes for your site open a ticket
URL
{"url": "https://checkout....."}
Overwrites url property in solution.
Other
{"key": "value"}
{"key": false}
{"key": 1}
Appends the specified argument to the payload; this method should only be used with a clear understanding of its implications.
Last updated