Scioccante! Questo dispositivo in miniatura è diventato un fenomeno nella scena tecnologica romana!
PulseWorld Medical@pulseworld
Non è un dispositivo medico, ma sta cambiando il modo di concepire il fitness quotidiano. Registra i cambiamenti del tuo corpo in tempo reale. Acquistalo ora e goditi uno sconto, monitorando le tue tendenze di fitness。
Top 10% longevity in network
Seen in
Product & offer
- Product
- 【11-in-1】Misuratore di glicemia multifunzionale non invasivo Bayer
- Price
- €50.00
- Availability
- InStock

Tech & routing
- Redirect chain
- 3 hops
- Language
- Italian
Landing page
Operated by
Company info pending
Landing page
www.dsfnths.top

1 page · final host: www.dsfnths.top
Tech stack
- Taboola widget
Auto-summary
At a glance
Taboola direct LP. Lead-gen / DTC. Running in 🇮🇹 Italy. Active 30 days.
Landing page intelligence
tbnuw.top
Host
tbnuw.top
Path
/products/tracker-benessere-lifestyle-fitness55
Full URL
https://www.tbnuw.top/products/tracker-benessere-lifestyle-fitness55
Redirect chain
3 hops- hop 1tbnuw.top
- hop 2dsfnths.top
- finaldsfnths.top
Landing page snapshot

Captured 2026-05-15
Tracking parameters
No query string on this URL.
Tracking setup · Taboola
Taboola passes site, site_id, campaign_id, campaign_item_id and click-id by default. Map those to your tracker's source/sub1-4 fields. Use {click_id} as your unique click identifier when posting back conversions.
?site={site}&site_id={site_id}&campaign_id={campaign_id}&campaign_item_id={campaign_item_id}&click-id={click_id}Default Taboola setup template: ?site={site}&site_id={site_id}&campaign_id={campaign_id}&campaign_item_id={campaign_item_id}&click-id={click_id}
Landing page text
Show landing page text
Visible text extracted from the advertiser's landing page · last fetched 2026-05-12
▶
Landing page text
Show landing page text
Visible text extracted from the advertiser's landing page · last fetched 2026-05-12
【11-in-1】Misuratore di glicemia multifunzionale non invasivo Bayer
Pagamento alla consegna, rimborso completo entro 30 giorni se non soddisfatti.
Accesso
Creare un account
Home
Prodotti pi venduti
Richiedi informazioni sugli ordini
Altri link
Home
Prodotti pi venduti
Richiedi informazioni sugli ordini
Altri link
Accesso
Creare un account
Home
Prodotti pi venduti
Richiedi informazioni sugli ordini
Accesso
Creare un account
(function(){
let w = window.innerWidth;
function setHeaderCssVar() {
const headerEle = document.getElementById('shoplaza-section-header');
if(!headerEle){ return };
document.body.style.setProperty('--window-height', `${window.innerHeight}px`);
document.body.style.setProperty('--header-height', `${headerEle.clientHeight}px`);
const mdScorllHideEle = headerEle.querySelector('.header__mobile .header__scroll_hide');
if (mdScorllHideEle) {
document.body.style.setProperty('--header-scroll-hide-height-md', `${mdScorllHideEle.clientHeight}px`);
}
const pcScorllHideEle = headerEle.querySelector('.header__desktop .header__scroll_hide');
if (pcScorllHideEle) {
document.body.style.setProperty('--header-scroll-hide-height-pc', `${pcScorllHideEle.clientHeight}px`);
}
function handlResize() {
if(w == window.innerWidth){return};
w = window.innerWidth;
setHeaderCssVar();
};
function init(){
setHeaderCssVar();
window.removeEventListener('resize', window._theme_header_listener)
window._theme_header_listener = handlResize;
window.addEventListener('resize', window._theme_header_listener);
}
init();
})();
3/8
【11-in-1】Misuratore di glicemia multifunzionale non invasivo Bayer
€50.00
- €60.00
class SpzCustomDiscountFlashsale extends SPZ.BaseElement {
constructor(element) {
super(element);
this.xhr_ = SPZServices.xhrFor(this.win);
this.getFlashSaleApi = "\/api\/storefront\/promotion\/flashsale\/display_setting\/product_setting";
this.timer = null;
this.variantId = "f0151a42-a79c-4db4-b18f-3c6994c53c6b";
// 促销活动数据
this.flashsaleData = {}
}
isLayoutSupported(layout) {
return layout == SPZCore.Layout.CONTAINER;
}
buildCallback() {
this.templates_ = SPZServices.templatesForDoc();
this.viewport_ = this.getViewport();
// 挂载bind函数 解决this指向问题
this.render = this.render.bind(this);
this.resize = this.resize.bind(this);
this.switchVariant = this.switchVariant.bind(this);
}
mountCallback() {
// 获取数据
this.getData();
this.element.onclick = (e) => {
const cur = this.win.document.querySelector(".app_discount_flashsale_desc");
if (this.flashsaleData.product_setting.is_redirection && appDiscountUtils.inProductBody(this.element) && e.target !== cur) {
this.win.open(`/promotions/discount-default/${this.flashsaleData.discount_info.id}`);
}
// 绑定
this.viewport_.onResize(this.resize);
// 监听子款式切换,重新渲染
this.win.document.addEventListener('dj.variantChange', this.switchVariant);
}
unmountCallback() {
// 解绑
this.viewport_.removeResize(this.resize);
this.win.document.removeEventListener('dj.variantChange', this.switchVariant);
// 清除定时器
if (this.timer) {
clearTimeout(this.timer);
this.timer = null;
}
resize() {
if (this.timer) {
clearTimeout(this.timer)
this.timer = null;
}
this.timer = setTimeout(() => {
this.render();
}, 200)
}
switchVariant(event) {
const variant = event.detail.selected;
if (variant.product_id == '7a69f6fe-62a9-4709-b4a1-46cb89355fcf' && variant.id != this.variantId) {
this.variantId = variant.id;
this.getData();
}
getData() {
const reqBody = {
product_id: "7a69f6fe-62a9-4709-b4a1-46cb89355fcf",
product_type: "default",
variant_id: this.variantId
}
this.flashsaleData = {};
this.win.fetch(this.getFlashSaleApi, {
method: "POST",
body: JSON.stringify(reqBody),
headers: {
"Content-Type": "application/json"
}
}).then(async (response) => {
if (response.ok) {
this.flashsaleData = await response.json();
this.render();
} else {
this.clearDom();
}
}).catch(err => {
this.clearDom();
});
}
clearDom() {
const children = this.element.querySelector('*:not(template)');
children && SPZCore.Dom.removeElement(children);
}
render() {
this.templates_
.findAndRenderTemplate(this.element, {
isMobile: appDiscountUtils.judgeMobile(),
isRTL: appDiscountUtils.judgeRTL(),
inProductDetail: appDiscountUtils.inProductBody(this.element),
flashsaleData: this.flashsaleData,
image_domain: this.win.SHOPLAZZA.image_domain,
})
.then((el) => {
this.clearDom();
this.element.appendChild(el);
})
}
SPZ.defineElement('spz-custom-discount-flashsale', SpzCustomDiscountFlashsale);
Forma:
9 in 1 – Laboratorio Tascabile Salute: Misura glicemia, pressione, ossigeno, frequenza cardiaca e temperatura non invasiva. Monitora acido urico, sonno, cuore-polmoni e reni. Senza aghi, un unico dispositivo intelligente per il benessere quotidiano.
10 in 1 – Versione Avanzata Lipidi: Oltre a glicemia, pressione e acido urico, aggiunge l'analisi dei lipidi nel sangue. Basta un tocco per rilevare rischi cardiovascolari. Un quadro completo del metabolismo per prevenire ictus e iperlipidemia.
11 in 1 – Versione Pro Telemedicina: Include tutte le funzioni del 10 in 1 e offre diagnosi AI online. Genera report clinici per consultazioni mediche a distanza, trasformando i dati domestici in cure professionali immediate senza uscire di casa.
Configurazione:
Comandi vocali, supporto menu italiano. Misurazione in 5 secondi, precisione 99%
Regali:
Come ringraziamento per il tuo supporto, abbiamo incluso in ogni ordine un buono Bayer da 10 , che potrai utilizzare per acquistare qualsiasi prodotto Bayer.
Quantità
Aggiungi al carrello
€50.00
Acquista ora
Il prodotto era esaurito.
Il prodotto non è disponibile.
/** @private {string} */
class SpzCustomAnchorScroll extends SPZ.BaseElement {
static deferredMount() {
return false;
}
constructor(element) {
super(element);
/** @private {Element} */
this.scrollableContainer_ = null;
}
isLayoutSupported(layout) {
return layout == SPZCore.Layout.LOGIC;
}
buildCallback() {
this.viewport_ = this.getViewport();
this.initActions_();
}
setTarget(containerId, targetId) {
this.containerId = '#' + containerId;
this.targetId = '#' + targetId;
}
scrollToTarget() {
const container = document.querySelector(this.containerId);
const target = container.querySelector(this.targetId);
const {scrollTop} = container;
const eleOffsetTop = this.getOffsetTop_(target, container);
this.viewport_
.interpolateScrollIntoView_(
container,
scrollTop,
scrollTop + eleOffsetTop
);
}
initActions_() {
this.registerAction(
'scrollToTarget',
(invocation) => this.scrollToTarget(invocation?.caller)
);
this.registerAction(
'setTarget',
(invocation) => this.setTarget(invocation?.args?.containerId, invocation?.args?.targetId)
);
}
/**
* @param {Element} element
* @param {Element} container
* @return {number}
* @private
*/
getOffsetTop_(element, container) {
if (!element./*OK*/ getClientRects().length) {
return 0;
}
const rect = element./*OK*/ getBoundingClientRect();
if (rect.width || rect.height) {
return rect.top - container./*OK*/ getBoundingClientRect().top;
}
return rect.top;
}
SPZ.defineElement('spz-custom-anchor-scroll', SpzCustomAnchorScroll);
const STRENGTHEN_TRUST_URL = "/api/strengthen_trust/settings";
class SpzCustomStrengthenTrust extends SPZ.BaseElement {
constructor(element) {
super(element);
this.renderElement_ = null;
}
isLayoutSupported(layout) {
return layout == SPZCore.Layout.CONTAINER;
}
buildCallback() {
this.xhr_ = SPZServices.xhrFor(this.win);
const renderId = this.element.getAttribute('render-id');
SPZCore.Dom.waitForChild(
document.body,
() => !!document.getElementById(renderId),
() => {
this.renderElement_ = SPZCore.Dom.scopedQuerySelector(
document.body,
`#${renderId}`
);
if (this.renderElement_) {
this.render_();
}
this.registerAction('track', (invocation) => {
this.track_(invocation.args);
});
}
);
}
render_() {
this.fetchData_().then((data) => {
if (!data) {
return;
}
SPZ.whenApiDefined(this.renderElement_).then((apis) => {
apis?.render(data);
document.querySelector('#strengthen-trust-render-1539149753700').addEventListener('click',(event)=>{
if(event.target.nodeName == 'A'){
this.track_({type: 'trust_content_clic…Text scraped from the landing page for research purposes. © respective owners. This text is sourced from the advertiser's public landing page; for removal, contact dmca@luba.media.
Similar ads
Other creatives in Search Arb on Taboola
More from PulseWorld Medical
【11-in-1】Misuratore di glicemia multifunzionale non invasivo Bayer Pagamento…