I'm developing a web app that will use Google Adsense or DFP as a method of monetisation. I've tried searching for some reliable info but I can't find any.
How do I run a development environment with Adsense/DFP so that ads will show, but not create revenue in our account? Obviously if I just put the tag on my site my account will eventually get banned because the traffic isn't legitimate. Is there a Javascript flag I can set in development to show ads but not create revenue?
Similarly, is Adsense/DFP smart enough to ignore requests from a certain location (such as my office) because once the app is deployed to production our team is likely going to need to test/use the app.
Basically I want to do everything I can so our account doesn't get banned.
Thanks