Questions tagged [analytics-events]
73 questions
5
votes
1 answer
How do I view event label data in Google Analytics 4?
So, I successfully got my new GA4 tag hooked up and am reporting events with customized categories, labels, and values.
Yet in the new Google Analytics 4 reporting and data exploration views, I cannot find any way to actually view this data other…
vaebnkehn
- 51
- 1
- 2
3
votes
1 answer
Can mouse location be used to know if the user is going to leave a web page?
I was checkout out an ecommerce site. I scrolled down on a product page then moved my mouse towards the top of the screen as if I am leaving the web site then suddenly I got a popup promotion "Wait don't go....". This got me thinking "Did they just…
Tony_Henrich
- 211
- 2
- 2
3
votes
1 answer
In Google Analytics report for event tracking, which is the accurate number of events sent?
I'm using Google Analytics event tracking to count the number of unique users that did some action on my site.
A flag on localStorage is used to determine who is new and who is returning. I am aware that incognito or clear cookies makes the user…
oriadam
- 143
- 3
3
votes
1 answer
Is there a way to get rid of Google Analytics event tracking spam?
I'm using event-tracking via the GA-collector (https://ssl.google-analytics.com/collect) to see the usage of an API.
When checking the event-category in GA the first line is always
to use this feature visit: EVENT-TRACKING.COM
Of course this is…
Stephan Weinhold
- 133
- 1
- 6
3
votes
1 answer
Trigger event from external domain Google Analytics
I have a shop on a third party service.
I want to trigger a event when the product gets purchased.
The third party service allows us to add script snippets.
I'm doing this, but I can't see any custom Events on Reports > Real Time > Events on Google…
Steve
- 337
- 2
- 9
3
votes
0 answers
Can send Google Analytics events using gtag from my Node.js express server?
Currently I have a kind of complex server error logging system that I would to refactor in order to Google Analytics.
Is there a way to do something like this on my Node.js express server?
// INSTANTIATE THE gtag SOMEHOW
gtag("event",…
cbdeveloper
- 978
- 1
- 5
- 18
3
votes
1 answer
Data streams from Google Analytics 4 for a Single Page App page views?
I'm implementing Analytics in a new project and it seems to have changed.
Now they have this Data Stream properties, where you collect a bunch of data…
cbdeveloper
- 978
- 1
- 5
- 18
3
votes
0 answers
Where is my (gtag) category and label data?
I’m pushing custom events into Google Analytics 4 with https://www.googletagmanager.com/gtag/js?id={GID}.
I've checked that my action, category and label variables are generating the strings I need:
window.gtag('event', action, {
…
Jonathan Schofield
- 131
- 1
3
votes
1 answer
How do I setup Event Tracking on my link and in Google Analytics so users clicking our login button to our app don't count as a bounce?
I have a website (wwww.example.com) and users will come to my site to click the login button on my app (app.example.com). This is currently counting as a bounce and I do not want it to since they are staying within our service. How do I do this?
Amanda Foget
- 31
- 1
3
votes
1 answer
Google Analytics events not registering
I am trying to track clicks on my site using the analytics.js script for tracking events. I implement the snippet and test using the "Real Time" view and nothing shows up. Here is the snippet I am using:
Jeremy Miller
- 31
- 3
2
votes
1 answer
Are there different ways to fire enhanced commerce Google Analytics events?
Is it possible to change following code from:
ga('ec:setAction', 'checkout', {
step: 1,
option: 'foobar'
});
to:
ga('ec:setAction', {
type: 'checkout',
step: 1,
option: 'foobar'
});
I am using Magento and we use linked…
Jurik
- 878
- 1
- 7
- 21
2
votes
2 answers
How to track site search in Google Analytics including result filtering and number of results returned?
I've been searching for information on how I can expand the internal site search results in Google Analytics. What I want is to link an event of someone filtering a search with what search term they have used.
For example if someone was searching…
Sally Mills
- 23
- 2
2
votes
1 answer
Events are being tracked but no corresponding Goals (Goal conversions are equals zero)
I have a website with universal analytics in the head section and recently I setup Google tag manager to check if I would be able to resolve the issue with no success. My Tracking code looks like
…
Raul Reyes
- 2,484
- 13
- 22
2
votes
1 answer
In Google Analytics, see when custom events happen during the same pageview?
Is it possible to get a report that shows custom event #1 occurred during the same pageview as custom event #2?
Use case:
Person views all slides in a carousel
Person adds product to cart
We want to know this happened when they were on the same…
hashwarp
- 121
- 2
2
votes
0 answers
Use Google Analytics to figure out which events happen just before visitor exit
I am trying to track what a visitor does immediately prior to exiting our website. Specifically I have a number of events that are being logged and I would like to know which one, if any, happened immediately prior to leaving the site.
I can see…
Addsy
- 133
- 3