AnalyticsCustomData
@objc(AASDKAnalyticsCustomData)
public protocol AnalyticsCustomData
Analytics interface to customize AnalyticsEvent
entries.
-
Custom params will be attached to each
AnalyticsEvent
during the ad lifecycle. See thecustomParams
property fromAnalyticsEvent
.Declaration
Swift
var params: [String : Any]? { get }