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

0
votes
1answer
76 views

Can I use google analytics in China

I'm working on an iOS app which has a majority of chinese users, and I'm planning to use google analytics in my app, but I'm not sure whether I can get accurate data, since I'm not sure whether it is ...
0
votes
1answer
28 views

Google analytics 2 not working in Adroid

I have Android project /supports all versions from api8/. Admob and Analytics work fine until I decided to migrate analytics to version 2/beta5/ and admob to 6.4.1. Now I see in LogCat that my ...
0
votes
0answers
16 views

Cross-Domain Tracking with Dynamic Destination Domain

I need to set up cross-domain tracking for a client. This is normally straight-forward as the destination domain is already specified within the action button. However, on submit the user is taken to ...
0
votes
2answers
48 views

Using Google Analytics - I want to determine which links in my navigation are useful

I am looking at the corporate site I manage, which has over 50 links in the navigation. I want to use analytics to determine if some of those links can be removed, and visitors can find those pages ...
0
votes
1answer
78 views

Google analytics event tracker not working. Is it simply going to take some time to show up or am i doing something wrong

@Override public void onClick(DialogInterface dialog, int whichButton) { // User clicked buy pro Tracker tracker = EasyTracker.getTracker(); ...
0
votes
0answers
87 views

Magento Google Analytics event tracking

In Magento I need to add codes for tracking the following events using Google Analytics: Unsuccessful 'Add to Cart'Unsuccessful Checkouts, Registrations, and Logins & SIte Searches with No ...
0
votes
0answers
13 views

Google Content Experiment - Data tracking issue

I am running a content experiment for one of my client. All the codes and attributes are placed properly. the experiment duration was for 14 days and 10% of the traffic was sent to experiment. For the ...
0
votes
1answer
18 views

how to track the user timings( start time and end time) for Silverlight application using google analytics…?

I have recently signed-up at Google Analytics and also new to same. I want to track the button click and user start time and end time using google analytics. I have also received following ...
0
votes
0answers
16 views

How to restart session/handle throttling in Google Analytics Android SDK V2?

I'd like to manually restart some sessions in the Android SDK so I can simulate some data in the Google Analytics framework. According to the sessions documentation and the tracker documenation, it ...
0
votes
1answer
15 views

Sharing visualizations and analysis with google-analytics?

How to have more than one user edit the same report? In google-analytics, there are many customizations available. Is it possible to reliably share these customizations so that several users on a ...
0
votes
0answers
7 views

How to do more with widgets in google-analytics?

Is there a good reference for how to do more with dashboard widgets in google-analytics? The limitations on visualizations are more strict than other available visualizations throughout ...
0
votes
0answers
23 views

Microsoft SQL Server Report Builder and Google Analytics

Is it possible to process Google Analytics data in MS SQL Server Report Builder? And if so, how?
-2
votes
0answers
22 views

Promoting a Post [closed]

I recently promoted a post for my company that reached 5,000 people on Facebook. In the following days I checked Google Analytics to see how much actual traffic it generated. The promoted post was ...
0
votes
2answers
44 views

Using Regexp for filter on Google Analytics report

My blog site looks like example.com/us/2012/05/01/blog-post-flowr example.com/us/2011/05/05/blog-post-trip-to-uganda example.com/us/2013/11/09/blog-post-thanks. I would like to filter all blog ...
0
votes
1answer
37 views

Android GoogleAnalytics2 not working

I'm not receiving any GoogleAnalytics meesage in LogCat. The only messages for analytics are: 05-16 13:09:18.148: W/GAV2(2110): Thread[GAThread,5,main]: Service unavailable (code=1), will retry. ...
0
votes
0answers
19 views

Google Anaytics get data from javascript through GA query

I am working on Google Anylytycs in .net and using google chart to display charts fetched from GA account into my website. i am using javascript to display charts from google api console and that all ...
0
votes
0answers
18 views

APIs to get most downloaded Files details from Google Analytics

We need to track the count of File Downloaded through Google Analytics. We found that, through below code we can track the file download : <a href="pdfs/my-file.pdf" onclick="var ...
0
votes
1answer
77 views

jQuery- call a function/method before submitting a form with js or jQuery

I am trying to call google analytics event tracking method before submitting a form on this page This is the code that I have now: $(function() { $('#findbooking input').each(function(){ ...
0
votes
2answers
63 views

Tracking internal users on wordpress

We have an internal WordPress site, and about 25 users. Our current Google analytics set-up will show us how many times a page has been visited, but because everyone comes from the same IP address it ...
4
votes
2answers
429 views

Android app crashes after SDK-tools update (NoClassDefFound, google analytics)

I just updated my android SDK tools to the newly released version (tools version 22, platform tools version 17) But now I'm encountering some problems while building my app. The app still launches, ...
0
votes
0answers
57 views

Javascript dynamic _setDomainName for subdomain tracking - google analytics

I am trying to create a js variable for use with Google Analytics _setDomainName(). I want to use a single code instance across all microsites via Google Tag Manager, however I can't test if this is ...
0
votes
0answers
19 views

How to get more bars in a bar graph on a dashboard widget in google-analytics?

Dashboard widgets seem to only allow 9 bars in bar graphs. I would like to use the bar graph to display a histogram -- but the 9 bars is an unfortunate limitation. Is there a way to increase the ...
0
votes
0answers
33 views

Why am I seeing HTTP status 407 from GoogleAnalyticsiOS_2.0beta4?

I have integrated GoogleAnalytics OS_2.0beta4 as per Google's documentation and am trying to capture analytics from the simulator. I am not able to see any data in the dashboard. The console shows ...
0
votes
1answer
25 views

How can I view discus comment text in google analytics?

I used rails to develop my website, and I've installed disqus and google analytics. I would like to be able to view the content of comments made via disqus in my google analytics dashboard. Is this ...
0
votes
1answer
54 views

Google Analytics - Track Event on Page Exit (Except form submission)

I'm using the following code to track when a user exits a page on my site: //track on page exit function storeData(){ _gaq.push(['_trackEvent', 'Application Form', 'exit-form_application_', '', ...
1
vote
1answer
41 views

503 Backend Error from Google Analytics v3

When I am trying to get analytics with ga:pageviews and ga:pagePath=~^/dr/ as a filter I am getting the following issue. (using Google Analytics API V3) Output: It should return all the urls from my ...
2
votes
2answers
66 views

Event Tracking data isnt showing in google analytics

I am facing really weird problem related to event tracking. We have implemented google analytics standard code and event tracking for one website and that site is uploaded on online version of test ...
0
votes
0answers
27 views

Please help me, conversion tracking script is not working for my Volusion store

I have used below conversion tracking script for our Volusion store www.featherstore.com and it's not for us but it's working fine for others, can anybody help me why it's not working <script ...
0
votes
1answer
62 views

How does Google Analytics tag users in Custom Variables?

We have an page that is shown inside a software tool we have. It's a sort of "starterpage" that shows up when you start it. Our software is available as Free, Pro, and Trial. I have set up my ...
0
votes
1answer
43 views

Google Analytics Event Tracking - Page Exit

I'm trying to track when a user exits the page using the code below but it doesn't seem to be firing the event: function storeData(){ _gaq.push(['_trackEvent', 'Application Form', ...
0
votes
0answers
106 views

Web request to 'https://accounts.google.com/o/oauth2/token' failed. No connection could be …target machine actively refused it 173.194.70.84:443

I am building application to fetch data via google analytics. For that purpose i have created Service account information from google API console and in my .net webform appliation successfully able to ...
2
votes
1answer
66 views

Why Google Analytics doesn't track all my events with _setcustomvar?

I'm using the following code _gaq.push(['_setCustomVar',1,'logged-in','administrator',1],['_trackPageview']); to track logged-in user levels on my site (running WordPress). Now my problem is that ...
0
votes
1answer
17 views

count pedestrians with Google Analytics

I'm developing software for coworking centre. Main task of that system is to track visitors and show how much they must pay. Also customer wants to have some kind of analytics. I should say that there ...
0
votes
1answer
39 views

Cross domain tracking - Wordpress & Google Analytics

Which is the best approach to automatically add the _link GA action to every outbound link that points to a certain domain? e.g. <a href="http://example.com/intro.html" ...
0
votes
0answers
21 views

How to render visualizations from customized reports into the dashboard as a widget?

When creating customized reports in google-analytics for an Android SDK app, the visualizations in customized reports give a different view into the data than is possible in visualizations in ...
2
votes
1answer
43 views

Individual visitor flow from Google Analytics API

Is it possible to get a visitor flow associated with a given ga:transactionId through the Google Analytics API? There's limited availability in ga:landingPagePath, ga:secondPagePath, ga:exitPagePath ...
0
votes
0answers
17 views

How do you reliably save views in a customized report in google-analytics?

When creating customized reports in google-analytics for an Android SDK app, the interface allows you to filter the data to get exactly the data that you want, but it refuses to save the ...
0
votes
1answer
69 views

How to extract engagement flow data using google analytics reporting api

I am building an Android app that uses Google Analytics to record various Events and Screens throughout the app. The Engagement Flow dashboard is quite striking but I'd like to export the data and ...
1
vote
0answers
31 views

using google analytic withing a REST api

We have a REST API, and would like to track its usage using Google Analytics. The webserver is built using PHP, and returns a JSON. The http headers are set to JSON. Any thoughts on how I could do ...
0
votes
0answers
34 views

Unique events are greater than total events

I'm having an issue with Unique Events and Total events. I don't really understand why unique events are greater than total events (image attached: ...
0
votes
0answers
64 views

Goals not working Google Analytics

I have the following url: http:// domain.com/subdirectory/ for my website. I have set goals in 3 different ways and none seems to work. 1- /subdirectory/goal.php 2- /goal.php 3- goal.php ...
0
votes
0answers
20 views

Several (entrance) unrecognized on my conversion funel

I've setup my goal to "/Confirmation" , and 3 steps: step1: /Availability step2: /Inscription step3: /Payment I don't understand why there is so much (entrance) in step 2,3 and 4 instead of visit ...
1
vote
1answer
24 views

JavaScript: reduce Google Analytics / Yandex.Metrica to referrer and screen size

I don't feel comfortable embedding an external JavaScript on my site to do all kinds of tracking that I don't actually need. What I do need is referrer and screen size, which cannot be accomplished ...
0
votes
0answers
31 views

How to find the medium and search keyword using referrer - Web Analytics?

I have taken the referrer using the document.referrer from DOM. I had found some of the parameters like(port, source, host, etc.) using parseUri funtion. Now how can I find out the medium and search ...
0
votes
2answers
68 views

Google Isn't Showing Data in my Paid Search Traffic Report

I've just recently noticed that Google isn't showing any data for my "Paid Search Traffic." I know for a fact that I should have data, since I've spent money on campaigns. There's also no data under ...
0
votes
1answer
45 views

Is Google Rendering Bad Tracking Codes?

I've gotten a lot of response saying that my Google tracking code was excessive in many ways, and I suspect that perhaps not all features are working. (There's certain metrics that aren't showing ...
0
votes
0answers
17 views

How and where do you add GA tracking ID info to an iframe snippet of code

How and where do I add my GA tracking ID info to an iframe snippet of code provided by an outside advertiser? The widget in being installed in right sidebar of every page. The vendor is willing to ...
0
votes
1answer
97 views

Add Google Analytics Click (event) tracking code to Javascript window.open

I have the following Javascript in my head : // Google Analytics code required for EventTracking <script type="text/javascript"> function trackOutboundLink(link, category, action) { try { ...
1
vote
0answers
67 views

Google Analytics filters not working properly with Tag Manager and multiple subdomains

So my issue is that I have multiple filtered subdomains in the same GA account with the proper "include only traffic to the hostname that contains subdomain.domain.com" filters. I even had a local ...
1
vote
2answers
211 views

Upgrading to Google Universal Analytics

I have been searching around to find out anything that needs to be taken into consideration when upgrading to Universal Analytics. I found this post: Google Analytics - Upgrading to Async Code He ...

1 3 4 5 6 7 79