Explore Server Side Testing SDK for PHP

Experiment

Table of Contents

Constants

DEVICE_TYPE_ALL  = 'all'
DEVICE_TYPE_DESKTOP  = 'desktop'
DEVICE_TYPE_MOBILE  = 'mobile'
DEVICE_TYPE_TABLET  = 'tablet'
PLATFORM_MOBILE  = 'mobile'
PLATFORM_SERVER_SIDE  = 'server_side'

Properties

$clicks  : array<string|int, mixed>
$deviceType  : string
$exclusive  : bool
$globalCss  : string
$globalJavascript  : string
$goalTimeout  : int
$id  : int
$name  : string
$priority  : int
$segment  : array<string|int, mixed>
$slug  : string
$targetPlatform  : string
$trackBounce  : bool
$trackEngagement  : bool
$traficAllocation  : float
$type  : string
$variations  : array<string|int, mixed>
$visitorsLimit  : int
$visitorsNow  : int
$whenEnd  : DateTime
$whenRestriction  : array<string|int, mixed>
$whenStart  : DateTime
$whenTimezone  : string
$whereExcluded  : array<string|int, mixed>
$whereIncluded  : array<string|int, mixed>

Constants

DEVICE_TYPE_ALL

public mixed DEVICE_TYPE_ALL = 'all'

DEVICE_TYPE_DESKTOP

public mixed DEVICE_TYPE_DESKTOP = 'desktop'

DEVICE_TYPE_MOBILE

public mixed DEVICE_TYPE_MOBILE = 'mobile'

DEVICE_TYPE_TABLET

public mixed DEVICE_TYPE_TABLET = 'tablet'

PLATFORM_MOBILE

public mixed PLATFORM_MOBILE = 'mobile'

PLATFORM_SERVER_SIDE

public mixed PLATFORM_SERVER_SIDE = 'server_side'

Properties

$clicks

public array<string|int, mixed> $clicks

$globalJavascript

public string $globalJavascript

$segment

public array<string|int, mixed> $segment

$traficAllocation

public float $traficAllocation

$variations

public array<string|int, mixed> $variations

$whenRestriction

public array<string|int, mixed> $whenRestriction

$whereExcluded

public array<string|int, mixed> $whereExcluded

$whereIncluded

public array<string|int, mixed> $whereIncluded

        
On this page

Search results