Outlink events not showing up

I’m using the JS Tracking API to explicitly track some outlink clicks. I see the HTTP requests hitting my Piwik server and the requests seem to be handled without error. However, when I look at my site’s data in the GUI I see no outlink events. I see other information, like visitor data, but the outlink events are missing.

I’m new to Piwik so I may be missing something obvious, but if anyone has any suggestions for what I may be doing wrong then please let me know.

Thanks in advance.

Never mind, I figured out the issue. I enabled debug on Piwik and it was complaining that my URLs didn’t look valid - which they weren’t because I was just experimenting with the API and not passing well-formed URLs to the API. So the API was dropping them.