|
1 | 1 | import { TestIds } from "react-native-google-mobile-ads";
|
2 | 2 |
|
3 |
| -export const AdIds = { |
4 |
| - appOpen: TestIds.APP_OPEN, |
5 |
| - adaptiveBanner: TestIds.ADAPTIVE_BANNER, |
6 |
| - Interstitial: TestIds.INTERSTITIAL, |
7 |
| - rewarded: TestIds.REWARDED, |
8 |
| - rewardedInterstitial: TestIds.REWARDED_INTERSTITIAL, |
9 |
| -}; |
10 |
| - |
11 | 3 | // export const AdIds = {
|
12 | 4 | // appOpen: TestIds.APP_OPEN,
|
13 |
| -// adaptiveBanner: "ca-app-pub-3417831874175604/7074955178", |
14 |
| -// Interstitial: "ca-app-pub-3417831874175604/6639064228", |
15 |
| -// rewarded: "ca-app-pub-3417831874175604/9119216895", |
| 5 | +// adaptiveBanner: TestIds.ADAPTIVE_BANNER, |
| 6 | +// Interstitial: TestIds.INTERSTITIAL, |
| 7 | +// rewarded: TestIds.REWARDED, |
16 | 8 | // rewardedInterstitial: TestIds.REWARDED_INTERSTITIAL,
|
17 | 9 | // };
|
| 10 | + |
| 11 | +export const AdIds = { |
| 12 | + appOpen: TestIds.APP_OPEN, |
| 13 | + adaptiveBanner: "ca-app-pub-3417831874175604/7074955178", |
| 14 | + Interstitial: "ca-app-pub-3417831874175604/6639064228", |
| 15 | + rewarded: "ca-app-pub-3417831874175604/9119216895", |
| 16 | + rewardedInterstitial: TestIds.REWARDED_INTERSTITIAL, |
| 17 | +}; |
0 commit comments