I dont know hot to create ad placements

Can somebody help me please?
I dont know on wich page I should create my verry first ad placement…

Can you please elaborate more on what exactly is the problem? You can create ad placements in the monetization section of your project’s Unity dashboard.

Hi!

Sorry for the delayed response. Just as @pixaware_pwedrowski has mentioned, you can create ad placements in the Monetization part of your Unity dashboard. Here are some docs that might help you out:
https://docs.unity.com/monetization-dashboard/MonetizationDashboard.html
https://docs.unity.com/monetization-dashboard/PlacementsAndECPMTargets.html

Hope this helps! If you have any more questions, feel free to ask.

Hello,

I’m trying to teach myself how to create games. I have my first game done and testing in testflight. Apparently I dont know how to properly code the interstitial ads in the game. I get the “initializing complete” but the ads never run by themselves. Not sure what to do, since I’m new to coding and Unity, etc. I’m a little lost.

Hi @governatorz

The general workflow to make ads show up is Load the SDK > Initialize/Load the ad > Show the ad. Are you calling any methods that should show the ad after it is initialized? An easier approach to understanding how all this works if you’re still learning would be to create a simple app with a couple of buttons (assuming that you Load the SDK in Awake()), one of which would load the ad and another one which would show it.

You haven’t mentioned if you’re using any mediation SDKs. If you would specify that, I could help you find the documentation where you could find some explanations along with example code including comments. If you’re using Unity Ads with no mediation SDK, I suggest you check out our manual on interstitial ads: Implementing interstitial ads in Unity

Hope this helps! If you have any more questions, feel free to ask.