Hi,I have a binomial metric that tracks retention....
# ask-questions
s
Hi,I have a binomial metric that tracks retention. For example, my table has
user_active_date
,
user_id
,
is_active_7days_later
, when I use
user_active_date
as the timestamp for my event, I am rounding it down via date trunc. What is the correct was to do this for attributing lagging metrics like retention?