The Wayback Machine - https://web.archive.org/web/20160831113352/http://stackoverflow.com/questions/tagged/google-analytics

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

4
votes
5answers
5k views

How to get google profile Id from tracking code?

I'm getting Google analytics using Google API. In order to get analytics I need to provide profile Id which looks like "ga:12345678". The problem is that user can have many profiles. Is it possible ...
0
votes
1answer
8 views

How to change data in Google Analytics

I have a big problem and cant find a solution. While working on a project I found some user credentials as GET- Parameters in the URL (some external programmers where sloppy). This should be removed (...
0
votes
0answers
8 views

Google Analytics protocol - attribute event to a different user

Scenario: User1 clicks on a google ad onto www.site.com. User1 creates an account and a shop on the website. User1 does some marketing, convinces Purchaser1 to visit the shop 4 months later(www.site....
15
votes
3answers
1k views

Tracking Facebook Mobile Ads with Google Analytics

I want to track the installs that I am getting from Facebook mobile ads using Google Analytics. To track the installs from this campaign, Google has provided me with a custom campaign URL appended ...
3
votes
0answers
19 views

Which Google analytics cocoapods pod to use

From the official documentation Google suggest to use the submodule from the Google pod pod 'Google/Analytics' But if you search on cocoapods.org there is separate pod maintained by Google as well, ...
-1
votes
0answers
5 views

Google Adword Keywords tracking

I want to track the keywords by which the visitors came to the site. I am running paid campaign but I am using so many keywords to get the visitors. I want to track by which keyword the users has ...
-3
votes
0answers
15 views

Google Short Links [on hold]

We are thinking about creating a blog at our website, and at first we would just put links directy like https://www.cooper.dk, but when using Google Short Links, like this: goo.gl/aovWjV, then you ...
0
votes
2answers
744 views

Google Analytics - Tracking different links that point to same URL

If I have 3 links on a page that point to the same URL, Google Analytics doesn't seem to differentiate between them. It will tell me the overall percentage of clicks to that URL but not the ...
1
vote
1answer
16 views

Minimizing tracking code

I'm using Google Analytics for my app to track user activity. I need to track each VC and every time I should paste something like id<GAITracker> tracker = [[GAI sharedInstance] defaultTracker]...
0
votes
1answer
12 views

Google Analytics Unity throws ClassNotFound since upgrade to play-services-analytics-9.4.0.aar

Google Analytics V4 was working well in my Unity project linking with play-services-analytics-8.4.0.aar. I've now upgraded to the latest Play Services including play-services-analytics-9.4.0.aar. I ...
0
votes
1answer
22 views

Rails 5: How can I get Google Analytics to work?

I tried to install google analytics on a Rails 5 website adding the Google Analytics Tracking Script created by Jonathon Wolfe and provided on Nick Reed’s Turbolinks Compatibility site. I replaced ...
0
votes
0answers
11 views

How can I send data from Parse backend and display it in Google Analytics?

How can I send a value from Parse that is linked to a UserId in GA and view it there under the User who created it? My Parse backend stores various data values that I want to integrate with GA values....
0
votes
3answers
33 views

how to track traffic across n domains with Google Analytics

Example: I have 3 sites, a.com, b.com, and c.com. How can I keep track of the traffic that starts out at a.com and ends up at c.com, using Tag Manager and Universal Analytics? I know that using ...
0
votes
1answer
26 views

Google Analytics not generating Configuration file, Firebase clash

Initially, I have included Firebase and it's analytics to my project. It worked well, but after realising Firebase anlytics doesn't have real-time data and other features compared to Google analytics, ...
0
votes
1answer
23 views

Analytics Site Speed Sample Rate

I'm tracking traffic on my site, more or less about 100 visit for day, but the siteSpeed shows something every 3/4 days. I have already put this code in my header.php: <script type="text/...
0
votes
1answer
43 views

Getting percentage of Inactive users via Firebase analytics

I'm working on Firebase analytics for my app so the following question is in the same context - Does firebase have a concept of "retained user, who did not open the app but had app on device" ? If so, ...
0
votes
1answer
21 views

Google Analytics and Google Tag Manager Cookies

Quick question; if for some reason a site has GTM and GA 'installed' and pushing to the same GA account, do they use the same cookies?
4
votes
2answers
7k views

Getting Specific iOS Device Names from Google Analytics for iOS v2

I've integrated the Google Analytics for iOS library into my application, and in general it's working. I see results on the web dashboard, but ... every iPad is reported as "Apple iPad" and that's ...
0
votes
0answers
14 views

Google analytics for Android: Events are sent for delivery but not displayed in google console

I have Google Analytics(v4) integrated in my application. Everything is working fine except event logging in the google console, some events are being displayed but some not. In the debug information ...
0
votes
1answer
24 views

How do I implement Laravel Analytics with Chart.js

Hi guys I am busy building a dashboard for my website and I want to add a chart that shows the sessions for the last 7 days. I have already setup my service account and I am receiving the data. Here ...
-1
votes
3answers
596 views

Google analytics show different visits count than Blogger stats count

I have installed Google Analytics tracking code in my blogger blog. Bloggers own stats show one count and Google analytics tracking shows different count. Blogger stats always shows higher visit count ...
0
votes
0answers
9 views

Issues w/ implementing content A/B-testing (browser-only) using GTM and GA

I followed the directions as per https://developers.google.com/analytics/solutions/experiments-client-side for two separate pages: the homepage and another main item. On these pages I just want to ...
3
votes
2answers
351 views

Group by language in google analytics

I would like to see the data on Demographic -> Language grid grouped by ISO 3316 language, without differences between the (optional) ISO639 country code national variant. For example, instead of ...
6
votes
6answers
6k views

Tracking offline event with Google Analytics

I tried to track user activity in my site such as click or mouse over and different kind of events.... Is there any solution to track events even when users are working offline... Can I store them in ...
16
votes
2answers
330 views

How to correctly use and track App-invites?

Background Google allows to perform app-invites and also track how well they improve your app installations: https://www.youtube.com/watch?v=UfdCNYXMC9M The problem I made a simple app invite, and ...
1
vote
3answers
1k views

tracking href click with angular.js and google analytics

I have a web application which lets users download files. I dynamically generate the a href="xx" links. I've already seen this article explaining how to track routes with Angular: http://www....
0
votes
0answers
16 views

Developer account email access

I'm not quite sure that this is the right place to ask my question, but I've searched all over and haven't been able to figure out my problem. Google Support told me to post in ththe AdWords API forum,...
0
votes
1answer
37 views

Google Analytics API Embed Not Populating Data

I am working with the Google Analytics API for Javascript embeds. I am working on a local server (XAMPP). I can authenticate, or login to the service. However, none of the div content (or actual data) ...
0
votes
0answers
13 views

Javascript embed for Google Analytics not populating data after log in

I am working with the Google Analytics API for Javascript embeds. I am working on a local server (XAMPP). I can authenticate, or login to the service. It will show that my account has been ...
-1
votes
1answer
39 views

What's the difference between api key, client id and service account?

I needed to access a Google's service, i.e. Google Analytics, from my Symfony 2 application, so I had to use the Google api client (version 2). Before accessing Google Analytics' info, I had to create ...
1
vote
0answers
70 views

Google Analytics Server-side Authorization Tokey Expiry

I'm creating an admin dashboard and would like to display charts from Google Analytics. To do this, I've followed the steps for Server-side authorization found here. Up until the end of this example,...
1
vote
1answer
29 views

Visit flow in Google Analytics

We're trying to study the behaviour of users before a transaction by analyzing the visit flow, via Google Analytics API. We've found two limitations when ordering pages: API has no an analogous to ...
0
votes
1answer
27 views

Google Traffic decreases when traffic refer com.google.android.googlequicksearchbox

I have searched all over web, but not get correct answer. I am working on blogspot.com hosted website it means blogger. come to the actual topic MY site traffic comes referring site com.google.android....
1
vote
2answers
57 views

Firebase Analytics + GoogleTagManager Failure to convert a map's value to object: NULL

I'm using GoogleTagManager to post Firebase events and screen views to Google Analytics. Everything is set to version 9.4.0 in build.gradle. I had a working GTM configuration and changed only a few ...
1
vote
1answer
21 views

Is there any way to migrate a full GTM setup from a normal site to a SPA?

I am horrified of having to redo all the work did in Google's GTM in backbone events :) I see for angular there are some helpers that allow analytics and trackers to work in a SPA, but even that ...
-1
votes
0answers
30 views

Null values return when using Spatie/Laravel-Analytics Package

I am using spatie/laravel-analytics Package for my application. The value in $response['rows'] arrives null value. How can i solve this ?
1
vote
0answers
30 views

Your project does not have access to this feature (403)

I have receive the mail from google like Great news! We’ve received your request to join the Google Analytics Account Setup and Configuration APIs Beta and your project has been whitelisted ...
0
votes
3answers
22 views

Is the pingdom uptime monitor increasing my GA bounce rate

I've been looking at my Google analytics account and noticed a surge in the bounce rate. Is it possible the PINGDOM uptime monitor is causing this increase? There seems to be a correlation between the ...
-2
votes
1answer
19 views

How to validate google analytics tracking (events, page tracking) in android apps?

Please help me in how i can validate/debug the google analytics tracking like custom events, page variables sent to Google analytics? I used chrome web debugging but i was able to debug the web ...
-1
votes
1answer
2k views

Google Analytics API Automated Login

I have this panel that i'm developing at my company where i will show the user's information from Google Analytics but i don't want the user to authorize or log in with his account every time he comes ...
2
votes
2answers
32 views

Does Google Analytics demographics functionality work for mobile devices?

I've been trying to implement the demographics functionality for Google Analytics on Android and iOS. First, I'm trying with Android. The rest of GA functionality is working properly on my app. I ...
0
votes
0answers
14 views

alebianco's ANE-Google-Analytics doesn't work with actionscript

I want to use alebianco's version of google analytic api for action script. (here) I downloaded the code from this address and I added this directory to my as3 project: ANE-Google-Analytics-master\...
2
votes
1answer
105 views

Angulartics : GA events tracking not working

Summary : I implemented Angulartics and the angulartics-google-analytics Vendor Plugin in my angular application as per the angulartics official documentation. Real time page views tracked properly ...
1
vote
1answer
38 views

Content Security Policy and Google Analytics without unsafe-inline?

Currently, my CSP config in Apache looks like that: Header set Content-Security-Policy "default-src 'self' 'unsafe-inline' https:" I'd like to remove the unsafe-inline directive to improve my site'...
0
votes
1answer
35 views

add Google analytics to jekyll blog

As far as I understand, jekyll new from 3.2.1 doesn't create _layout, _include and everything like that, so that it only states theme: minima and all includes and layouts are encapsulated in the theme ...
1
vote
2answers
174 views

Issue running ga.read_ga from iPython

I've run into issues running code from iPython notebook. This is the code ran: import pandas.io.ga as ga import gflags df = ga.read_ga(['visits', 'avgTimeOnSite'], ...
0
votes
1answer
53 views

Pandas / Google Analytics API authentication attempt throws me a weird python error

During my pandas/Google Analytics API setup, I basically did everything as described in this link: http://blog.yhathq.com/posts/pandas-google-analytics.html The client_secrets.json is in the pandas/...
0
votes
1answer
139 views

cannot get python pandas google analytics connection to work

I am trying to run this very basic code (found at http://pandas.pydata.org/pandas-docs/stable/remote_data.html#remote-data-ga): import pandas.io.ga as ga ga.read_ga( account_id = "...
-1
votes
0answers
19 views

Calculating the amount of offline Android app users

I would like to get a good estimate of the amount of users using my Android app without an internet connection. Are there any standard solutions to this problem? I'm currently using Google Analytics.
5
votes
4answers
2k views

After implementing Google Analytics according to documentation, I am getting an Use Of Unresolved Identifier 'GGLContext' Error

I have implemented the Google Mobile Analytics according to steps outlined on the Google Documentation Page. I have added the pod, I have the bridging header in place, I have downloaded the ...