| 
  • If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

Short names

Page history last edited by Ben Stahl 12 years, 9 months ago

To save on space, short names are used for values in several of the real-time API calls.  This list shows you what they stand for.

 

  • b - pagetimer : Time to finish loading the dom.
    
  • c - time spent : Number of seconds on page.
    
  • d - domain : The domain name of the document (what's in the browser bar).
  • g - uid : The chartbeat account.
    
  • h - host : The reported domain (the dashboard the data goes to).
    
  • i - title : Page title.
  • n - new : First time visitor for the site in last 30 days.
  • p - path : Path of page from location.pathname.
  • r - referrer : Referrer from document.referrer.
  • t - token : Temporary uuid event's page session (regenerated when moving to another page).
  • u - user : User token.
  • w - window height : window.innerHeight || document.body.offsetHeight.
    
  • x - scroll top : window.pageYOffset || document.body.scrollTop || document.documentElement.scrollTop.
    
  • y - page height : document.body.scrollHeight.
    
  • R - read : Number of people reading.
    
  • W - write : Number of people writing.
    
  • I - idle :  Number of people idle.
    

Comments (1)

Antonio D'souza said

at 11:09 am on Dec 20, 2010

s/scroll height/page height/

You don't have permission to comment on this page.