I’m using the JavaScript-Amplitude SDK and initializing it with
amplitude.getInstance().init(token, null, { includeReferrer: true, unsetParamsReferrerOnNewSession: true })
But I’m noticing that the expected properties such as referrer
and referrering_domain
are not being sent with the events.
Any help would be great. Let me know if I need to provide anymore information