use placement name as div_id targeting value

This commit is contained in:
Jon McClure 2024-06-28 17:23:06 +01:00
parent 184729aedd
commit c689eb7a77

View file

@ -18,7 +18,7 @@
placementName, placementName,
slotId: adId, slotId: adId,
targeting: { targeting: {
div_id: adId, div_id: placementName,
type: adType, type: adType,
}, },
}; };