logBannerImpression

abstract fun logBannerImpression(placementId: String): Boolean

Logs an impression for Banner with the placement ID. If there is no stored Banner with that placement ID, no impression will be logged. Banner impressions are logged only once per session.

Return

True if the impression was logged, false otherwise.

Parameters

placementId

The placement ID of the Banner to log the impression for.