Query params forwarding - data report #2329
-
Shlink version4.4.0 PHP versionHow do you serve ShlinkDocker image Database engineSQLite Database versionSummaryHi, I'd like to know if there is a way of seeing all the visits plus the query params passed through it, because I need to join those parameters with other reports to create funnels, but I don't see a way of tracking that information or reporting it to something else. Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Shlink exposes a However, this was introduced in Shlink 4.3.0. Any visit generated in previous versions will have this value set to |
Beta Was this translation helpful? Give feedback.
Yes, exactly. There are endpoints to get visits per short URL, tag, domain, orphan visits or all of them.
See the documentation here https://api-spec.shlink.io/#/Visits
You can also subscribe for real-time updates and get a system notified as soon as a visit occurs. See https://shlink.io/documentation/advanced/real-time-updates/ and https://api-spec.shlink.io/async-api