Bulk tracking requests were missing the query parameter to disable queued tracking. That caused imported entries to be queued. Also since queued tracking returns an image, decoding it as UTF-8 failed.
[ ] Potential edge cases thought about (behavior of the code with strange input, with strange internal state or possible interactions with other Matomo subsystems)
[ ] Usability review done (is anything maybe unclear or think about anything that would cause people to reach out to support)
Also fixes #319 for me.
Description:
Bulk tracking requests were missing the query parameter to disable queued tracking. That caused imported entries to be queued. Also since queued tracking returns an image, decoding it as UTF-8 failed.
Review