Details
Description
if the system property org.icemobile.googleAnalyticsAccount is nonempty (so set from the JVM startup as, say, -Dorg.icemobile.googleAnalyticsAccount=UA-65432-1) writes out the necessary google script
we need both JSF and JSP versions
To expand the feature with more configuration options, I think
we would need to know whether complex use requires per-app
configuration -- in that case, we would be better off with a config
file in a standard location or referenced in web.xml. I suspect
that the majority of uses just have the analytics turned on for a
single account.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #31946 | Fri Nov 02 15:55:09 MDT 2012 | ted.goddard | only write analytics script if account is specified ( |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/jsp/src/main/java/org/icemobile/jsp/tags/GoogleAnalyticsTag.java
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #31224 | Mon Oct 01 08:14:44 MDT 2012 | philip.breau | add domain attribute |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/jsp/src/main/resources/META-INF/icemobile.tld
MODIFY /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/googleanalytics/GoogleAnalyticsRenderer.java MODIFY /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/googleanalytics/GoogleAnalyticsMeta.java MODIFY /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/googleanalytics/GoogleAnalytics.java MODIFY /icemobile/trunk/icemobile/jsp/src/main/java/org/icemobile/jsp/tags/GoogleAnalyticsTag.java |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #31103 | Wed Sep 26 14:13:49 MDT 2012 | ted.goddard | testing for google analytics from System.getProperty ( |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/googleanalytics/GoogleAnalyticsRenderer.java
MODIFY /icemobile/trunk/icemobile/jsp/src/main/java/org/icemobile/jsp/tags/GoogleAnalyticsTag.java |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #31091 | Wed Sep 26 11:48:23 MDT 2012 | ted.goddard | warn once for no analytics ( |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/googleanalytics/GoogleAnalyticsRenderer.java
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #31051 | Mon Sep 24 18:31:30 MDT 2012 | philip.breau | add comp to all jsf demos |
Files Changed | ||||
ADD
/icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/googleanalytics/GoogleAnalyticsRenderer.java
ADD /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/googleanalytics/GoogleAnalyticsMeta.java MODIFY /icemobile/trunk/icemobile/samples/mediacast/src/main/webapp/mediacast.xhtml ADD /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/googleanalytics/GoogleAnalytics.java ADD /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/googleanalytics MODIFY /icemobile/trunk/icemobile/samples/mobileshowcase/src/main/webapp/showcase.xhtml |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #30967 | Fri Sep 21 09:31:43 MDT 2012 | philip.breau | jsp tag |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/jsp/src/main/resources/META-INF/web-resources/javascript/icemobile.js
MODIFY /icemobile/trunk/icemobile/jsp/src/main/resources/META-INF/web-resources MODIFY /icemobile/trunk/icemobile/jsp/src/main/resources/META-INF/icemobile.tld ADD /icemobile/trunk/icemobile/jsp/src/main/java/org/icemobile/jsp/tags/GoogleAnalyticsTag.java |