My software
My Mautic version is: 4.4.8
My PHP version is: 8.0.28
My Database type and version is: 10.4.28-MariaDB-1:10.4.28+maria~ubu1804
My problem
I am building a campaign that is triggered by a form. How to retrieve the UTM values (utm_campaign, utm_content, utm_medium, utm_source) and sent them to a webhook?
I´ve trried to use variables like {utm_campaign} but looks like they do not exist!
how are you embedding the form in your page? if you using the via iframe option the form will have a different url from the page, which might be causing the issue. my recomendation is to use the via javascript option and make sure the mautic tracking code is also installed in the page.