Re: Can you track embedded form views?

Anonymous
Not applicable

Can you track embedded form views?

I am trying to find out where the data is that tracks how many times a form has been viewed so we can do some A/B testing on conversion rates. I feel like this is going to be a facepalm moment 😛

Does anyone know where I can find this data?
Tags (1)
3 REPLIES 3
Adam_Vavrek1
Level 9 - Champion Alumni

Re: Can you track embedded form views?

I don't think you can do this. You can track how many leads have viewed the landing page(s) that the form lives on (assuming you have the munchkin code on that page).

For Marketo-created Landing Pages, you can see the number of Views but this same option isn't available for forms. 
0EM50000000SnAZ.jpg
Anonymous
Not applicable

Re: Can you track embedded form views?

That is a bummer. Well, it will end up taking some manual work to combine the numbers into a separate report, but I have added an Event to our Google Analytics that will track how many times an embedded form is viewed in the Event area of Google Analytics (we are using the analytics.js version). We can then take this data and figure out some conversion rates and do some A/B testing. Below is what I put after the Marketo Javascript Embed. Incase anyone else is interested 🙂


    <script>
    Marketo JS here
    </script>
    <script>
    ga('send', 'event', 'Marketo Form', 'Form Displayed', 'NameOfFormHere');
    </script>
Anonymous
Not applicable

Re: Can you track embedded form views?

As Adam mentioned this is current not possible. Can you submit this as an idea?