Skip to main content
Participant
December 17, 2015
Question

Webtrends Data Extraction

  • December 17, 2015
  • 1 reply
  • 290 views

I'm just starting with Webtrends and have a task to show Webtrends data in a web page portal. What I envision is a HTML div with graphs. Of course, my site is ColdFusion based. Does anyone have suggestions or guidance on how to accomplish this? We're currently running Webtrends version 8.7, but are preparing to upgrade to version 10.

This topic has been closed for replies.

1 reply

Carl Von Stetten
Legend
December 17, 2015

It looks like Webtrends has a REST API.  You can use CFHTTP to request the data you need, then either use <cfchart> (shudder) or your choice of client-side (JavaScript) charting engines to create the graphs (ZingChart, HighCharts, D3.js, GoogleCharts, etc.).

-Carl V.