I want to implement Admob Tracking in my Android app. The Ads will be generated and published.
As far as I understand admob tracking is used to keep track of downloads of my app by means of the ads published. And to track this I need to have an app with tracking implemented in market. But is there any way to test if tracing is happening properly. Or am I not understanding the concept properly.
Any views are appreciated.
Regards
I have used this in my APP and I believe only way to test this is having the APP in Marketplace.
Related
Today and I don't know how (And I actually I don't care) my AdMob account has been suspended for a month, it was a long email to share, but somehow I felt like I'm a thug or criminal who want to steal their money (Which was less than a dollar as my app just got published a couple of days ago), perhaps there was a mistake from my side (The only thing comes in my mind that I may forgot to disable the live Ads while testing my code today as a result of publishing an update that fixes a bug).
Anyway, they will not serve me any Ads for a month, and as there was no even a warning and no appealing, I'm considering to use Amazon Ads in my app.
My question is,
1- Is it easy to implement an Amazon ad banner in my code?
2- Do I have to publish my application on Amazon App Store too?
3- Is there a step by step guide to implement Amazon ad in my code?
Thank you :)
1- Is it easy to implement an Amazon ad banner in my code?
Totally depends on your expertise level. But, even if you are moderately comfortable with android development and have worked on integration with other ad networks it should not be hard at all.
2- Do I have to publish my application on Amazon App Store too?
No, but it is recommended to do so. What the harm in having an additional distribution channel? It will only do you good by bringing in more downloads.
The getting started page clearly states this: Submit your app to the Amazon Appstore, Google Play, **or** another app distribution framework. Hence publishing on Amazon is not a mandate.
You will have to sign the MOBILE AD NETWORK PUBLISHER AGREEMENT
3- Is there a step by step guide to implement Amazon ad in my code?
Yes, refer the official documentation here
These FAQs will help you better understand each of the points you've put in your question.
And why only amazon as an alternative? You have a whole lot of other options.
I am currently in a strange situation. I have implemented ads onto my app correctly, but cannot see them when I run my app on the beta version of it, but when I check my admob account I seem to be generating revenue. Im not sure what is going on. Does anyone have any ideas.
I have integrated admob ads into my app on iOS and Android, they were working on both platforms during testing. I was not requesting test ads though and have read that admob may suspend your account/ads if you are clicking on live ads during testing?
I would not have overdone it, a click through here and there...
Could this be the problem? The ads still work fine on the android version of the app and I have one interstitial ad in the app which is actually still clickable on the iOS version of the app.
Has anyone faced these issues before? I have tried contacting admob about the problem but I am still waiting for a response.
I am hoping someone has so information about this because the results I get from google won't help me solve this
This will happen if your code requests a new ad before the first one has closed.
You will receive an email when you are suspended.
Do use test ads when you test, or you will be suspended. I speak from my own experience, in both cases.
I made Android app which integrate admob.
Then I run this app on my test device and it show ad banner on the screen.
But ad's status is still inactive. It makes me confuse.
Do you know that when admob become active? Run this app which download from market store?
Thanks in advance.
AdMob statistics are not realtime. It may take a few hours to see your requests on the admob site.
Is their an0 android app ads library that I can use in my app without the need to publish the app in the market?
You don't need to publish your application on the Market in order to use AdMob ads. Just register on the AdMob site and get your code to use when displaying ads.
I don't see any relevance between being small company and using Android Market, about 80% or more of Android Market submissions are made by singe developers, there's absolutely nothing wrong about publishing your personal application. I can even tell, it's really helpful to get a feedback from market users, especially if you don't have many people to beta-test your application.