Post User Events
POST/partner/user-events
Post User Events
Recommended Best Practices
For the best user experience, post user events to the triple API as they occur. This allows triple to provide users with a more personalized user experience by responding to user preference signals in near-real time.
Payload Descriptions
event_type | description |
---|---|
HIDE_OFFER | User requests to never see an offer again |
LESS_LIKE_THIS_OFFER | User dislikes an offer |
MORE_LIKE_THIS_OFFER | User likes an offer |
OFFER_ENTERS_VIEWPORT | Offer details enter the user's viewport |
OFFER_EXITS_VIEWPORT | Offer details exit the user's viewport |
Request
Responses
- 200
- 400
- 403
- 404
- 409
- 415
- 422
- 500
- 501
- 503
OK - User Event Request Accepted
TripleBadRequestError
TripleNotAuthenticatedError
TripleInvalidPathError
TripleIntegrityError
TripleUnsupportedMediaType
TripleUnprocessableEntity
TripleInternalServerError
TripleNotImplementedError
TripleServiceUnavailable