@adstage/web-sdk 2.3.3 → 2.3.4
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.
package/dist/index.cjs.js
CHANGED
|
@@ -1641,6 +1641,7 @@ class AdvertisementEventTracker {
|
|
|
1641
1641
|
slotPosition: DeviceInfoCollector.getSlotPosition(slot?.containerId || ''),
|
|
1642
1642
|
slotWidth: AdvertisementEventTracker.parseNumericValue(slot?.width),
|
|
1643
1643
|
slotHeight: AdvertisementEventTracker.parseNumericValue(slot?.height),
|
|
1644
|
+
sessionId: deviceInfo.sessionId,
|
|
1644
1645
|
// 성능 메트릭
|
|
1645
1646
|
pageLoadTime: performance.now(),
|
|
1646
1647
|
// 추가 메타데이터
|
package/dist/index.esm.js
CHANGED
|
@@ -1639,6 +1639,7 @@ class AdvertisementEventTracker {
|
|
|
1639
1639
|
slotPosition: DeviceInfoCollector.getSlotPosition(slot?.containerId || ''),
|
|
1640
1640
|
slotWidth: AdvertisementEventTracker.parseNumericValue(slot?.width),
|
|
1641
1641
|
slotHeight: AdvertisementEventTracker.parseNumericValue(slot?.height),
|
|
1642
|
+
sessionId: deviceInfo.sessionId,
|
|
1642
1643
|
// 성능 메트릭
|
|
1643
1644
|
pageLoadTime: performance.now(),
|
|
1644
1645
|
// 추가 메타데이터
|
package/dist/index.standalone.js
CHANGED
|
@@ -1636,6 +1636,7 @@ class AdvertisementEventTracker {
|
|
|
1636
1636
|
slotPosition: DeviceInfoCollector.getSlotPosition(slot?.containerId || ''),
|
|
1637
1637
|
slotWidth: AdvertisementEventTracker.parseNumericValue(slot?.width),
|
|
1638
1638
|
slotHeight: AdvertisementEventTracker.parseNumericValue(slot?.height),
|
|
1639
|
+
sessionId: deviceInfo.sessionId,
|
|
1639
1640
|
// 성능 메트릭
|
|
1640
1641
|
pageLoadTime: performance.now(),
|
|
1641
1642
|
// 추가 메타데이터
|
package/package.json
CHANGED
|
@@ -88,6 +88,7 @@ export class AdvertisementEventTracker {
|
|
|
88
88
|
slotPosition: DeviceInfoCollector.getSlotPosition(slot?.containerId || ''),
|
|
89
89
|
slotWidth: AdvertisementEventTracker.parseNumericValue(slot?.width),
|
|
90
90
|
slotHeight: AdvertisementEventTracker.parseNumericValue(slot?.height),
|
|
91
|
+
sessionId: deviceInfo.sessionId,
|
|
91
92
|
|
|
92
93
|
// 성능 메트릭
|
|
93
94
|
pageLoadTime: performance.now(),
|