Blog

  • 2024
  • 2023
  • 2022
  • 2021
  • 2020
  • 2019
  • 2018
  • 2017
  • 2016
  • 2015
  • 2014
  • 2013
  • 2012

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Today the smartics Integration for Piwiki has been released as an add-on for Confluence! The add-on is available on the Atlassian Marketplace for free.

Piwik is the leading open-source analytics platform that gives you more than just powerful analytics. Confluence is your platform where work becomes teamwork. This add-on makes integrating calls to the Piwik API from your Confluence pages much easier!

Instead of adding HTML and JavaScript code to a page, simply add a macro and provide the API call information.

Section
titleWithout this Add-on

Without macros of this add-on you could call the Piwik API by adding an HTML script tag like this:

Code Block
languagexml
<script type='text/javascript'>
   var _paq = _paq || [];
   _paq.push(['setDocumentTitle', 'My Title']);
</script> 
Section
titleWith this Add-on

Using our macros allows you to simply add your information via a dialog:

The macro will take care for rendering the JavaScript snippet inside of the HTML script tag.

 

Currently integration to Piwik is supported by the following macros:

Definition List
Document PropertiesProvide document properties to the Piwik context.
Set Multiple Custom VariablesProvide a set of custom variables to the Piwik context.
Set One Custom VariableProvide a single custom variable to the Piwik context.

Please visit the homepage of the add-on for instructions on integrating Piwik into your Confluence instance!