Closed VictorioMolina closed 2 years ago
If it says "test mode" I suppose it has to be test mode. I have also occasionally seen ads that were not the obvious google test ad but it's always got the test mode thing and I know we are using testids (I mean: our code isn't that complicated, the App.js for our example app is super boring + repetitive). I think that's just the way it is
I don't think you are ever in control of the ad content though, you are renting the space to google and google puts what they think works in the space. Maybe google has been listening to your conversations and thinks you are in to jungle cooking :laughing: ?!?
HAHAHAHAH LOL š
What really scares me is that yesterday morning I talked to a food addict about going on a trip to the Amazon, and last week I saw a YouTube channel of indigenous people building mansions with basic utensils, ending with a good barbecue of vegetables.
By the way, thank you very much, Iām closing the issue.
Issue
Hi, I have been testing the rewarded ads api for some hours and getting, multiple times, the following ad in dev mode:
<img alt="The strange ad" src="https://user-images.githubusercontent.com/54834743/175828500-0f37095a-a614-4cb2-a350-1c67ff43dc98.png" width="350px" />
This is my current config:
It's my first time using AdMob for a long time, I don't know if it's normal now to see these types of ads in development mode, but I see that many apps like InShot, or well-known games, only show professional ads, and not random people cooking in the middle of the jungle. In production, how could I limit the appearance of the ads to show a certain professionalism? Is it possible?
Expected behavior
I was expecting to get the typical Bingo Blast ad from google, but this indian guy talking in a forest confuses me a lot.
<img alt="The expected ad" src="https://user-images.githubusercontent.com/54834743/175828517-c29d4690-dcc8-4b20-b17d-fa328282112d.png" width="350px" />
Are real ads appearing in development mode? Is this because of using custom keywords?
Note
My adUnitId is being exported from the package, as declared in the documentation:
Project Files
I am using the Expo's managed workflow.
Javascript
-
package.json
:admob.json
:I don't have this file.
iOS
-
ios/Podfile
:-
Android
-
android/build.gradle
:-
android/app/build.gradle
:-
android/settings.gradle
:-
AndroidManifest.xml
:-
Environment
-
react-native info
output:I am using Expo:
TypeScript
?