Questions tagged [click-tracking]

46 questions
164
votes
23 answers

Detect Click into Iframe using JavaScript

I understand that it is not possible to tell what the user is doing inside an iframe if it is cross domain. What I would like to do is track if the user clicked at all in the iframe. I imagine a scenario where there is an invisible div on top of…
Russ Bradberry
  • 10,705
  • 17
  • 69
  • 85
9
votes
2 answers

jQuery: Click tracking with PHP

Yes, I KNOW about Google Analytics. We use it for our overall site metrics, and I know we can track individual links. However, we needed a tracking solution for very specific links and we need that tracking data available to our web application in…
neezer
  • 19,720
  • 33
  • 121
  • 220
8
votes
0 answers

Firebase Dynamic Links - huge delay in clicks being tracked in my Firebase Console

I have created a few Firebase Dynamic Links yet unlike Google URL Shortener the click-tracking is no longer instant. I have some links created over 18 hours again that have been visited lots of time (by myself) however these clicks have yet to be…
5
votes
2 answers

When tracking which elements were clicked e.target.id is sometimes empty

I am trying to test the following JavaScript code, which is meant to keep track of the timing of user responses on a multiple choice survey: document.onclick = function(e) { var event = e || window.event; var target = e.target ||…
broccoli_soup
  • 309
  • 4
  • 14
4
votes
2 answers

Click tracking with Doubleclick Click Tracker Tag

I have a click tracker tag which is something like http://ad.doubleclick.net/ddm/clk/27406XXXX;10700XXXX;v?https://www.XYZ.com/ My question is if I change/update the click-through URL in the tag…
Hanumendra
  • 309
  • 2
  • 9
  • 22
4
votes
1 answer

Synchronously, how to make sure that google analytics tracking request was executed

Suppose I need to track my clicks using google analytics scripts. I know that standard approach to ensure that tracking event was fired is to pass continuation into the tracking queue and return false from click event handler, like this: …
IlliakaillI
  • 1,510
  • 13
  • 25
2
votes
1 answer

Detect if request comes from an antivirus

I'm building a service with API Gateway + Lambda that tracks email link clicks. The links inside the email lead to my endpoint, which gathers the click info and redirects to another URL. However, I'm detecting that in some cases, some software…
davids
  • 6,259
  • 3
  • 29
  • 50
1
vote
0 answers

ClickMagick Tracking Code Not Detected When Using LiteSpeed Cache Guest Mode Optimization

help me out with a bug when using Hostinger + Litespeed Cache and ClickMagick cmc.js in Wordpress This is the page getting the issue: https://love.conscientia.net/3-marriage-mistakes-n1-h3/ Following this video guideline to configure Litespeed…
1
vote
2 answers

How Systems like AdSense and Webstats Work?

I am thinking about working with remote data and receive or send data actually in external web sites. exists a large amount of examples in World Wide Web are working. For example: free online web tools like web stats OR Google's AdSense .... .you…
Mehdi
  • 5,435
  • 6
  • 37
  • 57
1
vote
0 answers

Windows Server IIS Configuration For SendGrid SSL Click Tracking

I would like to be able to use the Link Branding with SSL in SendGrid for Click Tracking. I followed the instructions for link branding and have it all setup on my DNS Server. I would prefer to use the custom SSL configuration instead of a CDN…
Johnny
  • 819
  • 1
  • 10
  • 24
1
vote
1 answer

Is there a simple, universal outbound click tracking method for web pages?

I'm looking for a way of tracking all outbound clicks from a web page without modifying any of the existing page code. The solution must work with frames, iframes, content from different domains, AJAX etc. I previously posted about a Javascript /…
jnthnclrk
  • 469
  • 6
  • 29
1
vote
1 answer

Capture DOM click event in JavaScript and trigger at later time

Been researching this concept for a while now, and still not certain on best approach. I'd like to capture a click event and trigger any (default or manually attached) events that follow it at a later time. More specifically, I want to record a…
toad
  • 400
  • 2
  • 13
1
vote
1 answer

Click tracking with sendGrids @sendgrid/mail npm library

I'm using the @sendgrid/mail library and am trying to enable click tracking inside of my msg config object but the only documentation I have been able to find is to set trackingSettings: {}. What additional properties need to be set in order to turn…
Stacy Adam
  • 11
  • 2
1
vote
1 answer

Techniques to Trigger Google Analytics Tracking from PDF Links

Here's the scenario: I have a mailing list that contains a PDF download link. The PDF contains ads with clickable links. I need to get analytic data on the link clicks - preferably via Google Analytics (due to the richness of information…
Zac Seth
  • 2,742
  • 5
  • 37
  • 56
1
vote
1 answer

Google Tag Manager's "Click Listener" not detecting all clicks?

I am using tag manager's "click listener" on a website I work on to better understand how visitors interact with a form. This is working fine on the form and I can see the "clicks" in analytics, however the tag which should fire on each click is NOT…
1
2 3 4