logFeedCardImpression

open override fun logFeedCardImpression(cardId: String?)

Deprecated

Please call {@link Card#logImpression()} instead to log an impression.

Replace with

Card.logImpression

Reports a feed card was displayed to the user.

Card impressions tracks how many times a card has been seen. Impressions should only be reported once the card becomes viewable to the user. Cards that are part of the stream but not visible should not log a card impression. If a card is viewed more than once in a particular view, it generates only one impression. If closed and reopened, a card will again generate an impression.

See also

Parameters

cardId

The ID of the feed card.