1

私はアプリを作成していて、ユーザーから分析を取得したいと考えています。私はこのコードをGoogle開発者リンクから取得しました。正しくビルドでき、ページの読み込みでアラート(「呼び出された」)が発生しています。しかし、Google アナリティクスのウェブサイト自体にはまだヒットがありません。誰でも問題を理解するのに役立ちますか?

    <script type="text/javascript">

    var _gaq = _gaq || [];
    _gaq.push(['_setAccount', 'UA-52594810-1']);
   // _gaq.push(['_trackEvent', 'Videos', 'Play', 'Gone With the Wind']);
    _gaq.push(['_trackPageview', 'Videos', 'Play', 'Gone With the Wind']);

   (function () {
       alert("called");
        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
    })();

4

0 に答える 0