trackAdaptiveBannerSize

fun trackAdaptiveBannerSize(loadId: String?, bannerSizeBody: BannerSizeBody, adEventTrackers: Map<TrackingEvent, List<ServerEventTracker>>)

Tracks an adaptive banner size event.

This function dispatches an adaptive banner size event to the appropriate trackers, sending the banner size data to the server. This includes both the ad-specific trackers provided in adEventTrackers and any globally configured trackers.

Parameters

loadId

The load ID for the banner size event, if available.

bannerSizeBody

The BannerSizeBody containing the width and height of the banner.

adEventTrackers

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