Skip to content

Commit a8738c1

Browse files
committed
adding callout, casing
1 parent 7625fd2 commit a8738c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/protocols/transform/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Transformations can be enabled and disabled directly from the list view using th
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

4141
> 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.
42+
> On the Transformations page in the Segment app, you can view and rename transformations that you created with the Public API. You can only edit these transformations using the Public API
4343
4444
## Create a Transformation
4545

@@ -117,7 +117,7 @@ Here's a list of Segment Transformations with some use case examples.
117117

118118
- **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`.
119119

120-
- **Change property value casing:** Transform property value casing to lowercase, uppercase, snake case, kebab case, or title case. For example, Transform the property value `united states` to `USA` to remain consistent with your data tracking.
120+
- **Change property value casing:** Transform property value casing to lowercase, uppercase, snake case, kebab case, or title case. For example, transform the property value `united states` to `USA` to remain consistent with your data tracking.
121121

122122

123123
> info ""

0 commit comments

Comments
 (0)