Tell me more ×
Answers OnStartups is a question and answer site for entrepreneurs looking to start or run a new business. It's 100% free, no registration required.

I've read a few blogs on identifying a customer type from how they get onto your page. I'm not familar with these techniques but the implications I find intriguing and would like to incorporate onto my websites. So would love to hear of tools and techniques.

Thank you

share|improve this question

3 Answers

up vote 1 down vote accepted

I would approach it this way.

  • Create/Download a script that creates a database of sites, that users come to you from.
  • Group them up. You could try Googling them, Alexa, etc. , but what you need to look for is the type of website is it. What type of customers does it provide you with, and what can you do once you know what kind of customers come from there. Can you sell a particular product to them, are they more prone to buy one thing, and less on another and so forth.
  • Create/download a script that searches your database, matches the type and acts on the commands. This script would check, if it knows what to do with a a user from a particular website, and if clear, what does the site need to do/display to make that sales.

There are more to it, and you could possibly use some API's to do some automation for you.

share|improve this answer
Interesting approach. Would you do this technique first iteration or try something simpler first? – John Bogrand Nov 5 '10 at 19:48
Depends on the seriousness of the project. If it is my personal blog, and I want to show something different ONLY, to people coming from Google,Yahoo,Alexa, etc. , I would do that statically(hard code it) . If it's a serious project, that needs to target different audiences with different products, I would use this approach. – Janis Peisenieks Nov 5 '10 at 20:03

AFAIK, creating different campaign and using different landing pages/content for these campaign is probably one of the best way to achieve what you described. GA does help, but you can always write some scripts to analyze your own dataset. You can even take GA data into Excel and slice/dice it. HTH.

share|improve this answer

Using Google Analytics you can go a lot of distance in this. How do you use it is based on your experience with the tool. I am listing pretty basic ones here:

  • Use the network property in the user section of it to get what was the speed, connection type.
  • Use the map overlay to know where are they coming from
  • User browser capabilities can point which browser is used by your users etc.
  • New vs returning visitor is also indicative enough.

Hope this helps.

Cheers,

Samik

share|improve this answer
Useful tools and aware of them. I"m thinking of something a bit more complex. I was reading about the use of your site from different type of users. So take this site for example they have info from your score, what other exchanges your linked to, they have writing samples from all of us and a bio on who we are. This site naturally gives us abilities depending on how we use it. – John Bogrand Nov 4 '10 at 14:46

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.