Fix for issue #68
Issue:
When posting a download action with query parameter Downalod (capital D), it is tracked as a page view instead of download action.
Change TrackDownload to set the url too, which is recommended by Matomo documentation.
(2) Changes in PiwikTracker are:
fix GetUrlTrackAction to set the actionType with lower case
change SendRequest, so in case of similar bugs or matomo added a new url parameters and it are not added yet to the .net client, users can get the url (i.e. using GetUrlTrackAction) and use SendRequest to post it to Matomo.
Fix for issue #68 Issue: When posting a download action with query parameter Downalod (capital D), it is tracked as a page view instead of download action.
More Details: https://github.com/matomo-org/matomo/issues/14396 https://github.com/matomo-org/matomo/issues/10534
Notes: (1) Changes in PiwikTrackerSamples are:
(2) Changes in PiwikTracker are: