Ok, I got all three greens. Here is what I did.
I used Pixel's plugin, but didn't load the api from it, did that in the index.html file
<img src="http://content.screencast.com/users/ArcadEd/folders/Jing/media/29e8b816-eff7-48d8-af50-b568b64ef267/2014-02-11_1226.png" border="0" />
Then used the plugin to call Get Logo on the start of layout for my title screen.
After the user hits play, my game has a window with instructions. At this point I requested Ads (on start of layout). Since my game is already paused and waiting for use input it was a good spot to call the ad. I could also call it when the level is over.
<img src="http://content.screencast.com/users/ArcadEd/folders/Jing/media/e0b22817-6d06-43ac-8b77-0191d039f42f/2014-02-11_1230.png" border="0" />
I'll contact spillgames now and see if any of my games fit in with their network.
Thanks for all the hard work on this thread!!!