Implement Tracking Events
...
Tracker API
Spa-tracker

endpoint for delivering click events back to the tracking infrastructure via tracking link

POST
https://localhost/click/{trackingData}

Click tracking endpoint which should be triggered when a user clicks on an ad. Links to this API are constructed by the spa-adserver for each sponsored product in the ad response.

Path Parameters
trackingData
*
Responses
200
OK
400
The tracking data string is manipulated and isn't the encrypted base64 encoded string coming from the spa-adserver.
404
The tracking data path variable is missing from the URL.