thankful-gpu-70135
06/10/2023, 1:58 AM{
'foo': 1,
'bar': {
'x': 'a',
'y': 'b'
}
}
If a destination needed the properties to be send to it being flatted like this, can rudderstack do this?
{
'foo': 1,
'bar x': 'a',
'bar y': 'b'
}
millions-activity-52391
06/10/2023, 1:58 AMquiet-wolf-72320
06/12/2023, 3:58 PMthankful-gpu-70135
06/15/2023, 2:50 AMquiet-wolf-72320
06/15/2023, 6:13 AMthankful-gpu-70135
06/16/2023, 6:52 PMproperties
attribute, which is used to send in custom properties. Can those properties be nested?
e.g.
{
"userId": "identified user id",
"anonymousId":"anon-id-new",
"event": "Product Purchased new",
"properties": {
"product": {
"name": "Red Shirt",
"price": 19.99,
},
"Foo": "Bar",
},
"context": {
"ip": "14.5.67.21",
"library": {
"name": "http"
}
},
"timestamp": "2020-02-02T00:23:09.544Z"
}
plain-parrot-49913
06/19/2023, 4:21 PMplain-parrot-49913
06/19/2023, 4:22 PM