Documentation DCO Enabler -> ENABLER HTML5 -> INSTALLATION DE L’ENABLER
INSTALLATION DE L’ENABLER ADVENTORI
L’Enabler ADventori est une bibliothèque JS simple : vous devez insérer la bibliothèque dans votre création pour qu’elle puisse interagir avec notre AdServer. La bibliothèque crée un namespace ADventori
et fournit un CSS Reset léger. Voici le code à insérer :
<head>
<script src="https://adventori.com/lp/enabler/ADventori-2.0.0.js" crossorigin="anonymous" type="text/javascript"></script>
<link rel=stylesheet type="text/css" href="https://adventori.com/lp/enabler/ADventori-2.0.0.css">
.....
</head>