Public endpoints
Conversion Postback
Send server-side conversion events to Growth Channel.
POST
This endpoint is protected and requires a public API key for access.
Method
POSTEndpoint
/api/public/growth-channel-postback/Overview
Use this endpoint to send server-side conversion events to Growth Channel. The client should capture a unique tracking ID from the campaign landing URL and send it back when a conversion happens.Send
ref_id for every conversion. Add event_name, revenue, tracker_id, and conversion_data when you need more specific attribution or reporting metadata.Headers
Your public API key for authorization.
Must be
application/json.Body
Unique tracking ID captured from the landing page URL.
Conversion tracker ID when the conversion should be attributed to a specific tracker.
Name of the conversion event, for example
user_converted or phone_call.Revenue amount for the conversion.
Additional metadata for the conversion.
Setup Guide
Send the conversion
When the user converts, send
ref_id to this endpoint with optional event_name, revenue, and conversion_data.Example
Responses
- 200 OK
- 400 Bad Request
- 502 Bad Gateway
Request status value.
