Actions added, but events page is empty

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

I thought this should happen anyway, would there be any reason it doesn’t appear there?

Yes your events should show up there. Did you setup the automatic archiving? http://piwik.org/docs/setup-auto-archiving/

Thanks for your answer.

When I had a look the next day everything was listed, I don’t know why it didn’t at that moment.
Is it possible to log an event directly as a download (under Actions -> Downloads)?

Thanks