Checks if an individual belongs to a given segment.
The segment name must be a string constant. It cannot be a field reference nor an expression.
Segments are defined in the Adobe Experience Platform. The expression editor provides an autocompleted list of segments.
You can retrieve up to 100 segments.
Adobe Experience Platform
inSegment(<parameter>)
Parameter | Description | Type |
---|---|---|
Segment | The segment name | <string> |
inSegment(<string>)
Returns a boolean.
inSegment("men over 50")
Explanation:
The function will return true if the individual within the journey instance is part of the Adobe Experience Platform segment named “men over 50”, false otherwise.