pavelzaichyk / flutter_unity_ads

Unity Ads plugin for Flutter Applications. This plugin is able to display Unity Banner Ads and Unity Video Ads.
https://pub.dev/packages/unity_ads_plugin
MIT License
30 stars 12 forks source link

Server Id (SID) #3

Closed ghost closed 3 years ago

ghost commented 3 years ago

Can you add an option for SID for showing video ad? This is useful for server side verification.

pavelzaichyk commented 3 years ago

@Sonsa04 please check 0.1.2 version now UnityAds.showVideoAd has serverId parameter

ghost commented 3 years ago

Thank you! This is really helpful.