Here you can see that it is written When a playerVIEWSthe cached ad, the game client sends aNEW REQUEST.
And below is explained what is meant by view to unity,
So from this should I conclude that when a player skips ad, an impression (also known as ad start) is count but a view is not count. So no new request is sent to the user and next time again same ad is shown to the user again unless user VIEWS the ad, only then new ad request is sent. Am I understanding it correctly or am I missing something? I can not test it myself because I get only test ads and I can’t take risk of real ads to avoid any policy violation. Thanks.
To clarify, we mainly track requests and impressions:
When the Ads SDK is initialized, requests are sent for suitable ads for your project’s placements. This can be one or more depending on your placement settings.
When a player watches an ad, an impression is recorded.
While the player is watching an ad, an additional request is sent for a new ad to replace that one that was just watched.
Hi, Thanks for the response. I am reading from the same link you posted and the shots are also from the same. I still need more explicit clarification instead of implicit assumption due to my lack of understanding. Can you kindly confirm my understanding. What I understand now is If a player SKIPS, instead of watching ad to the completion, still new ad request will be sent to replace the ad just showed (regardless of the completion). Am I getting it right? Thanks.