Skip to content

Commit 927296e

Browse files
committed
First pass
1 parent 7549c55 commit 927296e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/protocols/transform/index.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ With Transformations, you can change data as it flows through Segment to either
1212
You can also use [Segment's Public API](https://docs.segmentapis.com/tag/Transformations){:target="_blank"} to transform events, properties, and property values for many [use cases](#use-cases).
1313

1414

15-
**Transformations are very powerful and should be applied with care!**
15+
**Transformations are very powerful and should be applied with care.**
1616

1717
Transformations _irrevocably_ change the event payloads flowing through Segment and immediately affect either all destinations, or a single downstream destination, depending on your settings.
1818

@@ -38,6 +38,9 @@ Transformations can be enabled and disabled directly from the list view using th
3838

3939
Transformations can be deleted and edited by clicking on the overflow menu. When editing a Transformation, only the resulting event or property names, and Transformation name can be edited. If you want to select a different event or source, create a separate Transformation rule.
4040

41+
> note "Transformations created using the Public API"
42+
> On the Transformations page in the Segment app, you can view and rename transformations that you created with the Public API.
43+
4144
## Create a Transformation
4245

4346
To create a Transformation, navigate to the Transformations tab in Protocols and click **New Transformation** in the top right. A three-step wizard guides you through creating a transformation.
@@ -114,9 +117,8 @@ Here's a list of Segment Transformations with some use case examples.
114117

115118
- **Add a new property name and assign a value:** If you want to create a new property and set a static value, use [Segment's Public API](https://docs.segmentapis.com/tag/Transformations){:target="_blank"} to create `new_property: static_value`. Segment currently supports setting static values for top-level fields with `propertyValueTransformations`. However, Segment doesn't support changing fields outside the properties or traits object with `propertyRenames`.
116119

117-
{% comment %}
118120
- **Change property value casing:** Transform property value casing to lowercase, uppercase, or title case. For example, Transform the property value `united states` to `USA` to remain consistent with your data tracking.
119-
{% endcomment %}
121+
120122

121123
> info ""
122124
> Segment displays an error if the following property conflicts occur:

0 commit comments

Comments
 (0)