Error Handling
FraudStop provides two callback functions to help with the handling and logging of errors within the script. Using these functions is not required for FraudStop to work, you should only use them if you require the error handling functionality.
Main Callback
This callback function is used to monitor the loading of the script and the progress of token generation.
Warning
Do not use this function in conjunction with an async script tag, i.e. <script src="https://antifraud.empello.net/abcdefgh/ijklmnop-live.js" async></script>
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | |
Get Token Callback
This callback function is used to monitor the Empello.getToken function.
1 2 3 4 5 6 7 8 | |