analytics

Mobile Analytics and Server Side Requests

I'm looking at different mobile analytics packages and most of them seem to do http requests back to the analytics server from the server that is delivering the content to the mobile. This seems strange and I don't understand why an image isn't just served up to the mobile which points back to the analytics server with all the data requi...

mobile application analytics

HI all, so we all know "pinch media" - the "spyware" software ;) i'm searching for some really cool analytics softwares for my iphone application. pinch media, is the one i know, it looks really great, but we all know, the reputation of this piece of software is very bad. i'd like to know if i can use it, or if my app then is one of t...

Analytics - Tracking actions per user

One of our customers has a web application that requires login, and they would like to get Google Analytics to track it per user - to know which users came to their site. From what I read on Google forums, Google doesn't support such tracking. I was wondering: a) Do I understand correctly that Google doesn't support that? b) Does anyone ...

Yahoo! Webanalytics on Intranet

how is Yahoo! webanalytics to be used in a intranet scenario?? Google Analytics needs internet connection to reach the ga.js or alternatively Urchin (licensed) can be used if leaving intranet is not an option. thanks in advance. ...

Hadoop: Disadvantages of using just 2 machines?

I want to do log parsing of huge amounts of data and gather analytic information. However all the data comes from external sources and I have only 2 machines to store - one as backup/replication. I'm trying to using Hadoop, Lucene... to accomplish that. But, all the training docs mention that Hadoop is useful for distributed processing...

Changing page location after google analytics setup

The current website structure is setup such that all the ASPX pages are in the main folder. It's becoming increasingly difficult to maintain, so I would like to create new folders and move the relevant pages. This would change the URL from say: http://mydomain.com/DoStuff.aspx to http://mydomain.com/DoingFolder/DoStuff.aspx I fear th...

What can I use for analytics for my 50+ website network?

I was using Google Analytics but they have a 50 domain/account cap and instead of breaking them up into segmented groups I figured I'd ask everyone here if they have experience with something better. Would obviously prefer free but just don't want to pay more than $25/month without a free trial. It should be noted that I have already s...

how to create an analytics tool?

hi! 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 help me? which languages are better to capture, process and display analytics data (such as ip adress, country, date, time, os, brows...

Problem placing Google Analytics page tracking script in 2 separated Javascript files

I'm including the Google Analytics Script divided into 2 pierces of Javascript code: google-analytics.js: (above) var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + " page-tracker.js try { var pageTracker = _gat._getTracker("U*-********-*...

Oracle SQL: Joining at most one associated entity

I have tables Building and Address, where each Building is associated with 0..n Addresses. I'd like to list Buildings with an associated Address. If a Building has several entrances, and thus several Addresses, I don't care which one is displayed. If a Building has no known addresses, the address fields should be null. This is, I want ...

Oracle - grouping between pairs of records

I have a logging table that contains data that looks like this: ID MSG DATE --------------------------------------------- 1 TEst 2010-01-01 09:00:00 2 Job Start 2010-01-01 09:03:00 3 Do something 2010-01-01 09:03:10 4 Do something else 2010-01-01 09:03:12 5 Do so...

Good open source analytics/stats software in PHP?

The url shortening service I'm building needs to display some basic click stats to users: # of clicks, conversions, referring domains, and country (filterable by a date range). I'll possibly want more advanced stats in the future. Is there existing open source software that will allow me to pass events to it and then easily display a ba...

Best way to generate an automated report in Google Analytics for a specific collection of URLs

Currently using Google Analytics as a supplement to our paid tracking software, but neither of them are giving us exactly what we need. I have a list of about 60 or so urls (out of about 1500) on the site that I wish to setup a monthly report for that can be emailed to multiple recipients. I can't seem to figure out how to create a repo...

Google Analytics API Authentication Speedup

I'm using a Google Analytics API Class in PHP made by Doug Tan to retrieve Analytics data from a specific profile. Check the url here: http://code.google.com/intl/nl/apis/analytics/docs/gdata/gdataArticlesCode.html When you create a new instance of the class you can add the profile id, your google account + password, a daterange and wh...

Google Analytics: Avg. Time on Site

Hi, i have a website and i have a Google Analytics code only on index.html code. What does Avg. Time on Site measure? Average time spend by visitors on all sites or average time on one website (index.html)? Regards ...

Usage Tracking for Windows desktop applications ...

I am looking for some frameworks that can be used to collect usage information for Windows desktop application and analyze it. For example, I would like to be able to answer questions like (a) how many times do people use this application in a day (b) which are their favorite menu items, etc. I looked briefly at Google Analytics and Omn...

problem in analysis phase for building shcool portal

hi, i'm building a school portal and im stucked at analysis phase, the issue is : in school portal there's a student profile and a parent profile, now the problem is how can i achieve a relationship between this two.Actually the scenario is "one dad can have multiple childrens studying in different school", now suppose "dad wants to loo...

Oracle - correlated subquery problems

I have this query: select acc_num from (select distinct ac_outer.acc_num, ac_outer.owner from ac_tab ac_outer where (ac_outer.owner = '1234567') and ac_outer.owner = (select sq.owner from (select a1.owner from ac_tab a1 ...

web analytics open source software recommendations

What do people use to gather metrics for their site? Do you have any open source recommendations? I would like something based on php + mysql, easily extensible and in addition to getting UX usage information, I would also need to know how my product gets used in the backend. Database and web server metrics is also something I would be...

Show Google Analytics dashboard on my site

I have an ASP.NET website set up, and I'm using Google Analytics for page tracking. The only thing I don't like is that I have to go away from my site (to the Google Analytics site) to see the report. Is there any way to show the Google Analytics data on my own site with all the AJAX that they have? ...