Customers are not clear on when specific events are fired. And so they don't know what to infer from the fact that an event has or has not fired.
for example in liverpools database run this query:
select * from f_event_raw_daily
where performed_by = '_1GA1kPqXoyhy7azVXVfQQ'
order by event_timestamp ASC;
And try to work out how they managed to view an item before the list was viewed.
Customers are not clear on when specific events are fired. And so they don't know what to infer from the fact that an event has or has not fired.
for example in liverpools database run this query:
And try to work out how they managed to view an item before the list was viewed.