logBannerClick

abstract fun logBannerClick(placementId: String, buttonId: String?)

Logs a click for Banner with the placement ID. If there is no stored Banner with that placement ID, no click will be logged.

Parameters

placementId

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

buttonId

The ID of the button that was clicked. If not present, a whole banner click is assumed.