Hi,
I simply need to track which files are downloaded in my download script.
This is what I did:
$piwik = new PiwikTracker(136, '######');
$piwik->setTokenAuth('######');
$piwik->doTrackEvent('Downloads', 'Success', $file_url, $file_url);
This works, I can however only see the actions under the visitor information.
What I want is to see the downloaded files under Actions -> Events.
I thought this should happen anyway, would there be any reason it doesn’t appear there?
Also, if I want it to be under Actions -> Downloads, would that be possible?
Thanks
Kind regards,
Warren