Google Analytics 统计用户点击和每个页面浏览的用户id


 

 

<script async src="https://www.googletagmanager.com/gtag/js?id=UA-805xxx-10"></script>
        <script>
            window.dataLayer = window.dataLayer || [];
            function gtag(){dataLayer.push(arguments);}
            gtag('js', new Date());

            gtag('config', 'UA-805xxx-10', {
                'custom_map': {'dimension1': 'username'}
            });

            // Sends an event that passes 'age' as a parameter.
            gtag('event', 'age_dimension', {'username':  '用户id'});
        </script>

  

CCHRC operation

Add custom reports:

 

 

 

 

Access / Click Report

 

 

 

Like 

 

 

 

Comment

 

 

 

 

 

 

 

View:

 

Click the Arrow to view table.

 

Import: Select a date range


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM