Enriching visit data

Hello,

I would like to update/enrich visit data/actions. Ive read the matomo developer docs and saw it is possible to enrich the action set for multiple visits identified by given visit ids with the provideActionsForVisitIds() : https://developer.matomo.org/api-reference/Piwik/Plugins/Live/VisitorDetailsAbstract#provideactionsforvisit. But I would like to do this via the rest api but I couldn’t find anything about it in the api docs and the matomo support told me to ask my question here. So my question: Is there a way to enrich/update visits via the rest api? I hope someone can help me!

Hi,

If you want to play with HTTP tracking API you can try this tool to build your request and try to send data to your Matomo Instance : https://http-builder.openmost.io/

I hope it can help you