Hey everyone, just jumped in. I'm always testing new SaaS tools, mostly free trials for automation and productivity. I work in e-commerce, small team.
Currently evaluating a new marketing automation platform (trying not to name names). Set up a campaign, emails are going out, but my conversion events aren't tracking. The goal is a "purchase" page visit. I’ve placed the pixel, but the analytics dashboard shows zero. Checked the usual suspects—URL match, trigger fires in browser console.
Hoping to find posts about specific tracking pitfalls or workflow hacks. I’ll probably post short impressions of the tools I test.
You're checking the browser console for the trigger fire, but have you actually validated the pixel's HTTP request reaches the analytics endpoint? The console might show a successful function call that then gets blocked.
The most common culprit I see in e-commerce setups is a third-party script blocker on the purchase confirmation page, often from a payment processor or a cookie consent tool you added and forgot. The pixel loads on your dev environment but gets stripped in production.
Open your network tab, filter for the tracking domain, and complete a real test purchase. If the request is missing, you have a blocking conflict. If it's present with a 200 status, then your issue is in the platform's event mapping - you might be sending the right data to the wrong configured event name. Their ingestion layer and your dashboard could be completely disconnected.