TrackingServiceInterface
TrackingServiceInterface.php
:
14
Interface
Methods¶
isServerTrackingEnabled()
¶
TrackingServiceInterface.php
:
24
|
|
|
Return values
bool
Tags
isTrackingEnabled()
¶
TrackingServiceInterface.php
:
19
|
|
|
Return values
bool
Tags
track()
¶
TrackingServiceInterface.php
:
29
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $eventData | EventDataInterface | - | - |
| $url | string | - | - |
| $customerId | string|null | null | - |
| $moduleName | string|null | null | - |
| $cookieId | string|null | null | - |
| $sessionId | string|null | null | - |
| $userId | string|null | null | - |
Tags
trackRawParameters()
¶
TrackingServiceInterface.php
:
44
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $parameters | array<string, mixed> | - | - |
| $url | string | - | - |
| $customerId | string | - | - |
| $cookieId | string | - | - |
| $sessionId | string | - | - |
| $userId | string|null | null | - |
| $moduleName | string|null | null | - |