···4141# If these parameters are omitted, the application will be built without
4242# analytics support.
4343#
4444-#webtrends.library=../lib/AnalyticsServicev0.9Beta.jar
4444+#webtrends.library=../lib/AnalyticsServicev0.93Beta.jar
4545#webtrends.dcsid=
···141141 String eventType);
142142143143 /**
144144- * Tracks instances that a user views content in an application.
144144+ * Tracks instances that a user views a screen in an application.
145145 *
146146- * @param eventPath The hierarchical location of where an object or content
146146+ * @param eventPath The hierarchical location of where an object or screen
147147 * is located in an application.
148148 * @param eventDesc The name of the screen where the event occurs.
149149 * @param eventType The event type.
150150- * @param contentGroup A category name for the content.
150150+ * @param contentGroup A category name for the screen.
151151 */
152152- public abstract void onContentView(
152152+ public abstract void onScreenView(
153153 String eventPath,
154154 String eventDesc,
155155 String eventType,
156156- String contentGroup);
157157-156156+ String contentGroup);
157157+158158 /**
159159 * Tracks instances that media events occur in an application.
160160 *
···1414 bb-ant-tools.patch | Patch to BlackBerry Ant Tools
1515 ant-contrib-1.0b3.jar | Ant-Contrib Tasks
1616 hammockmaker-2.1.0.jar | HammockMaker tool (from the Hammock distribution)
1717- AnalyticsServicev0.9Beta.jar | BlackBerry Analytics Service SDK
1818- AnalyticsServicev0.9Beta-doc.zip | JavaDocs for above
1919- webtrends-template.xml | Analtics configuration template
1717+ AnalyticsServicev0.93Beta.jar | BlackBerry Analytics Service SDK
1818+ AnalyticsServicev0.93Beta-doc.zip | JavaDocs for above
1919+ webtrends-template.xml | Analtics configuration template
202021212222Sources:
···3535 http://hammingweight.com/modules/hammock/
3636BlackBerry Analytics Service SDK
3737 http://us.blackberry.com/developers/platform/analyticsservice/
3838- Not included due possible legal issues with redistribution.
3939- LogicMail can be successfully built and run without these libraries.3838+ Not included due to possible legal issues with redistribution.
3939+ LogicMail can be successfully built and run without this library.
+7-7
lib/webtrends-template.xml
···66 <!-- Entertainment -->
77 <!-- Finance -->
88 <!-- Games -->
99- <!-- Health & Wellness -->
1010- <!-- IM & Social Networking -->
1111- <!-- Maps & Navigation -->
1212- <!-- Music & Audio -->
99+ <!-- Health and Wellness -->
1010+ <!-- IM and Social Networking -->
1111+ <!-- Maps and Navigation -->
1212+ <!-- Music and Audio -->
1313 <!-- News -->
1414- <!-- Photo & Video -->
1414+ <!-- Photo and Video -->
1515 <!-- Productivity -->
1616- <!-- Reference & eBooks -->
1616+ <!-- Reference and eBooks -->
1717 <!-- Shopping -->
1818- <!-- Sports & Recreation -->
1818+ <!-- Sports and Recreation -->
1919 <!-- Test Center -->
2020 <!-- Themes -->
2121 <!-- Travel -->