Stream Item Action Data

Create Stream item action data in JSON or CSV using Khoros Marketing Analytics API.

Details

The JSON export contains lists of Items and Events, broken down by Day and Stream. In other words, the export is structured as a list of days, each of which contains a list of requested Streams, each of which contains two lists - a list of items and a list of Events. Events are also referred to in this documentation as Actions, and they represent actions taken on an Item.

When the export is generated by create date (use_action_date = false), each day/stream will contain a list of Action Items (workflow transitions or other actions) that were created on that day and a list of the events associated with them.

When the export is generated by action date (use_action_date = true), each day/stream will contain a list of the Items that underwent workflow transitions or other actions on that day and a list of the events associated with them.

Response

The export response contains the export’s id. Use this key at the /v2/analytics/export/{id}/status endpoint to query for the export status, and retrieve a download url when the export is complete.

Language