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

Referrer event is not showing in Overview page #3162

Closed
yceballost opened this issue Jan 7, 2025 · 1 comment
Closed

Referrer event is not showing in Overview page #3162

yceballost opened this issue Jan 7, 2025 · 1 comment
Labels
bug Something isn't working fixed in dev Fixed in the dev branch

Comments

@yceballost
Copy link

yceballost commented Jan 7, 2025

Describe the Bug

I don't really know if this is a bug, but it seems to me.

I'm capturing when some user use a logo from my API in a website (like <img src="https://logotypes.dev/adidas)

In vercel, I am capturing the correct information (see de logs below)

Then, in the Umami dashboard, the information in the real-time tab appears correctly
image

But this referrer page doesn't show in the Overview page
image

Database

PostgreSQL

Relevant log output

Vercel logging
 
INFO:app:Preparing to send Umami event: {'type': 'event', 'payload': {'hostname': 'logotypes.dev', 'language': 'es-ES,es;q=0.9,en;q=0.8', 'referrer': 'https://mistica-web.vercel.app/', 'screen': 'Unknown', 'title': 'Logo Image Access', 'url': 'https://logotypes.dev/spotify', 'website': 'e5**********0', 'name': 'spotify (image access)', 'data': {'variant': None, 'version': None }}}
INFO:app:Umami response: 200, eyJ******************ej2Tc

Which Umami version are you using? (if relevant)

2.15.1

Which browser are you using? (if relevant)

Chrome

How are you deploying your application? (if relevant)

Vercel

@mikecao
Copy link
Collaborator

mikecao commented Jan 10, 2025

It's possible we're not considering custom events when querying referrers.

@mikecao mikecao added the bug Something isn't working label Jan 10, 2025
@mikecao mikecao added the fixed in dev Fixed in the dev branch label Feb 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working fixed in dev Fixed in the dev branch
Projects
None yet
Development

No branches or pull requests

2 participants