Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Google AnalyticsのイベントトラッキングをHTML選択ボックスに追加して、選択ボックス内の各オプションの一意のトラッキングを取得できるかどうかを誰かが知っていますか?
<select onchange="_gaq.push(['_trackEvent', 'Category','Action', this.value]);"> ^
閉じ括弧を忘れました]...元のコードにより構文エラーが発生します
]
<select onchange="_gaq.push(['_trackEvent', 'Category','Action', this.value);">
選択オプションの値を値としてイベントを追跡します。