Piwik PRO

Piwik PRO "Analytics Suite" is a privacy-focused platform for tracking and analyzing user behavior on websites and other digital products. Their product is an alternative to Google Analytics, geared towards compliance with strict security policies and privacy regulations. Using this destination, you can leverage Piwik PRO Tracking HTTP API to send events. The data sent to this API will be processed and eventually appear in Analytics reports.

Key features

The Piwik PRO destination provides the following key features:

  • Events structure: our Events reference model matches Piwik PRO's event types (See query parameter e_t ), meaning that your data is properly bridged to the expected fields in an optimized way.

  • Prebuilt mappings: data mapping for event-based destinations happens automatically, which simplifies user inputs.

  • Smart mapping: data mapping can be readjusted using your datalayer defined fields.

  • Event mapping: change standard mapping between your partners' events and yours or add new mappings.

  • Support for multi-item data: information included in the item array is dispatched to Piwik PRO.

Destination setup

Configuration

Settings
Description

Instance Name

Required

Your instance name as provided by Piwik PRO (E.g. for https://InstanceName.piwik.pro/ppms.php, include the bold string only).

Application Id

Required Your application identifier (Previously "Website Id") as provided by Piwik PRO.

Goal Identifiers

Map your goal identifiers by setting the ids in Piwik PRO goal identifiers and adding event names in Your event name. Goal Id "0" is reserved for E-commerce cart tracking.

Custom Dimensions

Map your custom dimensions by setting their field names in Piwik PRO dimension name and adding its value in Your value. E.g. if you inputsizein the Piwik PRO dimension name and items.0.product.size in Your value, you'll have a custom dimension in Piwik PRO calledsizewith a value based on the content of the field items.0.product.size [1].

Custom Session Variables

Custom Event Variables

Event Mapping

Change the standard mapping between Piwik PRO's events and yours or add new mappings.

Quick reference

Commanders Act Events
Piwik PRO Event Types

add_to_cart

add-to-cart

purchase

order

remove_from_cart

remove-from-cart

update_cart

cart-update

[Any Event]

[Any Event] [1]

Field mappings

Commanders Act Properties
Piwik Pro Properties

Application Id

idsite [*]

context.page.url

url

link

event_name

action_name

user.id

uid [1]

partners.piwik_pro.visitor_id

_id [2]

partners.piwik_pro.config_id

cid [3]

partners.piwik_pro.anon_tracking

uia [4]

context.page.referrer

urlref

Custom Session Variables

_cvar [5]

Custom Event Variables

cvar [6]

context.device.ip

cip

context.device.screen.widthx context.device.screen.height

res [7]

(context.event_timestamp)

h, m, s [8]

context.device.user_agent

ua

context.device.lang

lang

user.country

country

user.city

city

Custom Dimensions

[Custom Dimension] [9]

search_term

search

Goal Identifiers

idgoal [10]

revenue

revenue

ec_st

e_t

id

ec_id

[[items.X.id,items.X.product.name,[items.X.product.category_1, ..., items.X.product.category_5], items.X.product.price,items.X.quantity,items.X.product.brand,items.X.variant, { [Custom Product Dimension Id Y]: [Custom Product Dimension Value Y], ..., [Custom Product Dimension Id Y+N]: [Custom Product Dimension Value Y+N]}]]

ec_products [11]

tax_amount

ec_tx

shipping_amount

ec_sh

(items.X.discount)

ec_dt [12]

partners.piwik_pro.page_view_id

pv_id [13]

partners.piwik_pro.force_new_visit

new_visit [14]

partners.piwik_pro.visit_counter

_idvc [15]

partners.piwik_pro.prev_visit

_viewts [16]

partners.piwik_pro.first_visit

_idts [17]

partners.piwik_pro.download_url

download [18]

partners.piwik_pro.search_categories

search_cats

partners.piwik_pro.search_count

search_count

partners.piwik_pro.last_order_timestamp

_ects [19]

partners.piwik_pro.custom_event_category

e_c [20]

partners.piwik_pro.custom_event_action

e_a [21]

partners.piwik_pro.custom_event_value

e_v [22]

partners.piwik_pro.content_name

c_n [23]

partners.piwik_pro.content_piece

c_p [24]

partners.piwik_pro.content_target

c_t [25]

partners.piwik_pro.content_interaction

c_i [26]

Last updated

Was this helpful?