...
Code Block |
---|
<!-- FRAUD0.com fraud detection BODY TAG --> <script async src="https://bt.fraud0.com/api/v2/fz.js?cid=XXXXXX"></script> <!-- End of FRAUD0 BODY TAG --> |
Step 2: Implement fraud0 Conversion Tag
To make use of our low-quality analysis and to enable us to fine-tune our detection algorithms, please place the Conversion Tag to your confirmation pages, e.g. payment confirmation page.
Login to your fraud0 Dashboard
Navigate to Settings (1) → Script implementation (2)
You can find the code in the Conversion Tag section (3)
Copy and paste the JavaScript code into the
<body>
tag on every confirmation page of your website
...
The code looks like this:
Code Block |
---|
<script type="text/javascript">
fraud0 = window.fraud0 || [];
fraud0.push([1]);
</script> |
...
Panel | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
Next |
...