I have just noticed, that there is a problem with my ads. Admob is working fine, however chartboost doesn't show any impressions, which I am very confused about. Here is what analytics look like.
My code is as follows :
Show ad
function showad()
if GetFullscreenAdvertLoadedChartboost()=1
ShowFullscreenAdvertChartboost()
else
if GetFullscreenAdvertLoadedAdMob()=1
ShowFullscreenAdvertAdMob()
endif
endif
endfunction
Set-up
device$ = GetDeviceBaseName()
if device$="android"
SetChartboostDetails ("X","X")
SetAdMobDetails (X")
else
SetChartboostDetails ("X","X")
SetAdMobDetails ("X")
endif
ID numbers blocked, obviously.
Did this ever happen to anybody else? Did I do something wrong during the set-up?
As you can see, it misses a lot of impressions.
Right here, for ages I've had an issue where it says that its is "Pending"
I have set up meditation properly, used the correct ID's but I really don't know what happened. Any ideas where I might have gone wrong?