trackWithAdProperties

abstract fun trackWithAdProperties(eventName: String)

Track a custom event with the ad properties included.

Parameters

eventName

The name of the custom event


abstract fun trackWithAdProperties(eventName: String, customProperties: EventProperties)

Track a custom event with the ad properties included and the custom properties passed in.

Parameters

eventName

The name of the custom event

customProperties

The properties of the custom event