Dunmore

Segment Integration

Track payment events in Segment for downstream analytics tools.

Connect Dunmore to Segment to pipe payment events into your analytics stack.

Setup

  1. Get your Segment Write Key from the Segment dashboard
  2. Add a Segment connector in the Dunmore console
  3. Events will flow to all your Segment destinations

Event Mapping

Dunmore events map to Segment track calls:

Dunmore EventSegment Event
payment.settledPayment Settled
payment.failedPayment Failed

Configuration

{
  "type": "segment",
  "config": {
    "writeKey": "your-segment-write-key"
  },
  "eventTypes": ["payment.settled", "payment.failed"]
}