analytics

Google Analytics - referal address - utmr field

Hi, I would like to craete a link to other page but without letting know Google Analytic (GA) that user is comming from my site. So field "utmr" need to by empty (0 | - ) and it must looks like user will enter www address in browser. Is there a any way that GA will not be able to read source website’s address? <a href="http://domain.co...

Sharepoint 2010: How to access analytics data to create summary roll-up web parts?

I know there is a web analytics web part out of the box, but it isn't configurable and is limited to "most viewed" and "most searched terms". I want to display data like "most emailed" and "recently viewed" information too. Is there an API that exposes this data from the SharePoint 2010 analytics repository?? Many thanks! ...

What are the ethical issues with using analytics in Mobile Applications?

I would like to implement Google Analytics in my iPad application. I am wondering if there are any approval process issues with this? Is there a best practice for allowing users to disable or enable tracking? Do you have any opinons about how ethical it is to track user app habits? ...

Tracking other websites´ users (Analytics)

I was wondering if there was any (legal) way to track websites analytics of any random site. What I mean is simple, is there a way to actually know how many people enter Google a month? I read around and found that Alexa extrapolates data from users with their toolbar and some cookies, im not interested in that, I mean a true measureme...

google analytics js file cached but utm.gif still loaded

Hi, I use google analytics which uses a file ga.js. This creates a hidden utm.gif file in which parameters are attached and sent to a server (to be included in the google analytics interface) My understanding is that utm.gif uses a "304 not modified" header, to ensure that the file is always reloaded (rather than cached). In this case...

iPhone App Google Analytics

I am having issues setting up Google Analytics for my iPhone Application. I have a website that I have sucesfully been using Google Analytics on, and so I am pretty familiar with how it works. I set up a new fake domain with the following formation: myapp.mysite.com. I got the UA ID that was made and used that as shown below. In my iPh...

Real time website visitor tracking system

Hi, I want to develop an application that allows me to track website visitors. I'm exploring node.js now as an alternative for this. This system will have 3 parts: 1.) Server side script, probably a node.js server. 2.) Air application would be the client. It will connect to the node.js server and display the users online. 3.) Javascrip...

Guidance for retrieving number of page views using Google Analytics API

An answer of the question Best grails implementation for tracking number of views (or unique visitors) for a web page ? was to use Google Analytics API for tracking and displaying the number of page views for some particular page on my website. I liked the idea and had a look of the Google Analytics API but, at first view, it seems to ...

Get Profile Key Score for Individual Page in Sitecore

Hello all, I have a question regarding Sitecore Analytics and user profile keys. I need to be able to get the score of a profile key for an individual page. For example, if I have a profile key called "traveler" that could have a value of 1-10 on a given page, I need to be able to get the value for that key that was assigned by the cont...

Analytics custom variables

Hi, I'm trying to make a custom report. I've just put some test code on my main page: var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-12323748-3']); _gaq.push(['_trackPageview']); _gaq.push(['_setCustomVar', 2, // This custom var is set to slot #1 'Test_var', // The name acts as a kind of categ...

Is this a correct utm.gif query?

I was wondering if i build this google analytics query the right way. I am not sure about the 'utmcc'-Part. 0 => string 'http://www.google-analytics.com/__utm.gif?utmwv=4.5.7' (length=53) 1 => string 'utmn=738025229' (length=14) 2 => string 'utmhn=www.mydomain.de' (length=15) 3 => string 'utmcs=ISO-8859-1' (length=16) 4 => str...

Facebook page insights via API

I would like to access the insights of a Facebook page via the API. It is very well possible to obtain the insights of a Facebook app via the graph API, but I cannot find something similar for Facebook pages. Am I missing something? Specifically, I am looking for stats such as total users, active users, posts, etc, preferrably over time...

build a sql sql sytnax

+----+--------------+------+--------+---------+---------------------+----------- | Id | ip | uri | status | browser | time |refer .......... +----+--------------+------+--------+---------+---------------------+----------- int varchar varchar int varchar timeStampe varchar .............

sql output as a ranking

If I have a table of random values in a sql table, how can I export and display them as a raking rather than the absolute value... for example.. if the three values are 30 85 and 90 how do i get 30 do display as 1 or 1st, 85 as 2 or 2nd etc ...

Google Analytics - how does it track clicks?

So I'd just like help understanding how exactly google analytics collects this info. I have a homepage and the statistics say that 46% of clicks are on the logo (which links to the homepage). Does google analytics just assume that if they've ended up on the homepage they have clicked there? How accurate is this measurement? I wonder be...

User Activity Profile and Statistics

I am just exploring on what is the best practice/framework for implementing feature for collecting and displaying user activity statistics that is user specific and site relating to login user activities in ASP.NET. For example, I will want to know for a particular login user on my site, which site he/she has visited in the last day, wee...

Business intelligence on Google App Engine

Hello, I want to add analytics and reports to my application on Google App Engine. Can you tell me how I can do that on google's "database"? Are there any oss libraries/tools available? Thank you ...

Berkeley DB: how does it compare to MongoDB?

Recently, I've been digging into various types of DBs. I need to store & query “relational, hierarchical, graph, document” hybrid data. I'm looking for the best DB solution. I can't find much data about Berkeley DB. Most of the stuff on their website is written by the marketing dept. One of the PDFs makes it sound like it handles relati...

number of people that has visited the website

Hello everyone. I am working on a website i will like to know the number of people who has visited the website. Can someone tell me what to do? ...

Garb Ruby library for accessing google analytics - how to get segment "non-paid traffic" ??

Hello all, Here is how I build the report, the problem is that we do not know how to pull the segment data for non-paid traffic - please advice. Thanks report = Garb::Report.new(profile, :limit => 10, :sort => :visits.desc, :start_date => (Date.today - 30), :end_date => Date.today, :segment => {:segment_id => "-5"...