Log actions

Hi,

Since I’m using AJAX, I want to track actions that don’t allow page refreshes. I’m using this code, which get triggered in callback. But these don’t show up in the Piwik analytics logs.
What am I doing wrong?

piwikTracker.trackLink(analyticsUrl, 'link');

They seem to show up at external links, but I want them to show up as page views. What can I do to achieve this?