Korpuss: W960 White
Fasāde: W980 White
Panelis: U626 Kiwi Green
Kāja: RAL 9003
Rokturi: RO 092
Atrodas Piņķu salonā
bottom of page
// Every 30 seconds, send a heartbeat with elapsed engagement time
function pushHeartbeat(engagedTime) {
if (engagedTime > 0) {
window.dataLayer.push({
event: 'heartbeat',
engagement_time_msec: engagedTime
});
}
}