0
I have an enterprise management system that I am using Google Analytics to track the most accessed areas, but next to this system is the presentation site and some hotsites.
As I developed in PHP using a framework, each area (site/system/hotsite) has its own layout where I put the Google Analytics code.
I would like to make a categorization more or less as follows:
Área: Site
/sobre
/quem-somos
/planos-precos
/funcionalidades
/blog
Área: Sistema
/login
/contatos
/contatos/visualizacao
/administrativo
/administrativo/cargos
/financeiro
/financeiro/movimentacoes
/financeiro/fluxo-de-caixa
This will facilitate the analysis of the data much.
I know it is possible to create events, but as far as I understand it, I believe it is for resources where the user action is not captured, such as a click on an anchor, enlarge an image, etc. I do not know if you can associate an event to the hit as soon as the page is loaded.
You want to trigger the event when entering the page/Layout is loaded?
– PauloHDSousa
That. For each page is generated a hit just by loading the API of Analytics, I was wanting to categorize this hit.
– marcusagm