enrich
enrich copied to clipboard
Update platform field so that it can accept many more (any string) value
Currently I believe that the platform field is an enum
that can only be one of the following values:
Platform | p value |
---|---|
Web (including Mobile Web) | web |
Mobile/Tablet | mob |
Desktop/Laptop/Netbook | pc |
Server-Side App | srv |
General App | app |
Connected TV | tv |
Games Console | cnsl |
Internet of Things | iot |
This is too limited now Snowplow is a general event data platform e.g. for tracking emails none of the above platforms fit the bill...
Can we update the validation so that any string value is accepted, giving users much more flexibility to set this field appropriately?
👍
Let's move over to Enrich.