Implementing the Browsi tag inside <head> of your site will allow the Browsi to serve ads intelligently by using its machine learning engine and predictive algorithms. The AI will make user behaviour predictions on your site and decide the best ad placement for your ads.
Implementing the script
- Connect your Browsi representative to get a Browsi tag
- Copy / Paste the code snippet at the highest position of the <head> tag of every page of your website.
<head>
<meta charset="utf-8">
<title>Hello World</title>
<script
src="https://cdn.browsiprod.com/bootstrap/bootstrap.js"
id="browsi-tag"
data-pubkey="Browsi" // will be provided by Browsi
data-sitekey="browsi" // will be provided by Browsi
</script>
</head>
💡 The engine is written in native("vanilla") javascript and runs asynchronously when loaded which means that our code is processed simultaneously to the rest of the page content. Your site will run normally without having the script interfere while your site is being loaded.
Script Architecture
The script runs multiple asynchronous functions on the web page in order to execute its smart ad placements:
- Data collecting
- Viewability prediction
- Personalized Ad Insertion
- Serving Publishers' Ad Stack