Page Events - content testing
Version:
This section describes how events triggered by MV tests are mapped from Sitecore 8.x to 9.
Note
For background information on page events, see the Page events page.
Format in Sitecore 8.x
Format in Sitecore 8.x
In Sitecore 8.x, the information about the MV tests that were run for a specific page view is represented on the page.
The following is an example of a page view with MV test information from an interaction:
Format in Sitecore 9
Format in Sitecore 9
In Sitecore 9, MV test information is associated with a page view event through an event:
| Source object | Member of the array located at Pages on the interaction document |
| Event mapping definition | MV Test Event Mappings for MongoDB Page Events > MV Test Event |
| Event object type | Sitecore.ContentTesting.Model.xConnect.MVTestTriggered |
| Conditions | The event matching process does not apply to this event because the event data is not included in the PageEvents array on the page |
| Field mapping definition | MongoDB to xConnect Event Mappings > MongoDB Page MV Test to xConnect MV Test Event |
Mapping event properties
Mapping event properties
| Value to write to event object | Property on event object |
|---|---|
MvTest.ExposureTime from source object | ExposureTime |
MvTest.FirstExposure from source object | FirstExposure |
Constant value false | IsSuspended |
MvTest.ValueAtExposure from source object | ValueAtExposure |
MvTest.EligibleRules from source object | EligibleRules |
MvTest.Combination from source object | Combination |
If you have suggestions for improving this article, let us know!