Class CQ_Analytics.ClientContextMgr.ServerStorage
| Package: | CQ_Analytics |
| Class: | ClientContextMgr.ServerStorage |
| Extends: | Object |
| Clientlib: | personalization.core |
Config Options
| |
POST_MODE : Number
The POST mode of the clickstreamcloud. Must be a & value of the following properties: POST_MODE_PAGELOAD: POST on pag...
The POST mode of the clickstreamcloud. Must be a & value of the following properties: - POST_MODE_PAGELOAD: POST on page load
- POST_MODE_TIMER: POST on timer interval
- POST_MODE_DATAUPDATE: POST when one session store data is updated
|
ClientContextMgr.ServerStorage |
| |
POST_MODE_DATAUPDATE : Number
Data update mode constant: POST if one session store data is updated.
|
ClientContextMgr.ServerStorage |
| |
POST_MODE_PAGELOAD : Number
Page load mode constant: POST on every page load.
|
ClientContextMgr.ServerStorage |
| |
POST_MODE_TIMER : Number
Timer mode constant: POST defined by an time interval.
|
ClientContextMgr.ServerStorage |
| |
POST_PATH : Number
Beginning of the path used by post.
|
ClientContextMgr.ServerStorage |
| |
POST_PROCESS_TIMER : Number
Interval in seconds to check if POST is needed in POST_MODE_TIMER mode (defaults to 60s).
|
ClientContextMgr.ServerStorage |
| |
POST_TIMER : Number
Interval in seconds to POST in POST_MODE_TIMER mode (defaults to 600s).
|
ClientContextMgr.ServerStorage |
Public Properties
This class has no public properties.
Public Methods
| |
isMode( Number mode ) : Boolean
Returns if mode is defined.
Returns if mode is defined.
Parameters:
mode : NumberMode to check.
Returns:
Booleantrue if mode is defined.
|
ClientContextMgr.ServerStorage |
| |
post() : void
Posts the current clientcontext object to the server (occurs only if posting is started).
Posts the current clientcontext object to the server (occurs only if posting is started).
|
ClientContextMgr.ServerStorage |
| |
startPosting() : void
|
ClientContextMgr.ServerStorage |
| |
stopPosting() : void
|
ClientContextMgr.ServerStorage |
Public Events
This class has no public events.