equalWeighting property

bool? equalWeighting
getter/setter pair

Boolean specifying whether to distribute traffic evenly across all variations.

If the value is False, content experiments follows the default behavior of adjusting traffic dynamically based on variation performance. Optional -- defaults to False. This field may not be changed for an experiment whose status is ENDED.

Implementation

core.bool? equalWeighting;