{
  "input": {
    "type": "track",
    "event": "my-event",
    "email": "some-other-email",
    "userId": "user-id",
    "timestamp": "2014",
    "properties": {
      "note": "some note",
      "account": {
        "id": "some-account-id",
        "name": "this-account-name",
        "license_mrr": 10000
      },
      "targetId": "target-id",
      "linkUrl": "link-url",
      "thumbUrl": "thumb-url",
      "url": "some-url",
      "pageTitle": "page-title",
      "revenue": 10,
      "referrer": "referrer-url",
      "random-property": "some-random-thing"
    },
    "context": {
      "userAgent": "user-agent",
      "ip": "0.0.0.0",
      "traits": {
        "email": "some-email",
        "name": "Isaac Newton"
      }
    }
  },
  "output": {
    "source": "segmentio-server",
    "person": {
      "uid": "user-id",
      "email": "some-email",
      "name": "Isaac Newton",
      "properties": {}
    },
    "event": {
      "name": "my-event",
      "timestamp": 1388534400,
      "account": {
        "id": "some-account-id",
        "name": "this-account-name",
        "license_mrr": 10000
      },
      "extras": {
        "_ua": "user-agent",
        "_ip": "0.0.0.0",
        "_url": "some-url",
        "_referer": "referrer-url",
        "_page_title": "page-title",
        "random-property": "some-random-thing"
      },
      "note": "some note",
      "target_id": "target-id",
      "link_url": "link-url",
      "thumb_url": "thumb-url",
      "revenue": 1000
    }
  }
}
