Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Inject video script directly into the page:

    1. Inject Browsi tag using HTML, JS or AMP.

      HTML

      Code Block
      <script async src="https://cdn5.browsiprod.com/avm/js/video-loader.js?id=4342c20e-d414-456e-897a-9a26f6d87257&tagId=61" id="browsiJS"> </script>


      JS

      Code Block
      (function ()
         { var s = document.createElement("script"); s.id="browsiJS";
           s.src = "https://cdn5.browsiprod.com/avm/js/video-loader.js?id=abcd&tagId=12345";
           s.async = true; document.head.appendChild(s);
          }
      )();


      AMP

      Code Block
      <amp-ad width="300" height="169" layout="responsive" type="browsivideo" data-id="4102c34f-d414-456e-897a-9a26f6d87257" data-tagId="12"></amp-ad>

    2. Inject Browsi tag using GAMGoogle Tag Manager.

  2. Browsi display tag brings the video script to the page. For more information talk to your account manager.