Tagged Questions
1
vote
1answer
56 views
How to store data locally?
I am build web analytics, It deals with tracking the click and mouse movements, For this i don't want to send the data to server for every mouse move or click instead i planned to save locally and the ...
0
votes
1answer
90 views
GA Event Tracking Not Working
Can anyone see a problem with the code here for tracking this button?
Fixed it from the previous post and still nothing with the new code:
<form id="constant-contact-signup2" ...
-1
votes
1answer
50 views
Google Analytics in Wordpress header [closed]
So I'm working on a client site and they've got Google Analytics in their headers for pages (the site is Wordpress), however I'm checking the header.php of their theme, and not seeing any reference to ...
0
votes
1answer
73 views
Html element disappearing in production
I'm working on an website where we insert a piece of html into the page when a user signs up e.g.
<span data-log-in-status="complete-sign-up" data-log-in-type="email" id="log_in_status" ...
1
vote
1answer
111 views
Calling a tracking PHP script within a download PHP script
So I'm trying to develop a site for personal use and so far I've got a Google Analytic account and some basic infrastructure. I would like to have a download function for which i have a script which I ...
1
vote
0answers
82 views
Should I add the _TrackPageview Snippet to the <a> tag or somewhere in the JavaScript Container that fires when a link is clicked?
I am trying to set up virtual pageviews for when a user clicks on buttons that are currently hosted in a lightbox.
I know that on a normal page, I just need to add the snippet in the <a> tag, ...
0
votes
3answers
145 views
Element click count tracking
I am new to computer programming, and trying to learn some possibilities to track the clicking of an element on a page. If it is a link to another page, I know I can use goo.gl or bit.ly for url ...
0
votes
3answers
210 views
Ajax call not running before new page is loaded
Maybe I am missing something simple here, but it is frustrating me. So what I need to do is update something on my server when this div around a link is clicked (I am doing click thru analytics). I ...
0
votes
3answers
31 views
Need to understand how tracking codes may be working in web content
I was recently approached by a web partner and they asked me to add their 'tracking code' to my site as shown below. The data and address would be different, but the structure is the same as below. ...
0
votes
1answer
193 views
Omniture data reporting on a 301 redirecting page
We have used Omniture reporting for submission of basic metrices like page views etc through JavaScript on the webpages.
A recent requirement requires us to do a 301 redirect on a page. Now, this ...
1
vote
1answer
3k views
New Window not Opening when using target=“_blank” with onclick
Summary:
1. Need to open a new window to display a survey from a third party.
2. Cannot use JavaScript to open the window (currently using target="_blank".
3. Must use JavaScript to track clicks ...
0
votes
1answer
949 views
Extract Google Analytics Campaign Cookie Information and Insert Into Inquiry Form Field. Is this possible?
I have been using Google Analytics for a while. For one of my customers we use campaign tracking extensively. And recently we started collecting Multi Channel Funnel analytics. The primary reason for ...
4
votes
3answers
2k views
Tracking Google Analytics on a 1 page website using hashtags
I have a long single page website using hashtags in the URL when you get to a certain section from scrolling or clicking. What technique can I use to track these hashtags as "pages" in google ...
2
votes
2answers
645 views
Using JQuery rating stars and submitting data to analytics
I am having some trouble implementing a JQuery star rating plugin. The plugin in question can be found at http://orkans-tmp.22web.net/star_rating/
The trouble I'm having is passing the score off to ...
0
votes
2answers
299 views
JQuery waypoints with analytics tracking getting page URL
I am trying to implement a tracking event for when my user scrolls to the bottom of an article page on my website using JQuery waypoints plugin (http://imakewebthings.github.com/jquery-waypoints/), ...
0
votes
0answers
212 views
Analytics Event Tracking inside a div not working for some reason
I have a event tracking code which I know works, because I use it on banners and such.
Recently, I need to use it on a banner, which is inside two DIVs, however, this doesn't work for some reason ...
1
vote
1answer
199 views
multiple user, single website analytics
I am developing a web application which will have multiple users. It's basically an eCommerce system where multiple vendors sell their products
Now I need to use Analytics to track how customers ...
0
votes
1answer
340 views
third-party cookies and conversion tracking
Some vendors use URLs redirects to track clicks on text or display ads. In such cases, the typical way for such a a vendor to track if a conversion (i.e. a purchase) occurs is by setting a session ...
0
votes
1answer
130 views
Yahoo analytics isn't registering all my pages
This is how I set the test up. I made a site with 5 pages, namely "Home", "Sub page 1"->"Sub page 3" and "About". On all of them I have the exact same code:
<!-- Yahoo! Web Analytics - All rights ...
0
votes
3answers
460 views
javascript / html - visit duration on page
Is there a way to use javascript to determine how long someone was looking at my webpage before they closed their browser or hit the back button? Something like send a message to php page every few ...
0
votes
1answer
321 views
How do I track hotlinking of images and iframe?
I give out an embed html code so others can post parts of my website as an iframe. I want to be able to track who has my embed code posted. Is there a way to do this?
3
votes
4answers
414 views
What percentage of followed hyperlinks might have their “onclick” JavaScript ignored?
As far as I know all popular web browsers execute the onclick attribute of an anchor link first, then follow the path specified by the href attribute.
The problem here is that the onclick attribute ...
7
votes
8answers
6k views
Is there any way to track whether an email has been opened?
I'm beginning to work on mailing-list software we use internally (EDIT: though we send emails externally as well, so we can't enforce policy on mail clients). Is there any way to track whether, when ...
