Quantcast

Sales:
(215) 821-7004

Document Analytics

Vuzit provides enterprise-class document analytics and behavior tracking for your content marketing needs. You can measure the ROI on your content to make more informed decisions.

Benefits

Vuzit provides unprecedented document analytics capabilities that will tell you:

  • who and when a reader opens your documents
  • what pages of the document they spent the most or least time
  • where in the world your readers are visiting
  • how much time a person spent on each page

Vuzit also tracks when a reader downloads the original files, increases the size of the page, or decreases the size of the page.

How it works

The Vuzit viewer is always tracking the usage of content in the viewer and requires no additional programming. The analytics information can be retrieved in the Vuzit Dashboard, Microsoft Excel, or using a software program written in our Web Service API.

Using the Javascript API, developers can take advantage of an additional feature where any custom attribute can be attached to each viewer instance (e.g. for tracking the username of each reader).

Querying Events

The Web Service API provides a search interface where the search results are returned as either XML or JSON. Please see the Web Service API documentation for further details.

Custom Attributes

Developers can take advantage of an additional feature where any custom attribute can be attached to each viewer instance (e.g. for tracking the username of each reader). The Viewer constructor methods are the standard way to specify a custom attribute (e.g. Viewer::fromId(), Viewer::fromUrl(), Viewer::initialize()).

Javascript Example

The following is a way to attach a username to the analytical data available in the Vuzit Dashboard.

viewer = vuzit.Viewer.fromId("1b", {custom: "ccera"});
viewer.display(document.getElementById("vuzit_viewer"), {zoom: 0 });

The Vuzit Dashboard will show the number of page views broken down per user. A developer can also retrieve the analytics information using the Web Service API described above.