Experimentation Data

JSON object that holds an array of visitor objects that describe the visitor's experience during an Optimizely campaign.

The Optimizely account to which these events should be attributed.

The project_id needs only to be passed if you are using the Recommendations product.

Optimizely typically stores the client IP address for each request. If this flag is true, the last octet of the IP will be truncated before it is stored. If false, the entire IP address will be stored. This is most relevant for consumers of this API that are implemented in a web browser or mobile client context who are subject to policies or regulation restricting the storage of end-user identifying information. Note that this flag is independent of the IP anonymization setting in the Account and Project settings, which only controls how Optimizely clients set this flag. Also note that if this flag is set, care must be taken when using the IP filtering feature, as fully-qualified explicit IP addresses will not function as filters (anonymization occurs before events are filtered by IP).

A unique identifier for the system that generated this event. By convention, this should be something like "organization_name/system_name".

A version identifier for the system that generated this event.

An array of visitor objects that describe the visitor's experience during an Optimizely campaign.

visitors*

Read the original on docs.developers.optimizely.com ↗