web-analytics-tools

SiteCatalyst : Tracking Custom links on Webkit browsers

孤者浪人 提交于 2020-01-14 11:51:32
问题 My query is that I have a link that redirects to another page. In webkit browsers, how to force the sitecatalyst server call (script execution) to finish before the redirect happens? I am using sitecatalyst for a portal. I have configured the custom link call to include the doneAction parameter for successful call completion on webkit browsers (As mentioned in Adobe guide). The custom link code for onClick event of button is as below: <script language="javascript" > function search(keyword) {

How do I keep track of how many times an external link is clicked?

狂风中的少年 提交于 2019-12-22 23:19:30
问题 I have a site affiliated with a university and we want to link to another site that has a certain teaching program. How can we track the number of times this link has been clicked from within our website? 回答1: I would use jquery and/or ajax to touch a page in the background (ajax) that counts hits whenever a link is clicked and then proceed to allow the link do what it does. 回答2: You can use web analytics tools such as Google Analytics or commercial software such as WebTrends. 回答3: Instead of

How do I keep track of how many times an external link is clicked?

坚强是说给别人听的谎言 提交于 2019-12-06 16:03:56
I have a site affiliated with a university and we want to link to another site that has a certain teaching program. How can we track the number of times this link has been clicked from within our website? I would use jquery and/or ajax to touch a page in the background (ajax) that counts hits whenever a link is clicked and then proceed to allow the link do what it does. You can use web analytics tools such as Google Analytics or commercial software such as WebTrends. Instead of directly providing the external link, link to a page on your own site that redirects to the link, and it will be

Google Analytics and real-time analytics comparison: Chartbeat vs Clicky vs Mixpanel [closed]

人走茶凉 提交于 2019-12-06 06:39:45
问题 Closed . This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 2 years ago . We're curious to hear opinions about and experiences with Chartbeat, Clicky, Mixpanel, and Google Analytics. Do people deploy Google and one of these other real-time systems? Or is the real-time system sufficient to displace Google? Of the real-time systems, which do you use

Alternative to google analytics that runs on ASP.NET and doesn't use IIS logs?

天大地大妈咪最大 提交于 2019-12-03 02:46:46
问题 I need a hit counter for my various pages, but I can't use google analytics (my client isn't ready for cloud computing) and I can't use anything that requires access to the IIS logs (the server administrator owns them and doesn't want to give them up) What resources are there for user usage tracking for what is essentially a hosted ASP.NET account? I'm running an ASP.NET application on IIS 6. I've turned on health monitoring, but so far that is just creating log data with no analytics. 回答1: I

Alternative to google analytics that runs on ASP.NET and doesn't use IIS logs?

家住魔仙堡 提交于 2019-12-02 16:21:32
I need a hit counter for my various pages, but I can't use google analytics (my client isn't ready for cloud computing) and I can't use anything that requires access to the IIS logs (the server administrator owns them and doesn't want to give them up) What resources are there for user usage tracking for what is essentially a hosted ASP.NET account? I'm running an ASP.NET application on IIS 6. I've turned on health monitoring, but so far that is just creating log data with no analytics. I recently wrote up a list of (mostly) free GA alternatives. http://regulargeek.com/2010/05/29/25-free-google

Server side analytics [closed]

我是研究僧i 提交于 2019-11-30 09:35:00
Anyone know any server side analytics tools? I've heard of awstats, webalizer, and urchin. The last of which is expensive. Are awstats/webalizer really the only free tools out there? It seems like there's an incredible hole in the analytics market, which the clientside market so saturated and the server side... not. Suggestions? Thanks! As far as I'm aware, these are your options. http://en.wikipedia.org/wiki/List_of_web_analytics_software Check out http://piwik.org/ . It's a PHP/MySQL based system you can install on your own server and then embed the tags as you would do with Google Analytics

Server side analytics [closed]

一笑奈何 提交于 2019-11-29 13:57:26
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 5 years ago . Anyone know any server side analytics tools? I've heard of awstats, webalizer, and urchin. The last of which is expensive. Are awstats/webalizer really the only free tools out there? It seems like there's an incredible hole in the analytics market, which the clientside market so saturated and the server side...