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.

0
votes
0answers
6 views

dataLayer.push not working after GTM script

I want to implement the Enhanced Ecommerce with Google Tag Manager and I want to push some data for the tag Universal Analytics. I always created the dataLayer before the GTM script, but now I need ...
0
votes
0answers
6 views

How can be specified to Google Analytics not to proceed a page visit after using particular element of web app?

* How can be specified to Google Analytics not to proceed a page visit after using particular element of webpage? * After clicking on some element of web app I need to not to proceed to visit of ...
0
votes
1answer
14 views

Google analytics - Event tracking - Wordpress

I have Google Analytics account on website throught Tag manager. I would like to track clicks on specific link. No idea why it does not work. <li>Registrujte sa na tipli.sk. <strong>Ak ...
0
votes
1answer
10 views

Which data is collected by Google Analytics PageView?

I am reviewing the privacy of data collected by Google Analytics when collecting on the default PageView action. Here is the code snippet being used: <script> (function(i,s,o,g,...
0
votes
1answer
11 views

How do i keep track of which tag does what in an analytics tool

Analytic tagging service like Google Analytics, Firebase Analytics, Amplitude, MixPanel, Flurry etc all requires you to map a tag name to an action in your application like a button click or a page ...
0
votes
0answers
8 views

Incorrect HITs sequence - Google Tag Manager / Google Analytics

I have a weird behavior with the sequence of the HITs sent on the e-commerce page that I'm working. The problem basically is that the sequence on the "dataLayer" object (array with "push" events) and ...
0
votes
0answers
11 views

google analytics event tracking is not working?

<a href="https://linksredirect.com/?pub_id=34956CL31530&url=https://www.amazon.in/b/ref=makeupfest?node=13827772031" > <img src="https://dealsapply.com/wp-content/uploads/2018/07/...
0
votes
0answers
12 views

Google Search analytics data using service accounts user : HttpError 403 - User does not have sufficient permission for site 'https://abc.xyz.com

I am trying to get data from GSC Search Analytics API using Java using service user (). JsonFactory jsonFactory = JacksonFactory.getDefaultInstance(); GoogleCredential credential = null; try {...
0
votes
0answers
15 views

Working with GOOGLE Analytics API - Metrics/Dimensions

Currently, I'm trying to work with Google Analytics API with no success as always finished with an error - "Selected dimensions and metrics cannot be queried together." As an assumption should be ...
1
vote
0answers
10 views

Sending event values to Google Analytics using Zapier

I'm using Close.io as a CRM, I want to be able to create an event on Google Analytics and record the conversion value. The purpose of this is so that I can tie a certain Google Ad to its performance. ...
0
votes
0answers
10 views

Difference ClientId - FullVisitorId

The documentation of the fullvisitorId states that it is "the unique visitor ID (also known as client ID)". The value of the fullvisitorId is however structured differently when comparing the clientId ...
0
votes
1answer
9 views

Scroll tracking & bounce rate & Adwords QS

Would GA not count as a bounce if a scroll tracking event was sent from my landing page? We currently have a simple ecommerce site selling 1 item therefore most of all the necessary info (...
1
vote
2answers
25 views

Google analytics is there any fields are available for eventID and eventURL

i am new to GA i am trying to implement GA like this on button click var eventAction = "Click"; var eventLabel = "button text"; var eventValue = "https://developers.google.com/analytics"; gtag('event'...
0
votes
1answer
15 views

Google analytics event tracking (gtag) not displaying

I'm trying to setup event tracking for google analytics, and I've got the following code: <script async src="https://www.googletagmanager.com/gtag/js?id=UA-XXXXXXXX-1"></script> <...
0
votes
1answer
8 views

How to track Outbound links without breaking links to affiliate templates with no GA code

I have hundreds of affiliate templates and when I change the GA file, it applies to all the templates. If I want to track outbound links, I have no choice but to put the GA javascript code in all my ...
0
votes
0answers
14 views

Can i get Analyctics from an API or anything from the google beacon dashboard, without users having an app?

I use googles beacon dashboard and nearby notifications to send out adverts for businesses to any android device within range of the beacon, what i want to know is if there is a way to see how many ...
0
votes
0answers
22 views

Unable to send hit to Google Analytics in some cases

What i am doing: So i am sending screen session to google analytics from my android app whenever a new screen(activity or fragment) is open. I have added code(mentioned below) to send the name of ...
1
vote
1answer
26 views

Firefox version >56 I can see traffics in Real Time but not in any report or dashboard

Please find the javascript code that I am using to track the analytics for dialog.html page of my extension. var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-********-1']); var ga = document....
0
votes
0answers
21 views

Difference in Sessions data in GTM vs GA

I found 10% high number of sessions in the GTM analyitcs data than the GA. Both has different tracking properties, have similar settings(as Simoahava mentioned @here), Hence the Ecommenrce rate is ...
0
votes
0answers
17 views

More users on FirebaseAnalytics than Google Analytics

I've implemented FirebaseAnalytics on my app and also the bridge to Google Analytics through Google Tag Manager. All works perfectly but I just have a huge difference between the count of active users ...
-2
votes
0answers
25 views

A few queries on Analytics and monitoring of a social networking app

We are developing a social networking app for which we are looking for analytics and monitoring tools. Can you please help us in understanding the following questions- Q1. What things should be ...
1
vote
1answer
19 views

Google analytics - Avg page load for Angular 5

I have upgraded an existing MVC based applicaiton to Angular 5 application. The avg page load time was 3.5 secounds earlier when it was MVC and still remain almost similar when upgraded to Angular 5. ...
0
votes
0answers
14 views

Pass data after form submit to another domain using Google Tag Manager

I want to know to pass the input form data after submited in Domain A to Domain B with Google Tag Manager. I know that Google Tag Manager provide Custom HTML in tags sections and I think I could use ...
0
votes
2answers
21 views

Angulartics2: startTracking() does not exist on type 'Angulartics2GoogleAnalytics'

I've followed the instructions on the readme of Angulartics2 for Google Analytics: app.module.ts: import { Angulartics2Module } from 'angulartics2'; import { Angulartics2GoogleAnalytics } from '...
0
votes
0answers
14 views

Cross-browser issue with Javascript SetTimeout to record to analytics

The site I'm working on uses third party AJAX form that I can't access the code to. Therefore I cannot put the script to record a Google Analytics event in the "thank you for your donation!" area. So ...
1
vote
1answer
19 views

Tracking #tag usage across the website

I am implementing GA tracking for a big social content sharing platform, where users can use #tags for posts, comments etc. and I am looking for a way to correctly track how users use those tags ...
0
votes
1answer
13 views

Google Analytics Embed API Service Account Access Token

https://ga-dev-tools.appspot.com/embed-api/server-side-authorization/ I have created a Google service account in anticipation of using the Google Analytics Embed API and have been provided a .json ...
0
votes
0answers
29 views

data studio can't connect source with google-analytics after editing source

I have an issue with Data Studio connecting to Google Analytics services, that appeared after a series of steps, but I do not manage to reproduce with other accounts. The steps that I followed are ...
0
votes
0answers
23 views

Fire Script Tag Only on Successful Form Submissions

I am attempting to fire a script once a users clicks on a submit button for a registration form on our website so that I can send that information back to Google Tag Manager and Google Analytics as an ...
0
votes
0answers
27 views
+50

Google Analytics using React Web / Cordova

I have made an app using React (Web) and bundled it using Cordova. I am using a plugin called 'react-ga' for tracking Google Analytics. I initialise react-ga when the app is run using: ReactGA....
1
vote
1answer
15 views

How to get Google Analytics dimension/metric description in multi-language?

I am using this API to get a list of dimensions/metrics from Google Analytics: https://developers.google.com/apis-explorer/#s/analytics/v3/analytics.metadata.columns.list?reportTy..., however, I just ...
0
votes
0answers
6 views

Get unique app visitors for a certain period in firebase or play store console

I have looked into the events, user_properties firebase has to offer and applied several combination filters but nothing will give me unique app visitors for a certain period. I've looked into ...
0
votes
1answer
14 views

Exclude Folder in URL with Regex

I would like to perform an A/B Test with different URL Structures. /URL-part-a/URL-part-b/thankyou /URL-part-a/URL-part-c/thankyou I would like Google Analytics Keep the goal for /thankyou, so I ...
0
votes
1answer
20 views

Analytics Regex: eclude part of links which contain the one word

please help me to nake regular expresion. I have two types of links: 1) collection page:https://www.rentuu.com/collections/bedroom 2) product page:https://www.rentuu.com/collections/bedroom/products/...
0
votes
0answers
17 views

Google Analytics will crash on Android Oreo

my google service version is com.google.gms:google-services:4.0.1,my google analytics version is 16.0.1. error infomation is : java.lang.RuntimeException:Unable to create application com.tinkerpatch....
1
vote
1answer
24 views

React Router BrowserRouter History Push & Google Analytics

I Have a Carousel Component and I wanted to change the URL so that google analytics could see to which steps the user went (without reloading the page). I used React Router with its BrowserRouter ...
-2
votes
1answer
37 views

How many people see my registers at Firebase? [closed]

I develop an app with Firebase and ionic, I currently have an object called publications and I would like to know how many users see these posts in my app Is there a method that tells me how many ...
-1
votes
1answer
26 views

AttributeError: 'dict' object has no attribute 'to_csv' Google Analytics API Reporting V4

I have a basic python script that churns out a load of analytics data but I can't seem to get it to pump it out into a csv and it's churning back the error. AttributeError: 'dict' object has no ...
0
votes
1answer
24 views

Trying to figure out why Google Analyics report more users than our own stack

Comparison is between the Google Analytics script and a "chat widget" loaded in a iframe on the onload event. The iframe is not loaded if the useragentlooks like a crawler. The code in the iframe ...
2
votes
1answer
21 views

Removing inline onclick event tracking code and putting it in an external file

I have many tracking codes attached to link tags (onclick="") and these are scattered throughout my page and it looks very messy. It looks like, <a href="tel:+123456789" onclick="gtag('event', '...
0
votes
0answers
31 views

Export Google Reporting API V4 via Python to CSV

I'm trying to pull in some data from the Google Analytics reporting API V4 via Python 3. I have the base template setup for the data I want to pull out but it currently comes out in a list. But I ...
0
votes
0answers
10 views

Creating custom dimensions programmatically on google analytics in android

Can we create new custom dimensions through code using android instead of creating it from Google Analytics dashboard?
-2
votes
0answers
18 views

HTML code to link to a website without GA tracking [duplicate]

Is there a way to link to a website via the usual HTML 'a href' such that by adding something to this basic code, Google Analytics will not track clicks coming from that referral? thanks
0
votes
0answers
30 views

Google Analytics: chart and table show different number of users

In both iOS and Android app Google Analytics show quite different numbers of unique users on chart and in the table: The problem is the same even for different time intervals. A strange thing is that ...
0
votes
0answers
13 views

Link Client ID Bigquery to Google Analytics [closed]

Our Client table in BigQuery (datalake) has PimsClientIdentifier and PimsID fields. Our Goggle Analytics site refers to a BigQuery Client ID which is according to the GA field help a hashed value of ...
0
votes
1answer
23 views

Google Analytics User Explorer Export All User Reports

I want to export all user reports from User Explorer in Google Analytics. Right now you have to click into each client id and then click export to download the JSON file of that user's behavior. Is ...
0
votes
0answers
16 views

Console log showing “undefined gtm.js:1:42” - how to debug

I cannot figure out that what code produces this error. It is repeated three times on every page load. How could I debug this issue? I tried console inside different variables to see which would ...
0
votes
0answers
43 views

Get data from Google Analtics report from WebApi

I'm building a Web Api and I need to get data from a Google Analytics report. I need to get data from a Google Analytics view. But I think I'm facing an issue with the credentials. Here is the code I'...
0
votes
1answer
35 views

Events are not being tracked

I have set up event tracking on a phone number link using the following code, <a onclick="ga('send', 'event', 'Phone Call', 'click', 'Header phone link', { nonInteraction: true });" href="tel:+...
1
vote
1answer
17 views

Analytics data per country for more than 2 years

I´ve created an google analytics segment with the demographic feature "location" equals "France". (in the menu behavior -> all pages) Now I want to use this for the period 2014-2018 but I only get ...