playMaker

Author Topic: Unity Ads - Video and rewardedVideo [SOLVED]  (Read 2855 times)

DaiDesign

  • Playmaker Newbie
  • *
  • Posts: 16
Unity Ads - Video and rewardedVideo [SOLVED]
« 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
« Last Edit: May 02, 2018, 01:37:48 PM by DaiDesign »

DaiDesign

  • Playmaker Newbie
  • *
  • Posts: 16
Re: Unity Ads - Video and rewardedVideo
« Reply #1 on: May 02, 2018, 01:35:40 PM »
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.
« Last Edit: May 02, 2018, 01:46:18 PM by DaiDesign »