We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: