Konferenca e Investitorëve Amerikanë sjell në Prishtinë investitorë dhe liderë globalë

Me iniciativë të kryetarit të Prishtinës, Përparim Rama, dhe përmes një partneriteti ndërmjet Komunës së Prishtinës dhe Odës Ekonomike Amerikane në Kosovë, me mbështetjen e Ambasada e Shteteve të Bashkuara në Kosovë, në kryeqytet do të mbahet Konferenca e Investitorëve Amerikanë.
Sipas njoftimit, kjo konferencë do të mbledhë investitorë, politikëbërës dhe liderë të industrisë nga data 28 deri më 30 prill 2026.
Në njoftimi e Odës thuhet se “Konferenca e Investitorëve Amerikanë 2026 lidh investitorët amerikanë dhe globalë me projekte strategjike në Prishtinë, duke hapur mundësi në infrastrukturë, inovacion dhe zhvillim të qëndrueshëm urban”.
Po ashtu, theksohet se “me pjesëmarrjen e korporatave dhe agjencive amerikane, diasporës, partnerëve ndërkombëtarë dhe aktorëve lokalë, konferenca synon të krijojë rrugë konkrete për investime dhe bashkëpunim afatgjatë”.
Për këtë ngjarje ka shkruar edhe vetë kreu i Prishtinës, Përparim Rama, i cili tha se kështu, Kosova po hyn në hartën e kapitalit global.
Nga
Telegrafi
16 minutes ago
`;
}
// This is the NEW lazy-load behavior you pasted, but done safely from JS
function attachLazyGpt(slotId) {
const el = document.getElementById(slotId);
if (!el) return;
// Prevent double init
if (el.dataset.lazyInit === “1”) return;
el.dataset.lazyInit = “1”;
// Wait until required libs exist (inView + GPT + stpd)
let tries = 0;
const boot = () => {
tries++;
if (
typeof window.inView !== “function” ||
!window.googletag ||
!googletag.cmd ||
!window.stpd ||
!stpd.que
) {
if (tries < 80) return setTimeout(boot, 100);
return; // give up silently
}
// Lazy-load once when entering viewport
inView(`#${slotId}`).once(“enter”, (function () {
googletag.cmd.push(function () {
// Extra guard: only define/display once
const node = document.getElementById(slotId);
if (!node || node.dataset.gptInitialized === “1”) return;
node.dataset.gptInitialized = “1”;
// Your new code defines the slot on enter
googletag
.defineSlot(
`/22646657118/${slotId}`,
[[300, 250], [250, 250]]
,
slotId
)
.addService(googletag.pubads());
googletag.display(slotId);
stpd.que.push((function () {
stpd.initializeAdUnit(slotId);
}));
});
}));
};
boot();
}
function injectAds() {
let adIndex = 0;
for (let i = 0; i < allArticleParapgraphs.length; i++) {
if (adIndex >= adSlotIds.length) break;
const block = allArticleParapgraphs[i];
// Optional: inject immediately after image-based rebellt items
if (
INJECT_AFTER_IMAGE_REBELLT_ITEM &&
block.classList.contains(“rebellt-item”) &&
block.querySelector(“img”)
) {
const slotId = adSlotIds[adIndex];
if (!document.getElementById(slotId)) {
block.insertAdjacentHTML(“afterend”, createAdPlaceholder(slotId));
attachLazyGpt(slotId);
adIndex++;
}
continue;
}
// Normal cadence: every N blocks
if ((i + 1) % INJECT_EVERY === 0) {
const slotId = adSlotIds[adIndex];
if (!document.getElementById(slotId)) {
block.insertAdjacentHTML(“afterend”, createAdPlaceholder(slotId));
attachLazyGpt(slotId);
adIndex++;
}
}
}
}
injectAds();
})();
Top Lajme









