in src/lib/gumgum-winning-bid.ts [10:27]
void fetch(endpoint, {
method: 'POST',
body: JSON.stringify({
label: 'commercial.gumgum.winningBid',
properties: [
{ name: 'slotID', value: slotID },
{ name: 'advertiserId', value: advertiserId },
{ name: 'gumgumId', value: '1lsxjb4' },
{
name: 'pageviewId',
value: window.guardian.config.ophan.pageViewId,
},
],
}),
keepalive: true,
cache: 'no-store',
mode: 'no-cors',
});