• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Webtrends Data Extraction

Community Beginner ,
Dec 17, 2015 Dec 17, 2015

Copy link to clipboard

Copied

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.

Views

197

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guide ,
Dec 17, 2015 Dec 17, 2015

Copy link to clipboard

Copied

LATEST

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.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation