Tagged Questions

1
vote
1answer
58 views

Strategy to collect Analytics from a large app

Superfeedr is a feed-parsing on demand service. We want to provide analytics to our users and we're investigating waht would be the best strategy to do so. In a nutshell, we want to track the number …
1
vote
1answer
28 views

Collecting usage data for a desktop application

Hi, I'm going to be running some large scale usability tests of my software for a science project. We have a lab of about 30 computers running Windows XP. Our application is written in Python and …
0
votes
1answer
30 views

Can AdMob be used just for iPhone app statistics/analytics?

Can AdMob be used just for iPhone app statistics/analytics or is it's sole purpose to add advertisements in the app? I want to add a statistics package to my app and track it's usage, and since Google …
0
votes
5answers
156 views

Using Python/Selenium/Best Tool For The Job to get URI of image requests generated through JavaScript?

I have some JavaScript from a 3rd party vendor that is initiating an image request. I would like to figure out the URI of this image request. I can load the page in my browser, and then monitor "Live …
0
votes
2answers
30 views

User-defined ranking / analytic functions in SQL Server 2008

I'm planning a data warehouse migration to SQL Server 2008, and trying to think of ways to replicate the LAG, LEAD, FIRST_VALUE and LAST_VALUE analytic functions from Oracle in SQL Server 2008. They …
1
vote
6answers
152 views

Way to tell bots from human visitors?

I asked yesterday about a good and simple PHP visitor stats software. Somebody came up with Mint and that is looking very nice, however I'm toying a bit with setting up a simple solution of my own …
0
votes
5answers
77 views

Google Analytics code: can it go before in the document?

Google recommends to put the analytics code just before the <body> tag. I'm trying to integrate ecommerce in my site and it'd be easier to call pageTracker._addTrans from other places than the …
1
vote
2answers
29 views

server-side restful api analytics

Hi, I have a rails-based restful server-side api. I want to know what services are called the most, their response time, etc. So this is sort of web analytics, but it's for server-side operation. …
2
votes
1answer
233 views

Google Analytics and Python

I'm brand new at Python and I'm trying to write an extension to an app that imports GA information and parses it into MySQL. There is a shamfully sparse amount of infomation on the topic. The Google …
0
votes
1answer
36 views

Making JavaScript object member values more readable with a map

So I have this Omniture object. It's called s. s Inside s, we keep track of a bunch of information, inside "props" and "eVariables". s.prop5 = 'foo' s.prop22 = 'baz' s.var6 = 'bar' Which …
3
votes
3answers
38 views

Tracking submissions of a form which doesn’t submit anywhere

I have an overlay with form (just a radio button group with 3 buttons and a submit button) that, on submit, uses jQuery to open a specific file (a PDF) in a new tab and then close the overlay. The …
0
votes
2answers
48 views

Piwik Web Analytics - Anyone with experience of it?

I'm considering trying to get more granular analytics for my sites than the free plan on my current provider, Clicky, provides. Piwik looks like a strong contender in the analytics space (and I'm …
6
votes
8answers
271 views

SQL query challenge

So here's yet another 'write a query to X' challenge. I'm monitoring a number of networked vending machines. Each machine has a number of parts, e.g. bank note acceptor, coin system, printer and so …
3
votes
4answers
246 views

What percentage of followed hyperlinks might have their “onclick” JavaScript ignored?

As far as I know all popular web browsers execute the onclick attribute of an anchor link first, then follow the path specified by the href attribute. The problem here is that the onclick attribute …
0
votes
3answers
56 views

How do different visitor metrics relate?

Hypothetically, tets say someone tells you to to expect X (like 100,000 or something) number of unique visitors per day as a result of a successful marketing campaing. How does that translate to …

1 2 3 4 5 7 next
15 30 50 per page