Generally, a "referrer" is the last website a visitor was on before landing on your page. When this data is available, our tracking code automatically retrieves and records it.
However, there are technical scenarios where this information is not passed along during a conversion, resulting in an "empty" or "unknown" status.
Why is the Referrer Field Empty?
A referrer may appear as unknown if the user reached your site in the following ways:
Direct Entry: The user typed your URL directly into their browser address bar.
Bookmarks: The site was visited via a browser-maintained bookmark.
New Windows/Tabs: The site was the first page opened in a new browser window or tab.
External Apps: The user clicked a link inside an email client, PDF, or messaging service (like WhatsApp or Slack).
Security Protocols: * The user switched from a secure HTTPS URL to an insecure HTTP URL.
The user switched between two different HTTPS URLs.
Privacy Software: The user has an antivirus, firewall, or browser extension installed that strips referrer data from web requests.
Network Proxies: The user is behind a proxy server configured to strip referrers for privacy.
Restricted Links: The source link contained a
rel="noreferrer"attribute, which explicitly prevents the browser from sending referrer data.API Configuration: You are using a REST API integration but failed to pass the required
click_idparameter to Tapfiliate.
Next Steps
Developer Guide: Using the API? Ensure you are correctly passing parameters via Webhooks and Event-Driven Workflows.
Affiliate Support: If affiliates are appearing as archived after clicking links, check Why are my affiliates appearing in the archived section?.
