Access statistics / Zugriffsstatistik

Hi
Is there a way to create a visitor / access stats in owncloud?
I would like to know how many people have the shared links, which I have sent by email?
I use the OnCloud version "10.0.2.1".
===
Hallo Zusammen
GIbt es eine möglichkeit, eine Besucher / Zugriff Statistik zu erstellen in owncloud?
Den ich möchte gerne wissen wieviele leute die freigegebenen links haben, welche ich per email zugestellt habe?
Ich verwende die OnCloud Version "10.0.2.1".

Are the people that you send the links to users in your owncloud or just regual people without an owncloud account at your server?

You could check the oc_share table in the database. It provides information about shares.

I send a link to interested persons. So that these people can view the content.
Where the link is obtained, you can simply view the content without login.

The people are NOT registered as users on my OwnCloud, so normal unregistered visitors.

I would like to see how many people have viewed the link.

In the table share, I can see ONLY that I have hoped 1 folder, but not how many viewed the folder.

There is the admin audit app, it's an enterprise app, that would give you all the information about shared links.

so there is no app to count visitors, how many people have shared shared links, so a kind of piwik
I have the NOT enterprise version of owncloud.

There is no app so far in community edition

There is a piwik app for ownCloud:

thanks for the link
I downloaded piwik for owncloud and uploaded the apps of owncloud.
it has also activated in the admin.
how do I get to the piwik in owncloud?
which I have logged off and new registered, but see no new point, which is called piwik.
so I can not carry out the further steps.

Did you follow those steps?

Download and extract to CLOUD_DIR/apps/piwik/
Enable app
If needed create a new site in your Piwik installation
Insert Piwik site id and url on the cloud admin page (e.g. site id: 1, url: //domain.tld/piwik/)

Also piwik the app is only the "plugin" for the real app.

how to get in and how to install it : https://piwik.org/docs/installation/

I have piwik as such for my other homepages.
what do I have to adjust for the owncloud piwik that it works with my other piwik?
or do I just have to copy the code of piwik (otherwise) in the index file of owncloud?
but for what is that a owncloud pwik app?

have carried out the following shifts:

IO = Download and extract to CLOUD_DIR/apps/piwik/
IO = Enable app

what i mast do here?
If needed create a new site in your Piwik installation
Insert Piwik site id and url on the cloud admin page (e.g. site id: 1, url: //domain.tld/piwik/)
If Piwik is hosted under a different domain as your cloud you maybe need to use one of two possible proxy methods:
Add RewriteRule "^piwik/(.*)$" "http://piwik.tld/$1" [P] to your .htaccess
Add ProxyPass /piwik/ http://piwik.tld/ to your apache VirtualHost section

but for what is that a owncloud pwik app?

it inserts the tracking code into the owncloud pages source code.