Closed tduchateau closed 10 years ago
Issue by michaelisvy from Monday Jun 10, 2013 at 07:40 GMT
Right now we need to explicitly define a provider as follows:
<%@ taglib prefix="webanalytics" uri="http://github.com/dandelion/webanalytics" %> ... <webanalytics:tracker provider="google" token="aaaabbbbccccddddd"/>
It would be nice to have "google" as a default value for the "provider" attribute.
In that way we would be able to use it like this:
<%@ taglib prefix="webanalytics" uri="http://github.com/dandelion/webanalytics" %> ... <webanalytics:tracker token="aaaabbbbccccddddd"/>
As far as I understand, the only popular alternative to Google analytics is Yahoo analytics. As we can see here, Yahoo analytics is loosing traction: http://www.webpronews.com/yahoo-drops-analytics-only-customers-2012-06
Issue by michaelisvy from Monday Jun 10, 2013 at 07:40 GMT
Right now we need to explicitly define a provider as follows:
It would be nice to have "google" as a default value for the "provider" attribute.
In that way we would be able to use it like this:
As far as I understand, the only popular alternative to Google analytics is Yahoo analytics. As we can see here, Yahoo analytics is loosing traction: http://www.webpronews.com/yahoo-drops-analytics-only-customers-2012-06