I am currently building an app in React-Native and have come to the point of adding ads. I am very interested in the impression-level ad revenue feature that AdMob provides. Though, I am not sure how to implement such a feature into React Native. I currently use a bare Expo project.
The two ways of easily implementing AdMob is through Firebase, and through react-native-google-mobile-ads.
Question is, can any of these methods use the impression-level ad revenue feature, or is there another better way of achieving this?
I appreciate any help!