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