Home > Design - Imagery, Banners & Landers > Landing Pages

Landing Page Question (8)


11-24-2014 04:35 AM #1 startearning (Member)
Landing Page Question

I'm interested in creating a landing page for a mobile anti virus offer. I had an idea to have the landing page "scan" the user's phone, and then redirect to a second landing page after a few seconds. From there, the user and click to download the app.

1. Is there a better way to go about this?
2. If I do it this way, will I have issues with tracking?

Thanks!


11-24-2014 06:20 AM #2 zeno (Administrator)

1. Who knows, this is just something to test, no?

2. Just have the outgoing tracking link on the second page and it will work fine.


11-24-2014 01:36 PM #3 startearning (Member)

Thanks. I'll get this set up as my first follow along.


11-24-2014 04:09 PM #4 quinnn (Member)

Don't make it switch to a new "page" (as in another HTML page), just hide/show a new <div>. No issues with tracking doing it that way.

Probably how you were going to do it anyway, but thought i'd throw it out there.


11-24-2014 05:29 PM #5 startearning (Member)

Quote Originally Posted by quinnn View Post
Don't make it switch to a new "page" (as in another HTML page), just hide/show a new <div>. No issues with tracking doing it that way.

Probably how you were going to do it anyway, but thought i'd throw it out there.
I was going to do it the way you told me not to do it, so I appreciate your advice. I don't know how to do that, but I will research it. Any advice?


11-24-2014 10:59 PM #6 zeno (Administrator)

http://stmforum.com/forum/showthread...r-Your-Landers

There is some quite simple show/hide div javascript in this tutorial.

You can do it without jQuery for sure - just google "show div onclick" or something like that. Then you'd make a javascript function that hides div 1, shows div 2, then would set your CTA to have something like onclick="showNextDiv()"


11-24-2014 11:49 PM #7 startearning (Member)

Quote Originally Posted by zeno View Post
http://stmforum.com/forum/showthread...r-Your-Landers

There is some quite simple show/hide div javascript in this tutorial.

You can do it without jQuery for sure - just google "show div onclick" or something like that. Then you'd make a javascript function that hides div 1, shows div 2, then would set your CTA to have something like onclick="showNextDiv()"
That's exactly what I was looking for, thanks. It looks like there are a ton of uses for that code.


11-26-2014 07:42 AM #8 quinnn (Member)

Quote Originally Posted by startearning View Post
I was going to do it the way you told me not to do it, so I appreciate your advice. I don't know how to do that, but I will research it. Any advice?
Quote Originally Posted by startearning View Post
That's exactly what I was looking for, thanks. It looks like there are a ton of uses for that code.
Sorry, I missed your earlier post. Looks like Zeno beat me to it though.

Also, remember you can always get help with code on stackoverflow.com. Just gotta show them them you've "tried", and they'll point you in the right direction for free.


Home > Design - Imagery, Banners & Landers > Landing Pages