FocalMeterConfiguration

This configuration tells the tracker to send requests with the user ID in session context entity to a Kantar endpoint used with FocalMeter. The request is made when the first event with a new user ID is tracked. The requests are only made if session context is enabled (default).

Parameters

kantarEndpoint

The Kantar URI endpoint including the HTTP protocol to send the requests to.

processUserId

Callback to process user ID before sending it in a request. This may be used to apply hashing to the value.

Constructors

Link copied to clipboard
constructor(kantarEndpoint: String, processUserId: Function<String, String>? = null)

Functions

Link copied to clipboard
open override fun copy(): Configuration

Properties

Link copied to clipboard

Closure configuration that is called after events are tracked.

Link copied to clipboard
open override val identifier: String

Unique identifier of the plugin within the tracker.

Link copied to clipboard
Link copied to clipboard