Multiple Gated Content on one Landing Page? | Community
Skip to main content
Level 3
October 25, 2018
Question

Multiple Gated Content on one Landing Page?

  • October 25, 2018
  • 1 reply
  • 3822 views

Hello!

I have a landing page that contains 8 different pop up videos that need to be gated, but I don't want the visitor to have to fill out a form every time they click on a new video. Ideally, it would go like this:

  1. Visitor clicks on first video, popup contains form (possibly within an iframe to keep everything within the pop up).
  2. Visitor fills out form, and gains access to the video, within the same pop up.
  3. Visitor finishes video and clicks on any other video but since the form already collected their info, the new pop up will just bypass the form and they will only see the new video in the pop up.

I can't gate the entire page because there is other content on the page that I don't want gated. I also need to see which videos the visitor clicked on. What would be the best way to do this? UTMs? "If Known Lead, Custom HTML" on the form? I'd also prefer not having to create 8 different forms, but I can if I must. 

Thanks!

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

SanfordWhiteman
Level 10
October 25, 2018
  1. Visitor clicks on first video, popup contains form (possibly within an iframe to keep everything within the pop up).

Please don't consider using an IFRAME here. It will have consequences from double-counting analytics to killing responsiveness. There's no reason to not use the embedded form as usual.

It sounds like you can use Known Visitor HTML for this. Just have the KV HTML contain a script tag (and nothing else) that plays the video.

Kana_LaiAuthor
Level 3
October 25, 2018

Does this mean I would need to create 8 different forms since the video source would be different in each pop up?

SanfordWhiteman
Level 10
October 25, 2018

Does this mean I would need to create 8 different forms since the video source would be different in each pop up?

Not at all, just set a JS variable to the video ID when someone clicks.