TrackingServiceInterface
TrackingServiceInterface.php
:
21
Interface
Server-side tracking service for Raptor.
Methods¶
isServerTrackingEnabled()
¶
TrackingServiceInterface.php
:
31
|
|
|
Return values
bool
Tags
isTrackingEnabled()
¶
TrackingServiceInterface.php
:
26
|
|
|
Return values
bool
Tags
trackBasket()
¶
TrackingServiceInterface.php
:
38
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $eventData | BasketEventData | - | - |
| $url | string | - | - |
trackBuy()
¶
TrackingServiceInterface.php
:
43
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $eventData | BuyEventData | - | - |
| $url | string | - | - |
trackContentVisit()
¶
TrackingServiceInterface.php
:
54
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $eventData | ContentVisitEventData | - | - |
| $url | string | - | - |
trackItemClick()
¶
TrackingServiceInterface.php
:
48
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $eventData | ItemClickEventData | - | - |
| $url | string | - | - |
| $moduleName | string|null | null | - |
trackVisit()
¶
TrackingServiceInterface.php
:
33
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $eventData | VisitEventData | - | - |
| $url | string | - | - |