Hi C3 Community..
first of all, I apologize if this explanation sound bizzare.
If I have more than one advert unit (same type) setup in admob,
separate such as one advert unit for Rewarded Video adding "Gold", and another one advert unit Rewarded Video for adding "Gem"
in game design, there is 1 layout contain 2 separate button to show [Add Gold] or [Add Gem].
On Start of layout - create rewarded video AdverUnitGold - show false
create rewarded video AdverUnitGem - show false
On Tap Gesture [Add Gold] - show video advert
On Tap Gesture [Add Gem] - show video advert
Question :
How to make sure it show video loaded from exact advert unit ?
So far I assume C3 will show the last create/loaded rewardvideo,
because everytime create and load rewardvideo will replace the previous loaded one ?
or am I missunderstanding C3 concept ?