HouseAds icon indicating copy to clipboard operation
HouseAds copied to clipboard

Impressions and auto-refresh

Open Prabha10cs opened this issue 11 months ago • 1 comments

how to calculate Impressions or ad loaded status sent to server and auto-refresh

Prabha10cs avatar Sep 28 '23 12:09 Prabha10cs

Hey 👋, I no longer maintain this project but here's a rough idea on how you could do this.

You can implement tracking impressions or ad load from relevant callbacks in AdListener.

Same goes for ad refresh as well, use the onAdLoaded callback to set up a refresh logic.

ItzNotABug avatar Sep 28 '23 14:09 ItzNotABug