Segment Integration
Track payment events in Segment for downstream analytics tools.
Connect Dunmore to Segment to pipe payment events into your analytics stack.
Setup
- Get your Segment Write Key from the Segment dashboard
- Add a Segment connector in the Dunmore console
- Events will flow to all your Segment destinations
Event Mapping
Dunmore events map to Segment track calls:
| Dunmore Event | Segment Event |
|---|---|
payment.settled | Payment Settled |
payment.failed | Payment Failed |
Configuration
{
"type": "segment",
"config": {
"writeKey": "your-segment-write-key"
},
"eventTypes": ["payment.settled", "payment.failed"]
}