1
vote
2answers
50 views
How can I determine a first-time hit in Wordpress?
For analytics purposes, I need to determine if a user is a first time visitor, and output some Javascript.
Preferably I'd be able to do this from the theme editor, not having to edit the code, but …
0
votes
0answers
17 views
Google Ecommerce tracking code not working
Hey there,
My client has asked me to implement GA ecommerce code in their ecommerce website. So I added the code to the success page. I just purchased an item from the site, and the following is the …
1
vote
1answer
65 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
33 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
2answers
43 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 …
1
vote
2answers
30 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.
…
0
votes
2answers
36 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
157 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
170 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
5answers
83 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 …
0
votes
1answer
37 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 …
2
votes
1answer
235 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 …
3
votes
3answers
44 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
44 views
user’s clicking path
I'm trying to program some user-behavior-monitoring functionality and it's a bit tricky. For example how do you go about recording a user's clicking path to be used in future analysis? Am I trying to …
0
votes
2answers
55 views
Medialets to track iPhone app usage etc..
Has anyone used medialets to track iPhone app usage ? Their documentation leaves a lot to be desired..
