@ramrodtechnology.com wrote:
I'm trying to use Piwik to track a non-web app, namely a compiled .EXE where Javascript and other usual tools are not available.
I have successfully logged Visits by sending the following request to my Piwik server:
GET /piwik/piwik.php?idsite=1&rec=1&url=myurl&action_name=Test
This pseudo-visit is visible in the Piwik dashboard as a visit, but I can't figure out how to issue a request to be logged as a "download".
I assume this is done by some parameter as listed in the Tracking "HTTP API" ref (http://developer.piwik.org/api-reference/tracking-api) but I can't figure out how to do this. I've tried lots of guesses without joy.
Any guidance will be greatly appreciated.
Posts: 4
Participants: 2