Implement Tracking Events
...
Tracker API
Spa-tracker

endpoint for delivering conversion events and associated data back to the tracking infrastructure

POST
https://localhost/conversion

This endpoint should be used by publishers to track product purchases that are advertised by Fluid Ads platform. Those tracked purchases are evaluated for possible attribution to Fluid ads sponsoring, i.e. to decide whether they happened due sponsoring the product by the platform.

Note: the conversion request should be sent by the publisher's backend system, and not by the end user's browser/interface.

Body Parameters
body
*
user_id
*
transaction_id
*
site_id
*
publisher_id
*
currency
*
products
*
Responses
200
OK
400
Request payload does not comply to the conversion json schema.