Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

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

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

  1. Inject video script directly on the page:

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

    2. Inject Browsi tag using HTML, JS or AMP directly on the page, preferably in the header (recommended option).

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

        HTML

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


        JS

        (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

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

    3. Implement via Google Tag Manager.

      1. Google Tag Managerで実施する。

    4. Implement using GAM / DFP.

      1. GAM / DFPを使用する。

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

    1. Browsi display tagは、ビデオスクリプトをページに表示します。詳しくはBrowsi担当者にご相談ください。

  • No labels