How to delete recorded events for user-interactions dataset ?

0

I have been trying to delete the user-item interactions dataset, but the data imported with putevents(recorded events with event tracker) still remain, only bulk data gets deleted

Any solutions?

preguntada hace 3 años354 visualizaciones
1 Respuesta
0
Respuesta aceptada

Hey hsakadude,
I do not believe you can remove interaction entries via a putevents call. To do this you would need to manually change your interactions dataset and do a new reimport.

In general, I do not think you can remove any data via the putUsers/putEvents/putItems calls. You can, however, filter out recommendations via a filter expression. An example here would be to have a status field every item or user, and when they are removed, you update this field via a putItems/putUsers call, and then filter out those that have "STATUS == DELETED". This solution, however, still keeps this data in your model, it doesnt actually remove it. Its just filtering out the data from your recommendations.

Hope this helps,
law-dwg

law-dwg
respondido hace 3 años
profile picture
EXPERTO
revisado hace un mes

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas