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?

feita há 3 anos354 visualizações
1 Resposta
0
Resposta aceita

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 há 3 anos
profile picture
ESPECIALISTA
avaliado há um mês

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas