Used to update event properties on a previous event in this un-expired session

Endpoint: http(s)://www.woopra.com/track/update

Event Update Requests

It is possible to add/modify an event property after the event has been tracked. This can be useful when tracking ongoing activity such as watching a video.

http://www.woopra.com/track/update
  ?host=mywebsite.com
  &event_id=aq3IUy7489d
  &ce_duration=32
  &ce_unit=seconds

Which event is updated?

There is a order of priority for finding the event to update

  1. You can send your own uid for the original event as event_id (no prefix) when you send it and use that id to reference it in the update request.
  2. You can send the event name as event, just like you did on the original event, and the update will apply to the last event by that name that occurred in this session.
  3. Otherwise, the update will apply to the last event sent.