Forum Discussion

Conrad's avatar
Conrad
Contributor 4
1 day ago
Solved

Embedded forms + G4A/Google Analytics = Broken?

Hi all,  We're pushing to get proper tracking sorted and start running some paid ads online. We're aiming to create low friction landing pages so we wanted to display a button that pops up an embedd...
  • Esther's avatar
    1 day ago

    You’re basically dealing with the friction vs tracking tradeoff most people run into with embedded forms.

    The problem usually isn’t GA4 itself- embedded/iframe forms often don’t pass submission events back properly, so conversions disappear unless you set up custom GTM events or a thank-you redirect.

    Personally, I’d avoid sending users to a separate page if possible because every extra click tends to hurt conversions.

    What I’ve seen work best:

    • Keep the embedded form for lower friction
    • Track via Google Tag Manager custom events
    • Or redirect to a thank-you page after submission so GA4 has a clean conversion event

    And agreed on the single CTA limitation — that’s pretty restrictive for actual landing page behavior since people convert at different scroll points.