matomo-org / matomo-sdk-ios

Matomo iOS, tvOS and macOS SDK: a Matomo tracker written in Swift
MIT License
390 stars 164 forks source link

FYI: Piwik Tracking API now allows data up to 24 hours in the past #100

Closed mattab closed 7 years ago

mattab commented 7 years ago

Dear SDK maintainer & SDK users,

Here is a quick notice regarding an important Tracking API improvement in Piwik 3: it is now possible to store data in the past up to 24 hours in the past. In Piwik 2, only data up to 4 hours could be stored in the past. This would hopefully help build a useful offline tracking mechanism in the iOS SDK later. This core improvement was done in: https://github.com/piwik/piwik/issues/10968

As there is likely nothing to do feel free to close the issue.

If you have any question or suggestion we're here to help :)

Cheers!

brototyp commented 7 years ago

Thanks @mattab, we will consider this when queueing and transmitting events in the Swift rewrite.

brototyp commented 7 years ago

@mattab The Documentation should be refreshed. Here the old 4h rule is still stated: http://developer.piwik.org/api-reference/tracking-api#other-parameters-require-authentication-via-token_auth

mattab commented 7 years ago

Thanks for the note @brototyp - done!