For questions related to analytics methods and tools.

learn more… | top users | synonyms

1
vote
1answer
510 views

Can't get Event Tracking To Work

I'm trying to get an event to be tracked (user registration) as a goal. I DON'T want it to be tracked by an onclick, I want it to be tracked once a PHP event is finished. Here is my code: if(USER ...
2
votes
3answers
281 views

How to reverse engineer the SEO on a website?

I have read this question. My question is a bit different from it. I want to know how can I reverse engineer another website that is ranking the best for some keywords. For example some website called ...
5
votes
1answer
722 views

Does Google still have benchmarking report?

I have been looking for Google benchmarking reports for a while, still cannot find it. Is it still available?
0
votes
1answer
478 views

Easy way to do roll up reporting in Google Analytics?

Is there an easy way to do roll up reporting in Google Analytics when you have multiple domains and each has at least 2 subdomains?
2
votes
4answers
2k views

Multiple domains but one report in Google Analytics?

I'd like to generate a report for a dozen or so websites with different domains. Example: myfirstsite.com acoolsite.com brandsite.com etc etc I am obviously able to generate reports for each URL, ...
1
vote
1answer
92 views

How To Track “Similar Product/Page” Links In Internal Site

So I just created a new widget that would show up in a product page in my site. This widget will show several products similar to the product that is displayed in the current page. The purpose is to ...
6
votes
2answers
759 views

Adding a calculated metric to a custom report in Google Analytics

Is there a way to display a calculated field in a custom report, for example I want to display the value of (event X / event Y) over time? (including average event value, total events, etc.)
2
votes
1answer
359 views

Google Analytics Funnel Step Regular Expression Not Working

The first step in a funnel is going to have a dynamic ending fragment. Examples: http://mysite.com/invite/tickle-party http://mysite.com/invite/pajama-party http://mysite.com/invite/puppy-party To ...
2
votes
1answer
90 views

Infrastructure to effectively set up experiements and learn from them

My website is in the early stages of creating our first product, a place on the web, where one can ask lawyers questions at a fraction of their normal costs. I got inspired by this video, which is ...
4
votes
3answers
105 views

How can I determine the trending pages on my site?

I'm looking to see what the "hot" pages are on one of my sites. I want to see for various timeframes, what the top-50 pages are. I'm only concerned with the current month's data. I'm going to create ...
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
171 views

Obtaining visitor stats without traffic monitoring software

A client would like me to obtain visitor stats for his website, but does not have any traffic monitoring software installed. So I'm wondering if it's even possible. The site is hosted on Heroku, so ...
1
vote
1answer
98 views

How can I track hits to areas of my web application?

We have a growing web application, and we currently use Google Analytics and Chartbeat to track usage and engagement (although we're open to alternatives). Unfortunately, both are geared towards ...
6
votes
1answer
141 views

How do I get social engagement data in Google Analytics?

There's a Social Report under the Audience section. However it shows that none of our visitors are socially engaged. Searching the Google Analytics Help Centre for "social" or "engagement" doesn't ...
4
votes
2answers
656 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 ...
3
votes
2answers
95 views

Does watching a long video affect bounce rate?

I'm assuming the following things are a "bounce": Clicking on a link to a page on a different web site Closing an open window or tab Typing a new URL Clicking the "Back" button to leave the site ...
3
votes
1answer
584 views

Will adding “www.” to my domain setting in Google Analytics impact already collected data?

I have a profile in Google Analytics (GA) that has been collecting data for a year. The domain setting in GA is "http://example.com". The site, however, will redirect any non-www request, to ...
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, ...
2
votes
1answer
222 views

Google analytics event tracking doesn't show the related revenue

We're tracking clicks on certain banners on a site using synchroneous tracking: var pageTracker = _gat._getTracker(\''+ ga_acc_code +'\'); pageTracker._trackEvent(\'click_1\', \'Home\', \'%title%\'); ...
5
votes
1answer
481 views

Text limit on analytics event code

I am just about to add the event code a button that downloads the pdf. Event code fields: _trackEvent(category, action, opt_label, opt_value, opt_noninteraction) Example of event code: ...
1
vote
0answers
22 views

Help! Google analytics removed and don't know why [duplicate]

Possible Duplicate: My site disappeared from Google search, how long does it take to get back? I got this message: Google Analytics web property: link has been removed from ...
4
votes
6answers
7k views

How can # of unique visitors be more than # of visits?

I am confused as heck. When looking at a few individual pages, I am seeing weird results I hope someone can help explain. I am doing manual standard reports, and not creating or using a widget. For ...
1
vote
3answers
88 views

How to determine size of website compared to others?

How does one determine the size of a website compared to others? So if I know the approximate number of visitors per month and per day - is there some metric that can tell me the size of a website ...
6
votes
1answer
114 views

window.performance (Navigation Timing) - how to get this reported in “analytics way”

I have recently learned about window.performance that seems a great way to measure webapp performance using real client traffic. Is there any analytics service that is built on top of this and allows ...
0
votes
0answers
46 views

Tracking website hits from 3rd party mobile app

Our business has ads on the local news channels website and mobile app. I was wondering if anyone knew of a way to track if a visitor came to your website from a 3rd party app?
2
votes
1answer
713 views

Setting up funnel URLs with regular expressions

I'm trying to set up Google Analytics to track my e-commerce checkout page. The URLs in the process are as follows: /checkout/[order number] /checkout/[order number]/your_details /checkout/[order ...
3
votes
2answers
354 views

clicktale.com alternative that works with https and ajax

I need to record user's actions on site for analytics purposes. The way clicktale.com doing it is just fine. But unfortunately it have problems with working over https and recording ajax events. Is ...
1
vote
1answer
125 views

Are WebTrends query Dimensions & Measures fixed for a report?

In viewing a report in WebTrends, I am limited to one dimension if I try to write a query. When looking at the Countries report, I see the geographical data I want, but I also want to look at what ...
6
votes
4answers
505 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
92 views

Google Analytics-like product with the ability to push my own data

we are looking for a google analytics-like product but we would like to have the ability to push our own data and analyze them. For instance, we work a lot with affiliates where a visitors visit our ...
5
votes
2answers
215 views

Employee had analytics under his personal gmail, no longer with company

A former employee had Google Analytics for multiple websites setup under his personal gmail account. We suspect that he (upon being let go) removed/disassociated those analytics websites from his ...
1
vote
1answer
229 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 ...
2
votes
3answers
767 views

How can I tell how many iOS 3 users are accessing my website?

I would like to know how many iOS 3.2 (and presumably below) users are accessing my website. The reason is because iOS 3.2 had a maximum cache limit of around 25.6k, and files larger than this size ...
4
votes
3answers
505 views

Self-hosted URL shorteners with built-in statistics?

I'm looking for self-hosted URL shortener scripts and projects (e.g. YOURLs) that track traffic sources, locations and other statistics. I need one with a solid API and JSON support. Any suggestions?
1
vote
2answers
503 views

Huge increase in direct load homepage traffic and bounce rate, causes?

Over the holiday shopping period our website saw a huge increase in direct load traffic directly on the homepage (from 2mil to 8-9mil hits) and the bounce rate went through the roof on that page ...
3
votes
1answer
55 views

Google Analytics: Enabled 'Track site search results' , where do I see list with search queries

I enabled 'Track site search results' on Google Analytics and put also the queryparameter. Now my question is, where can I simply look at the list that is gathered with all the searches that are done ...
7
votes
2answers
2k views

Google Analytics: Why is Avg Time on Site lower than Avg time on Page?

I have the following Custom Report set up in Google Analytics: Metrics: Avg Time on Page Avg Time on Site Dimensions: Page So a report looks like this: Page Avg Time on ...
1
vote
2answers
65 views

Google Analytics - two visitors between August 13th and September 12th

So I was recently given access to our Google Analytics, and it appears like we only had TWO visitors between August 13th and September 12th... this is for a site that typically has between several ...
4
votes
5answers
450 views

Tool for clickstream anlyzing of Apache logs?

Are there any good tools to analyze the clickstream of individual users in Apache web server logs? For example, I'd like to be able to click on a visitors IP address and see all pages the user ...
1
vote
1answer
58 views

Website analytic software compliance

I need to find a program which can crawl a site and show what various search engine spiders will parse (or not parse) and use for information. What we are looking to do is have a program go through ...
1
vote
2answers
59 views

Analytics Tracking and SEO

I'm using piwik on some of my websites and recently switched from google analytics. I find most of the stuff same on both analytics. But i always had this question in mind that what am i supposed to ...
6
votes
3answers
1k views

Recording custom variables to identify individual users with Google Analytics

I have been asked by our marketing department to add Google Analytics custom variable tracking to my company's website. As the website uses server side includes, modifications to the tracking tag roll ...
2
votes
2answers
128 views

Sites & Tools for comparing domains

What are some good tools or websites for comparing websites traffic, SEO, and other factors site owners might want to know about their competition.
3
votes
2answers
55 views

Handling Page View for Images Site

I want to know how sites like stackoverflow.com or imgur.com manage the page views of their article. i.e. once i view it and then no matter how many times i refresh it.. the page view count won't ...
2
votes
2answers
130 views

How can I obtain click data to sort a list of URLs?

If you had a list of URLs and you wanted to show which of them was more important than the others (by click-through), how would you gain the number of clicks for a given link so that you could sort ...
1
vote
0answers
204 views

KPI's to measure online brand image

A company is going to launch an event and a series of online related content that will be published on it's website and promoted online and offline to it's customers and leads. The event will last for ...
6
votes
1answer
119 views

Good tools to measure a page’s usefulness?

I'd like to add a "Was this page useful?" part at the end of multiple pages for visitors to rate the page and leave feedback. I could program this myself, store the data and make the reports that my ...
2
votes
1answer
544 views

Implementing Google Analytics through GoDaddy/Website Tonight

Is there a way to implement Analytics with GoDaddy's "Website Tonight?" Obviously GoDaddy wants you to sell you their analytics package, but this is what the client wants. I don't see any way to ...
1
vote
1answer
56 views

Metrics on Potential Website Overhaul

We are considering a drastic overhaul of our 5+ year old site - UI, structure, content, SEO, backend, etc. We are not ecommerce, we generate leads for a high cost product. We're aware of the obvious ...
5
votes
3answers
2k views

Exporting Google Analytics Data

I want to export all of my Google Analytics data to Excel for a weekly report. I will need to re-export the data every week so the process needs to be maintainable. What is the best way to just get ...