Hello,
I'm trying to define a successful search vs. unsuccessful. I define successful search as one with a click. I then want to sort by the top queries without clicks to identify content gaps.
I have two logs, one where action=search and another where action=resultClicked. Both logs have the query value and a userId.
Maybe there is a better way, but I'm struggling to bin and match.
All resultClicked logs correspond to an action search log and where the userId is the same and within 1h, we can be certain that all others that do not have a match are unsuccessful.
How would you try?