prberg
(Paul Berg)
1
I looked through the Vercel Web Analytics docs and couldn’t find any documentation on what URL parameters Vercel uses for tracking referrers.
All of the following URL parameters can be used for this:
-
ref
(e.g., example.com?ref=yourcode
)
-
utm_source
(commonly used in UTM tracking, e.g., example.com?utm_source=yourcode
)
-
r
(shortened version, e.g., example.com?r=yourcode
)
So which URL params are used?
swarnava
(Swarnava Sengupta)
2
Hello Paul.
For each collected data point, Web Analytics collect and display:
- the time
- the url
- the route (next.js, sveltekit, nuxt, and other supported frameworks)
- the country
- the referrer, if any
- the UTM parameters, if any
- the device type (mobile, tablet, desktop)
- the browser name
- the operating system name
- the event custom data (for custom events only)
- the flags values (Vercel flags)
I agree this should be clarified in the docs. We will forward this feedback to the relevant team.
1 Like
system
(system)
Closed
4
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.