PWA advertisement

I am developing an app and want to release it for Android, iOS and also a PWA. I want to have interstitial ads and reward videos.

I see that Appodeal native plugin only supports Android and iOS.

What would be the best way to also include at least some form of advertising in the PWA.

Would this mean that I would have to develop different versions of the app, one with ads for Android and iOS and another with different ads for PWA?

Thank you for your answers in advance.

PWAs are websites, so you can use any ads provider you could use on a website.
And yes, you will have to add some code that decides to show the correct type of ads depending on the “environment”.