
DescriptionVariable
Defines the character set you are using for the data sent to Analytics. The charset is used
to convert incoming data into UTF-8 for storage and reporting. See Using the charSet
Property.
charset
Default: false
ssl
Enables (true) or disables (false) sending measurement data via SSL (HTTPS).
Default: false
offlineEnabled
When enabled (true), hits are queued while the device is offline and sent later when the
device is online.Your report suite must be timestamp-enabled to use offline tracking.
Important: If timestamps are enabled on your report suite, your offlineEnabled
configuration property must be true. if your report suite is not timestamp enabled,
your offlineEnabled configuration property must be false. If this is not configured
correctly, data will be lost. If you are not sure if a report suite is timestamp enabled,
contact Customer Care.
If you are currently reporting AppMeasurement data to a report suite that also collects data
from JavaScript, you might need to set up a separate report suite for mobile data, or include
a custom timestamp on all JavaScript hits using the s.timestamp variable.
Default: 300 seconds
lifecycleTimeout
Specifies the length of time, in seconds, that must elapse between app launches before
the launch is considered a new session.This timeout also applies when your application
is sent to the background and reactivated.The time that your app spends in the background
is not included in the session length.
Default: 0 (No limit)
batchLimit
Maximum number of offline hits stored in the queue.
Default: optedin
privacyDefault
• optedin - hits are sent immediately.
• optedout - hits are discarded.
• optunknown - If your report suite is timestamp-enabled, hits are saved until the privacy
status changes to opt-in (then hits are sent) or opt-out (then hits are discarded). If your
report suite is not timestamp-enabled, hits are discarded until the privacy status changes
to opt in.
This sets the initial value only. If this value is ever set or changed in code, then the new
value is used going forward until it is changed, or the app is uninstalled and then reinstalled.
The following is an example of an ADBMobileConfig.json file:
{
"version" : "1.0",
"analytics" : {
"rsids" : "coolApp",
"server" : "my.CoolApp.com",
9Adobe Mobile Class and Method Reference
Comentários a estes Manuais