totally new to unity ads, why isn't my interstitial ad showing up for game monetization?

Author
Nour Abdullah Author
|
6 hours ago Asked
|
1 Views
|
0 Replies
0
hey everyone, i'm totally new to unity ads and trying to get my first game monetization going. i've been trying to implement interstitial ads but they just won't show up in my game, it's pretty frustrating. i went into the unity editor and enabled the unity ads service, then linked my project. on the unity dashboard, i made a new project, got my game id, and created an interstitial ad placement, making sure it's enabled and active. in my c# script, i'm calling Advertisement.Initialize(myGameId, true) (using testMode for now, obviously) pretty early on, like in my game manager's awake method. then i'm trying to load the ad with Advertisement.Load(myPlacementId) and after that, Advertisement.Show(myPlacementId), usually triggered after a game over or level complete. i've tried running this both directly in the unity editor and building it out to my android phone, but no luck either way. the weird thing is, when i check Advertisement.IsReady(myPlacementId), it almost always returns false. i'm not seeing any clear error messages in the unity console either which makes it super hard to figure out what's wrong. i feel like i'm missing something really basic here, or maybe there's some common beginner mistake with unity ads sdk integration that i'm totally overlooking. has anyone run into this before? what are the usual culprits or debugging steps you'd recommend for someone completely new to this to get interstitial ads to actually display consistently

0 Answers

No answers yet.

Be the first to provide a helpful answer!

Your Answer

You must Log In to post an answer and earn reputation.