Schema:PlanOutExperimentExposure

Revision 10745784
description"Logs a user's exposure to a PlanOut experiment."
properties
name
type"string"
requiredtrue
description"The name of the experiment."
time
type"integer"
requiredtrue
description"The time that the user was exposed to the experiment in Unix time."
salt
type"string"
requiredtrue
description"The experiment-level salt (see http://facebook.github.io/planout/docs/how-planout-works.html)."
userToken
type"string"
requiredtrue
description"A token that represents a unique user. The token should persist for at least the duration of the experiment."
params
type"string"
requiredtrue
description"The JSON representation of the experiment parameters assigned to the user."