Versions Compared

Key

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

You can use one of the following options below to bring Browsi player to the page: 

Inject video script directly on the page:

...

以下のいずれかの方法で、Browsi player をページに呼び出すことができます:

  1. ページに直接ビデオスクリプトを挿入

    1. HTML、JS、またはAMPを使用して、ページに直接、できればheaderにBrowsiタグを挿入する(推奨オプション)。

      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>
    Implement via
    1. Google Tag

    Manager.
    1. Managerで実施する。

    Implement using
    1. GAM /

    DFP.
    1. DFPを使用する。

  2. Browsi display tag brings the video script to the page. For more information talk to your account manager.tagは、ビデオスクリプトをページに表示します。詳しくはBrowsi担当者にご相談ください。