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
0answers
5 views

Total users on google play developer console and google analytics show wide difference

I am using google analytics in my android app. I found that the Total installs by user on google play developer console and the 'Users' shown in Overview option inside the Audience menu on google ...
0
votes
1answer
15 views

How to implement and test Firebase Analytics in a React-Native project?

I have learned from reading that Firebase officially support react-native. https://firebase.googleblog.com/2016/01/the-beginners-guide-to-react-native-and_84.html I have followed the above link and ...
-1
votes
0answers
7 views

google analytics behavior flow multi-language website

I've developed a wordpress multi-language website for a customer using the WPML plugin. The customer decided to use the "subfolder" strategy for the language management (www.example.com/en/, (www....
0
votes
1answer
40 views

Google Analytics code is on my site, but invisible

On my website ( https://www.smilinggardener.com/ ), the Google Analytics tracking code isn't visible in the page source code, and Google Search Console can't see it in order to verify my site. Yet ...
1
vote
1answer
16 views

Google api analytics : error listManagementAccounts in HelloAnalytics.php

I am trying to use this code <?php error_reporting(E_ALL); ini_set("display_errors", 1); // Load the Google API PHP Client Library. require_once __DIR__ . '/vendor/autoload.php'; $analytics = ...
0
votes
0answers
12 views

Using Google Analytics and Firebase crash report at the same time, how do I keep two copy of GoogleService-Info.plist in an iOS project

Dear Fellow Developers In my iOS project, I have been using Google Analytics. Recently, I am implementing Firebase Cloud Messaging, Analytics, Crash Report. The project has one target, with Debug ...
0
votes
0answers
17 views

angularjs [$injector:modulerr] when added angulartics the app doesn't open in firefox, but OK in chrome

I added the angulartics to my app and it runs fine on chrome but doesn't load at all on firefox. Do you know where the problem is coming from? here is my app module: angular.module("my-App", [ '...
0
votes
0answers
5 views

How to filter Funnel by PID?

How can I narrow it down to PID in one of the funnels, or flows. Is it possible? I tried to put PID in funnel steps URLs but GA don't recognize PID in URLs. Am I right? Do you have another solution?
0
votes
0answers
9 views

Why can't I import the Tracker class as is done in the Google Analytics Android example code?

I'm trying to follow the instructions laid out in the Google Analytics tutorial exactly. The code in question comes from: package com.google.samples.quickstart.analytics; import android.app....
0
votes
1answer
19 views
+100

Permissions error with Google Analytics API and VB.net

Here's what I'm trying to do: I'm trying to generate an access token on the server side that will serve to authenticate a user as in this example: https://ga-dev-tools.appspot.com/embed-api/server-...
1
vote
0answers
15 views

How is a mobile session defined in Google Analytics?

I have 2 apps..Android and iOS and there are discrepancies between iOS and Android metric Avg Session Duration Android - 0:53 min iOS - 10:40 min And Screen/Session metric is different too. Android ...
0
votes
0answers
7 views

Desktop Intel users on mobile platform in Audience overview in Google Analytics

I have GA configured only for IOS app. I have GA app on my iPhone. I often find in my daily statistics on the Audience overview screen that I have Desktop Intel 10.10 users in my IOS app. What does it ...
0
votes
1answer
12 views

How to use Google Analytics Reporting to Get the Average Session for a given date range?

I'm using .NET and I've installed the NuGet package of the google analytics: Install-Package Google.Apis.AnalyticsReporting.v4 The APIs are here: https://developers.google.com/analytics/devguides/...
0
votes
0answers
10 views

Setup a Google Custom Goal with an event

Hi i want to setup A/B testing using google experiments where i want to check if users would click a specific button more based on look and feel of the website. These are the steps I plan to follow. ...
0
votes
1answer
9 views

How to filter laptop/notebook users in Google Analytics Reports

I am trying to set the correct filters in Google Analytics under Audience>Technology in order to view only the users using a laptop/notebook. Is this possible in Google Analytics and if so, which ...
-1
votes
0answers
20 views

Google Analytics Quickstart, Javascript

I was working on the quickstart, found here: https://developers.google.com/analytics/devguides/config/mgmt/v3/quickstart/web-js I did steps 1 and 2, and they were fine. I'm confused about step 3 ...
0
votes
0answers
9 views

Best approach to track all products returned from a search using .NET/SQL/Google Analytics

Suppose you have a website (.NET / SQL/ Google Analytics) which sells clothes from hundreds of different retailers. A customer makes a search for a Jacket, and the store returns 300 products. What ...
0
votes
1answer
11 views

Master Slider Google Analytics event tracking

I'm facing problem with adding Google Analytics Event tracking code to Wordpress Master Slider url. In Master Slider Slider settings there's field to put Slide URL I put there this code: http://some-...
-1
votes
1answer
39 views

Use onclick event in parent or child element?

A little back story to get my situation: My colleague who monitors the GA stuff tells me it isn't firing when trying to track how many are clicking on what, on our website. Now I don't have access to ...
0
votes
0answers
17 views

Google Analytics - mixing auto Activity tracking with custom ScreenViewHits

I'm using current version of Google Analytics and have an app which is using auto tracking, smth like below: <bool name="ga_autoActivityTracking">true</bool> <screenName name="my....
2
votes
1answer
23 views

How to Handle BQ GA Export Changes?

I'm trying to reprocess ga_sessions_yyyymmdd data but am finding the ga_sessions never used to have a field called [channelGrouping] but it does in more recent data. So my jobs work fine for the ...
0
votes
0answers
16 views

Match two criteria in two lists and print result in new column

I am currently analyzing a large set of GA data, where my goal is to find out how many new pages our account sees per day. My current output to excel is: ------------------------------ A ...
0
votes
1answer
39 views

Firebase authentication vs AWS Cognito

We are building a mobile and web app on AWS using API Gateway and Lambda and are currently evaluating if we should use all the AWS Mobile Servcies (Cognito, Analytics, Mobile Hub, etc) or if we should ...
0
votes
0answers
36 views

Capturing Hotjar User ID in Google Tag Manager & Google Analytics

We have a setup where we capture Hotjar User ID in Google Tag Manager and then pass it as a custom dimension to Google Analytics. It's done to simply merge and cross-reference both data sources. We ...
-1
votes
0answers
13 views

How to setup GA funnel for dynamic URLs

The URLs go like this: domain.com/apple-iphone-6-64gb-447508.html domain.com/nike-relentless5-1682996.html What do I write for the description? /description[0-9]+.html OR -[0-9]+.html
0
votes
0answers
18 views

Google Analytics: Filter by custom dimension

I'm using the enhanced ecommerce tracking from Google Analytics to send data like this in JS to GA: ga("ec:addImpression", { brand: null, dimension2: "shop123", id: 1, list: "Search", name: ...
0
votes
0answers
12 views

GA Funnels start page from Google and Facebook

I hope you can help me. I need to make funnels in GA differentiating between facebook and google leads, but GA doesn't recognize PID in URLs. Please help
1
vote
1answer
16 views

Is there a way to increase the metric limit on V4 of the API?

I need to query for 15 metrics, but the API limits me to 10. This appears to be a limit imposed by V3 when the API was GET based and the url length was an issue. But V4 uses a POST.
0
votes
1answer
25 views

Google analytics track event time

I am tracking custom events in my web app and I would like to track the time of the event. As value field is integer only I cannot track the time value there. Example event ga('send', 'event', '...
1
vote
1answer
24 views

Reverse multiple transactions Google Management API?

I am looking at refunds and reserving transactions in Google Enhanced Ecommerce. Using the Management API you can do it for refunds - full or partial but with reversing a transaction the only example ...
0
votes
0answers
46 views

How to track app install using Google Analytics?

I followed this documents to track app install using Google Analystics. https://developers.google.com/analytics/devguides/collection/android/v4/campaigns. I use the builded link to trigger the google ...
0
votes
0answers
13 views

Search Console > Queries through Google Sheets

Is it possible to put Queries from Search Console through Google Sheets as a chart? If it is what is the report configuration?
0
votes
0answers
11 views

How to remove Async Task number from exception event Google Analytics Android

I'm using Google Analytics within my Android app to track events and Exceptions. However I noticed that when the Exception occurs within an AsyncTask Google Analytics tacks on the the task # to the ...
0
votes
0answers
18 views

How do I extract more data through Google Analytics Embed Api

I followed [1]: https://ga-dev-tools.appspot.com/embed-api/third-party-visualizations/ to embed google analytics into my website admin dashboard. This demo working fine. But I want extract other ...
0
votes
1answer
17 views

Google Analytic on Ecommerce Tracking is not showing anything

I read the document for Google Analytic on Ecommerce Tracking. I simply followed its instruction, I copied and pasted on testing page before I can do it on lives site. My issue is that I was not ...
0
votes
1answer
20 views

Google Analytics date range picker / dashboard - How to use date picker present in Google Analytics for a custom web app?

I have been looking into Google Analytics as a solution for building a custom dashboard. Looking at a demo (https://datastudio.google.com/u/0/#/org//reporting/0B_U5RNpwhcE6TmpwV2hBOGdKYWM/page/qlD/...
0
votes
1answer
337 views

Sharebutton.to showing up as one of my pages

When I look at Behavior -> Site Content -- it shows that /sharebutton.to is one of my most popular pages and i have to idea why. I have done some research and have found how to remove sharebutton.to ...
0
votes
1answer
9 views

Google Analytics for one site with language specific domains

I have one site that serves EN and FR users. Each language has it's own domain, so englishcontent.com and frenchcontent.com. I'm setting up profiles, one for each. For the filters, would this be the ...
0
votes
0answers
21 views

Start tracking angular-google-analytics

I wish to automatically track all user actions in an angularjs application. My app.module.js written this way: (function() { 'use strict'; angular .module('myApp', [ // ... '...
0
votes
1answer
23 views

Fix Bounce Rate of google analytics

My website consists of many webpages having only a download option for file. Now these webpages are crawled by google and now people are visiting those webpages and downloading the files but the ...
0
votes
0answers
12 views

Google analytics in html5 email

I have added google analytics in my email by adding http://www.mywebsite.com/?utm_source=quote&utm_medium=email&utm_campaign=Quote%20email I can view the amount of traffic coming from this ...
-3
votes
0answers
29 views

How to import CSV files to Google Analytics with API?

The quantity of CSV files is too much to import it manually. So it should be done through API. But I can't find information about importing the CSV file to Google Analytics through the API. Is it ...
2
votes
1answer
22 views

How google analytics track session if user force remove the android app

if user press device home button and remove app from recent app how google analytics track user's that session.
0
votes
0answers
17 views

Google Analytics for iOS App shows sessions from android device

I have distributed an app outside the apple app store. To distribute the app, i have taken help from the following link. http://stackoverflow.com/a/23561783/4549304 I have also integrated Google ...
0
votes
0answers
11 views

Know the flow before an event on Google Analytics

I'm using Google Analytics to know which path flow one user has used before converting in paying users. Actually I'm simply calling (i.e to track when user buy some package): ga('send', { hitType: '...
0
votes
0answers
15 views

Combining google analytics and mixpanel click trigger in single jQuery

Totally newbie here. I know it's really basic things, but I'm trying to combine both GA and mixpanel in one unobtrusive jQuery function. I've tried inline onClick method and It's works flawlessly, but ...
0
votes
2answers
30 views

Google Analytics Plugin Not Reporting Users in Dashboard

I am trying to add Google Analytics to my app. I am using Dan Wilson's Google Analytics plugin. I am not getting any errors but my Google Analytics Dashboard is not Updating at all. Where am i wrong, ...
0
votes
0answers
20 views

Import Firebase Chart in Angular 2 aps

I have already import Google Analytics chart in my Angular 2 apps using Google Embed API. Now I want to add Firebase chart into my apps , I didnt find any api like Google embed api , What is the ...
1
vote
1answer
28 views

Experiment on specific version of Android with Google Tag Manager

Is there a way to serve an experiment (via Google Tag Manager) to only a specific SDK level and above users of my Android app? For e.g. only Lollipop and greater devices should be part of the ...
0
votes
1answer
16 views

Implementing Google Analytics and Google Tag Manager tracking codes on a Wordpress site with Personal tariff plan

I am a newbie to Wordpress and also Stackoverflow. Everyone starts with small steps. ;-) Right now I have a Wordpress website and have the Personal tariff plan. My goal is to implement the tracking ...