Skip to main content
:small_blue_diamond: Step 1: Capture reid from URL param into Cookie
Create new Tag:
  • Type: Custom HTML
  • Name: Exerta - Save reid to Cookie
  • HTML:
Trigger: All Pages :small_blue_diamond: Step 2: Read reid from Cookie
Create new Variable:
  • Name: Exerta - Click ID from Cookie
  • Type: Custom JavaScript
:small_blue_diamond: Step 3: Send Postback on Conversion
Tag:
  • Type: Custom Image
  • Name: Exerta - Conversion Postback
  • URL:
Important notes:
  1. Take your unique tracking link in your tracking setup dashboard https://reengage.ai/dashboard/setup
  2. In the URL, replace this part {replace_click_id} with {{Exerta - Click ID from Cookie}}
  3. In this URL, replace this part {replace_conversion_value} with your existing GTM variable that contains the purchase amount (e.g., total transaction value).
For example, if your GTM variable is named Transaction Value, update the postback like this:

🧠 Example Final URL in GTM Tag:

Note: You must have both the Exerta - Click ID from Cookie and the correct purchase value GTM variables already configured.
Trigger: Use the existing conversion trigger that you use in your GTM
  • reid is saved on the first page view (from URL)
  • revenue is pulled from you_variable_for_purchase_amount
  • Postback fires on successful purchase
To test it out, you can use GTM debug tool or browser dev tools with custom param reid=reid_afzgntgixuc, it should be sent in GET request like so: 4 files