Project

General

Profile

1
<div id="contentWrapper"
2
     class="tm-main uk-section uk-section-default"
3
     uk-height-viewport="expand: true"
4
     style="box-sizing: border-box;" >
5

    
6
  <!-- MARGIN-TOP  -->
7
  <div class="uk-sticky-placeholder" style="height: 84px; margin: 0px;" aria-hidden="true"></div>
8

    
9
  <div>
10
    <div class="uk-container">
11
      <div class="uk-grid uk-grid-stack">
12
        <div class="uk-width-expand@m uk-first-column">
13
          <div class="gwt-HTML uk-margin-medium-bottom">
14
            <h1 class="uk-article-title">Metrics Configuration & Software Details</h1>
15
          </div>
16
          <div *ngIf="errorMessage" class="alert alert-danger">{{ errorMessage }}</div>
17
          <div class="">
18
            <div>
19
              <div class="">
20
                <p>
21
                  OpenAIRE’s usage statistic service uses the <i>Piwik Open Source Analytics platform</i> (piwik.org) to track usage activity. When <i>metrics</i>
22
                  are enabled for a repository, two unique identifiers are generated - a piwik-ID that associates the repository with its usage events in Piwik
23
                  and an authentication-ID that allows to track usage activity on the Piwik platform. Metadata views and item downloads are tracked and automatically sent to Piwik. Statistics are generated using the COUNTER Code of practice directives.
24
                </p>
25
                <p>
26
                  OpenAIRE's usage statistics service tracking code exploits Piwik’s API. In order to make the tracking of usage events from repositories more robust, it was necessary to implement repository platform specific patches and plugins starting with DSpace and EPrints. The code is maintained on Github:
27
                </p>
28
                <ul>
29
                  <li>as a patch for various versions of DSpace
30
                    (<a href="https://github.com/openaire/OpenAIRE-Piwik-DSpace">https://github.com/dimitrispie/OpenAIRE-Piwik-DSpace</a>)</li>
31
                  <li>as an Eprints plugin for version 3
32
                    (<a href="https://github.com/openaire/EPrints-OAPiwik">https://github.com/dimitrispie/EPrints-OAPiwik</a>)</li>
33
                </ul>
34
                <p>
35
                  To configure your repository to allow tracking in Piwik platform, please change the configuration files with the following parameters and values, generated for your site:
36
                </p>
37
                <dl class="uk-description-list">
38
                  <dt>PiwikID</dt>
39
                  <dd>{{ piwik.siteId }}</dd>
40
                  <dt>AuthenticationToken</dt>
41
                  <dd>{{ piwik.authenticationToken }}</dd>
42
                </dl>
43
                <p>
44
                  Details for the configuration files are given in the README of the tracking code.
45
                </p>
46
                <div class="uk-alert uk-alert-info">
47
                  <strong>NOTE</strong>
48
                  - You will be informed by e-mail that the installation of the tracking code has been validated and when the usage statistics will be available.
49
                </div>
50
              </div>
51
            </div>
52
          </div>
53
        </div>
54
        <div class="tm-sidebar uk-width-1-4@m">
55
          <div>
56
            <div class="uk-card uk-card-body uk-card-default sidemenu">
57
              <h3>Info / Tracking setup</h3>
58
              <p></p>
59
            </div>
60
          </div>
61
        </div>
62
      </div>
63
    </div>
64
  </div>
65
</div>
(3-3/10)