Re: One Landing Page for multiple events

Anonymous
Not applicable

One Landing Page for multiple events

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? 
Tags (1)
6 REPLIES 6
SanfordWhiteman
Level 10 - Community Moderator

Re: One Landing Page for multiple events

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 - Champion Alumni

Re: One Landing Page for multiple events

Also see
http://www.marketingrockstarguides.com/setup-recurring-webinars-in-marketo-1479/
Anonymous
Not applicable

Re: One Landing Page for multiple events

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 - Community Moderator

Re: One Landing Page for multiple events

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
Anonymous
Not applicable

Re: One Landing Page for multiple events

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 - Community Moderator

Re: One Landing Page for multiple events

@Ryan The SCRIPT tag inside the DIV with id=lpeCDiv_4937.