Playmaker Forum
PlayMaker Help & Tips => Unity Services => Topic started by: DaiDesign on May 02, 2018, 01:22:37 PM
-
Hi
Is there a way to select which video Ad to use, "video" or "rewardedVideo" as I need both in my game.
Automatic Ads - Skippable Ad shown after 10 levels. Using Int Add at the end of each level.
Rewarded Ads - After every level, a button is shown to Watch Ad, if pressed, then play Rewarded Video, reset Int to 0 for Automatic Ads.
I know I have to use the placement ID but can't find the option with Playmaker or is there another way to go about it.
Thanks
-
I think It's "Zone Id" in the "Unity Ads Show Ad" action.
Just set the Zone Id string to "video" or "rewardedVideo" to play the appropriate Ad
Could the action be updated to say "Placement ID" instead of "Zone Id" as it would make a bit more sense.