Google Analytics is a free web analytics solution provided by Google, featuring several client-side APIs, as well as REST APIs for Data Export and for Management.

learn more… | top users | synonyms

2
votes
1answer
97 views

Google Analytics Experiment — How to test shopping cart

We have: GET landing.html (then select a production) POST cart1.php (then select options) POST cart2.php (then enter billing info) POST cart3.php (will process payment and then ...
0
votes
3answers
56 views

google analytics for wordpress

I have a problem in Google Analytics and I don't know what is missing in it. I added the script file to my WordPress website header like this one: <script type="text/javascript"> var _gaq = ...
2
votes
1answer
38 views

Google Analytics ID web/mobile app exchange possible?

If I have a website with Google Analytics ID UA-xxxx, and now I want to develop an iOS app related to my site, can I use the same id UA-xxxx or do I have to create a new ad-hoc one?
1
vote
2answers
40 views

Tracking visitors' choices with Google Analytics

I have been asked to make it possible to track visitors' choices in a 10-step product mockup generator in order to find out which options are most popular. All we really need is to be able to compare ...
3
votes
2answers
150 views

Proper Google Analytics setup for AJAX heavy page?

Lets say I have a website with a few pages. The purpose of each of those pages is to display live statistics for a real world event (for example, sports scores). Every 60 seconds, an Ajax call is made ...
2
votes
1answer
72 views

Import and edit AdWords cost data

I am trying to follow the instructions at this Analytics help page, and I cannot find the "Apply cost sources" box required in step 7. Has this been moved? Is it still necessary to link my Analytics ...
3
votes
2answers
75 views

Analytics - Total events divided by number of unique pages?

I am using Google Analytics events to track keywords on my articles - not necessarily the best system I know but there are too many for variables I can't easily change it right now - and I would like ...
1
vote
0answers
33 views

How do I select last event value of the day in Google Analytic

I'm trying to select last event value of the day in Google Analytics. The problem is that Event Value column shows the sum of all events of the specific date, but I would like to see only the last ...
1
vote
4answers
205 views

Google analytics data is contradictory

For this post http://mytabletguru.com/forgot-password-pattern-unlock-of-android-tablet/ I am two different report. 1) When I see the Content -> Site Content -> Landing page, then it has following ...
1
vote
0answers
22 views

Google Analytics - report with unrelated dimensions?

It is possible to include two unrelated dimensions in a report? For example I would like to do: <Filter: completed goal 1> <(AND) Filter: referral traffic> ...
4
votes
0answers
101 views

More than 5 custom variables across multiple websites using Google Analytics

We have multiple websites using the same Google Analytics account number so we can track visitors across multiple websites. One of these websites has set 5 custom variables. We want to introduce a new ...
0
votes
1answer
90 views

Google E-Commerce tracking not working

I got 9 successful transaction but I can see only 2 in google analytics. I do redirect to https while I get payment that I doubt about it may cause but not really sure while e-commerce tracking ...
3
votes
1answer
93 views

Is it legal for a developer to claim ownership of a clients' analytics data? [closed]

We are working with a client who is having his analytics data held hostage by his previous developers. They are claiming that their contract states that they own the data, but I'm wondering if showing ...
1
vote
1answer
57 views

What kind of web traffic doesn't show up in Google Analytics?

We are advertising through a display ad network, and found that the traffic they claimed to be sending to our website wasn't showing up through Google Analytics. As an experiment, we set up a test ...
1
vote
0answers
20 views

How can I create a Google Analytics report to show Date-Network source-Keyword-Traffic Source?

I want to do a report that looks at data for a week with the following columns: Date-Network source-Keyword-Traffic Source But no matter what I do, I cannot get all of that. I can get Network ...
0
votes
1answer
131 views

How to set up Google DFP (DoubleClick for Publishers) for a site?

I have a website and I have an AdSense account as well. I have integrated AdSense and ads are also getting displayed (480 x 60). Somewhere I read that I can manage the ads that are being shown in my ...
2
votes
1answer
82 views

Google Analytics: Disable tracking for country/region

I'm using google analytics on a small business website from germany. Today i noticed 86 visitors from Palo Alto on a Sunday. No matter where they come from and why there are visiting the site, they ...
1
vote
1answer
151 views

Run Google Analytics reports across multiple accounts / properties

So I have a single login for Google Analytics that tracks multiple accounts with multiple properties as so. Account 1 Property A Property B Property C Property D Account 2 Property E Property F ...
1
vote
1answer
102 views

Does Link Target using “Blank” cause increased bounce rate in analytics report?

I am just wondering whether it is so and when I should use target="_blank" and when not? I used to use target="_blank" for most of the links of my site and in few places on net, I found people talking ...
1
vote
1answer
63 views

Google Analytics Kiosk: URL that compares current month to last, and is permalink

We have a kiosk that runs all the time. We display the overview report with this month vs last month comparison. But I have to come in and refresh the page and reset the period every day. Is there ...
1
vote
0answers
21 views

Google Analytics and multiple sites with combined stats [duplicate]

I have about 40 sites (similar structure just different verticals/content). Example: site1.com site2.com Is it possible to see the stats of all sites within one property? I was thinking of doing ...
1
vote
0answers
46 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 ...
0
votes
0answers
48 views

All traffic to my site is now zero in the last week [closed]

The site used to get 50-100 visits per day. As of the 5th of Feb, all traffic has dropped to zero (including referrals and direct traffic). Not even one visit! Webmaster Tools says there have been no ...
0
votes
2answers
35 views

Tracking between blog and webshop on same domain

I have a webshop (Magento) on mysite.com. I have a blog (wordpress.org) setup on mysite.com/blog My goal is to setup tracking in such a way that I can see data for the blog and separate data for the ...
2
votes
3answers
181 views

Why are URLs with my domain name at the end showing up in analytics?

I have a multi-language WordPress site that has been live since the last 3 months and today when I checked Analytics, I saw a lot of weird URLs: ...
3
votes
1answer
246 views

Google Analytics Event Tracking. When is too much?

I have been given a project document that outlines a huge amount of event tracking through Google Analytics. It has things like: Carousel navigation events jQuery tab clicks Random link clicks Menu ...
2
votes
1answer
54 views

How to track events or e-commerce sales that occur later using Google Analytics?

Here's my problem: I have a static site with Google Analytics tracking code. To buy one of my services, users call me, and when their order is ready (many days later), I send them an e-mail link to ...
1
vote
0answers
38 views

Using Google Analytics to Track Stats Only for Visitors (Not Visits) Who Converted

I'm having trouble setting up the right Google Analytics reporting for my website. I want to know the "Total Visits", "Pages / Visit", and "Avg. Time on Site" (I'll call these "stats" from now on) ...
4
votes
2answers
94 views

How much traffic isn't reported by Google Analytics?

We keep finding inconsistencies between data in Analytics and the reports we get from other sources. In general, we notice about 40% less pageviews in Analytics than elsewhere: Correlating number of ...
1
vote
1answer
51 views

Google Analytics Filters not removing traffic from other domain

We have a frustrating problem where someone copied our site code including our Google Analytics code. So we are getting stats logged from their site which is very frustrating. I have setup 4 Filters, ...
2
votes
2answers
71 views

Tracking multiple domains under subdomain

I need to setup a Google Analytics code for one website with multiple domains, but they are in form of subdomain.**foo**.com subdomain.**bar**.com Subdomain is the same (it doesn't really matter ...
2
votes
2answers
67 views

How can I distinguish between two files with the same name in Google Analytics?

I've got two index.html files for different subdomains (www. and gametimer.smartersoftware.de). I have enabled sub-domain tracking in Google Analytics and posted the corresponding script. However, I ...
1
vote
1answer
56 views

Why would Unique Visitors and Unique Visitors (All Visits) be different in Google Analytics?

The Unique Visitors metric on the Google Analytics home dashboard is showing different values to when 'All Visitors' is selected as an advanced segment of Unique Visitors. My understanding is that ...
2
votes
2answers
142 views

Google Analytics: Track user from opening email to following link to finishing form

We track the opening of our marketing emails by using the utm.gif image which works well. But, we would like to see how many users go from opening the email, to clicking a link within the email and ...
1
vote
0answers
42 views

Defining pages by custom variable, reporting to Google Analytics

Does anyone know how I could add some information to my page (whether in a meta tag or some other way) to indicate to Google Analytics that a page is targeted to a certain segment? This is pretty ...
2
votes
0answers
97 views

Google Analytics cookie across SagePay checkout

We use SagePay's Server integration for our online payments. We use Google Analytics to track activity on our website and Google Ecommerce tracking to log transactions. In Google Analytics, under the ...
2
votes
1answer
77 views

Google Analytics traffic sources shows 538 visits with 0 pages / visit

I'm looking at my Google Analytic traffic sources report, along with the 'landing page' secondary dimension. Under the source '(direct)/(none)' there's a landing page called '(not set)' which has 538 ...
2
votes
1answer
75 views

Best practice for Google Analytics on a mobile site

I have a new mobile site which sites on m., m.example.com What is the best method for integrating it's Google Analytics data with the existing data I have. I want them together so I can easily see ...
1
vote
1answer
37 views

Google Analytics - include filter not working

I just added an include filter this morning in my domain (test.org). I have: Custom Filter > Include > Request URI > ^/test-a/46212$|^/test-a/46212|^/test-a/46315 Now after I go to Content > Site ...
0
votes
1answer
155 views

Visits-PageViews-Bounce Rate-New Visitors-Visit Duration (Google Analytics), which one is top priority for seo?

This is the case: My site is getting a lot of trafic from an image (a company logo image) because this image is ranked 1.st in google search results for a company's title. (I have no idea how that ...
1
vote
0answers
21 views

Google Analytics track transfer to sister site as not an “exit”?

I have two domains (i.e. example.com and foobar.com) and I have separate Google analytics properties for the two domains, but since I own the two (and they link to each other), I would like to know ...
1
vote
2answers
83 views

Cumulative visit by hours in Google Analytics

I am tring to compare 2 different days hour by hour, (but cumulatively) For example comparing the total visitor count by 12 o'clock today, with yesterday. How can I find out what was the total count ...
0
votes
0answers
48 views

Google Analytics: Accounts, Properties and Profiles

When working with Google Analytics it seems that groups of properties can be defined using accounts, and groups of profiles per property. Though there seems to be some overlap and I would like to know ...
3
votes
1answer
137 views

Changing default date range in Google Analyics?

Is there a way to change the default date range of 31 days in GA? After changing it and clicking apply, only the current report changes? Next time I use GA, 31 days again??? Here is documentation ...
1
vote
0answers
18 views

In Google Analytics's social reports, how can I look at the opt_target parameter used by _trackSocial?

After implementing social interactions tracking using _trackSocial, how do I look at the opt_target parameter in my reports? I can only seem to drill down to social source and action. For example, I'm ...
0
votes
1answer
113 views

What is the correct way to track carousel click through using Google Analytics?

I have a simple carousel with multiple slides on our home page, and I want to use Google Analytics to track how effective each slide is. What is the correct way to do this in GA? I could use: ...
1
vote
1answer
122 views

Will Google's decision to encrypt all searches from Chrome mean that we lose all keyword data in Google Analytics?

Context. At the end of 2011 Google announced that they would start encrypting searches for logged in users. What does this mean for sites that receive clicks from Google search results? When you ...
2
votes
0answers
48 views

Find visitors to multiple subdomains on single visit with Google Analytics

I'm working on a site that has quite the backlog of Google Analytics data for their site network. One of our big questions is whether people enter on one site and move to another (and if so, of ...
1
vote
2answers
93 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 ...
0
votes
0answers
60 views

AdSense ad requests vs Analytics page views not matching - what's going on?

On one of our recently-launched sites, I see that the AdSense ad requests is around 12,000, yet the max page views I have seen in Analytics is roughly 40 page views. Obviously there's something going ...

1 2 3 4 5 16