vote up 4 vote down star

The navigator.geolocation api for user positioning is now also supported by Firefox and not just Safari/Iphone. I suspect it will become a well suported api as more devices support positioning.

Anyone know how to detect support of this api so that google analytics can chart it?

flag
you may have to wait till Google adds it, however in the mean time... your iPhone/Firefox3.5+ users will support it. If it is enabled is obviously another question. – scunliffe Jul 20 at 15:56

1 Answer

vote up 3 vote down check

I'm unsure of the exact code, but you should be able to use custom tracking events. Here's some some psuedo code:

if (navigation.geolocation) {
    _trackEvent(category, action, optional_label, optional_value)
}
link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.