Package | at.datacollection.workers |
Class | public class DataWorkerOptions |
DataCollectionModule.addDataCollectionItem(new DataItemOverlay(DataWorkerOptions.STOP_APPID | DataWorkerOptions.STOP_BRANDID,"ExitAppID"));
Or you can store the values in a variable:
var options:uint = DataWorkerOptions.STOP_APPID | DataWorkerOptions.STOP_BRANDID;
var tid:IDataItemDescription = new IDataItemDescription();
tid.dataWorkerOptions = options;
DataCollectionModule.addDataCollectionItem(tid);
Constant | Defined by | ||
---|---|---|---|
STOP_APPID : uint = 0x8 [static]
Removes the GUID for the application session.
| DataWorkerOptions | ||
STOP_BRANDID : uint = 0x20 [static]
Removes the brand id from the database record.
| DataWorkerOptions | ||
STOP_CALL_ABBR_TITLE : uint = 0x4000000 [static]
Call data collection: Removes the call's abbreviated title from the database record.
| DataWorkerOptions | ||
STOP_CALL_BRAND_TITLE : uint = 0x200 [static]
Call data collection: Removes the brand title from the database record.
| DataWorkerOptions | ||
STOP_CALLID : uint = 0x80 [static]
Removes the call id from the database record.
| DataWorkerOptions | ||
STOP_CALL_INDICATION_TITLE : uint = 0x400 [static]
Call data collection: Removes the indication title from the database record.
| DataWorkerOptions | ||
STOP_CALL_SLIDE_LIST : uint = 0x100 [static]
Call data collection: Removes the slide list from the database record.
| DataWorkerOptions | ||
STOP_CALL_TITLE : uint = 0x4 [static]
Removes the human readable name for the call.
| DataWorkerOptions | ||
STOP_DURATION : uint = 0x2 [static]
Removes the total duration from the database record.
| DataWorkerOptions | ||
STOP_FRIENDLYNAME : uint = 0x4 [static]
Removes the human readable name for the database record.
| DataWorkerOptions | ||
STOP_INDICATIONID : uint = 0x40 [static]
Removes the indication id from the database record.
| DataWorkerOptions | ||
STOP_OVERLAY_FILENAME : uint = 0x20000 [static]
Overlay data collection: Removes the overlay's file name from the database record where applicable.
| DataWorkerOptions | ||
STOP_OVERLAY_IS_VIDEO : uint = 0x40000 [static]
Overlay data collection: Removes whether the overlay is a video or not from the database record.
| DataWorkerOptions | ||
STOP_OVERLAY_UNIQUEID : uint = 0x200000 [static]
Overlay data collection: Removes the overlay's unique id from the database record.
| DataWorkerOptions | ||
STOP_OVERLAY_VIDEO_DURATION_WATCHED : uint = 0x100000 [static]
Overlay data collection: Removes the total time of the video viewed in an overlay from the database record where applicable.
| DataWorkerOptions | ||
STOP_OVERLAY_VIDEO_TOTAL_TIME : uint = 0x80000 [static]
Overlay data collection: Removes the total time of the video in an overlay from the database record where applicable.
| DataWorkerOptions | ||
STOP_PRECALL_BRAND_ID : uint = 0x1000000 [static]
Precall data collection: Removes the brand id from the database record.
| DataWorkerOptions | ||
STOP_PRECALL_INDICATION_ID : uint = 0x2000000 [static]
Precall data collection: Removes the indication id from the database record.
| DataWorkerOptions | ||
STOP_REPID : uint = 0x10 [static]
Removes the users id from the database record.
| DataWorkerOptions | ||
STOP_SLIDE_DATABASE_ID : uint = 0x4000 [static]
Slide data collection: Removes the slide's database ID from the database record.
| DataWorkerOptions | ||
STOP_SLIDE_FILENAME : uint = 0x800000 [static]
Slide data collection: Removes the slide's file name form the database record.
| DataWorkerOptions | ||
STOP_SLIDE_INDEX : uint = 0x8000 [static]
Slide data collection: Removes the slide's call index from the database record.
| DataWorkerOptions | ||
STOP_SLIDE_OFFSHOOT : uint = 0x10000 [static]
Slide data collection: Removes whether a slide was viewed outside of a call from the database record.
| DataWorkerOptions | ||
STOP_SLIDE_SECTIONTITLE : uint = 0x400000 [static]
Slide data collection: Removes the slide's section title from the database record.
| DataWorkerOptions | ||
STOP_SLIDE_TITLE : uint = 0x4 [static]
Removes the human readable name for the slide title.
| DataWorkerOptions | ||
STOP_TIMESTAMP : uint = 0x1 [static]
Removes the time stamp from the database record.
| DataWorkerOptions | ||
STOP_VIDEO_DURATION_WATCHED : uint = 0x2000 [static]
Video data collection: Removes the total duration watched from the database record.
| DataWorkerOptions | ||
STOP_VIDEO_FILENAME : uint = 0x800 [static]
Video data collection: Remove the filename from the database record.
| DataWorkerOptions | ||
STOP_VIDEO_TOTAL_TIME : uint = 0x1000 [static]
Video data collection: Removes the total time of the video from the database record.
| DataWorkerOptions | ||
USE_DEFAULTS : uint = 0x0 [static]
This is the default for all Data Items.
| DataWorkerOptions |
STOP_APPID | constant |
public static const STOP_APPID:uint = 0x8
Removes the GUID for the application session.
STOP_BRANDID | constant |
public static const STOP_BRANDID:uint = 0x20
Removes the brand id from the database record.
STOP_CALL_ABBR_TITLE | constant |
public static const STOP_CALL_ABBR_TITLE:uint = 0x4000000
Call data collection: Removes the call's abbreviated title from the database record.
STOP_CALL_BRAND_TITLE | constant |
public static const STOP_CALL_BRAND_TITLE:uint = 0x200
Call data collection: Removes the brand title from the database record.
STOP_CALLID | constant |
public static const STOP_CALLID:uint = 0x80
Removes the call id from the database record.
STOP_CALL_INDICATION_TITLE | constant |
public static const STOP_CALL_INDICATION_TITLE:uint = 0x400
Call data collection: Removes the indication title from the database record.
STOP_CALL_SLIDE_LIST | constant |
public static const STOP_CALL_SLIDE_LIST:uint = 0x100
Call data collection: Removes the slide list from the database record.
STOP_CALL_TITLE | constant |
public static const STOP_CALL_TITLE:uint = 0x4
Removes the human readable name for the call.
STOP_DURATION | constant |
public static const STOP_DURATION:uint = 0x2
Removes the total duration from the database record.
STOP_FRIENDLYNAME | constant |
public static const STOP_FRIENDLYNAME:uint = 0x4
Removes the human readable name for the database record.
STOP_INDICATIONID | constant |
public static const STOP_INDICATIONID:uint = 0x40
Removes the indication id from the database record.
STOP_OVERLAY_FILENAME | constant |
public static const STOP_OVERLAY_FILENAME:uint = 0x20000
Overlay data collection: Removes the overlay's file name from the database record where applicable.
STOP_OVERLAY_IS_VIDEO | constant |
public static const STOP_OVERLAY_IS_VIDEO:uint = 0x40000
Overlay data collection: Removes whether the overlay is a video or not from the database record.
STOP_OVERLAY_UNIQUEID | constant |
public static const STOP_OVERLAY_UNIQUEID:uint = 0x200000
Overlay data collection: Removes the overlay's unique id from the database record.
STOP_OVERLAY_VIDEO_DURATION_WATCHED | constant |
public static const STOP_OVERLAY_VIDEO_DURATION_WATCHED:uint = 0x100000
Overlay data collection: Removes the total time of the video viewed in an overlay from the database record where applicable.
STOP_OVERLAY_VIDEO_TOTAL_TIME | constant |
public static const STOP_OVERLAY_VIDEO_TOTAL_TIME:uint = 0x80000
Overlay data collection: Removes the total time of the video in an overlay from the database record where applicable.
STOP_PRECALL_BRAND_ID | constant |
public static const STOP_PRECALL_BRAND_ID:uint = 0x1000000
Precall data collection: Removes the brand id from the database record.
STOP_PRECALL_INDICATION_ID | constant |
public static const STOP_PRECALL_INDICATION_ID:uint = 0x2000000
Precall data collection: Removes the indication id from the database record.
STOP_REPID | constant |
public static const STOP_REPID:uint = 0x10
Removes the users id from the database record.
STOP_SLIDE_DATABASE_ID | constant |
public static const STOP_SLIDE_DATABASE_ID:uint = 0x4000
Slide data collection: Removes the slide's database ID from the database record.
STOP_SLIDE_FILENAME | constant |
public static const STOP_SLIDE_FILENAME:uint = 0x800000
Slide data collection: Removes the slide's file name form the database record.
STOP_SLIDE_INDEX | constant |
public static const STOP_SLIDE_INDEX:uint = 0x8000
Slide data collection: Removes the slide's call index from the database record.
STOP_SLIDE_OFFSHOOT | constant |
public static const STOP_SLIDE_OFFSHOOT:uint = 0x10000
Slide data collection: Removes whether a slide was viewed outside of a call from the database record.
STOP_SLIDE_SECTIONTITLE | constant |
public static const STOP_SLIDE_SECTIONTITLE:uint = 0x400000
Slide data collection: Removes the slide's section title from the database record.
STOP_SLIDE_TITLE | constant |
public static const STOP_SLIDE_TITLE:uint = 0x4
Removes the human readable name for the slide title.
STOP_TIMESTAMP | constant |
public static const STOP_TIMESTAMP:uint = 0x1
Removes the time stamp from the database record.
STOP_VIDEO_DURATION_WATCHED | constant |
public static const STOP_VIDEO_DURATION_WATCHED:uint = 0x2000
Video data collection: Removes the total duration watched from the database record.
STOP_VIDEO_FILENAME | constant |
public static const STOP_VIDEO_FILENAME:uint = 0x800
Video data collection: Remove the filename from the database record.
STOP_VIDEO_TOTAL_TIME | constant |
public static const STOP_VIDEO_TOTAL_TIME:uint = 0x1000
Video data collection: Removes the total time of the video from the database record.
USE_DEFAULTS | constant |
public static const USE_DEFAULTS:uint = 0x0
This is the default for all Data Items. It will allow all aspects of the data collection to be recorded.