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
26 views

how to reference parent javascript function from ts module?

I need to call a js function in the parent page of a ts module. I can use the jQuery context on the parent page from a ts module by using code like this: var x = (<any>$('#ddlUsers')) I have ...
0
votes
1answer
14 views

How can i get GA client id within jsp or java code

I need to send google analytics client id to server side where we will be running google measurement protocol API. We have our GA implemented via GTM. As per google recommendation, i am not supposed ...
0
votes
1answer
11 views

Displaying Analytics on Website

I am trying to add a page to a website that displays the analytics from a gapi analytics account. I have a google analytics account already, and have created a google service account to allow ...
1
vote
1answer
10 views

Track the email open rate with Google Analytics

I would like to know how to track an email open rate with Google Analytics. Also, can I track the number of calls made through the call button in my HTML email? Thanks :)
0
votes
0answers
9 views

Using a server-side OAuth refresh token with the Google Embed API

I have an application in which users authenticate their Google account so that we have access to their Analytics account. We use this on the server-side to store some data. I am using the official ...
0
votes
0answers
8 views

how many visitors I get In my domain from my subdomain?

What's the GA report that let me know how many visitors I get In my domain from my subdomain? Example: example.com: 2k visitors (100 visitors come from subdomain.example.com) I already tried make a ...
1
vote
0answers
18 views

How to pass ClientID from a mobile app to mobile site version? [on hold]

We have a mobile app with no checkout procedure in it, so the checkout is processed on our mobile website. I am looking for a solution to track user behavior in mobile application and then on a mobile ...
0
votes
0answers
9 views

Is it possible to track user activities in an application

Is it possible to capture user activities after login in an application using google analytics Ex. List of projects or Employees or tasks created or delete
0
votes
0answers
7 views

Issues linking R to talk to Google Analytics

I've been trying to link a work based Google Analytics account to a work based laptop with R installed - over the Corporate internet. I've created a Google API and installed library(googleAnalyticsR). ...
0
votes
0answers
11 views

Enable overriding settings option not working

I've made asynchronous type pages. so I want to configure GTM for a virtual pageview. I added nothing but only Tracking ID on the GA variable config and tried to override setting of each virtual page....
0
votes
1answer
8 views

Is it possible to edit an existing user ID on Google Analytics?

I have a year worth of user tracking on a site, but for some reason the Google Analytics user ID is set as USER_ID | USER_NAME. The problem is if the user every changes their name, their GA user ID ...
0
votes
0answers
4 views

Google Trends API - More than 5 Search terms in the CSV File

So when I go to the Google Trends Webpage I can download a CSV File. (Actions Menu with the arrow symbol) So for example like this: Google Trends Example In this CSV File I can compare only up to 5 ...
1
vote
1answer
23 views

What does `.build()` do in the context of Google Analytics for Android?

This code initializes a new EventBuilder object and sets values on the object. Why is .build() necessary at the end? tracker.send(new HitBuilders.EventBuilder() .setCategory("Achievement") ....
0
votes
3answers
26 views

Google Analytics is not tracking every page

Google analytics is installed on my website. My website is built using Wordpress and using the plugin "Insert Headers and Footers" I pasted the code from Google Analytics. I can confirm that it works ...
0
votes
0answers
15 views

Combining filters in Google Analytics

I'm trying to build a filter for the Google analytics python client based on the answer to this: How to apply multiple filters in google analytics. I have a list of id's using which I need to search ...
0
votes
0answers
14 views

Google Analytics tracks all visits to '/', unless it has a parameter

This site is a Wordpress/WooCommerce-page, - so it has many different 'real' URL's. In my Google Analytics-report, then the numbers under 'Behaviour' >> 'Overview' (and in 'Behaviour' >> 'Site ...
0
votes
0answers
14 views

Page value is missing through measurement protocol

I've been working with the Measurement Protocol for a while to load "offline" conversions to Google Analytics. The process works as follows: User visits our website. We place the Client ID of the ...
0
votes
1answer
20 views

a Custom Filter for Domain and seperate Subfolder Match in Google Analytics

I have an unusual pattern that I need to create a filter for. I am trying to create a rolled up view for the following structure: www.domain1.com/ and www.domain2.com/shop/en-gb/domain2 I want ...
0
votes
0answers
12 views

Google Form: track the time spent on each field for each user and get the results

I used Google Form to create a questionnaire with about 300 rating questions. In each rating question there is an image, the participant is supposed to view the image first and then rate the image. ...
0
votes
2answers
11 views

Google Analytics Event not showing up

I have an AMP page where I've included Google Tag Manager (GTM). Now I've created a "universal click" tag which is supposed to log every click into Google Analytics (GA). It looks fine in the dev ...
1
vote
0answers
17 views

Is Facebook In-app Browser blocking Google Analytics E-commerce?

It's a bit curious. My Google Analytics installation seems to be working fine for the e-commerce shop I am working on. Visits and purchases are being recorded properly. However, I have noticed that a ...
0
votes
0answers
20 views

Google Analytics JavaScript onClick issues with 'if' statement for hostname

So basic function works for sending pageview, but I also have onClick events setup in the HTML which are not working within the same function in JavaScript where if hostname = 'mydomain.com'. ...
0
votes
0answers
13 views

Google Analytics API sometimes returns nothing

I am using the Google Analytics API in JavaScript within an MVC project. When I make my queries, I sometimes get data and sometimes get an empty object. There are no errors in the console when this ...
0
votes
1answer
14 views

Separate form submissions by campaign in analytics

I have to campaigns running in google analytics at the same time, and, in my website, i have a contact form. Is there any way that i can see from which of the campaigns came the message that was ...
0
votes
1answer
16 views

GA send event, not working with custom dimensions

I'm trying to include list of custom dimensions when sending GA click event. This code works: ga('send', 'event', category, action, label, { 'hitCallback': function () { //some code goes here ...
0
votes
0answers
20 views

Track Website Visits from Xbox or Playstation

Currently trying to find a way to get the # of visits to our website using Playstation or Xbox Browser Applications. Whilst expecting quite a few visits from Playstation, I couldn't find any by ...
0
votes
0answers
8 views

Avoiding double tracking if parent and iframe runs the same Google Analytics

I want to block GA tracking from iframe within my website, which is a parent, GA is set in the script on the product site, there is a description of the product which is an iframe. At the moment it ...
1
vote
1answer
15 views

Import backlinks from google analytics with PHP

I'm trying to import my backlinks from Google Analytics API with PHP. I have tried with the Analytics API, but I can not find the correct data. In search console, I can find all the links to my page, ...
-1
votes
0answers
9 views

The bounce rate suddenly rose by 1230%

enter image description here The bounce rate suddenly rose by 1230% and continued to rise i review all tabs in google analytics ( all is up high bounce rate ) browser-gender-age-pages-source-every ...
0
votes
0answers
12 views

Using Search Console API v3 (Search Analytics) without Oauth, just API key

I've tried this code and it works. https://developers.google.com/webmaster-tools/search-console-api-original/v3/quickstart/quickstart-java But it uses Oauth and it requires a redirect. Is there any ...
0
votes
1answer
14 views

Number of sessions by age group in google analytics

I am pivoting my GA data to view number of sessions by Device Category for each age group of my users. Here is a snapshot of my data: Removing the age breakdown for this data, I can see there are ...
0
votes
0answers
21 views

Cross domain referral duplicate pageviews in GA

I use Amazon's ELB domain as an alternative to my original domain to bypass the IDP censorship of the domain in a particular country. I setup a JavaScript based referral from the ELB domain to the ...
-1
votes
0answers
11 views

New Google Analytics accounts not showing in Google's GA iOS app? [on hold]

I have 26 website tracking codes currently directly under my Google Analytics account, plus a large handful of shared access accounts (roughly 40 total accounts combined). The last 4 or 5 direct ...
0
votes
0answers
9 views

Page Analytics - How to restart the clicks

Page Analytics (by Google) is Chrome Extension that shows a label with the percent of clicks in each link. I have modify the website, so the labels point to "nowhere": How can we reset the clicks? ...
1
vote
0answers
24 views

How to track Google AdSense statistics from Asyncrhonous code in Google Analytics?

I am using Google AdSense Ads in the classic (synchronous) way for 4 years. I have linked my 3 websites (Google Analytics properties) to this AdSense account, in order to have statistics in Google ...
1
vote
1answer
29 views

How to send medium and source with ga('send', 'pageview', …)?

On some referral links (I cannot modify them), I didn't use the standard: example.com/?utm_source=hey&utm_medium=mymedium&utm_campaign=campaign17 but I used the non-standard: example.com/?...
0
votes
1answer
27 views

Can I get iOS analytics without including mysterious closed-source libraries into my app?

I want to collect very simple analytics about my app (session count, monthly active users, maybe a list of events corresponding to each screen open), but the systems I've found all require integrating ...
1
vote
1answer
20 views

Google Analytics API v4: Multiple date ranges returns only one range in dimensions

I am creating a Google Analytics v4 API call, with two date ranges, two dimensions, and two metrics. The dimensions are ga:source and ga:date, and the metrics are ga:users and ga:newUsers. When I ...
0
votes
1answer
28 views

How to browse website with Proxy in PHP

i want to fake my location in google analytics by surfing through proxy. i have created the script but the google analytics still show my real location. The Script i am using is <?php $filename = ...
1
vote
1answer
28 views

Google Tag Manager fires event on form submission but Google Analytics never receives it

I've recently setup Google Tag Manager to trigger an Analytics event when a form with a specific class is submitted. Using the Preview tools, the event is fired by Google Tag Manager successfully, but ...
0
votes
0answers
13 views

Enqueue Wordpress Plugins in Bedrock

I am currently working on the wordpress theme using Bedrock boilerplate. The site using number of plugins (google-analytics-for-wordpress and header-footer-code-manager(HFCM) which contains snippets). ...
1
vote
1answer
16 views

Google Analytics Data different from API

When I query certain data from Google Analytics I get different data than when I manually lookup the data in Google Analytics. The filters and segments are the same on both. The Google Dev Query and ...
0
votes
2answers
47 views

visitNumber for successive sesions

I'm a bit surprised, how come successive sessions from user have visitNumber == 1 (it happens with more than one users). Doesn't visitNumber (session number for user) increments with each successive ...
0
votes
1answer
24 views

Google Analytics Custom Event Not Working

I've created a GA Goal (custom event) in my dashboard, as well as added the onClick function to the <a></a> I'm seeking to track. However the click event isn't registering in my Google ...
0
votes
0answers
17 views

users, sessions and pageviews decreased after using w3 total cache

I have blog which was in custom CMS earlier but recently we moved to wordpress. It is a news blog and our concurrent visitors are around 1500 to 2000 during day time with daily pageviews about 300,000+...
0
votes
1answer
31 views

How to insert Analytics events inside script tag

I have a Wordpress site and I activated a WhatsApp chat plugin. I want to track when people click on that button, but I don't know hot to insert the: ga('send', 'event', [eventCategory], [eventAction]...
0
votes
1answer
41 views

Send extra strings when tracking outbound links with Google Analytics

I'm developing an integration for Google Analytics on my website. The idea is that a User can see the top 3 most clicked links in a leaderboard kind of widget that I'm going to show on the homepage. ...
0
votes
1answer
35 views

Accessing Struct(s) and Array(s) in Firebase Closed Funnels through BigQuery

I stumbled unto this standard SQL BigQuery documentation this week, which got me started with a Firebase Analytics Closed Funnel. I however got the wrong results (view image below). There should be no ...
0
votes
0answers
23 views

Is it possible to host Google Tag Manager's script locally?

Is it possible to host the scripts generated by Google Analytics and especially Tag Manager on the executing server, rather than fetching them client side, through Google's script block? The goal is ...
0
votes
2answers
30 views

After setting up amp-analytics on my AMP where can I see the tracked data in Google Analytics?

So I've set up my page with amp-analytics and linked it to my GA account using my ID. I'm using this code for the amp component: <amp-analytics type="googleanalytics" id="analytics1"> &...