Open
Description
The repo README states "The SDK does not track inAppDelete
events."
But according to the documentation of the API on Iterable, by adding a field deleteAction
to the trackInAppConsume
endpoint the system woudl generate the inAppDelete
event.
Link to docu: https://support.iterable.com/hc/en-us/articles/204780579-API-Overview-and-Sample-Payloads#post-api-events-inappconsume
I also see that this field is not available to be populated in the InAppEventRequestParams
object or the eventSchema
.
- InAppEvenetRequestParams object: https://github.com/Iterable/iterable-web-sdk/blob/main/src/events/inapp/types.ts
- eventSchema: https://github.com/Iterable/iterable-web-sdk/blob/main/src/events/inapp/events.schema.ts
Could you explain why is it not possible?
In case it was, could it be possible to add this field into those schemas? The current one would not allow it.
Metadata
Metadata
Assignees
Labels
No labels