Copied!

TrackingServiceInterface

TrackingServiceInterface.php : 17
Interface

Server-side tracking service for Raptor.

Methods

publicisServerTrackingEnabled()

TrackingServiceInterface.php : 27
public isServerTrackingEnabled() : bool

Return values

bool

Tags
Throws
InvalidConfigurationExceptionInterface

publicisTrackingEnabled()

TrackingServiceInterface.php : 22
public isTrackingEnabled() : bool

Return values

bool

Tags
Throws
InvalidConfigurationExceptionInterface

publictrack()

TrackingServiceInterface.php : 34

Track any event type using generic EventDataInterface.

public track(EventDataInterface $eventData, string $url[, string|null $moduleName = null ]) : void

Parameters

Name Type Default value Description
$eventData EventDataInterface - -
$url string - -
$moduleName string|null null -
Tags
Throws
InvalidConfigurationExceptionInterface