I have a business management system that I'm 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 place the Google Analytics code.
I would like to categorize it in the following way:
Á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 make it much easier to analyze the data.
I know that it is possible to create events, but as far as I understand, I believe it is for resources where the user's action is not captured, such as clicking an anchor, zooming an image, and so on. I do not know if you can associate an event with the hit as soon as the page loads.