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 the customParams property from AnalyticsEvent.

    Declaration

    Swift

    var params: [String : Any]? { get }