Calculate click-through rate (CTR) with Stream Processing
Oct 24, 2019 · 1 minute read · CommentsFor calculating CTR (Click Through Rate) we can create two activity stream:
- Search Events
- Click Events
create table of two corresponding search events and click events with Stream-stream join using one of Stream Processing engine, so we can count number of clicks and number of total search and calculate CTR.