Overview
This guide walks you through setting up server-to-server (S2S) conversion tracking between ClickMagick and Everflow. The setup involves configuring your Offer landing page to pass Everflow's Transaction ID to ClickMagick, then adding ClickMagick postback URLs to fire back to Everflow when conversions occur.
Prerequisites
Step-by-Step Setup
Step 1: Configure the Default Landing Page URL
First, set your Offer's landing page to pass Everflow's Transaction ID to ClickMagick so conversions can be attributed back correctly.
Example:
Here’s what the Default Landing Page URL field looks like with the ClickMagick tracking link and the {transaction_id} macro appended:

Step 2: Set the Conversion Tracking Method
Configure the Offer to use server-to-server postback tracking.
Select Server To Server Postback as the conversion tracking method for this Offer:

Step 3: Add the Advertiser Postback URLs
Now configure the postback URLs that ClickMagick will fire to Everflow when a conversion occurs. You will need to format these using ClickMagick's macros.
Sale Conversion Postback
This is the primary postback that fires when a sale is completed:
Checkout Hit Postback (Optional — Advertiser Event)
If you also want to track checkout events (before a full sale), set up an Advertiser Event in Everflow and use this postback format:
Setting Up in ClickMagick
Once you have your Everflow postback URLs ready, you need to configure them inside ClickMagick. Here’s how to set up both the webhook endpoint and the tracking link.
Configure the Webhook
In your ClickMagick dashboard, go to Campaigns → Tools → Webhooks. This is where you tell ClickMagick to fire a postback to Everflow when a conversion occurs.

On the Webhooks page, click + Add Endpoint to create a new webhook that will send conversion data to Everflow.

In the form, set Conversion Type to Sales, then paste your Everflow postback URL (from Step 3 above) into the Endpoint URL field. Click Add Endpoint to save.

Set Up the Tracking Link
Next, generate a ClickMagick tracking link that passes the click ID to Everflow. Navigate to Tools → URL Builder.

Enter your landing page URL with ?cmc_tid={click_id} appended. Then fill in your UTM parameters — these help you identify traffic sources in your reporting.

Step 4: Test the Integration
Verify that conversions are being tracked correctly between ClickMagick and Everflow.
ClickMagick Macro Reference
Troubleshooting
Verify that the s2 parameter is being passed in your landing page URL. Check the ClickMagick click log to confirm the s2 value is populated with a valid Everflow Transaction ID. Also ensure the Conversion Tracking Method on the Offer is set to Server to Server Postback.
Make sure you are using the #RATE# macro in your postback URL. If ClickMagick does not have the sale amount, the amount parameter will be empty. Confirm that the sale amount is being tracked on the ClickMagick side.