== Background
We would like to be able to serve AMC to both logged-in and logged-out users with and without JS enabled. The priority of this is as follows:
**Low:** non-JS logged-out users
**Medium: **JS logged-out users, non-JS logged-in users
**High: **JS logged-in users
== Questions to answer:
- How difficult is it to serve the treatment and preserve the setting across wikis and sessions for the user groups mentioned above?
-- How would this be done?
- How difficult is it to instrument the opt-in button for the user groups mentioned above?
-- How would this be done?
==== Additional questions
1. Is there a way to store information on the client side for all wikis? (probably not)
2. Do we know how large the non-JS, 100+ edit / month audience is?
3. Do we know how large the advanced logged-out audience is?
4. How do we pass AMC opt-in to the special pages?
== Notes
Notes:
Traffic / caching concerns for:
- anon non-JS
No traffic / caching concerns for:
- logged in JS / non-JS
- anon JS
Idea: Combine mobile beta opt-in with AMC opt-in?