I want ads in a html5 exported game. A hosted game you play on your browser (so no, MobileAds plugin isn't helpful).
Following these steps leads to a game that has ads showing. Doing the same with an exported html5 construct game leads to no result. My theory is that it's working, but not rendering.
1. Add the script to the <head> in index.html, same as in the example
2. Add a Javascript action in Construct to run the ad function
Nothing happens!
Again, the game example in the link works, but it's probably not being rendered properly on c3.
There are no posts about this, and the only tutorial follows very similar steps with different code and is five years old. Tried many combinations to no avail.
Here is my modified exported project, in case one of you want to debug and see if the ads really are being created but not showing properly.
Any ideas?