Possible Duplicate:
Google Analytics to track FireFox extension use
I tried injecting a script tag on the page with analytics code, but it is reporting 200+ absolute unique visitors from me alone…
Is there a way to use the script that will provide me a more accurate result?
It sounds like the cookies required to track a user aren’t being registered properly and used by the ga.js script. Without a way to identify a visitor GA will think that every time you call the tracking code it comes from a new visitor.
You could try constructing the tracking pixel yourself and sending it to GA whenever you want to register a pageview. You would need to simulate the
__utm.gifrequest and place your own values into the URL parameters.