Getting error when trying to implement ads

Hello,
When I’m following the Overwolf-provided guide for implementing ads in my overlay, the ad doesn’t show and the debug console prints the following: “DevTools failed to load SourceMap: Could not load content for https://content.overwolf.com/libs/ads/latest/owads.min.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE”

Hey.

Would you mind trying to run this ads sample app? Note that you should be whitelisted as an OW developer.

ads-sample.opk (17.6 KB)

The sourcemap error is “normal”, it happens on regular apps too.

@DanielSmith1239 hey,

@dowmeister is right - you don’t need to worry about this error, but you mentioned that you couldn’t see the ads. This is why I sent you the ads sample app - to make sure that you can see the ads there, and you will be able to know how you should implement it.

Thanks

1 Like

thank you, sorry for the late reply. I’ll check out the sample app as soon as I can.