Surface data about users with too many bounces

I’m looking at the explorer, and the setting in question isn’t in the example.

I’m hoping someone can show an example to see which users are still blocked.

I changed the reset period to 2 days, but am still seeing users blocked.

How can I force-reset all users’ bounce to 0?

I believe there is a ruby command line way to do this, can you share it @zogstrip?

1 Like

In the rails console, do

UserStat.update_all(reset_bounce_score_after: nil, bounce_score: 0)
6 Likes