Ask HN: Building a splash page: what are some great insights you have learned?
I'm interested in finding out what people have done to maximize the conversion ratio for splash pages they have created. Or any ideas they have seen that really worked.
It is a splash page for crowd funding so the more user data I get about state location the better.
Ideally I'd like to find interested people that would provide the following information: Name Email State (city would be bonus)
Any ideas and advice would be helpful.
3 comments
[ 2.8 ms ] story [ 23.4 ms ] threadFor more complex situations (often within the application itself) I've actually built some APIs which allow me to store generalized data about any page interactions and relate it back to a particular page load instance. Once I have this data I can slice and dice it to figure out exactly what users in general are doing and also allows me to drill in and follow a particular page load and what that user did specifically. I can be as complex as simulating sitting behind the user and watching them use the app. It's surprising what you sometimes learn about how a particular user or group navigates a page and how different it is from what you initially expected when you designed the app.