View Single Post
Old 11-30-2010, 09:25 AM  
Angry Jew Cat - Banned for Life
(felis madjewicus)
 
Industry Role:
Join Date: Jul 2006
Location: In Mom & Dad's Basement
Posts: 20,368
Quote:
Originally Posted by CodeR70 View Post
Check this page http://piwik.org/docs/tracking-api/, section 'PiwikTracker PHP Class API'.

You should use that method if you cant use the JavaScript/Image/CSS methods. If you get the PHP class (link on the same page) you should use the method 'public function doTrackAction'. That method is used to track downloads and outbound links.

By using this method you basically have all flexibility to register whatever outbound link you want. In combination with campaign tracking (piwik_campaign and piwik_kwd parameters) it's very powerful.

Use http://dev.piwik.org/trac/wiki/API/Reference if the statistics reporting of Piwik is not sufficient. It is so flexible that I use that for a new toplist script I have written (for instance NaughtyCamToplist.com, based on LO and Piwik).

Hope you can figure it out.
Ya, I started doing some reading already, and will be looking into this further. Sounds like it should handle everything I want it to and more if I can get it setup. Thanks for bring it to my attention.
Angry Jew Cat - Banned for Life is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote