Track User Journey
Last updated
Was this helpful?
Last updated
Was this helpful?
You can track the complete user journey for each recorded conversion by capturing UTM parameters (like utm_source
, utm_medium
, utm_campaign
, etc.) at the time a user lands on your page and linking them to the final conversion. This helps you understand which traffic sources and campaigns are driving results. Using Offer18’s WebSDK, you can seamlessly capture these UTM details, associate them with user sessions, and ensure they are recorded accurately when the conversion happens—giving you full visibility into attribution and campaign performance.
Include Offer18's SDK in your web application by adding the code snippet below
Placement : Header (All Pages)
For tracking user journey, it is mandatory to include click ID parameter and token in the Offer URL and also for all the landing pages while creating offer in Offer18 dashboard.
Like this example link user must replace <YOUR-CLICK-ID-PARAMETER>
with the clickid parameter of their choice.
Add the following code snippet into all landing pages except Order confirmation / Order Success (Thank you) after creating an offer. Placement : Header
Placement : Thank you Page/Order Success Page (One Page)