git clone of logicmail with some fixes/features added
at master 67 lines 3.9 kB view raw
1<?xml version="1.0" encoding="utf-8"?> 2<resources> 3 <!-- Category of your application. Choose one of: --> 4 <!-- Business --> 5 <!-- Education --> 6 <!-- Entertainment --> 7 <!-- Finance --> 8 <!-- Games --> 9 <!-- Health and Wellness --> 10 <!-- IM and Social Networking --> 11 <!-- Maps and Navigation --> 12 <!-- Music and Audio --> 13 <!-- News --> 14 <!-- Photo and Video --> 15 <!-- Productivity --> 16 <!-- Reference and eBooks --> 17 <!-- Shopping --> 18 <!-- Sports and Recreation --> 19 <!-- Test Center --> 20 <!-- Themes --> 21 <!-- Travel --> 22 <!-- Utilities --> 23 <!-- Weather --> 24 <string name="wt_dc_app_category">Productivity</string> 25 26 <!-- Name of your application. --> 27 <string name="wt_dc_app_name">YOUR_APPLICATION_NAME_HERE</string> 28 29 <!-- Publisher of your application (vendor or developer name). --> 30 <string name="wt_dc_app_publisher">YOUR_PUBLISHER_NAME_HERE</string> 31 32 <!-- Version of your application. --> 33 <string name="wt_dc_app_version">1.0</string> 34 35 <!-- Percent of battery life remaining when event send is paused. This is the recommended setting for BlackBerry Analytics Service data collection. --> 36 <string name="wt_dc_charge_threshold_minimum">30</string> 37 38 <!-- Supply a unique ID in the format dcsxxxxxxxxxxxxxxxxxxxxxx_xxxx that is associated with a BlackBerry Analytics Service data source. This ID identifies your data to the BlackBerry Analytics Service data collection server. If you don't have a dcsid, contact your BlackBerry Analytics Service administrator.--> 39 <string name="wt_dc_dcsid">YOUR_WEBTRENDS_DCSID_HERE</string> 40 41 <!-- Set this value to "true" if you want to enable application logging. --> 42 <string name="wt_dc_debug">false</string> 43 44 <!-- Set this value to "false" if you want to disable the BlackBerry Analytics Service library. --> 45 <string name="wt_dc_enabled">true</string> 46 47 <!-- Number of times to retry sending an event in response to send error. This is the recommended setting for BlackBerry Analytics Service data collection. --> 48 <string name="wt_dc_event_retry_maximum">5</string> 49 50 <!-- Maximum number of events stored in event queue. This is the recommended setting for BlackBerry Analytics Service data collection. --> 51 <string name="wt_dc_event_table_size_maximum">10000</string> 52 53 <!-- Set this value to "true" if you want the BlackBerry Analytics Service library to request PERMISSION_INTERNET, PERMISSION_CROSS_APPLICATION_COMMUNICATION, PERMISSION_SECURITY_DATA from the permission database. Otherwise you must manage permissions. --> 54 <string name="wt_dc_request_permission">false</string> 55 56 <!-- Session expiration in minutes. This is the recommended setting for BlackBerry Analytics Service data collection. --> 57 <string name="wt_dc_session_maximum">480</string> 58 59 <!-- Session timeout in minutes. This is the recommended setting for BlackBerry Analytics Service data collection. --> 60 <string name="wt_dc_session_timeout">30</string> 61 62 <!-- Time zone of data source in number of hours offset from GMT. --> 63 <string name="wt_dc_timezone">-5</string> 64 65 <!-- Data Collection API base URL. This URL is static and should not be changed. --> 66 <string name="wt_dc_url">https://dc.webtrends.com/v1</string> 67</resources>