wel, i just tried out Unity ad. and since then i hav been looking all over to see what all the zone id are.
but i cannot find any info on that, except that “pictureZone” from the documentation.
according to that documentation, 3 types of ads are available (do correct me if there are more)
1.default placement: Video ads, skipping enabled after 5 seconds
2.Rewarded placement: Only videos, no-skipping allowed
3.Picture only placement: For places where full video ad-experience would not fit.
so 1(skippable video interstitial) is calling with no parameter, and 3(static interstitial) is calling with “pictureZone” (I suppose?).
i really prefer to saperate different kinds of ads with diff calls, where we can request, show, get events respectively rather than wrapping all into one and use string id to differrentiate
I have the same problem. I’ve found zoneID (“pictureZone”) in documentation, but it doesn’t work. Apparently UnityAds doesn’t support pictures anymore. Could somebody confirm it officially please?
Has changed in the new dashboard at https://dashboard.unityads.unity3d.com. When you have selected platform (Android/iOS) for your game, the placement id is in the column “INTEGRATION ID”
@Nirav-Madhani , you have to select your game and then platform (iOS/Android). Then you have a column with the “Integration id”.
By default it’s either “video” or “rewardedVideo”, but you can also add new placements yourself to get better control over when ads should be displayed in your game.