Track pardot iframe

Hey!

Is it possible to track an Pardot iframe?
I want to track the Conversion, some drop-down elements and the name of the form.

Thank you
Lasse

Hello @Lasse_Offt ,
My apologies for the late reply. The rule of thumb is: as long as you can put your own code in the iframe, you can track it. The recommended approach is to build the communication between the parent site and the iframe content using Window.postMessage() method and then - from the parent site you could track the information communicated from within the iframe.

Hope the above helps.
Thanks,
Piotr