npm package for dynamic powered ad config
- import powered-ad-config
- choose the adFormat you want to integrate eg. fireplace
- (optional) give a custom sticky offset to your ad.
import poweredAdConfig from 'powered-ad-config'
//setup ad integration on Nine
if (window.frameElement) {
poweredAdConfig({ adFormat: 'fireplace', stickyOffset: 0 });
}