Tagged Questions
1
vote
1answer
24 views
What does the keyword 'impression' mean or constitute in web analytics
I would like to understand what does the keyword 'clicks' mean or constitute in web analytics. I have asked a similar question for clicks since the keywords individually mean 2 different things.
0
votes
1answer
17 views
What does the keyword 'clicks' mean or constitute in web analytics [duplicate]
I would like to understand what does the keyword 'clicks' mean or constitute in web analytics
2
votes
2answers
65 views
How to keep track of a unique and an existing visitor
I am creating an app that requires to know if the visitor visiting the app is a unique visitor or an already visited visitor. I know we could persist a cookie on the visitor's computer to know ...
9
votes
2answers
171 views
detecting when you are going to reach your hit limit for Google Analytics free account
I am a user of a free Google Analytics account and i'm slightly concerned that I may be approaching the 10,000,000 hit (Pageviews, Events etc) per month.
Google state in their documentation:
...
0
votes
0answers
20 views
What is the best way to find products sold by metro area
I am trying to figure out which products are being sold the most within a certain metro area. I can drill down by state within Adobe Omniture, but the goods we sell are largely connected to climate ...
1
vote
0answers
42 views
Unique Visitor count increases when pages are excluded
For a date range greater than one day the total number of Unique Visitors is greater when I exclude pages ending in "foo" than when I look at all pages. The difference is ~4%. Why would this be ...
1
vote
2answers
82 views
How to separate data from subdomains in Google Analytics?
I want to split my data from different subdomains in Google Analytics. I know it's possible to do it using different profiles + filters, but when you have a ton of subdomains, it's almost impossible ...
1
vote
1answer
188 views
get aggregated view of data for entire website with Google Analytics
I have a website (www.ayrshireminis.com), which has three main sections under different directories, these are:
/forum
/galleries
/contact
I would like to have an aggregated view of the data for ...
0
votes
0answers
52 views
alternatives to google analytics, that dont tag organic searches as 'not provided' [closed]
As im sure most people know 'not provided' as an organic keyword source is really irritating. I was wandering if theres any other analytics providers free or otherwise that can track the incoming ...
3
votes
1answer
124 views
Google Analytics - comparing metrics for different cities approach
I receive traffic from a number of different cities across the world, these being: Washington, Bratislava and Belfast.
In Google Analytics, I would like to be able to compare a variety of metrics ...
0
votes
0answers
106 views
Google Analytics visits showing from discontinued campaign in reports
In my Google Analytics reports I am noticing that there are visits coming from a discontinued campaign, called AW12_AyrshireMinis?
Is this likely to be due to the visitors that were originally ...
0
votes
1answer
76 views
where can I find the 'Clicks' metric group in Google Analytics
I believe there is a 'Clicks' metric group in Google Analytics, however I cannot find it and there is little to no documentation on this.
Does this still exist in GA and, if so, what report shall I ...
1
vote
1answer
155 views
Simple count visitors for front page for Joomla
We have a website with Joomla and we want to put a simple counter for visitors in front page of website, just the number of visitors. I use stat counter but the problem is that I can’t see all the ...
2
votes
1answer
165 views
How to correctly track the analytics when using iframe
In our main aspx page we have this analytics code
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-1301114-2']);
_gaq.push(['_setDomainName', ...
1
vote
1answer
81 views
Alternative to Google Analytics with A/B testing and PDF scheduling
Is there a hosted solution that competes with Google Analytics and has some of the heavy hitting features:
A/B testing with regression analysis
Conversion tracking
Funnels
Schedulable reports that ...
2
votes
1answer
125 views
Google Analytics + External Site Statistics Tracking in one application?
My company is a broker in the real estate industry. As such, we send a lot of our listings to sites like Trulia.com and Zillow.com, among others. These sites direct leads to our realtors, and provide ...
0
votes
2answers
121 views
Strange Google Analytics result when new site launched
I have a web site which is mainly contains a few pages, and now we revamp-ed a new site which contains several hundred pages.
We have Strange Google Analytics result, as follow:
Before:
Traffic ...
2
votes
1answer
324 views
How can I make Google Analytics understand URL encoding?
I have a page on my site that has the following URL:
solr?filters=type%3Aphoto (let's call this URL A)
Any link to this page on my site reads:
solr?filters=type%3Aphoto
The "%3A" is a URL encoded ...
2
votes
2answers
1k views
Analytics for Single Page JavaScript Webapps (Google Analytics?)
Can Google Analytics be used for tracking user behavior in a single page web application? I have used Google Analytics for typical websites but haven't used it for these type of web apps.
If not ...
4
votes
2answers
654 views
How does Google Analytics aggregate the Count of Visits (Frequency & Recency Report)?
Here's my simple understanding of Count of Visits:
Each person that comes to my site gets one "count" for each visit. They are put into a bucket of people with the same number of total counts -- if ...
1
vote
1answer
132 views
Goals are not registering in Google Analytics
I've had a site online for a few weeks, and Google Anylitics is working fine. Except Goals, which are not registering for some strange reason.
To be clear: visits to the site are being registered, ...
0
votes
1answer
177 views
Should I enable “Anonymously with Google and others” in Analytics to see my site in Website trends
I want my site to be appear in Website Trends. I have Google Analytics on my site, and my site is listed on Website Trends, but there is no data.
I have enabled (long time ago) the "With other Google ...
6
votes
4answers
504 views
How can I get stats for what 3rd-party sites have embedded our iframe widget?
Say we've produced a widget for other sites to use, like so:
<iframe src="http://example.com/whatever.php" frameBorder="0" width="200px" height="300px" scrolling="no"></iframe>
The ...
1
vote
1answer
226 views
Google Analytics: Tracking page time on site
Does anyone know how Google Analytics tracks how long a user has been on the site? When the user leaves the page that has analytic tracking code, won't the sending/receiving link be broken? How are ...
3
votes
2answers
362 views
Do multiple Google Analytics profiles share the same raw data?
I have two profiles under one web site in Google Analytics. The two profiles are essentially the same except one has defined parameters to exclude (e.g. id, page... etc) so that I could aggregate the ...
1
vote
1answer
68 views
Google Analytics unable to validate my site during setup
I had trouble setting up GA on one of my websites so I set up a very simple test environment with a new domain name and just a single page - the default page. Even in this simple environment I ...
3
votes
1answer
160 views
How do I track a goal path over multiple visits?
My sales cycle is measured in weeks. A typical user behavior pattern looks like this:
Finds the site via organic, cpc, or referral
Browses the content for awhile.
Returns a few days later, browses ...
5
votes
2answers
2k views
Using Google Analytics to establish busiest time of day
I am trying to find a way to establish my sites busiest hour, but when using the "hour of the day" metric, each seems to have a date specific code, rather than just a number from 0-23, as I would ...
1
vote
1answer
305 views
How do I reconcile my Google Analytics numbers with my Squarespace analytics?
According to Squarespace, in the last month I got Page Views 259, Unique Visitors 172, and Robot Hits 1,965. According to Google Analytics it was more like 346 page views, and 97 Uniques (no data on ...
