Questions tagged [click-tracking]
46 questions
0
votes
0 answers
0
votes
1 answer
Click tracking of a newsletter using Google Analytics and without a website
I would like to know if it is possible to use Google Analytics to track links that do not necessarily relate to a specific website?
In other words, if I make a newsletter with a hyperlink to www.shinyhappypeople.com, how can I equip this hyperlink…

disasterkid
- 6,948
- 25
- 94
- 179
0
votes
1 answer
Retain css of links after enabling click-tracking of send-grid
I am trying to send a button through sendgrid using their click tracking but they change the link when being delivered to enable tracking. and that changes the css of the link. how do i keep the css and enable click tracking using sendgrid. I am…

raj
- 694
- 1
- 5
- 22
0
votes
3 answers
How to track clicks in Google Analytics
I wanted to track the clicks on my contact form which is available on a different page. I know it is pretty easy. But along with that click tracking, I also wanted to track the page name (this will help me to understand from which page we have got…
0
votes
1 answer
Underscore do some calculation and return new object
I have a time series like this:
[
{
"_id": {
"action": "click",
"date": "2015-02-02T00:00:00+01:00"
},
"total": 5
},
{
"_id": {
"action": "hit",
"date":…

michelem
- 14,430
- 5
- 50
- 66
0
votes
0 answers
Tracking Email Clicks in PHP
I am using SwiftMailer to send emails to people who are registered on my website. I want to track opens & click throughs, and I have the opens working perfectly. The click throughs are almost there...
When you open the email I use an image set to…

DecimalCampaign
- 35
- 1
- 2
- 9
0
votes
1 answer
Is there an onStateChange event only for initial video play?
Trying to implement Google Tracking on initial video play right now.
The API gives 6 states,
-1 (unstarted)
0 (ended)
1 (playing)
2 (paused)
3 (buffering)
5 (video cued).
but the state I'm using (1: playing) triggers on every video click. I only…

Christopher Marshall
- 10,678
- 10
- 55
- 94
0
votes
2 answers
Css overlapperd click
I'm building a strange div shaped structure and I need a hint to resolve a clicking problem.
This is a jsfiddle to show you the issue.
The structure for each element is:
…

Shyghar
- 313
- 4
- 19
0
votes
1 answer
Google Mobile Ads SDK App Events with Click Tracking
We are displaying some ads in our iOS & Android applications using the Google Mobile Ads SDK. We need some parameters to make a web service call when the user clicks on the Ad and we get them using the GADAppEventDelegate, and after the web service…

Cosmin
- 2,840
- 5
- 32
- 50
0
votes
1 answer
Why would advert clicks from a website not register as a referral in Google Analytics?
Like many websites, my customer's website is advertising funded. A number of customers pay to have advert images on their website. However a couple of times now, the advert customers have noticed that the stats we're giving them for outbound clicks…

NickG
- 9,315
- 16
- 75
- 115
0
votes
0 answers
internal Button/link click tracking application for a website
The requirement is pretty simple but I'm struggling to find any application that meets it.
We have an existing ASP.NET WebForms 2.0 site. uses the AjaxToolkit and jQuery 1.4.
The system occasionally encounters an error (big shock to you all I'm…

Martin
- 2,180
- 4
- 21
- 41
0
votes
1 answer
jquery accordion click event tracking
I'm using jquery accordion to show different sets of information and my accordion looks like this:`
Category1
< logic to display data for category 1 >
…
Gopi
- 620
- 8
- 16
0
votes
1 answer
Outbound link tracking using Google Analytics in Adobe CQ5
My client is currently using Adobe CQ5.
Each time I add the Google Analytics event tracking via CQ5, the code breaks. (It doesn't matter whether I choose HTML view or design view.)
The code:
onClick="_gaq.push(['_trackEvent', 'CC tracking test',…
0
votes
2 answers
Jquery clicktracking mousedown vs click
I need to track outbound clicks from a directory on our site, and would like to do this so that the actual url is in the href. Something like:
Go to Example
This is the JQuery I'm using…

Frank
- 714
- 1
- 9
- 21
-1
votes
1 answer
IFrame Cross Domain Click Tracking
The Below code was able to track the clicks on iframe but i was not able to know click (right/left/middle) ???