Send Tracking Provider Push Updates
Push tracking provider data in custom format to project44.
Requirements
- connectionId of the p44 connection that was setup specifically for the data provider and data format to be pushed
Workflow
- Prepare a
POSTrequest to /services/unified-integrations/v1/connections/{connectionId}/ingestions using the specific connectionId. - Include your custom formatted data in the request body. Set the
Content-Typeaccording to your content, e.g. sendapplication/jsonif your data is JSON formatted. - Send the request.
Expected System Response
You have successfully submitted the data when you receive a 202 Accepted response.
Errors
If there was a problem with your request, you will receive one of the following error codes:
401 Invalid or missing credentials403 User not authorized to perform this operation404 Connection does not exist413 Request Payload is too large