Copied!

ServerSideTrackingDispatcherInterface

ServerSideTrackingDispatcherInterface.php : 16
Interface

Dispatches server-side tracking events asynchronously via message queue.

Methods

publicdispatch()

ServerSideTrackingDispatcherInterface.php : 24

Dispatches a tracking event for asynchronous processing.

public dispatch(EventDataInterface $eventData[, string|null $url = null ]) : string

When $url is null, the URL of the current main request is used. The proxy controller passes the originating page URL explicitly so it isn't replaced by the proxy path.

Parameters

Name Type Default value Description
$eventData EventDataInterface - -
$url string|null null -

Return values

string