You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.
When we run the A-B test with Delta, if they click on any of the features we haven't implemented for the test, we should send them to the existing page. This will require help from Delta for the CDN configuration.
Also if they are logged into their skymiles account they should not use the test.
Option a - For any of those clicks, we set a cookie saying not to use the test and force a page refresh.
Option b - We could add a hyperlink to these clicks to a hostname or add a query parameter which flags that the user should not use the test.
Either option, and also the login detection, need to be handled at the Delta CDN (I believe Akamai) layer and routed to their existing experience.
The text was updated successfully, but these errors were encountered:
When we run the A-B test with Delta, if they click on any of the features we haven't implemented for the test, we should send them to the existing page. This will require help from Delta for the CDN configuration.
Also if they are logged into their skymiles account they should not use the test.
Option a - For any of those clicks, we set a cookie saying not to use the test and force a page refresh.
Option b - We could add a hyperlink to these clicks to a hostname or add a query parameter which flags that the user should not use the test.
Either option, and also the login detection, need to be handled at the Delta CDN (I believe Akamai) layer and routed to their existing experience.
The text was updated successfully, but these errors were encountered: