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?

posta 3 anni fa355 visualizzazioni
1 Risposta
0
Risposta accettata

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
con risposta 3 anni fa
profile picture
ESPERTO
verificato un mese fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande