Segment.IO destination functions API endpoints.
- Source:
- See:
Requires
- module:FunctionSettings
- module:SegmentIdentifyEvent
- module:SegmentPageEvent
- module:SegmentTrackEvent
Methods
(async, inner) onIdentify(event, settings)
Handle identify event.
Parameters:
| Name | Type | Description |
|---|---|---|
event |
SegmentIdentifyEvent | |
settings |
FunctionSettings |
- Source:
- See:
(async, inner) onPage(event, settings)
Handle page event
Parameters:
| Name | Type | Description |
|---|---|---|
event |
SegmentPageEvent | |
settings |
FunctionSettings |
- Source:
- See:
(async, inner) onTrack(event, settings)
Handle track event.
Parameters:
| Name | Type | Description |
|---|---|---|
event |
SegmentTrackEvent | |
settings |
FunctionSettings |
- Source:
- See: