Questions tagged [yahoo-analytics]

A tracking system that can help track and analyze visitor activity on web sites.

Yahoo Web Analytics is a sophisticated, browser-based tracking system that can help you track and analyze visitor activity on your web-based properties. Yahoo Web Analytics infers certain characteristics about your web site visitors, where those visitors go on your web sites, what they do while there, and makes that information available to you.

(Source)

7 questions
20
votes
3 answers

Why does chrome throw "Uncaught Error: NOT_FOUND_ERR: DOM Exception 8" here?

Below is the code for my YWA wrapper var astr_ywascript = (document.createElement("script").type = "text/javascript").src = "http://d.yimg.com/mi/eu/ywa.js"; document.head.appendChild(astr_ywascript); // <- error on this line It's run on page load,…
Hubro
  • 56,214
  • 69
  • 228
  • 381
5
votes
5 answers

Why do Web Analytics such as Google Analytics use Dimensions and Metrics instead of SQL statement?

Just when I get quite familiar with SQL statements once again, when pulling data from Google Analytics, I found that they don't use SQL, but rather, use Dimensions and Metrics and the combinations of them. Why is a reason for that? I think it…
1
vote
2 answers

Yahoo Web Analytics Upgrade

Yahoo is forcing an upgrade to their current version of Yahoo Web Analytics tracking code (from version 4 to version 5). The deadline for upgrading is the end of this month. Here is the message within the interface: In 2009, we migrated all of our…
0
votes
1 answer

Using Yahoo Web Analytics in jsRender web site

In my web site I'm only using client-side scripting (jsrender and jquery) for presenting data. I'm only presenting data from a json-feed, so there have been no need (until now??) for a full scale web-app. Now I'm trying to integrate Yahoo Web…
jorgen
  • 1,217
  • 6
  • 22
  • 41
0
votes
1 answer

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: