Learn how to add our script to your site
This guide will use self closing tags (<script />
instead of
<script></script>
) for simplicity. Most JSX and other modern compilers will
accept this syntax. However, if you are working in raw HTML, you
should manually close the tags.
Learn how to add our script to your site.
Using HTML
Add the following script to the <head>
of your HTML file.
Using JS
Add the following code
(Advanced) A/B testing with the script
If wanting to test with another monetization provider per client, you can use the following code to conditionally load the Rev script.
Add the data-ad
attribute with the name of the placement to mark where you
want ads to appear.
(Advanced) Customizing ad units
Learn how to add our script to your site
This guide will use self closing tags (<script />
instead of
<script></script>
) for simplicity. Most JSX and other modern compilers will
accept this syntax. However, if you are working in raw HTML, you
should manually close the tags.
Learn how to add our script to your site.
Using HTML
Add the following script to the <head>
of your HTML file.
Using JS
Add the following code
(Advanced) A/B testing with the script
If wanting to test with another monetization provider per client, you can use the following code to conditionally load the Rev script.
Add the data-ad
attribute with the name of the placement to mark where you
want ads to appear.
(Advanced) Customizing ad units