Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improving vuestic analytics #3476

Open
2 tasks done
asvae opened this issue Jun 7, 2023 · 0 comments · Fixed by #3477
Open
2 tasks done

Improving vuestic analytics #3476

asvae opened this issue Jun 7, 2023 · 0 comments · Fixed by #3477
Assignees
Labels
d2: easy Recomended mode for new, but mature players docs packages/docs v3: wish to have This is something user want, but can live without it

Comments

@asvae
Copy link
Member

asvae commented Jun 7, 2023

Right now vuestic analytics are working through some unknown ways (and also not exactly correctly).

Problems

  • Analytics are not atached to vuestic.dev.
  • We don't have a process around analytics, though they can provide us with useful numbers on docs improvements. Right now we only check them on big releasese and that's about it

Doables

  • Attach analytics to ui.vuestic.dev.
For that we would need to follow instructions Below is the Google tag for this account. Copy and paste it in the code of every page of your website, immediately after the element. Don’t add more than one Google tag to each page.
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-G4S900KP26"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'G-G4S900KP26');
</script>

Use Google Tag Manager?
For additional features including multiple tag management and enterprise workflows, install and manage with Google Tag
Manager. Learn More

  • Analytics should only be enabled on production environment. Key should be passed from railway variables. Here's an example of variables:
GTM_ENABLED=true
GTM_KEY=G-G4S900KP26
@asvae asvae added docs packages/docs d2: easy Recomended mode for new, but mature players labels Jun 7, 2023
@asvae asvae added the v3: wish to have This is something user want, but can live without it label Jun 7, 2023
@m0ksem m0ksem self-assigned this Jun 7, 2023
@github-project-automation github-project-automation bot moved this from Backlog to Done in Vuestic Dashboard Jun 14, 2023
@zvenigorodskaia zvenigorodskaia moved this from Done to In Progress in Vuestic Dashboard Jul 3, 2023
@zvenigorodskaia zvenigorodskaia assigned asvae and unassigned m0ksem Jul 3, 2023
@zvenigorodskaia zvenigorodskaia moved this from In Progress to Todo in Vuestic Dashboard Jul 4, 2023
@asvae asvae moved this from Todo to In Progress in Vuestic Dashboard Jul 10, 2023
@asvae asvae moved this from In Progress to QA / Review in Vuestic Dashboard Jul 27, 2023
@asvae asvae moved this from QA / Review to Done in Vuestic Dashboard Aug 1, 2023
@zvenigorodskaia zvenigorodskaia moved this from Done to Approved in Vuestic Dashboard Aug 3, 2023
@asvae asvae removed this from Vuestic Dashboard Aug 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
d2: easy Recomended mode for new, but mature players docs packages/docs v3: wish to have This is something user want, but can live without it
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants