trackPartnerImpression

fun trackPartnerImpression(appSetId: String, auctionID: String?, loadId: String, adType: String, adEventTrackers: Map<TrackingEvent, List<ServerEventTracker>>)

Tracks a partner impression event.

This function dispatches a partner impression event to the appropriate trackers, sending the impression data to the server. This includes both the ad-specific trackers provided in adEventTrackers and any globally configured trackers.

Parameters

appSetId

The app set ID associated with the impression.

auctionID

The auction ID associated with the impression, if available.

loadId

The load ID for the impression event.

adType

The type of ad that was displayed.

adEventTrackers

A map of event trackers specific to this ad. Global trackers are always processed, even if this map is empty.