The problem
A client wants to use AdMob to print his own in-house ads in his own application. He wants to monetize the app through his own sponsors, hence he creates the necessary ads himself and shows them on the app in native ads.
At first we tried to implement our own advertisement system but the app was rejected by Google.
So my former manager (before being fired for incompetence) sold to the client an AdMob account and training (?) by Google (whatever that means). I had to take over recently after having implemented the native ad into the application.
The actual setup
In AdMob I have created the following campaign:
with the following goal (manual eCPM):
I have the following Mediation group created:
with the following settings:
State of things
Still all I see are ads from the AdMob Network. I can't publish the app on a large scale yet because of the missing in-house ads.
What am I doing wrong? I've seen unfortunately few tutorials on the subject and over all they contradictory on the eCPM values.
Thank you in advance!
Related
I am using capacitor-community/admob in my Ionic 5 and Capacitor 3 project. I have completed all the setup as per documentation and test interstitial and rewardedVideo ads are working fine with the test ads ids provided here.
I have set up my Admob account correctly and created Ad units before a couple of days. So, It's not new. There are no warning or error messages or issues with the account. Double checked the app id and ad unit ids in my app. App id is maintained in android string.xml as
<string name="admob_app_id">ca-app-pub-***</string>
and in AndroidManifest.xml as
<meta-data android:name="com.google.android.gms.ads.APPLICATION_ID" android:value="#string/admob_app_id" />
I have linked my Admob with the Firebase account. So the file google-services.json also contains the ads App id.
The Ads are working when using test ids but not loading when using real Ads. Following is the error I am getting.
Publisher data not found. <https://support.google.com/admob/answer/9905175#9>
I have checked all the information under Publisher data not found but it's not helping.
Important links to get correct advertisements
Check for setup issue, policy issue https://support.google.com/admob/answer/9469204?hl=en
Link your app to admob account https://support.google.com/admob/answer/10037806?hl=en
Run Admob troubleshooter https://support.google.com/admob/troubleshooter/9092685
Once app is made live, give it some time before live advertisements start showing. Don't use live ads during testing
Visit admob policy implementation guidelines https://support.google.com/admob/answer/2936217?hl=en
I have on app which shows ads from AdMob. I have to transfer that app to another person. And I have a problem in updating the Ad units code. I know that I can not update HARDCODED ad unit ids.
But.....
Is there a Prevention that I can keep in mind next time I develop an app which contains ads from AdMob, which can be transferred or sold to any other person. --> Such that this problem of ad unit updation does not occur.
I Googled it but can't find any answer which can be called a method for Prevention.
Can mediation or firebase used for the prevention?
I created an Android App and Integrated AdMob, inMobi and mMedia SDKs in it, and I used AdMob Mediation to serve ads to my app. When I go to AdMob Mediatio page and open an adUnit, its says "Pending" for both inMobi and mMedia. the question is:
1) What's this "Pending"?
2) Do mMedia and inMobi ads serve to my app?
3) Should I do something else for my app?
any other suggestions, I will be grateful
Thanks in advance
Regards
1) What's this "Pending"?
Essentially you have to register each app with AdMob, InMobi and mMedia. These companies verify each app before you can use their SDKs. This process usually takes couple of days. That's why it says "pending". Just double check that you have followed all instructions correctly. If you've added a faulty URL your app can be stuck in pending stage.
2) Do mMedia and InMobi ads serve to my app?
YES!
3) Should I do something else for my app?
I'm assuming the app is live on the app store. If yes, then you should be ready to start serving ads on your app once its verified.
I work at InMobi so if you have any other questions, do let me know :)
Hello I am implementing the Flurry Ads and Analytics in my application. My application has complex activity structure which includes tabhost, tabgroup, context menu, Option Menu and many other things.
While implementing I get several questions in mind and fail to get the flurry working properly.
So, My Questions are-
How can I check source network(appcircle,admob,InMobi etc) of recieved Ad? OR which ad network serve current ad ?
How can I get the number of active sessions currently?
How can I test Individual ad network (appcircle, admob, InMobi etc) working properly and serves the ads successfully?
Does anyone have implement the flurry ads with different ad networks? If yes, can please you provide the manifest data for those network.
Why Context is so important for FlurryAgent (flurry messes with context)? Can't it be global (ApplicationContext) instead of Local (ActivityContext).
There's no direct way to know the source of ad through the device. Flurry provides the impression reporting for all the ad networks individually for you to keep track. In order to test ad network mediation, you can change the priorities of ad networks, and check whether ads are getting received from the ad networks with the highest priority. Also, note that you can turn off AppCircle backfill on your ad space page (Publishers tab>Inventory>Ad Spaces>AppCircle Network).
For details on implementing mediation inside your code, please refer to the integration manual inside the SDK folder, or the Support page .
(Full disclosure: I work in the Support team at Flurry)
I have app in the android market
I add to this app admob ,I can see the advertisement in the test mode.
so I upload a upgrade version to the market.
after that I download the app to my device but I dont see there nothing.
On the website of admob I can see 635 Requests but no money 0.0$
So what is the reason that the advertisement don't show up?
Thanks
Beno
Admob doesn't serve ads for all requests. In the administration of admob you should be able to find something they call impressions. That is the number of ads actually viewed. You should also find something they call "fillrate". That is the ratio between impressions and requests.
Admob says it might take a while before the system is warmed up before starting to actually return impressions for requests. And you will not see that you make any money unless people press the ads.
So be a little patient and the ads will probably show up.
Best regards
Roland