I have Google Ads integration in my NextJS app, but every now and then when I try to define a slot and load ad in it I get event.isEmpty = true
for "slotRenderedEvent"
.
I see GPT documentation has mentioned this field here, but it does not explains uder what circumstances GPT might return isEmpty
as true
.
Any help is appreciated.
isEmpty=true means the adserver was not able to select an ad to display on this request. Different reasons to explain the lack of ad to show :
Following this documentation, you should be able to identify the reasons why the adrequest is returning nothing to display.
To avoid empty spaces, you can ask the adOps team to activate an house ad priorty campaign which will be called every time no "guaranteed" ad is available.