TrackingGlobalParameters
An Class for storing global parameters that will be applied when creating an Track or Tag request.
Some parameters of an ad request are designed to be passed in all Track or Tag requests, not just individual ones.
SDK provide AdService.setTrackingGlobalParameter method, which will modify these parameters:
Set parameter: AdService.setTrackingGlobalParameter(TrackingGlobalParameters::externalUID, ExternalUID(uid = "example", isStable = true))
Clear parameter: AdService.removeTrackingGlobalParameter(GlobalParameters::externalUID)
Properties
If your app has means to identify a user, for example through association with an user account or an advertising ID, you can share this with the AdServer.
An app can ask users about their consent for sharing information with third parties. The SDK can forward users preferences if they follow the TCF format.
An app can ask users if they want to opt out from process data. Use isOptOutEnabled to make the users choice visible for the Adserver.