For All Websites
With Auto-blocking
Step 1:
Create a TRUENDO account or log in to an existing one.
Step 2:
In the TRUENDO Console, click on Banner Configuration on the left sidebar then scroll down to the Integration. Copy your snippet, which will look something like this:
<!-- TRUENDO Privacy Center -->
<script id="truendoAutoBlock" type="text/javascript" src="https://cdn.priv.center/pc/truendo_cmp.pid.js" data-siteid="YOUR SITE ID"></script>
<!-- End TRUENDO Privacy Center -->
Step 3:
Paste the snippet in the <head>
on the as the very first script, on the page section of your website.
See this example below:
<html>
<head>
<!-- TRUENDO Privacy Center -->
<script id="truendoAutoBlock" type="text/javascript" src="https://cdn.priv.center/pc/truendo_cmp.pid.js" data-siteid="YOUR SITE ID"></script>
<!-- End TRUENDO Privacy Center -->
<!-- Every other script -->
<script>...</script>
</head>
<body> […] </body>
</html>
Save your changes.
You are done.
Without Auto-blocking
Follow the same steps but replace your script with the following one. Remember to replace your Site ID with the one of your project.
<!-- TRUENDO Privacy Center -->
<script async="" id="truendoPrivacyPanel" type="text/javascript" src="https://cdn.priv.center/pc/app.pid.js" data-siteid="YOUR SITE ID"></script>
<!-- End TRUENDO Privacy Center -->
Connect your cookies as explained here