{
    "id": {
        "email": {
            "md5": "e13743a7f1db7f4246badd6fd6ff54ff"
        }
    },
    "ip": "127.0.0.1",
    "account": 11532,
    "site_type": "instore",
    "user_segment": 19,
    "store_id": "123",
    "events": [
        {
            "event": "trackTransaction",
            "id": "tr123456",
            "timestamp": "2017-06-02T12:24:10Z",
            "currency": "USD",
            "item": [
                {
                    "id": "prod12345",
                    "price": 23,
                    "quantity": 1
                },
                {
                    "id": "otherprod5436",
                    "price": 102,
                    "quantity": 3
                }
            ]
        }
    ]
}