To be able to use the Tsuiseki tracking and data analysing system you will need a Tsuiseki Tracking Key, which you receive per email after your registration on https://tsuiseki.com.
You can download the Tsuiseki Tracking Module for Drupal at our downloads section.
After finishing the download, you will have to unpack the archive and copy the folder into the module directory (.../sites/all/modules) of your Drupal installation.
Activate the Tsuiseki Tracking Module: Administer --> Side building --> Modules in the "Other" area.

Before any data can be captured, the Tsuiseki Module has to be configured. Configuration is possible at Administer --> Settings --> Tsuiseki. After your registration you have received your "key" in an extra email. Enter the key into the field "Tsuiseki Tracking Key".

This step offers you 3 possibilities:
To distinguish between different types of clicks you can set the id attribute of the tracked elements.
e.g.: <a id="banner-click" href="http://www.example.com/foo" class="tsuiseki-link">...</a>
...
<a id="affiliate-partner" href="http://partners.example.com/ads/foobar" class="tsuiseki-link">...</a>
The length of the value you may enter into the id attribute is limited to 64 characters and should contain only alphanumerical characters and the minus sign.
You can analyse your data after the next data import (data imports are carried out hourly).
Necessary/additional settings for arbitrage websites:
As an operator of an arbitrage website you would distort results with the common settings, because an extra page call up could occur on possible configuration or "thank you" pages. To avoid that you can enter paths that are not to be captured at the settings section of the Tsuiseki Tracking Module. (e.g. admin*, to not capture the admin section of Drupal). If you are carrying out major maintenance for your website you might temporarily deactivate the Tsuiseki Module by clicking disable tracking at advanced settings.
Additional Settings for online shops:
As an operator of an online shop you might not want to analyse every ordering step, because maybe the page to confirm the order is only available through the shopping cart. This again would distort the results as we count a click at the shopping cart section in addition to the click made with every order. To avoid this you can enter those paths not to be considered at the configuration page of the Tsuiseki Tracking Module (e.g.: admin*, for not including the admin section of Drupal). If you are carrying out major maintenance for your website you might temporarily deactivate the Tsuiseki Module by clicking disable tracking at advanced settings.