Adjustment of permissions for users without publishing rights
Enable publishing with a test cookie / audience as priority. The Editor role should inherit all Publisher permissions except standard publishing, but should be able to publish when a specific audience/test cookie is applied.
Enable restoring experiments from the archive.
Allow setting experiment end dates.
Provide permissions to edit Pages.
-
Kristian Reich
commented
here is an example of custom logs
-
Kristian Reich
commented
Setting the start date would also be nice since when you publish with a test audience (as is my norm) it considers this as the start date. You can reset data, but that is not necessarily as clear.
I like the publish with a test cookie, especially if I can set the pattern. I have a QA audience model that enables logging and other things when it sees qa audience - noted by either querystring parm of myOptiQa=ticket (which matches part of the experiment name) and then is picked up in project.js. as being in QA mode and thus enabling detailed custom logging. Perhaps that can become part of the opti utilities - qa mode.
utils.qa.log('message')
i'd probably still use my own as i've customized my logging with CSS that helps me differentiate levels without have to use console.error and the like.
Can the start/end date be used by the results page for default display?