Project

General

Profile

« Previous | Next » 

Revision 50216

worked onrouting and appearance details

View differences:

metrics-instructions.component.html
13 13
          <div class="gwt-HTML uk-margin-medium-bottom">
14 14
            <h1 class="uk-article-title">Metrics Configuration & Software Details</h1>
15 15
          </div>
16
          <div *ngIf="errorMessage" class="alert alert-danger">{{ errorMessage }}</div>
16 17
          <div class="">
17 18
            <div>
18
              <div class="gwt-HTML">
19
              <div class="">
19 20
                <p>
20
                  OpenAIRE's usage statistics service tracking code is maintained on Github as a patch for various versions of DSpace
21
                  (<a href="https://github.com/openaire/OpenAIRE-Piwik-DSpace">https://github.com/dimitrispie/OpenAIRE-Piwik-DSpace</a>)
22
                  and as an Eprints plugin for version 3
23
                  (<a href="https://github.com/openaire/EPrints-OAPiwik">https://github.com/dimitrispie/EPrints-OAPiwik</a>).
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 24
                </p>
25 25
                <p>
26
                  Please, change the configuration files with the following values, generated for your site:
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 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>
28 37
                <dl class="uk-description-list">
29 38
                  <dt>PiwikID</dt>
30 39
                  <dd>{{ piwik.siteId }}</dd>
......
42 51
            </div>
43 52
          </div>
44 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>
45 62
      </div>
46 63
    </div>
47 64
  </div>

Also available in: Unified diff