Hi, we use the same "talk to an expert" form at the bottom of multiple pages on our website. How do I track to find out which page a lead converted on?
댓글 1개
Is the form a Pardot form inside of an iframe? If so you can add a hidden field to your form (I call mine Conversion Page), and then append that field name with a value to the end of the form url that is the source of the iframe. This can be done manually, or you can use a bit of JavaScript to grab the page title or something. So if your form url is https://go.pardot.com/1234/abcde then it goes like this: https://go.pardot.com/1234/abcde?Conversion_Page=Pricing