You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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.
The text was updated successfully, but these errors were encountered: