Closed tduchateau closed 10 years ago
Issue by michaelisvy from Monday Jun 10, 2013 at 07:36 GMT
As I've discussed with Romain by email, it would be really nice to have a standalone version of the tracker tag.
Right now, we have:
<%@ taglib prefix="webanalytics" uri="http://github.com/dandelion/webanalytics" %> <%@ taglib prefix="dandelion" uri="http://github.com/dandelion" %> ... <webanalytics:tracker provider="google" token="aaaabbbbccccddddd"/> <dandelion:assets />
It would be really nice if we could choose to avoid using assets like this:
<%@ taglib prefix="webanalytics" uri="http://github.com/dandelion/webanalytics" %> ... <webanalytics:tracker provider="google" token="aaaabbbbccccddddd" useAssets="false"/>
Issue by michaelisvy from Monday Jun 10, 2013 at 07:36 GMT
As I've discussed with Romain by email, it would be really nice to have a standalone version of the tracker tag.
Right now, we have:
It would be really nice if we could choose to avoid using assets like this: