matomo-org / piwik-python-api

Piwik API for Python
BSD 3-Clause "New" or "Revised" License
101 stars 43 forks source link

No a random parameter #4

Closed drizt closed 11 years ago

drizt commented 11 years ago

Take a look at http://piwik.org/docs/tracking-api/reference/#toc-tracking-api-reference. Documentations say about 'rand' parameter but tracking.py has no one. It has only 'r'. https://github.com/nkuttler/python-piwikapi/blob/master/piwikapi/tracking.py#L383

nkuttler commented 11 years ago

As the parameter is only used for cache busting this doesn't seem relevant, but I'll update the code to keep in sync with the upstream docs. Thanks for reporting!