SDK Integration
Pass the Ad Unit ID to the corresponding SDK component for your ad type.
Native Character Ads
jsx
<NativeAdSlot adUnitId="SIM-NAT-XXXXXXXX" position={index} />Interstitial Playables
js
const interstitial = SimulaMiniGameInterstitial.init({
adUnitId: 'SIM-INT-XXXXXXXX',
});Rewarded Playables
js
const rewardedGame = SimulaRewardedMiniGame.init({
adUnitId: 'SIM-RWD-XXXXXXXX',
});For the full SDK reference, see the React Native Ad SDK.
