Blog

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




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.

Without this Add-on

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

<script type='text/javascript'>
   var _paq = _paq || [];
   _paq.push(['setDocumentTitle', 'My Title']);
</script> 

With 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:

Document Properties
Provide document properties to the Piwik context.
Set Multiple Custom Variables
Provide a set of custom variables to the Piwik context.
Set One Custom Variable
Provide 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!

 


Link

Link

Posts