OpenapiV1FunnelEvents
Ingest an external funnel event
attribution?
consentStatestring
Value in
"granted" | "not_required"deviceClassstring
Value in
"mobile" | "tablet" | "desktop" | "unknown"eventIdstring
Length
8 <= length <= 128eventTypestring
Value in
"page_view" | "engaged_visit" | "cta_click" | "form_start" | "booking_open" | "lead_submission" | "booking_completion"funnelIdstring
Length
1 <= length <= 128occurredAtstring
Format
date-timepagePathstring
Length
length <= 2000previousPage?string
Length
length <= 2000properties?
sourceDomainstring
Length
1 <= length <= 253versionnumber
Value in
1visitorIdstring
Length
8 <= length <= 128Response Body
application/json
application/json
curl -X POST "https://api.aura-app.ai/v1/funnel/events" \ -H "Content-Type: application/json" \ -d '{ "consentState": "granted", "deviceClass": "mobile", "eventId": "stringst", "eventType": "page_view", "funnelId": "string", "occurredAt": "2019-08-24T14:15:22Z", "pagePath": "string", "sourceDomain": "string", "version": 1, "visitorId": "stringst" }'{
"data": {
"accepted": true,
"duplicate": true,
"sessionId": "f6567dd8-e069-418e-8893-7d22fcf12459"
},
"success": true
}{
"code": "string",
"error": "string",
"success": false
}