We have a microsite that includes an iFrame in the footer which includes a simple email submission form. The tealium tag is implemented in the template on both the parent page and the iFrame (although it doesn't have to be). What we're seeing now is an additional page view being sent to our analytics tools (Adobe and GA), which we'd like to prevent. What is the best way to do this? The reason the Tealium tag is located in the iFrame form is that we want to use Tealium to track form submissions for this form (We fire a utag.link() call on form submissions). I don't think we want to create a specific load rule for our analytics tags to exclude this particular page, due to the overhead. How is this type of thing typically done? In summary, we want to track the form submission for the form contained in the iFrame but not fire a utag.view() for the iFrame load.
... View more