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

Usar Umami para Análises de Postagens #1803

Closed
mthmcalixto opened this issue Oct 10, 2024 · 5 comments
Closed

Usar Umami para Análises de Postagens #1803

mthmcalixto opened this issue Oct 10, 2024 · 5 comments
Labels
novo recurso Nova funcionalidade/recurso

Comments

@mthmcalixto
Copy link
Contributor

mthmcalixto commented Oct 10, 2024

Descrição

Olá, pessoal!

Seria legal usar API do Umami para analisar as postagens dos usuários? Views de um tópico etc... o bom é que não precisa informar um banner de cookies.

@mthmcalixto mthmcalixto added the novo recurso Nova funcionalidade/recurso label Oct 10, 2024
@kayon-ariel
Copy link

Mostrar um contador de visualizações nos posts seria realmente muuuito útil.

@mthmcalixto
Copy link
Contributor Author

Mostrar um contador de visualizações nos posts seria realmente muuuito útil.

Acredito que seja possível fazer já que o Umami cobra apenas por eventos, são cliques em locais do site, ele não cobra pela quantidade de views em uma página.

@mthmcalixto
Copy link
Contributor Author

Aqui um exemplo de uso:

image

@mthmcalixto
Copy link
Contributor Author

mthmcalixto commented Nov 12, 2024

@Rafatcb Exemplo de chamada:

https://api.umami.is/v1/websites/id-website/metrics

Passando Params:

startAt: "timestamp"
endAt: "timestamp"
type: "url"
url: "/post/bla-bla"

Retorno:

[
  {
    "x": "/post/bla-bla",
    "y": 215
  }
]

Pricing; https://umami.is/pricing

@aprendendofelipe
Copy link
Collaborator

@mthmcalixto, obrigado pela sugestão!

Vou fechar aqui para que o debate se concentrar na #1115 🤝

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
novo recurso Nova funcionalidade/recurso
Projects
None yet
Development

No branches or pull requests

3 participants