thedevdojo/voyager
Google Analytics on Laravel Voyager Admin
Aberta
#2.216 aberto em 12 de nov. de 2017
help wantedtype:documentation
Métricas do repositório
- Stars
- (11.817 estrelas)
- Métricas de merge de PR
- (Métricas PR pendentes)
Description
- Laravel Version: 5.4.36
- Voyager Version: v1.0.7
- PHP Version: 5.6.30
- Database Driver & Version:
Description:
After adding google analytics client ID in Voyager, sometimes you may not get the analytics report right away in the voyager dashboard page; Instead it will show the below text.
You are logged in as: @.com
Steps To Reproduce:
- Create a google analytics client ID under https://console.developers.google.com
- Return to Voyager admin -> Settings -> Add the client ID under admin section and save.
- Go to Voyager dashboard where you may only see the text "You are logged in as: xxxx@email.com"
Solution: Enable google analytics API after creating your client ID.
- Go to https://console.developers.google.com
- Select Library
- Search for the keyword 'analytics'
- Click on 'Analytics API'
- Click on Enable
