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?

已提问 3 年前353 查看次数
1 回答
0
已接受的回答

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
已回答 3 年前
profile picture
专家
已审核 1 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则