• Hello

    We’re using a plugin to capture the UTM parameters, insert them into a CF7 form which allows us to examine traffic and conversions.

    The problem is that I can see a column in the JSON on the database, but when exporting to a CSV, the column is missing.

    Here is the CSV record (obfuscated)

    183486,”2026-04-26 23:00:52″,unread,”XXXPlace”,dl,ABPL,SL-AP,,545968,Mr,XXX,YYY,07xxxxxxx,[email protected],21,3,1700,3196,Facebook/Instagram/TikTok/YouTube,”I have an enquiry regarding Spruce”,”Not specified”,1,[email protected]

    and here is the JSON from the DB

    a:22:{s:12:”cfdb7_status”;s:6:”unread”;s:11:”devenquiry1″;s:12:”XXXPlace”;s:12:”devportfolio”;s:2:”dl”;s:16:”propcoofficecode”;s:4:”ABPL”;s:18:”propcopropertycode”;s:5:”SL-AP”;s:8:”fullname”;s:0:””;s:7:”enquiry”;a:1:{i:0;s:6:”545968″;}s:5:”title”;a:1:{i:0;s:2:”Mr”;}s:9:”firstname”;s:3:”XXX”;s:7:”surname”;s:7:”YYY”;s:9:”telephone”;s:11:”07XXXXX”;s:5:”email”;s:27:”[email protected]”;s:14:”furnishingtype”;a:1:{i:0;s:2:”21″;}s:8:”bedrooms”;a:1:{i:0;s:1:”3″;}s:9:”maxbudget”;s:4:”1700″;s:12:”propertytype”;a:1:{i:0;s:4:”3196″;}s:20:”HowDidYouHearAboutUs”;a:1:{i:0;s:48:”Facebook/Instagram/TikTok/YouTube”;}s:7:”message”;s:34:”I have an enquiry regarding Spruce”;s:12:”propertyinfo”;s:13:”Not specified”;s:12:”your-consent”;a:1:{i:0;s:1:”1″;}s:6:”sentto”;s:25:”[email protected]”;s:10:”utm_source”;s:11:”chatgpt.com”;}

    As you can see the utm_source parameter/column is not being output.

    Could this be due to the utm_source field not being present on all form submissions?

You must be logged in to reply to this topic.