Questions tagged [click-tracking]

46 questions
1
vote
1 answer

how to track click-to-call link on mobile site without javascript

What I want to do is count the number of clicks on this type of an image tel link: myimage But my target platform - old Nokia phone browsers, does not support javascript so I've…
jakedemus
  • 83
  • 2
  • 9
0
votes
4 answers

How to log a click at an xy coordinate that remains reliable regardless of page design

I'm creating a website heat map. I know how to get the xy coordinate of a click, but on pages in centered divs the xy coordinate of the click varies based on the user's browser window width. How do I log a consistent xy so that I can display the…
Cory House
  • 14,235
  • 13
  • 70
  • 87
0
votes
1 answer

Track Button Clicks on Custom 404 Page

I want to be able to track the clicks going on those buttons. I can't just track the links because they are some of the most common spots on our site. I gave each button a label as seen in one of the below code snippets. I think I set up my GTM tag…
0
votes
0 answers

AWS SES - Open rate and Click rate

I used to send a email from AWS SES and wants to track the email metrics (open and click rate). I could see that AWS SES which may connect to Amazon CloudWatch, Amazon Kinesis Data Firehose, or Amazon Simple Notification Service to track email…
Krishnan U
  • 11
  • 2
0
votes
1 answer

Track Newsletter Link Click with Google Analytics

I am partnering with an email newsletter to include some url links I'd like to advertise. Can someone advise on how I might get "click" stats on these url links? The links neither redirect to my website/app, and are just links to, for example, a…
Chris
  • 431
  • 8
  • 33
0
votes
2 answers

Kusto query to add the names of image hyperlinks clicked, in a separate column

This is a follow-up with reference to this question. One is able to create a single row of page views and click-tracking details using the lookup Kusto operator if the link is a text. However, when the link is an image, one needs to use the customid…
Ayan Mullick
  • 67
  • 2
  • 11
  • 38
0
votes
1 answer

Kusto query to add the names of links clicked, in a separate column

The page views are collected in the pageViews table and the click responses are stored in the customEvents table. I’m trying to get the names of the links clicked on, per page view, in a separate column. PFB the webpage code created from the…
Ayan Mullick
  • 67
  • 2
  • 11
  • 38
0
votes
2 answers

GTM Custom Javascript Variable not working (return function)

I've been looking at this for days now and am totally stuck. The page I am working with looks like this:
0
votes
1 answer

Detect clicks inside a sourceful Iframe for mobile

I have a situation here. I am inside a sourceful Iframe(id=a-sourceful-one) AND NOT on the main page My code is executing in a script (id=this-is-my-executing-script) I have to track clicks inside another sourceful iframe…
Sahil Maniar
  • 31
  • 1
  • 7
0
votes
2 answers

Is there a simple, universal outbound click tracking method for JQuery / Javascript?

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

Google Conversion Tracking when click button

I am trying to add google conversion tracking to an external-linking button on my website, using the steps outlined at https://support.google.com/adwords/answer/6331304?co=ADWORDS.IsAWNCustomer%3Dfalse&hl=en, but there is a little wrinkle: I am…
0
votes
0 answers

How to track clicks on hosted PDF link without code

I have a few PDFs hosted online (not our company's website) that I am trying to track clicks from emails without code or redirecting from landing pages. File hosting to track total downloads of a PDF ^ This question was helpful but the limitation…
0
votes
2 answers

Track click data as % with google analytics

I have a new feature which is exposed to some visitors to my website, depending on what they search for. I want to know "if the feature is exposed to them, how many interact with it", ideally as a percentage. I use GTM / GA but not sure how to get…
0
votes
2 answers

Target click tracking using elements data- attribute

I would like to add analytics.js click tracking to some elements on a page which all have a unique data- attribute. On the anaytics page : https://developers.google.com/analytics/devguides/collection/analyticsjs/events It says to add the code in…
0
votes
1 answer

How to know if someone clicked on your link and installed the linked app in the Play Store

When publishing a link to a mobile application on Facebook (Link to a Product Details Page on Play Store), how can I see if someone clicked on my link and installed the linked app in the Play Store?