We provide you with 2 different JavaScript codes:
fraud0 Main Tag
This is the main code and responsible for detecting and blocking bots and everything else.fraud0 Conversion Tag
This code makes use of our low-quality analysis and to enable us to fine-tune our detection algorithms
This page shows you, how to implement the fraud0 code both codes directly on your website.
...
Step 1: Implement fraud0 Main Tag code
Login to your fraud0 Dashboard
Navigate to Settings (1) → Script implementation (2)
You can find your fraud0 code in the Main Tag section (3)
Copy and paste the JavaScript code into the
<body>
tag on every page of your website
...
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 | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
NextImplement Setup fraud0 Conversion Tag directly on your website Google Tag Manager (GTM) event-based Trigger → |
...
Panel | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
Need support?Do you still have questions or need more info? Contact our support team for assistance! |
...