android - Accidental clicks on admob ads -
During the test, I accidentally clicked on adobe advertising on my unity Android game, it has been expressed for $ 0.54 Will this make an issue later? If so, what can I do to solve it?
Never infringes multiple clicks on ads by the same user and AdMob The account is suspended. So in your case, it will never happen (if you have not clicked on advertisements multiple times) for this you can use dummy data by testing in the emulator.
AdRequest adRequest = new AdRequest.Builder () // Add a test device to show test ads. AddTestDevice (AdRequest.DEVICE_ID_EMULATOR) .addTestDevice ("CC5F2C72DF2B356BBF0DA198") .build (); Hope it helps ..
Comments
Post a Comment