ClickMagick Conversion Tracking
Step 1: Create a UTM link in ClickMagick
- Navigate to ClickMagick and use the URL Builder to create your UTM tracking link as usual.
- In the Optional CMC Parameters section of the URL Builder, find the field labeled cmc_tid.
- In the cmc_tid box, type
{click}
. This parameter dynamically captures the click ID when the UTM link is clicked. - Save this URL and use it in your Rumble ads to track clicks.
Step 2: Set Up a webhook in ClickMagick
- In your ClickMagick account, go to Campaigns > Tools > Webhooks.
- Select Add a New Endpoint to create the webhook for tracking conversions.
Step 3: Configure the webhook
- For the Trigger, select "Campaigns Project".
- Select the project you want to track.
- Optionally, you can choose the relevant source and campaign if you want to refine which conversions are tracked.
- Leave the ref value blank as it is not required for this setup.
- Set the Conversion Type to "Sales" since you're tracking purchases.
- In the Webhook URL field, paste the following endpoint URL:
https://a.ads.rmbl.ws/v1/conversions?cid=[cmc_tid]&caid=[CONVERSION_ACTION_ID]&value=[cmc_amt]
- Replace
[CONVERSION_ACTION_ID]
with the actual ID of the conversion action you want to track in Rumble. You can find this ID in Rumble under the Conversion Actions page in the ID column. It will be a number, for example, 1234. - The parameter
[cmc_tid]
will dynamically be replaced by ClickMagick with the click ID that was captured during the initial click. - The parameter
[cmc_amt]
will automatically capture and pass the conversion value based on the sales amount.
Step 4: Save the webhook endpoint
- After filling out the necessary fields, click on Add Endpoint to save the webhook.
- Your ClickMagick account will now send conversion data to Rumble whenever a sale is tracked.
Final steps
- Test the setup: After the setup, run a test by completing a conversion (e.g., a purchase) to ensure the click is tracked properly in ClickMagick and the conversion is passed correctly to Rumble.
- Monitor in ClickMagick: You should see conversion data populate in your ClickMagick dashboard under the respective campaigns.
- Monitor in Rumble: Ensure that the conversions are also being recorded in Rumble for the specific conversion action ID you configured.