Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TrackAction not tracking downloads or links #68

Open
uncled1023 opened this issue Jan 31, 2018 · 2 comments
Open

TrackAction not tracking downloads or links #68

uncled1023 opened this issue Jan 31, 2018 · 2 comments

Comments

@uncled1023
Copy link

uncled1023 commented Jan 31, 2018

When I call DoTrackAction with the URL and action type (Download or Link), it is being saved as page view, not as a Download action.

This was working in v2.16.

@uncled1023
Copy link
Author

My current thought is that the API is looking for a case sensitive 'download' or 'link', but this library has changed the ActionTypes enum to be CamelCase, which when converted to string, wouldn't match what the server is looking for.

@MERamadan
Copy link

We have the same issue, I noticed that the generated URL has Download with capital D. When we changed the Downlaod to download in the url and posted it in the browser, the dashboard show it as a download.

MERamadan added a commit to MERamadan/piwik-dotnet-tracker that referenced this issue May 2, 2019
…matomo-org#68 & change SendRequest to be public so in future, callers can build thier own url and use sendrequest to push it to matomo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants