Import sessions into Woopra. Note this API does not wait until the import process is complete, it will schedule an import task, and return the batch id in the response. The request body expects a line separated JSON file, containing a new session/visit object in every line.

👍

File format

{"visitor": {"email": "[email protected]"},"actions":[{"name": "article view", "time": 1450808259000,"properties": { "campaign_name":"EN_2014", "campaign_medium": "Social","campaign_source": "twitter", "uri": "http://www.my-website.com/blog/welcome","title": "welcome!"}}]}
\n
{"visitor": {"email": "[email protected]"},"actions":[{"name": "article view", "time": 1450908259000,"properties": { "campaign_name":"EN_2016", "uri": "http://www.my-website.com/","title": "some article"}}]}
\n
...

Language
Authorization
Basic
base64
:
Click Try It! to start a request and see the response here!