AdFailedToLoadData

class AdFailedToLoadData(val mediatorName: AdMediatorName, val adFormat: AdFormat, val placement: String?, val adUnitId: String, val mediatorErrorCode: Int?)

Data for tracking when an ad has failed to load.

Constructors

Link copied to clipboard
constructor(mediatorName: AdMediatorName, adFormat: AdFormat, placement: String?, adUnitId: String, mediatorErrorCode: Int?)

Properties

Link copied to clipboard

The format of the ad. See AdFormat for common values.

Link copied to clipboard

The ad unit ID.

Link copied to clipboard

The mediator error code.

Link copied to clipboard

The name of the ad mediator. See AdMediatorName for common values.

Link copied to clipboard

The placement of the ad, if available.