Home
Extended ECM
API, SDK, REST and Web Services
Great tool for Livelink Usage Statistics - but need help for 9.5 SP1
Michel_Dufrasnes_(csmadmin_-_(deleted))
Hello Livelink Development community,I found some (aged) discussions on Livelink about usage statistics tools for Livelink. Since two years I have successfully used full statistics on Livelink usage (Page Views, Visits and Visitors, session duration, average pages, clickpaths, etc., etc.) using the Sitestat online statistics tool from www.nedstat.com. This tool is not a replacement for the usage information obtained from the various LiveReports available in Livelink, but is a very valuable addition to them.By simply injecting a small JavaScript into every Livelink page (can be done from your server or by manipulating your HTML templates, and with 9.5 by adding it to the base.html file) a 1 pixel .gif is requested from the Sitestat server and a cookie is stored on the user's client machine. This cookie is referenced in every next visit of that user to identify him/her as a returning rather than a new visitor.It also tracks operating system, browser, screen resolution, download speed, etc. The reporting tools give you almost live usage statistics including advanced marketing & sales tools like funnels. And no, I have no relationship with this company other than being a customer ;-)!BUT MY ISSUE IS: this all worked fine with Livelink 9.1 SP4 and 9.2.Now we migrated to Livelink 9.5 SP1 and found that the following line of JAVASCRIPT code that provided me with the full drill down path information of the page where the user was browsing, is now throwing a "Server did not respond" error when inserting it into the file base.html: folderPath = "`data.path.path`";Anybody knows what variable/programming logic to use to retrieve the same information again from Livelink using JAVASCRIPT?What I am looking for is ending up with a string in JavaScript like "Enterprise Workspace:Departments:Marketing & Sales:Campaings".Thanks in advance for any feedback!Michel
Find more posts tagged with
Comments
There are no comments yet