serverAnonymisation property

bool? serverAnonymisation
final

Adds a request header ('SP-anonymous') that prevents the event collector from adding a network_userid cookie, as well as anonymising the user's IP address. Setting serverAnonymisation also enables (and overrides) TrackerConfiguration.userAnonymisation.

Implementation

final bool? serverAnonymisation;