Welcome to mirror list, hosted at ThFree Co, Russian Federation.

log.htm - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 116816a501a40e5b5b92efb65da1d5b16159024b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<h1>Calling the piwik logging engine</h1>

<p>This page contains the javascript tag to be included in your page</p>
<p>Change the path in the tag to match your piwik path</p>

<!-- Piwik -->
<a href="http://piwik.org" title="Web analytics" onclick="window.open(this.href);return(false);">
<script language="javascript" src="piwik.js" type="text/javascript"></script>
<script type="text/javascript">
<!--
	piwik_action_name = '';
	piwik_idsite = 1;
	piwik_url = "piwik.php";
	piwik_log(piwik_action_name, piwik_idsite, piwik_url);
//-->
</script><object>
<noscript><p>Web analytics<img src="piwik.php" style="border:0" /></p>
</noscript></object></a>
<!-- /Piwik -->