Open
Description
I'm not sure if this is the right forum for this but when we track events on the server side and forward the data to segment, along with common fields and defined metadata even the writekey is being forwarded.
Eg:
{
"context": {
"library": {
"name": "analytics-clj",
"version": "0.8.0"
}
},
"event": "EventType",
"integrations": {},
"messageId": "xxxxxxxxx",
"originalTimestamp": "2019-10-01T06:33:31.593Z",
"properties": {
"key1": "value1"
},
"receivedAt": "2019-10-01T06:33:36.745Z",
"sentAt": "2019-10-01T06:33:32.900Z",
"timestamp": "2019-10-01T06:33:35.438Z",
"type": "track",
"userId": "abcdef",
"writeKey": "123456789"
}
I don't think this is the right behaviour. Or is there something that I'm supposed to do in order to handle write key explicitly?
Metadata
Metadata
Assignees
Labels
No labels