Send WooCommerce Request a Quote UTMs via Zapier or Webhook
UTM attribution overview
SendThis walkthrough covers sending full HandL UTM Grabber attributiondata from WooCommerce Request a Quote UTM Tracking Integration to Zapier, Make, or anyyour webhook,own includingwebhook. clickHandy IDs,when you need gclid, fbclid, first-touch fields, andor custom parameters.params alongside the lead or order.
For the primary integration setup, see the main WooCommerce Request a Quote UTM Tracking Integration guide.
When to use webhooks
Use this when you need to send all UTM Grabber parameters to a CRM,webhook spreadsheet,makes orsense
Native adfields platform. That includes gclid, fbclid, msclkid, first-touch fields, and custom parameters that may not fit into nativein WooCommerce Request a Quote often stop at basic UTMs. A webhook lets you push everything UTM TrackingGrabber Integrationstores fields.without trimming values or losing click IDs.
Thank-you page webhook script
Paste
Onthis on your thank-youconfirmation page. Swap in your Zapier or confirmationMake page,hook merge URL parameters with handl_utm and POST/GET to your webhook:URL.
<script>
var qvars = {};
window.location.href.replace(/[?&]+([^=&]+)=([^&]*)/gi, function(m, key, value) {
qvars[key] = decodeURIComponent(value.replace(/\+/g, ' '));
});
qvars = Object.assign({}, (typeof handl_utm !== 'undefined' ? handl_utm : {}), qvars);
setTimeout(function() {
var data = new URLSearchParams(qvars).toString();
var xmlHttp = new XMLHttpRequest();
xmlHttp.open('GET', 'https://hooks.zapier.com/hooks/catch/YOUR_ID/YOUR_KEY/?' + data, true);
xmlHttp.send(null);
}, 1000);
</script>Full
Seepattern explained in Triggering Zapier on Thank you Page.
Quick for the full walkthrough.
Zapier / Make setupchecklist
- Create a Catch Hook trigger
inand Zapier or a Custom Webhook in Make
Pastecopy the webhook URL into the script above
SubmitRun a test conversion with UTMs in the landing URL- Confirm gclid, utm_source, and
confirmemail all(if UTMpresent) fieldsshow arriveup in the payload
- Map fields
tointo your CRM, Google Sheets,CRM or reportingspreadsheet
Parameter tool
Full parameter list:reference: Native WP Shortcodes.
Make (Integromat)users:
Seesee Make Integromat UTM Tracking Integrationintegration for scenario setup details..