Skip to content

Direct Integration Guide

This guide explains how to directly integrate Missena's script into your website.

Integration Steps

1. Get Your Script

Obtain your unique Missena script with the following format:

html
<script type="text/javascript" async src="https://ad.missena.io/?t=PA-XXXXXXXX"></script>

Note

Replace PA-XXXXXXXX with your unique publisher key provided by Missena. If you want to trigger other placements than dynamic footer please add the following parameter in the script:

  • Static footer: &placement=footer
  • Header: &placement=header
  • Prestitial: &placement=prestitial
  • Postitial: &placement=postitial

Note that dynamic footer is the default format when no placement parameter is specified.

Example with placement parameter:

html
<!-- Example for header placement -->
<script type="text/javascript" async src="https://ad.missena.io/?t=PA-XXXXXXXX&placement=header"></script>

2. Add the Script to Your Pages

Insert the script immediately after the <head> tag on every page of your website:

html
<html>
  <head>
    <!--Missena-->
    <script type="text/javascript" async src="https://ad.missena.io/?t=PA-XXXXXXXX"></script>
    ...
  </head>
  <body>
    ...
  </body>
</html>

Need Help?

If you encounter any issues during implementation, please contact your Missena account manager or support team.