Is it possible to track hash links like pages with google analytics?

后端 未结 5 940
一生所求
一生所求 2020-12-12 16:48

Is it possible to track hash links like pages with google analytics?

For example, I want index.php/#1, index.php/#2, and index.php/#3 to all show up as individual pa

5条回答
  •  抹茶落季
    2020-12-12 17:33

    Google Analytics allows you to track custom events, for example AJAX page loads.

    (The usual caveats apply when doing this - hopefully there are non-javascript ways to access the same data :)

提交回复
热议问题