Skip to content

Commit 885cc54

Browse files
Merge pull request #6180 from segmentio/null-property-value
Add info about null values to Protocols docs
2 parents 8a9219c + 5895bf8 commit 885cc54

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/protocols/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Segment currently supports the ability to [create multiple versions of an event]
4949

5050
### How do I handle null property values?
5151

52-
In the Tracking Plan editor, click on the data type dropdown for a given property and toggle "Allow Null Values". Enabling null values means both the specified data type and `null` will be accepted as values for that property.
52+
In the Tracking Plan editor, click on the data type dropdown for a given property and toggle "Allow Null Values". Enabling null values means only `null` values will be accepted for that property.
5353

5454
### Can I group specific events in a Tracking Plan?
5555

src/protocols/tracking-plan/create.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ The Tracking Plan editor is organized as a spreadsheet to help you add new even
106106
| Name | Specify the name of your event or property. |
107107
| Description | Enter a description for your event or property. These descriptions are helpful for both engineers instrumenting Segment and consumers of the data. |
108108
| Status | Specify whether a property is required or optional. You can't require a Track call because Segment is unable to verify when a Track call should be fired. |
109-
| Data Type | Specify the data type of the property. Data type options include `any, array, object, boolean, integer, number, string, Date time`. Note: Date time is required to be in ISO-8601 format |
109+
| Data Type | Specify the data type of the property. Data type options include `any, array, object, boolean, integer, number, string, null, Date time`. Note: Date time is required to be in ISO-8601 format |
110110
| Permitted Values | Enter simple regular expressions to validate property values. This works when a property data type is set to `string`. For example, you can add pipe delimited strings to the regex column to generate violations when a property value does not match fall, winter or spring. |
111111

112112
> info ""

0 commit comments

Comments
 (0)