track Adaptive Banner Size
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
load Id
The load ID for the banner size event, if available.
banner Size Body
The BannerSizeBody containing the width and height of the banner.
ad Event Trackers
A map of event trackers specific to this ad. Global trackers are always processed, even if this map is empty.