v0.4.0
Version 0.4.0
01/22/25
Type | Location | Event | Previous Version | Updated Version | Notes |
---|---|---|---|---|---|
parameter | playbook.yaml | identify | N/A | {"inputKey":"anonymousI2d","outputKey":"userId2"} | Added mappings parameter |
event | playbook.yaml | product_added | {"mappings":[{"inputKey":"traits.email","outputKey":"user.email"},{"inputKey":"anonymousId","outputKey":"user.userId"},{"inputKey":"input","outputKey":"items","transforms":[{"expression":{"body":"local p = input.properties\nreturn {{\n id = p.product_id,\n sku = p.sku,\n name = p.name,\n categories = { p.category },\n price = p.price,\n quantity = p.quantity,\n imageUrl = p.image_url,\n url = p.url,\n}}","lang":"lua"}}]}]} | N/A | Removed product_added event |
event | playbook.yaml | identify2 | N/A | {"mappings":[{"inputKey":"traits.email","outputKey":"email"},{"inputKey":"anonymousId","outputKey":"userId"},{"inputKey":"anonymousI2d","outputKey":"userId2"}]} | Added identify2 event |
parameter | playbook.yaml | global | context.ip | context.xyz.ip | Updated inputKey parameter |
parameter | playbook.yaml | default | email_address | Updated outputKey parameter |
Updated about 8 hours ago