カスタマイズ

連携

Googleアナリティクス

仕様
パラメーター名 設定 デフォルト値
ga object category,label 任意 -
説明

Googleアナリティクスにビデオグプレイヤーの視聴データを送信するか設定します。ga{}と設定すると、デフォルト値で視聴データがGoogleアナリティクスに送信されます。また現在対応しているプレイヤーイベントはplaycompletepauseseekになります。

ga.object
仕様
パラメーター名 設定 デフォルト値
category string text 任意 Videog Player Video
label string text 任意 sources[]の最初のfileURL
説明
パラメーター名 説明
category Googleアナリティクスのイベントトラッキングのカテゴリ名を設定します。
label Googleアナリティクスのイベントトラッキングのラベル名を設定します。
コードサンプル
<head> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-xxxxxxx-xx"></script> <script> window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag('js', new Date()); gtag('config', 'UA-xxxxxxx-xx'); </script> </head> <script> const options = { ga: { category:"custom_category", label:"custom_label" }, ... }; const player = videogplayer('video_tag_id', options); </script>

results matching ""

    No results matching ""