CryptoBlades / cryptoblades

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ads placement

bilbolPrime opened this issue · comments

Sometimes ads cover key game components (fight, market) etc..

Also: ads not rendering in combat (I think cuz SPA)

The ad placement is caused by the dynamic content expanding I believe. And the ads not showing in combat could be due to them being dynamically injected and not their on "document ready".

Seiryia suggested exploring Vue plugin options. Will do that next.

Will use this plugin (MIT licensed)
https://www.npmjs.com/package/vue-google-adsense

adds
"vue-google-adsense": "^1.10.1",
"vue-script2": "^2.1.0",