chrisblakley / Nebula

Nebula is a WordPress theme framework that focuses on enhancing development. The core features of Nebula make it a powerful tool for designing, developing, and analyzing WordPress websites consistently, yet its deliberately uncomplicated code syntax also serves as a learning resource for programmers themselves.
https://nebula.gearside.com
GNU General Public License v2.0
141 stars 36 forks source link

PHP UTM CF7 Attribution data is constantly empty for some reason #2244

Closed chrisblakley closed 1 year ago

chrisblakley commented 1 year ago

The newer JS attribution data is working great, so no issues there, but the older PHP-based UTM tracking (which is similar) is empty on real-world form submissions.

Actual user on the exact same website, same form and everything (likely a single session too): Screen Shot 2023-05-03 at 11 27 31 AM

My guess is that it has something to do with the debug_info functionality on output, but maybe it is a cookie/detection issue?

Not a huge deal– in fact I've thought about deprecating this PHP-based method, but I'd like to see them compared (and working) before making that decision.