Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

27
votes
8answers
288 views

A privacy app ineffectually tries to block tracking data for our web analytics. Should we detect the failed attempt and not track their users?

My company has a web analytics package which we use for our own and customer marketing campaign tracking. It uses a combination of server logs, JS & image web bugs, cookies, unique cached files, ...
14
votes
15answers
3k views

When is Google Analytics not good enough?

I'm trying to determine why an enterprise wouldn't want to use Google Analytics. Here are the main reasons I've seen mentioned: Inability to track clients that have Javascript disabled. Lack of ...
11
votes
4answers
2k views

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

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 ...
7
votes
4answers
497 views

How to measure visiting time of a user

I like to measure the time a user spent on a particualr page of my webapp. First i thought about catching the onunload/onbeforeunload event in the browser and notify the server via a XMLHttpRequest ...
5
votes
3answers
1k views

How to capture if a visitor is from a google adwords click

When a user signs up on my site I want to be able to store whether or not they came to my site via an Adwords campaign. I know google uses javascript to track conversions based on a cookie that is ...
5
votes
5answers
555 views

What are the Alternatives to Google Analytics

I need to Track Unique Visitor count in my web application. I would really like to use Google Analytics but due to the Load limitations that google imposes I will not be able to use them. I am ...
4
votes
3answers
67 views

Web analytics solution for website creator

I have site which is a creator of smaller websites, and I'd like to have separate analytics for each user. Is there a way do automate adding the Google Analytics to the website? As far as I can see, ...
3
votes
4answers
128 views

Best way to count page view in Plone

I'm working in a case require fairy complex use of page views. Each content object will have page view, and this should be accessed easily so that we can do various things related to it (sorted on ...
3
votes
2answers
258 views

what analytic tool can I use for tracking exactly what users click

Please advise what tool can I use to track what user is exactly clicking i.e. click-streams – to view the actual click-stream of each visitor. I came across "rail stat" but it seems outdated (09'). ...
3
votes
3answers
84 views

Logging Requests With Timing

What is the best way to log http requests for a web application, including ajax requests, so that I can later go back and query "I want to know how many times this request was made, and how long it ...
3
votes
2answers
2k views

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

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 ...
3
votes
3answers
945 views

Is there built-in web analytics tool in Liferay?

I need to have the statistics of a web site and generate reports. I am using Liferay portal. Is there anything built-in for web analytics in Liferay? if yes, please help how to configure it? Thanks, ...
2
votes
1answer
314 views

Webtrends Analytics implementation - Using variables in an async tracking call/pass variable as value

Does anyone here have experience doing a Webtrends implementation? According to their documentation, their asynchronous event tracking call is made by sending key-value string pairs into their ...
2
votes
1answer
76 views

Why do Web Analytics Applications Never Use JSONP

I'm thinking of building an application for myself that is similar to Google Analytics, Getclicky, etc. I've noticed that all of these websites use Image beacons to send data to the servers. Aside ...
2
votes
2answers
199 views

Google Analytics - how can I track a page name using the new asynchronous code?

I was using the below code provided by Google for Google Analytics. <script type="text/javascript"> var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : ...
2
votes
1answer
228 views

Unclear Google Analytics API quota restrictions

I've been recently fixing my application that apparently reached some GA quota limitations and I've found a couple of things that were not clear to me: Does the 4 concurrent requests limitation ...
2
votes
1answer
172 views

free implementation of counting user sessions from a web server log?

Web server log analyzers (e.g. Urchin) often display a number of "sessions". A session is defined as a series of page visits / clicks made by an individual within a limited, continuous time segment. ...
2
votes
5answers
335 views

Why do Web Analytics such as Google Analytics use Dimensions and Metrics instead of SQL statement?

Just when I get quite familiar with SQL statements once again, when pulling data from Google Analytics, I found that they don't use SQL, but rather, use Dimensions and Metrics and the combinations of ...
2
votes
1answer
1k views

Difference between a visit in Omniture and Google Analytics

GA : « A period of interaction between a visitor's browser and a particular website, ending when the browser is closed or shut down, or when the user has been inactive on that site for a specified ...
2
votes
5answers
148 views

Is it possible to track the country where a user is accessing a particular website?

Hi I wish to track a user's country from where my website is accesed . ex; if a customer from a particular is accessing say america how to trace that the user is actually from america. Is there ...
2
votes
3answers
291 views

Are there any open-source / free site analytics solutions that are intranet deployable?

There are plenty of statistics/analytics providers for Internet deployed software (e.g. Google Analytics), but I'm looking for an analytics tool to integrate into a LAN/intranet based web application. ...
2
votes
3answers
145 views

How do I prove to a client/advertiser that my site's analytics numbers are what I say they are?

I have been asked to provide recommendations on "Verified Analytics" for the next iteration of my company's site. Verified to mean that when we sell ad space, it's based on a number of page-views, and ...
2
votes
3answers
331 views

how to create an analytics tool?

what should i learn in order to develop a (good and realtime) analytics tool? i think i should learn a lot of javascript, but i need some guidance... and i think i should also learn php... could you ...
2
votes
2answers
174 views

Web Analytics for Platform with Custom Events

I'm building a platform that produces websites. Think wordpress.com as a similar example. Each site is going to be a subdomain of my domain like abc.mydomain.com or xyz.mydomain.com. I have a few ...
2
votes
8answers
1k views

“Easiest” way to track unique visitors to a page, in real time?

I need to record in "real time" (perhaps no more than 5 minute delay?) how many unique visitors a given page on my website has had in a given time period. I seek an "easy" way to do this. Preferably ...
2
votes
3answers
227 views

What's a good web-based analytics package that'll work without requiring javascipt?

My understanding is that Google Analytics (the tool I'd normally use for website analytics) cannot be used on a MySpace page, because MySpace doesn't allow you to embed javascript. But my client ...
2
votes
3answers
609 views

How do the web analytics tools work?

I am in process of gathering information about web analytics tools (like google web analytics) for my next assignment, but I am not able to find any good information. I am looking for: 1. Key terms ...
1
vote
0answers
45 views

getLinkerUrl not passing cookies across domains - Google Analytics

I have a client who is using a form that links to a booking engine on a different domain. However, they aren't using a traditionally coded form so to speak: <div id="qs" align="center"> ...
1
vote
1answer
78 views

Web analytics platform that can run on a load-balanced server cluster?

I'm using Piwik for my web-analytics, and recently I've discovered PHPFog/CloudControl as hosting providers that set up a load balanced, fully managed server for your applications to run on. Piwik ...
1
vote
1answer
79 views

What is the Optimal Way for a Web Metrics App to Calculate a Visitor's Time On Site?

i am developing an internal web analysis system like Google Analytics, i am not very clear about the concept of page stay time, the typical explanation of this measure from web is: user accessed ...
1
vote
1answer
145 views

Display User ID in Mixpanel

I am using Mixpanel in a Ruby on Rails project to track real time user's events. I am pushing the events with the user ID, and I would like to show the user ID inside the Mixpanel pages (a.i. streams ...
1
vote
0answers
35 views

Is there a tool to use google analytics xml data to anticipate future web traffic?

is there a tool that will allow me to import my google analytics XML sheet and then give me an estimate of where my site traffic will be at a set date in the future based on said information. Thanks. ...
1
vote
3answers
86 views

Best way to provide analytics to website users but only for their own pages

I'm building a blog of sorts. The client wants to provide analytics to users for their own posts, including views over time, location of viewers etc. Only the owners of a given post should be ...
1
vote
2answers
40 views

How to track the free sign-ups for an online service that requires email verification?

I'm tracking the free trial sign-ups for an online service that requires email verification to complete the sign-up process. How do I create a goal to track the sign-ups given that email verification ...
1
vote
1answer
38 views

detecting page that the client visits after their site

(Correct me if I'm wrong.) A server host can detect the pages that a visitor goes to before and after they visited the host's site. To what extent can a server host receive information on what sites ...
1
vote
5answers
367 views

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

I have a site affiliated with a university and we want to link to another site that has a certain teaching program. We were hoping to be able to track the amount of times this link has been clicked ...
1
vote
1answer
205 views

Parse html pages and store the contents(title,text and etc) into Database

Does anybody know some open source tools to parse the html pages, filter the Ads,JS and etc to get title, text. Front end of my application is based on LAMP. So I needs to parse the html pages and ...
1
vote
2answers
101 views

How do you setup google analytics no track the number of days a week that a unique visitor visits?

I am looking to be able to track how many a days a given unique visitor comes to the site. Ideally I am looking for a report that says: 1 day a week: 562 2 days a week 380 3 days a week 42 etc... ...
1
vote
1answer
319 views

Google Analytics Cross-Domain Tracking Without Appending Cookies To URLs?

Is there a way to track two domains in Google Analytics without passing the cookie information in the URL?
1
vote
2answers
190 views

Some Good Web Analytics Tools

I'm looking for a good analytics system which tracks what links a user has clicked on, how long he's stayed on the page, etc. Does anyone have any recommendations on programs to use? Not sure if ...
1
vote
3answers
100 views

Mark users coming to website from my application

My application has some menu buttons that sends the users to my website. I want to differentiate in the website how many users came from my app, out of all the regular users. My app is written in ...
1
vote
1answer
203 views

AWStats and Extra Section with GeoIP country data

I'm new to AWStats, so if this question is unclear, please ask for the needed information. I'm using AWStats v6.9, with the GeoIP plug-in running successfully. I would like to write an Extra Section ...
1
vote
2answers
194 views

How to analayze/display a raw web analytics data?

I've created a web tracking system that simply insert an event information (click or page view) into a simple SQL server table: Column | Type | NULL? ------------------------------------- ...
1
vote
4answers
453 views

What Web Analytics Sites/Software Have a Good API Besides Google Analytics

I cannot use Google analytics because of their limitations on the API. They will not allow me to query more then 10,000 entries in one day. Since I have more then 10,000 pages Google Analytics will ...
0
votes
0answers
7 views

Which analytics package is easier to work with?

I'm looking at a few different packages. However, to get the kind of reporting that has been requested, a lot of micromanagement of tagging will be required. Is there one that doesn't require so much ...
0
votes
4answers
82 views

Why do Facebook Insights and Google Analytics report different visitor counts?

I'm using both on a site and getting very different numbers from each. Why is this? The discrepancy is also mentioned in a Quora answer (Which is better, Facebook Insights or Google Analytics?) ...
0
votes
2answers
48 views

Website usage tracking

What are available options of intranet-hosted (e.g. not Google Analytics) usage tracking tools for web application? This application is written in ASP.NET and used in intranet. So ideally if hosted ...
0
votes
0answers
25 views

How to order by unique pageviews

I'd like to order a list of pages by unique pageviews. Each page is generated dynamically like this mysite.com?page_id=1 with the page_id corresponding to a row in my db. What is a good way to order ...
0
votes
1answer
12 views

How do I manage Web Site Analytics of a Load-Balanced Web Site?

I'm using Rackspace Cloud Servers to power my Web site. One of the cool features is that I can clone servers and load-balance them to enhance performance when traffic spikes. However, I'm concerned ...
0
votes
1answer
66 views

Cross Domain tracking on a Form not working with ._linkbyPost

I'm having an issue with my cross-domain tracking on a form. I have a hotel client who has a form that submits to one of two booking engines depending on the options selected. However, from what I ...

1 2