Documentation DCO Enabler -> ENABLER HTML5 ->
Install Enabler
INSTALLATION OF THE ADVENTORI’S ENABLER
The ADventori’s enabler is a simple JS library : you must insert the library in your design to interact with our AdServer.
The library creates a namespace ADventori
and provides a lightweight CSS Reset.
Here’s the code to insert :
<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>