log Feed Card Impression
Deprecated
Please call {@link Card#logImpression()} instead to log an impression.
Replace with
Card.logImpression
Content copied to clipboard
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
card Id
The ID of the feed card.