-
Notifications
You must be signed in to change notification settings - Fork 0
com_vuzit_Event
bmatzelle edited this page Sep 13, 2010
·
3 revisions
A class for retrieving events.
Static and instance object methods.
- static findAll : Retrieves a set of events.
Instance object methods.
- string getWebId : Web ID of the request.
- string getEvent : Event type (“document_loaded”, “page_view”, “zoom_in”, etc").
- string getRemoteHost : IP address of the remote host accessing the page.
- string getReferer : Referring link of the request.
- string getUserAgent : The user agent (web browser) of the request.
- string getCustom : The custom type stored with the request.
- Date getRequestedAt : The date of the request.
- int getPage : Size of the document in bytes.
- int getDuration : Duration of which the user viewed that page.