Skip to main content
All CollectionsAd Mediation
Impressions / Views
Impressions / Views

What is the difference between Impressions and Views?

Tanya Moroz avatar
Written by Tanya Moroz
Updated over a week ago

Impressions are the number that reflects each time an ad was served. It’s counted by SDK callback onShown() at the moment when ad is being displayed, regardless of whether it is actually viewed or clicked.

Views are the number of complete impressions. It’s counted by SDK callbacks:

Video and Rewarded Video: by onFinished() callback, when ad is fully displayed.

Native and Banners: 1 and 2 seconds after onShown() callback.

Static Interstitials: by onClosed() callback.

To read more about Impressions, check out our blog post.

Did this answer your question?