Rokt ID tag
Rokt can create unique identifiers on partner websites when a user engages with your advertisement. This identifier can be accessed on your campaigns landing page and be used to attribute conversions without using PII data like an email address.
To accommodate this workflow, you need to do the following:
- Update your campaign traffic URL to support rokt-id passthrough
- Add the Rokt ID tag to your landing page (documented below)
- Make sure there is a mechanism on the confirmation page to capture the Rokt ID for conversion attribution
To add the Rokt ID tag onto your landing page, add the following script in the header of your landing page site:
<script src=”https://apps.rokt.com/integrations/referral-tag/referral-tag.js” async></script>
note
If you'd like more information on the Rokt ID, please see here.
View our integration guide on setting up the Rokt ID tag in Google Tag Manager.
#
Check that the Rokt ID is properly set upPlease feel free to check in with your account manager to have Rokt validate the implementation for you.
To check that the Rokt ID is functioning correctly on your campaign’s landing page:
- Go to your campaign’s landing page.
- Navigate to your browser’s Developer Tools.
- Go to the “Network” tab and check that
referral-tag.js
network request have a status code of 200. - Go to the “Application” tab and select Local Storage. Verify that the
rtid
is present and matched thertid
UTM parameter in the URL.
To check that the Rokt Web SDK is correctly attributing conversions with the Rokt ID:
- Navigate to a confirmation page from your campaign’s landing page after accepting an offer.
- Navigate to your browser’s Developer Tools.
- Go to the “Network” tab. Once there, select the placements asset.
- From there, go to the “Payload” tab and check that the
passbackconversiontrackingid
field contains the value from thertid
in Local Storage.