org.piwik
Interface PiwikTracker

All Known Implementing Classes:
SimplePiwikTracker

public interface PiwikTracker

Author:
Martin Fochler, Klaus Pfeiffer

Method Summary
 URL getDownloadTrackURL(String downloadurl)
          Builds the URL for the download tracking request.
 URL getGoalTrackURL(String goal)
           
 URL getGoalTrackURL(String goal, String revenue)
           
 URL getLinkTrackURL(String linkurl)
           
 URL getPageTrackURL(String pagename)
          Builds the URL for the page tracking request.
 

Method Detail

getPageTrackURL

URL getPageTrackURL(String pagename)
Builds the URL for the page tracking request.

Parameters:
pagename -
Returns:
URL

getDownloadTrackURL

URL getDownloadTrackURL(String downloadurl)
Builds the URL for the download tracking request.

Parameters:
downloadurl -
Returns:
URl

getLinkTrackURL

URL getLinkTrackURL(String linkurl)

getGoalTrackURL

URL getGoalTrackURL(String goal)

getGoalTrackURL

URL getGoalTrackURL(String goal,
                    String revenue)


Copyright © 2013. All Rights Reserved.