Skip to content
bmatzelle edited this page Sep 13, 2010 · 3 revisions

com.vuzit.Event class

A class for retrieving events.

Methods

Static and instance object methods.

  • static findAll : Retrieves a set of events.

Instance Methods

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.

Clone this wiki locally