Javascript tracker: content not displaying in portal, but makes it is in the database

p.setCustomUrl( “http://crm.yogi.com”);
p.setUserId( "sraji@totalgym.com" );
p.trackContentInteraction( “Download”, “polices.pdf”, “PDF”, “/Accounting” );

I am using the above to track content and it is not showing in Actions/Contents. I can see the records in the database so I know the API is working.