Active
running 59d · last seen 1d ago · 1 market
Running with a modest observed footprint so far.
Gravity
—
push pressure now · 30d index
Strength
16/100
overall scale · 30d index
Run
59d
last seen 1d ago
Markets
1
countries seen
Landing page
tbnuw.top
final host
Screenshot
—
not captured yet
Operator
—
unidentified
Network
Taboola
traffic source
Ottieni un nuovissimo tablet Android a soli 55 €
Ferramenta di Milano@ferramenta
Scopri il miglior tablet Android! Con 16 GB di RAM + 1 TB di spazio di archiviazione, velocità incredibili, 5G o Wi-Fi, display Full HD da 10,1 pollici e doppia SIM. Ideale per lavoro, gioco e intrattenimento! Acquistalo subito!
Top 10% longevity in network
Seen in
Geo reach
Single-geo testa single marketPredominantly Tier 1, concentrated in Europe — Italy.
What the data shows
Ferramenta di Milano's Taboola creative has been running for 59 days across 1 country and first seen on April 10, 2026 and last seen on June 9, 2026. It has been observed in Italy. The ad lands on tbnuw.top. Ferramenta di Milano is running 3 other creatives we have indexed, linked below for side-by-side comparison.
Creative headline: Ottieni un nuovissimo tablet Android a soli 55 €. Indexed on Taboola by mediabuyer.
Landing page intelligence
Where this ad lands
The lander is the product — screenshot, redirect chain, offer, tech stack, and on-page text in one place.
Landing page not captured yet
Our crawler renders each advertiser’s funnel on a rolling schedule. Recently observed ads are queued first — check back to see the full-page screenshot.
Host
tbnuw.top
Path
/products/nuovo-tablet-android-pro-14-16-gb-1-tb-con-sim-e-wi-fi-solo-20-unita-rimaste-a-prezzo-scontato
Full URL
Redirect chain
Chain not captured yet.
Final host: tbnuw.top. Hop-by-hop capture runs as a separate pipeline; ads observed in recent ingests get crawled first.
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}
Tech stack
No third-party monetization stack detected — this appears to be a direct landing page.
Landing page hubs
Landing page text
Show landing page text
Visible text extracted from the advertiser's landing page · last fetched 2026-06-09
▶
Landing page text
Show landing page text
Visible text extracted from the advertiser's landing page · last fetched 2026-06-09
Huawei MatePad Pro 13.2: tablet sottile, elegante e di alta qualità
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();
})();
7/10
Huawei MatePad Pro 13.2: tablet sottile, elegante e di alta qualit
I primi 200 clienti riceveranno gratuitamente una tastiera originale + penna.
€60.00
- €80.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 = "ff5d0a69-e92a-4ece-8915-79fd6c27a9e4";
// 促销活动数据
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");
const setting = this.flashsaleData.product_setting;
const landingUrl = `/promotions/discount-default/${this.flashsaleData.discount_info.id}`;
const finalUrl = appDiscountUtils.resolveDiscountHref(setting, landingUrl);
if (finalUrl && appDiscountUtils.inProductBody(this.element) && e.target !== cur) {
this.win.open(finalUrl, '_blank', 'noopener');
}
// 绑定
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 == '28f774bf-3886-4ee9-8e57-6b1d0a4fd941' && variant.id != this.variantId) {
this.variantId = variant.id;
this.getData();
}
getData() {
const reqBody = {
product_id: "28f774bf-3886-4ee9-8e57-6b1d0a4fd941",
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);
Cor:
viola
bianco
Perci
verde chiaro
Configurare:
SIM + Wi-Fi 12 GB + 256 GB
SIM + Wi-Fi 12 GB + 512 GB
SIM + Wi-Fi 16 GB + 1 TB
Presente:
Tastiera magnetica intelligente + penna
Quantità
Aggiungi al carrello
€60.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_click'});
}
})
});
}
track_(data = {}) {
const track = window.sa && window.sa.track;
if (!track) {
return;
}
track('trust_enhancement_event', data);
}
parseJSON_(string) {
let result = {};
try {
result = JSON.parse(string);
} catch (e) {}
return result;
}
fetchData_() {
return this.xhr_
.fetchJson(STRENGTHEN_TRUST_URL)
.then((responseData) => {
if (!responseData || !responseData.data) {
return null;
}
const data = responseData.data;
const moduleSettings = (data.module_settings || []).reduce((result, moduleSetting) => {
return result.concat(Object.assign(moduleSetting, {
logos: (moduleSetting.logos || []).map((it…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.
Observed daily (last 30 days)
No observations in this window.
Similar ads
Other creatives in E-commerce on Taboola
Headline variant ladder
Other headlines Ferramenta di Milano is running in market
Sorted by days running, longest-running on top. The same hero image is being A/B tested with these alternative angles.
- #1Misuratore di glicemia non invasivo – Scopri la tecnologia avanzata39d9 content tokens
- #2Saldatrice laser portatile: taglia, salda, rettifica e ricevi 10 teste di saldatura! Sconto del 50%10d14 content tokens
More from Ferramenta di Milano
Huawei MatePad Pro 13.2: tablet sottile, elegante e di alta qualità Pagamento…
tbnuw.top