Script: Class dw.campaign.ABTest
Class ABTest
- Object
- dw.object.PersistentObject
- dw.campaign.ABTest
- dw.object.PersistentObject
Object representing an AB-test in Commerce Cloud Digital.
AB-tests provide the merchant the ability to compare one set of storefront "experiences" - promotions, sorting rules, and slot configurations in particular - against another set. The merchant configures different AB-test segments which define the sets of experiences that the merchant wishes to test. AB-tests run for a configured period of time, and customers are randomly assigned by the platform to the test segments according to allocation percentages defined by the merchant.
Properties
ID : String Read Only
Get the test ID for this AB-test.
Constructor Summary
This class does not have a constructor, so you cannot create it directly.
Method Summary
Get the test ID for this AB-test.
Methods inherited from class PersistentObject
getCreationDate, getLastModified, getUUID
Methods inherited from class Object
assign, create, create, defineProperties, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, hasOwnProperty, is, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, seal, setPrototypeOf, toLocaleString, toString, valueOf, values
Method Detail
getID
getID() : String
Get the test ID for this AB-test.
Returns:
the test ID for this AB-test.