Click here to Skip to main content
15,886,664 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello All

Can any one suggest me the equivalent solution like google analytic.I have been searching,if anyone have better idea,Please share.

Thanks

Regards
Saqib Ali
Posted
Updated 9-Jan-13 3:00am
v2
Comments
[no name] 9-Jan-13 9:08am    
take a look : http://msdn.microsoft.com/en-us/library/dd293551.aspx
Sergey Alexandrovich Kryukov 9-Jan-13 9:54am    
With JavaScipt, it's possible but very difficult; too much code for a non-visual script, I would say. Do you have the access to any server-side technology? Does it have to be a Web application?
—SA
kingdom16 9-Jan-13 12:32pm    
My purpose is to collect data from any website like google analytics so that I can use that data in one of BI application.
Sergey Alexandrovich Kryukov 9-Jan-13 13:43pm    
I understand your purpose, it's just not the best to do with JavaScript... Why?
And you did not answer if it has to be a Web application or not.
—SA
kingdom16 10-Jan-13 4:22am    
Thanks for your response.
I'm not going to implement it for any particular website.May be I have to write web application just to write REST API calls so that I will be able to save collected data on my web server.
That is why I'm looking for better solution.

Thanks again..
Saqib Ali

 
Share this answer
 
Please see my last comment. I would advise to use .NET (does not have to be ASP.NET, it's the best to make a local Windows (Linux, or whatever; you name it) application). Are you familiar with .NET programming?

What you need is the technique of Web scraping. Please see:
http://en.wikipedia.org/wiki/Web_scraping[^].

How to do it? Please see my past answers:
get specific data from web page[^],
How to get the data from another site[^].

I don't think doing so much work would be practical with JavaScript: too tedious and error prone.

Good luck,
—SA
 
Share this answer
 
Comments
kingdom16 10-Jan-13 12:51pm    
Thanks.It is informative article.
But let me explain you the whole scenario..
Let's suppose you have two ecommerce websites and you want me to tell you the statistics of transactions made on your websites

Then how is it possible by Web scraping.
Sergey Alexandrovich Kryukov 10-Jan-13 13:04pm    
What do you mean "how"? Didn't I explain it above?
—SA
kingdom16 10-Jan-13 20:42pm    
Ok.thanks.I'm reading it now in more detail.
Sergey Alexandrovich Kryukov 10-Jan-13 21:02pm    
Great. Your follow-up questions are welcome, of course.
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900