Rokt Click ID
The Rokt Click ID can be used for conversion attribution in the event you'd like to track conversions without sharing customer data. Here's how it works:
- For each accepted offer, Rokt generates a unique Rokt Click ID that you'll use as a dynamic field in the destination URL (UTM parameter).
- Then, you maintain the Rokt Click ID via either:
- your own storing mechanism, such as a third party attribution system
- the Rokt referral tag on your landing page described below
- Finally, you return the Rokt Click ID (
passbackconversiontrackingID
) to us when the customer converts. There are several options for returning the Rokt ID, which we've outlined below.
Update your campaign traffic URL to support Rokt Click ID passthrough
To generate the unique Rokt Click ID, please ensure that the destination URL of your creative includes the following as a URL parameter: rtid={rokt.rclid|}
. Read more about building creatives.
In the Destination URL, you will need to add &
or ?
before rtid={rokt.rclid|}
. This is determined by the original traffic link. If the original traffic link contains a ?
, add an &
before the rtid
.
rok
Example: www.landingpage.com/?hello=world&rtid={rokt.rclid|}
If the original traffic link does not contain a ?
, add a ?
before the rtid
Example: www.landingpage.com/?rtid={rokt.rclid|}