One Landing Page for multiple events | Community
Skip to main content
April 6, 2015
Question

One Landing Page for multiple events

  • April 6, 2015
  • 6 replies
  • 2669 views
I need to set up 50 events with very similar content. The only thing that will change are the event details and date. I still want to track registrations for each event seperately. I know that I can utilize tokens to do this but is there a way to do this without having to create 50 different registration pages? 
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

6 replies

SanfordWhiteman
Level 10
April 6, 2015
Put all the event info in the body of a single page. Hide all by default.  Parse the URL parameters to determine which one to unhide (?event=3, ?event=34, etc.).

If I were doing this I'd save all the details in a JavaScript object(s) to not create any extra markup.  You might be more comfortable creating a hidden HTML tag for each event and using JS only to do the show/hide.
Josh_Hill13
Level 10
April 6, 2015
Also see
http://www.marketingrockstarguides.com/setup-recurring-webinars-in-marketo-1479/
April 6, 2015
Hi Ryan, 

Are you looking to just track who's filled out a form for example? Have you considered using CID's to track each reg page?

D.
SanfordWhiteman
Level 10
April 7, 2015
Definitely follow @Josh's advice on the back end.

Here's an example of how a few lines of JavaScript and some custom CSS on the form can get you where you want on the front end:

http://pages.vaneck.com/multi-event-lp.html#event1
http://pages.vaneck.com/multi-event-lp.html#event2
April 7, 2015
Thanks guys, I think I will go with a combination or Josh's process along with the Javascript.

Sanford - Which part of the HTML source is the JavaScript that controls the show/hide of content?
SanfordWhiteman
Level 10
April 7, 2015
@Ryan The SCRIPT tag inside the DIV with id=lpeCDiv_4937.