Page MenuHomePhabricator

2020-09-30 en6C pre-test: mobile large batch
Closed, ResolvedPublic

Description

Hey @jbolorinos-ctr, next week in mobile large and small we'll be running a head to head test of control's ask string vs. this variant that replaces the second ask button value with 10, in the local currency.

Useful note: in Ireland (IE) and Great Britain (UK), the second ask button value is already 10, so this is effectively a twins test for them.

Banner preview links:

Here's control's ask string for each of the 6 currencies used in en6C:

'USD' : [2.75, 16.36, 20, 50, 100],
'CAD' : [2.75, 15, 20, 50, 100],
'AUD' : [2.75, 15, 20, 50, 100],
'NZD' : [2.75, 15, 20, 50, 100],
'GBP' : [2, 10, 20, 50, 100],
'EUR' : [2, 10, 20, 50, 100],

And here are the overrides in the variant:

frb.amounts.options5.USD = [2.75, 10, 20, 50, 100];
frb.amounts.options5.CAD = [2.75, 10, 20, 50, 100];
frb.amounts.options5.AUD = [2.75, 10, 20, 50, 100];
frb.amounts.options5.NZD = [2.75, 10, 20, 50, 100];
frb.amounts.options5.GBP = [2, 10, 20, 50, 100];
frb.amounts.options5.EUR = [2, 10, 20, 50, 100];

Event Timeline

spatton triaged this task as High priority.Sep 25 2020, 9:15 PM
spatton updated the task description. (Show Details)
jbolorinos-ctr claimed this task.

All bugs found have been reported and addressed.

Closing task as Resolved, since these banners are now READY TO TEST!