analytics

Using the log to generate analytics?

Hi, I'm using app engine java. I'm interested in collecting some analytics, but this is difficult since I need to make datastore classes for all the info I'm interested in tracking - it's going to detract from our 100 index quota, and just introduce extra complexity to my project. I was reading through the dev forum, an app engine proj...

Track Hits using Google Analytics and an ASP.NET web handler (ASHX) page.

We are using Google Analytics for our site, but since it uses client script in HTML output we are unable to track hits to any of our ASP.NET ASHX handler pages. Does anyone know of a way to do this? ...

Drupal - customizing $scripts output

Hi, Basically the issue im having is I have a custom theme, and I need to use $scripts to call the analytics code at the top (the link tracking settings) however this also loads loads of other cr*p js files I dont need or want. All I want is the analytics stuff the module places in $scripts. So can I somehow either: A) Load only the ...

Data visualization / analytics / dashboard in ASP.NET (NOT Google analytics integration)

I need to create an ASP.NET site which can display graphs, charts, statistics for a dashboard type application pulling data from a backend data source. I am trying to locate either: (a) open-source modules that I can use / build up on (b) tutorials which teach the above (c) existing modules (preferably low-cost) that work well. I d...

Reliable / Popular data visualization toolkit for the web

Hi, I'm looking for a reliable toolkit in any web-neutral[A] language, actively maintained / developed, stable that allows me to build graphs, charts, display data dynamically, allow drag-n-drop of datasets and refreshes automatically. Carlos Scheidegger recommended - http://vis.stanford.edu/protovis/ which looks great! But I'm looking...

google analytics in intranet site

We have multiple e-commerce website handled by multiple managers in various locations. Each website has google analytics present in it and each of it is assigned to its own manager. We are planning to have an intranet website, where all these e-commerce websites will be present at one location and the performance of these sites need to ...

Analytics for 3rd party JavaScript widgets

I'm trying to find the best approach for analyics on 3rd party JavaScript widgets - i.e. tools and content that is distributed to any number of arbitrary users, who include the widgets as HTML snippets with tags. On the same domain Note that the widgets do not load into an iframe element that has a document loaded from the external si...

What does PARTITION BY 1 mean?

For a pair of cursors where the total number of rows in the resultset is required immediately after the first FETCH, ( after some trial-and-error ) I came up with the query below SELECT col_a, col_b, col_c, COUNT(*) OVER( PARTITION BY 1 ) AS rows_in_result FROM myTable JOIN theirTable ON myTable.col_a = theirTable.col_z GROUP BY ...

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 period of time. » Omniture : «A visit is a term that refers to a visitor's access to a website. The visit begins when a person first views a ...

Yahoo Web Analytics Upgrade

Yahoo is forcing an upgrade to their current version of Yahoo Web Analytics tracking code (from version 4 to version 5). The deadline for upgrading is the end of this month. Here is the message within the interface: In 2009, we migrated all of our client accounts to a new Data Center in order to improving the overall security an...

How do email analytics work?

While I haven't actually used it, an email analytics web app called Litmus claims to be able to track: How long someone takes to read an email. Whether it is forwarded. Whether it is deleted. Whether it is printed. What email client was used to read it. I'm curious about where it gets this information from. Most email clients i've se...

How come I get 2 sessions registered in Localytics per app-launch?

I am implementing Localytics.com useage statistics in my Android app. I am still just testing. I note that just starting my app and then immediately exiting will register two sessions (as they are called by Localytics) in the live statistics. I have followed the guidelines in Android Integration. My app consists of a main Class of the...

How to track custom parameter with Google Analytics and utm.gif

Hi there The situation I'd like to use GA to track some serverside operations. That's why I cant make use of the GA Javascript fuctions. But, as you might know, you can request the utm.gif right from your server. This already works fine. The Problem I'd like to trackt custom parameters. But i have no idea how to add them in the right f...

How many times is the custom variable recorded?

I am using the async version of Google Analytics along with custom variables and events. I have placed the tracking script (cut and paste from google) at the end of the section. The custom variable is set above the tracking code in the head section. I'm assuming that Googles Analytics will send the data including the custom variable o...

Google Analytics for Wordpress not working.

I have the Google Analytics for wordpress plugin produce by http://yoast.com I have it installed on two blogs. On one it works perfectly... the other it does not work. Both designs are custom designed. As such the only thing i can think is that the designs are coded in different ways such that the plugin inst inserting the code into on...

Why does Google Analytics show less visits than One&One stats?

Comparing google analytics results to one&one hosting monthly statics shows a huge discrepancy. For last month: Google shows 1046 visits. One&one stats show 15304 unique visits. The google code is in the footer which appears on every page. I'm aware ga only works with js enabled but to assume that many non js users??? ...

My Custom Variables are not showing up in Google Analytics

I have been trying to setup a custom variable for the past few days and it hasn't been working. My Google tracking code is part of a master page (asp.net concept) so I can't set the custom variable inside the second script block labeled "Async Google Code" because it is shared by many other sections. Below is my code and the order it ...

What is a reasonable update interval for video analytics (percent watched)?

I'm developing a custom analytics solution for videos on my site... the functions are mapped to both a Flash player and a HTML5 <video> player. General design advice would be greatly appreciated, but I'm specifically curious how often I should update the percent watched value... I was thinking I'd set a certain percentage threshold rath...

Usage Tracking / analytics software for widget and bookmarklet/plugin

Launching a summary technology and looking to generate analytics on the performance and usage of the different products offered. We have a widget, a bookmarklet, and soon a plugin. Need to see individual usage details and manipulate stats for meaningful performance analytics to make intelligent decisions on ux optimizing. ...

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? ...