Questions tagged [event-tracking]

Google Analytics Event Tracking is used to collect data about interactions with your content.

Events are user interactions with content that can be tracked independently from a web page or a screen load. Downloads, mobile ad clicks, gadgets, Flash elements, AJAX embedded elements, and video plays are all examples of actions you might want to track as Events.

Although Event tracking requires a little extra work to set up, we strongly recommend you use it. Events are a flexible way to collect data about interactions specific to your site or app that might not otherwise be tracked.

Documentation Refrence:

515 questions
6
votes
4 answers

Google Analytics Custom Event Tracking Not Working

I am trying to add custom event tracking to a link on a site I built. For some reason it does not seem to be working. The code I have is: onClick="_gaq.push(['_trackEvent', 'SOU Links', 'Click', 'Top edu banner']);" The site URL is…
Andrew
  • 1,121
  • 4
  • 15
  • 24
6
votes
2 answers

Video Tracking Using GA Event Tracking

I'm trying to setup GA Event Tracking on my site for an IFRAME Vimeo Video embed. However, I can't figure out where/how the tracking object should be placed in my IFRAME code. Here's my IFRAME embed code:
5
votes
4 answers

Purchase not showing in GA4 Monetization

Using GA4 I have conversions on my WooCommerce store setup, and they work fine in that within debug mode I see conversion. Also, I can go to 'Conversions > purchase' in Google Analytics and see the conversion and the event value. However, nothing…
5
votes
0 answers

Disable subdomain tracking on Segment

We have a SAAS business with Analytics.js' Segment library install on domain.com (with API key X) and a.domain.com (with API key Y). When a user logs itself on domain.com, Segment is setting a cookie *.domain.com that is read to keep user_id and…
athur
  • 51
  • 3
5
votes
1 answer

ionic 1 integrate specific google analytics in specific screens

I would like to know how to integrate ionic v1 with google analytics and to track specific screens. For example, I want to have google analytics code UA-XXX and to track specific navigation (tab1, tab2, etc)
Axil
  • 3,606
  • 10
  • 62
  • 136
5
votes
0 answers

Python3 Pytracking Pixel data collection not showing

I'm writing a little script to send emails and I would like to track who opened the email with the python module pytracking like so: import smtplib import pytracking from email.mime.multipart import MIMEMultipart from email.mime.text import…
ChameleonX
  • 87
  • 1
  • 10
5
votes
2 answers

Google Analytics Event Tracking - Not Working

I'm trying to track outbound link clicks using Google Analytics tracking. So far, I've been unsuccessful in getting Analytics to register anything, despite using their code from this page. Here's a sample page I'm trying to track a link (at the…
5
votes
1 answer

Event tracking empty label string

I have a function which handles tracking of a certian event, like so: var trackAddress = function (providedProduct, searchedProduct) { _trackEvent('Address found', providedProduct, searchedProduct); } Now what will happen if searchedProduct is…
Björn Andersson
  • 855
  • 3
  • 11
  • 23
5
votes
1 answer

Missing ecommerce data and bad event tracking code

I have been using Google Admob and Google Analytics to track my apps so far with no any issue. I currently had notification on Analytics page as below: Missing Ecommerce Data Property Default view is configured for Ecommerce, but no data is…
Umit Kaya
  • 5,771
  • 3
  • 38
  • 52
5
votes
1 answer

using Javascript within Google Analytics event tracking code to automate category naming

So I'm attempting to implement some google analytics event tracking on dynamically generated pages. I'll be using something like