onNewAd

open fun onNewAd(adData: AdData, isReplacement: Boolean)

For the tracker to notify about a new ad data coming into existence.

Parameters

adData

The newly created ad data object.

isReplacement

Whether the new ad data object replaced a pre-existing object (which has the same ad ID).