Tagged Questions

1
vote
1answer
18 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 writt …
0
votes
1answer
27 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 usa …
0
votes
5answers
136 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, an …
0
votes
2answers
25 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 …
1
vote
2answers
24 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 serv …
1
vote
6answers
147 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 so …
0
votes
5answers
73 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 oth …
2
votes
1answer
220 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 …
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 …
3
votes
3answers
31 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 …
6
votes
8answers
269 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 sys …
0
votes
1answer
45 views

Using a dynamic <script> (a <script> appended to the DOM by JavaScript) to load and initialize Clicky Web Analytics

I'm creating an HTML/JavaScript widget to be used on third-party sites. This widget is generated by a <script> that our customers will insert on their page. The <script&gt …
0
votes
3answers
54 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 t …
0
votes
2answers
75 views

How to use analytics for desktop applications?

Google Analytics is nice, but it is for websites. If I have a console application how can I track its usage worldwide? Can i just download an transparent.gif file from the analyti …
3
votes
4answers
245 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 …

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