Referral tracking in Django

Hello. I’m building a Django web app and each user that signs up will be given a referral link to the site (the referral ID in the URL will just be their username).
Would Matomo allow me to feed data into the user profiles so that each user can see the traffic to their own links?

Hi,

Matomo campaign tracking (Tracking Marketing Campaigns User Guide - Analytics Platform - Matomo) allows you to easily track referrer data.
Allowing people with Matomo user account to only see a subset of the data is not possible, but as you are a developer you could use the Matomo API to get the data segmented by user server side and display it to users in your application.

ok cool. I suppose I could use the 21 day trial to see if I can get something working then. :slight_smile: