CMS Container tags
Tag google-analytics


Tag to generate Google Analytics code. Meant to put in the body of a page, please note that if you want to use events, there has to be a normal tag first. Search order of the google analytics account used: * 1) The "account"-parameter passed to the tag (only when available, live and production) * 2) The "googleAnalytics/account" setting in the context XML (only when available, one of the two preferred methods) * 3) The "googleanalytics.account" system property, from the system properties (only when available, live and production) * 4) The googleanalyticsId field of the site (only when available, the other preferred method)


Tag Information
Tag Classcom.finalist.cmsc.taglib.stats.GoogleAnalyticsTag
TagExtraInfo ClassNone
Body Contentempty
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
accountfalsetruejava.lang.StringThe google account name.
typefalsetruejava.lang.StringThe type, one of the following: "basic" (default: initialize google analytics and count the page), "event" (event code: the category and action are now required, first needs a basic)
categoryfalsetruejava.lang.StringThe category used by the "event" type, then required, otherwise ignored.
actionfalsetruejava.lang.StringThe action used by the "event" type, then required when no nodenumber, otherwise ignored.
nodeNumberfalsetruejava.lang.StringWill build a nice action used by the "event" type, then required when no action, otherwise ignored.
labelfalsetruejava.lang.StringThe label used by the "event" type, optional.
valuefalsetruejava.lang.StringThe value used by the "event" type, "label" is required when using this parameter.
forcefalsefalsejava.lang.StringForces output for testing purposes, while not in production and not live.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.