Tagged Questions

7
votes
4answers
516 views

How to measure visiting time of a user

I like to measure the time a user spent on a particualr page of my webapp. First i thought about catching the onunload/onbeforeunload event in the browser and notify the server via a XMLHttpRequest ...
2
votes
1answer
84 views

Why do Web Analytics Applications Never Use JSONP

I'm thinking of building an application for myself that is similar to Google Analytics, Getclicky, etc. I've noticed that all of these websites use Image beacons to send data to the servers. Aside ...
2
votes
3answers
349 views

how to create an analytics tool?

what should i learn in order to develop a (good and realtime) analytics tool? i think i should learn a lot of javascript, but i need some guidance... and i think i should also learn php... could you ...
1
vote
0answers
75 views

getLinkerUrl not passing cookies across domains - Google Analytics

I have a client who is using a form that links to a booking engine on a different domain. However, they aren't using a traditionally coded form so to speak: <div id="qs" align="center"> ...
1
vote
5answers
413 views

How do I keep track of how many times an external link is clicked?

I have a site affiliated with a university and we want to link to another site that has a certain teaching program. We were hoping to be able to track the amount of times this link has been clicked ...
0
votes
2answers
975 views

How do I track visits to facebook pages using Google Analytics or Yahoo Web Analytics?

I have recently looked into this and discovered that using FBML pages in a facebook fan page, I can add fb:google-analytics tags or image tags to track page visits. However I have found no method of ...