Mailigen UTM Tracking Integration
Send WordPress UTM attribution from HandL UTM Grabber into Mailigen, including source, medium, campaign, content, term, click IDs, and referrer data.
Mailgen Form Embed UTM Tracking Integration
UTM attribution overview
This guide explains Mailgen Form Embed UTM Tracking Integration with HandL UTM Grabber. It helps you capture UTM source, medium, campaign, term, content, click IDs, referrer, and landing page data and keep the marketing context needed for accurate reporting across forms, bookings, signups, and sales.
Create the subscribe (opt-in) form on Mailgen
Select form fields and enter the custom parameters you'd like to track. You can find the list of parameters you can track here Native WP Shortcodes.
Copy HTML embed code and paste it into a text file or documents
Because we'll edit the custom fields (see the next section)
Wrap around each custom fields using our wrappers
For example:
Replace
<div class="c2">
<input type="text" class="text" name="merge[3]" accept="text" value="">
</div>
To
<div class="c2">
[utm_campaign_i]<input type="text" class="text" name="merge[3]" accept="text" value="%s" class="utm_campaign">[/utm_campaign_i]
</div>
See the list of wrappers for each custom parameters you created here INPUT FIELD WRAPPER.