Hello. My apps in play store are webivew apps. When Admob ads are auto-refreshed, my apps slow down. If I turn off auto-refresh in admob settings, the speed of the applications does not have any problems. In this case, the number of ad impressions is less. Would this lead to a policy violation?
For example, if the ads are automatically renewed by google, let's say 100 000 thousand ad impressions and 1000 clicks. When auto-renew is turned off, you get 40 thousand ad impressions and 1000 clicks. These numbers are examples. However, it is a fact that if the ad refresh is turned off, the number of ad impressions will decrease. Naturally, the cost per click will increase. Would this be a policy violation, ie turning off ads refresh?
2. My question is if I used a timer while adding adView with android studio and let's say I refreshed the ad in 90 seconds. If I remove it with the adView.destyory() method and add it again with adRequest before refreshing, will there be any problems with the speed of the applications?
Would it be a policy violation to use a timer and refresh an ad every 90,100,120 seconds, not in such short periods of time?
Note: Admob account has been temporarily suspended (it's been about 10 days) because I activated ad refresh during the transition between events without using a timer.
I have now edited the applications, that is, closed the renewal with the code and published it again. After 20 days, my account will probably be back to its original state.
My request from you: What should I do now?
1. Shall I turn off the ad refresh in admob settings and continue from now on without any refresh with the code?
2. Shall I turn off the ad refresh in admob settings and use a timer in android studio and renew the ad in a minimum of 90 seconds or more? Would this be a policy violation? If it does, my account will be completely disabled. That's why your answers are very important.