OpenMeasurementEventDelegate
public protocol OpenMeasurementEventDelegate
Open Mesurement event delegate
-
Called when the ad verification should be started.
Declaration
Swift
func adVerificationDidStart(adVerification: [AdVerification]?, vastProperties: VASTProperties, adVideoProperties: AdVideoProperties)Parameters
adVerificationThe list of
AdVerificationinstances.vastPropertiesThe
VASTPropertiesinstance.adVideoPropertiesThe
AdVideoPropertiesinstance. -
Called when the ad verification should be completed.
Declaration
Swift
func adVerificationDidEnd() -
Called when an ad tracking event is signalled.
Declaration
Swift
func adDidTrackEvent(event: AdTrackingEvent)Parameters
adTrackingEventThe
AdTrackingEventidentifier.