Dub · Example Payload

Dub Track Sale Example

Link ManagementURL ShortenerAnalyticsConversion TrackingAffiliate ProgramsOpen Source

Dub Track Sale Example is an example object payload from Dub, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

clickIdeventNamecustomerIdamountcurrencypaymentProcessormetadata

Example Payload

Raw ↑
{
  "clickId": "click_abc123",
  "eventName": "Purchase",
  "customerId": "customer_abc",
  "amount": 4999,
  "currency": "usd",
  "paymentProcessor": "stripe",
  "metadata": {
    "plan": "pro",
    "invoiceId": "inv_123"
  }
}