0

I have an application which has prev and next buttons, and I have written code so that when user clicks the prev or next button the admob request is generated.

Is it fair to use so? Or is it against the rules of admob? I have read somewhere that we must refresh it through code.

Cœur
  • 37,241
  • 25
  • 195
  • 267
Garaga
  • 1

1 Answers1

0

This will not bring you more income as the payment amount depends on [Clicks per View]. More refreshing means more data traffic for the user. I always leave it with the default refresh rate.

mihail
  • 2,173
  • 19
  • 31
  • Thats ok .. is it ok to do so as per admob norms to refresh like that?? – Garaga Apr 09 '13 at 05:38
  • AFAIK the automatic refresh that is set in the admob works in android, so I don't think you really need to refresh from code. The refresh from code is needed in WP7 development. Anyway, there will be no problem to refresh it from your code, I haven't found any constraints in the admob terms – mihail Apr 09 '13 at 07:40