Skip to content

Commit 257773f

Browse files
Update src/protocols/transform/index.md
1 parent 6957f1d commit 257773f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/protocols/transform/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ After you select the scope, use the search box to choose the event to transform.
9797
* **Rename properties or traits:**
9898
If you rename properties or traits within a selected event, click **+ Add Property**. The dropdown that appears contains the properties or traits sent with the selected event. Segment supports JSON Path notation to select nested objects up to four levels deep. For example, `order.id` selects the `id` property in the `order` object. Segment does not support `.$.` notation to select a property from an array of objects. For example, the following event will generate products.$.product_id
9999

100+
```js
100101
analytics.track('Example', {
101102
products: [{
102103
product_id: "123"

0 commit comments

Comments
 (0)