@highfivve/ad-tag 5.8.23 → 5.8.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -263,8 +263,10 @@ export const gptDefineSlots = () => (context, slots) => {
263
263
  null
264
264
  ];
265
265
  case 'out-of-page-interstitial':
266
+ const interstitialSlot = context.window__.googletag.defineOutOfPageSlot(resolvedAdUnitPath, context.window__.googletag.enums.OutOfPageFormat.INTERSTITIAL);
267
+ interstitialSlot?.setConfig({ interstitial: { triggers: { contentPause: false } } });
266
268
  return [
267
- context.window__.googletag.defineOutOfPageSlot(resolvedAdUnitPath, context.window__.googletag.enums.OutOfPageFormat.INTERSTITIAL),
269
+ interstitialSlot,
268
270
  context.window__.googletag.enums.OutOfPageFormat.INTERSTITIAL
269
271
  ];
270
272
  case 'out-of-page-bottom-anchor':
@@ -1,3 +1,3 @@
1
1
  export const packageJson = {
2
- version: '5.8.23'
2
+ version: '5.8.24'
3
3
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@highfivve/ad-tag",
3
- "version": "5.8.23",
3
+ "version": "5.8.24",
4
4
  "license": "Apache-2.0",
5
5
  "description": "An ad tag implementation called moli",
6
6
  "main": "./lib/index.js",