Open bpromo opened 9 years ago
Ok so I'm thinking:
Visits should be the total count of session-start
events
as it is now: 4678
Offered should be ~ 50% of Visits assuming no real conditions. If we use shopper-qualified-offers
where control_group = false
we get: 2221 which is 47.4% of Visits
I do not know why offer_qualifications
isn't showing us what we need but I think it may have to do with control_group
which I raised in another ticket a bit ago. I also am not entirely sure why we need the table in the first place.
@cvillecsteele @tomsouthall @smnirven If I remember our earlier 60/40 concern was Visits (2303) versus Qualified (1928) in the screenshot below:
Lets look at visit count since the offer was launched:
4678
Now lets look at offered count since the offer was launched:
3854
So now lets look at other metrics. First
bucket-assigned
for that time period:4678 (same as
session-start
?)Now lets look at
control
group ofbucket-assigned
:2443 of those 4678 were in
control
(52%)Now lets look at
test
group ofbucket-assigned
:2235 of those 4678 were in
test
(48%)Sooo I think our issue is that we are comparing
session-start
inevents
withoffer_qualifications
. What if we comparedsession-start
inevents
in thecontrol
group ...2443 of those 4678 were in
control
(52%)... with the
test
group:2235 of those 4678 were in
test
(48%)Looks good. Now lets forget
offer_qualifications
and look atshopper-qualified-offers
inevents
:2221
2293