Differentiate whether Paid / Organic / Direct / Referral
As of v3.0.36, there is a new cookie callednamed traffic_source
.
YouEven if you do not use any query arguments (e.g., utm_ params) in your link, we can useaccurately thisidentify the traffic source based on various signals.
- Paid: Traffic
originatedoriginating from Google orFBFacebookadsads. - Social: Traffic
originatedoriginating from social platforms such as Facebook, Twitter, Instagram, Snapchat, YouTube, Pinterest, LinkedIn, and Tumblr organically. - Organic: Traffic
originatedoriginating from a search using Google orBingBing. - Direct: Traffic
originatedcoming directly from a bookmark or the addressbarbar. - Referral: All
theotherreferallsreferrals not capturedabove
above. - Other: Any other traffic not
capturedcategorizedwithby the rules above.
In order to capture traffic_source
information in your forms, you may have to add traffic_source
as custom parameters in UTM. See How to add custom parameters?
traffic_source
is a last-touch attribute. If you want the first-touch version of this parameter, use first_traffic_source
.