We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61eb604 commit cbfc075Copy full SHA for cbfc075
1 file changed
src/lib/header-bidding/prebid/bid-config.ts
@@ -349,7 +349,9 @@ const sonobiBidder: (pageTargeting: PageTargeting) => PrebidBidder = (
349
dom_id: slotId,
350
appNexusTargeting: buildAppNexusTargeting(pageTargeting),
351
pageViewId: window.guardian.ophan.pageViewId,
352
- keywords: window.guardian.config.page.keywords.split(','),
+ keywords: window.guardian.config.page.keywords
353
+ ? window.guardian.config.page.keywords.split(',')
354
+ : [],
355
}),
356
});
357
0 commit comments