Skip to main content

Update Event Conversion Status (Multi-Event Only)

Updates the status of a specific nested funnel conversion event within a multi-event offer.

Written by GoKart Support

Endpoint

PATCH /api/v1/sdk-conversion-system/conversions/{id}/{conversionEventId}/status

Product Path Parameter

Name

Type

Description

{id}

string (UUID)

The Conversion ID record

{conversionEventId}

string (UUID)

Conversion Event ID of the nested funnel event


Query Parameters

Name

Example

Notes

status

status=Success

Allowed values: Pending, Success, Rejected.


Response Scheme

Name

Type

Notes

conversionId

string (UUID)

Parent conversion.

conversionEventId

string (UUID)

The conversion event that was updated.

eventId

string

External event identifier.

status

string

New status.

rejectionReason

string

Reason the conversion was rejected

isRewardSent

boolean

Indicates whether the reward callback was sent

Did this answer your question?