Pirsch · Example Payload

Pirsch Event Request Example

AnalyticsWeb AnalyticsPrivacyGDPRCookie-FreePage ViewsSessionsEventsConversion GoalsFunnelsTraffic Sources

Pirsch Event Request Example is an example object payload from Pirsch, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

urlipuser_agentevent_nameevent_durationevent_metanon_interactivetitle

Example Payload

Raw ↑
{
  "url": "https://example.com/checkout",
  "ip": "203.0.113.42",
  "user_agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36",
  "event_name": "purchase",
  "event_duration": 45,
  "event_meta": {
    "plan": "pro",
    "amount": "29.99",
    "currency": "USD"
  },
  "non_interactive": false,
  "title": "Checkout | Example Site"
}