Pushing hard now
running 15d · last seen 2d ago · 1 market
Heavy push pressure in the last few days — hot right now. Worth a close look while it's live.
Gravity
57/100
push pressure now · 30d index
Strength
43/100
overall scale · 30d index
Run
15d
last seen 2d ago
Markets
1
countries seen
Landing page
ordproy.shop
final host
Screenshot
—
not captured yet
Operator
—
unidentified
Network
Taboola
traffic source
Skórzany styl bez ciężkiego kroku
ord@ord
Skórzane sandały z szerokim przodem, rzepem i stabilną podeszwą na lato.
Top 25% longevity in network
Seen in
Geo reach
Single-geo testa single marketPredominantly Tier 2, concentrated in Europe — Poland.
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
ordproy.shop
Path
/products/2026-nowe-wygodne-skorzane-sandaly-z-podparciem-luku-stopy-w34k
Full URL
https://www.ordproy.shop/products/2026-nowe-wygodne-skorzane-sandaly-z-podparciem-luku-stopy-w34k
Redirect chain
Chain not captured yet.
Final host: ordproy.shop. 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-06
▶
Landing page text
Show landing page text
Visible text extracted from the advertiser's landing page · last fetched 2026-06-06
【⏰Dziś 60% rabatu – Nie przegap!】2026 Nowe wygodne skórzane sandały✅ Szeroki przód + regulacja na rzep + trwała antypoślizgowa podeszwa + 🔴Wielopunktowe wsparcie łuku stopy
ordproy
Zaloguj sie
Utwórz konto
Więcej linków
ordproy
Zaloguj sie
Utwórz konto
Zaloguj sie
Utwórz konto
(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();
})();
1/14
2026 Nowe wygodne skrzane sandały
Szeroki przd + regulacja na rzep + trwała antypoślizgowa podeszwa + Wielopunktowe wsparcie łuku stopy
njerëzit po e shikojnë këtë tani
170.00zł
Kolor:
Pomarańczowy
Brązowy
Khaki
Czarny
Rozmiar:
38
39
40
41
42
43
44
45
46
47
48
Ilość
Dodaj do koszyka
170.00zł
Kup Teraz
Produkt był niedostępny.
Produkt niedostępny.
Opis
Nie przegap najwygodniejszych męskich skrzanych sandałw 2026 roku!
🔥Świetna wiadomość: z okazji rocznicy naszej firmy przygotowaliśmy dla Ciebie specjalną niespodziankę!
Twoja torba na zakupy jest pusta
Kontynuować zakupy
Your cart is reserved for
!
Zobacz Koszyk
View Cart
`
} else {
return ``
}
}()}
`
}()}
const TAG = 'spz-custom-add-to-cart';
class SpzCustomAddToCart extends SPZ.BaseElement {
constructor(element) {
super(element);
this.plugin_timestamp = Date.now();
this.defaultColorConfig = {
module_bg: "#FFFFFF",
button_bg: "#E84926",
button_color: "#FFFFFF",
text_color: "#202020",
price_color: "#E84926",
border_color: "#E6E6E6",
border_bg: "#FFFFFF",
round_size: '4'
};
this.config = this.defaultColorConfig;
this.originStickyTop = 0;
this.qty = 1;
this.variantId = this.element.getAttribute('variant-id');
this.trackMap = {
qty: this.trackQty.bind(this),
variant: this.trackVariant.bind(this),
addToCart: this.trackAddtoCart.bind(this),
atcView: this.trackAtcView.bind(this),
}
this.isHasView = false;
this.isFirstUpdateVariant=false;
}
static deferredMount() {
return false;
}
buildCallback() {
this.action_ = SPZServices.actionServiceForDoc(this.element);
this.templates_ = SPZServices.templatesForDoc(this.element);
this.xhr_ = SPZServices.xhrFor(this.win);
this.locale_ = SPZServices.localeFor(this.win);
this.hasGlobalAtcListener = !!document.querySelector('#add-cart-event-proxy');
this.setupAction_();
}
mountCallback() {
// 初始化
this.init();
}
async init() {
// 如果不是详情页,不需要执行后面js
if (window.SHOP_PARAMS.template_type !== '1') return;
await this.setLocale();
this.handleIsRender();
this.bingEvents();
}
bingEvents() {
// 设备切换 重新渲染
window.addEventListener('resize',
SPZCore.Types.debounce(
this.win,
(invocation) => {
// 关闭弹窗, 解决切换屏幕尺寸不能滚动的问题
this.triggerEvent_('closeShopModal');
this.config = {
...this.config,
isMobile: window.innerWidth {
const $themeForm = this.getThemeProductInfoForm();
if($themeForm) {
const form_data = new FormData($themeForm);
const form_data_format = {}
for (const [key, value] of form_data) {
form_data_format[key] = value;
}
return form_data_format;
} else {
return null;
}
brightnessByColor(c) {
let color = '' + c,
isHEX = c.indexOf('#') == 0,
isRGB = c.indexOf('rgb') == 0;
let r, g, b;
if (isHEX) {
var m = color.substr(1).match(color.length == 7 ? /(\S{2})/g : /(\S{1})/g);
if (m) {
(r = parseInt(m[0], 16)), (g = parseInt(m[1], 16)), (b = parseInt(m[2], 16));
}
if (isRGB) {
const m = color.match(/^rgba\((\d+),\s*(\d+),\s*(\d+),(\d+)\)$/);
if (m) {
(r = m[1]), (g = m[2]), (b = m[3]);
}
if (typeof r != 'undefined') return (r * 299 + g * 587 + b * 114) / 1000;
};
getSelectedVariant() {
const product = this.getProductData();
return product.variants.find(item => item.id == this.variantId);
}
setSelectedOption(product) {
const selectedVariant = this.getSelectedVariant();
const productData = Object.assign({}, product);
// 处理下拉选项
productData?.options?.forEach(option => {
option.selectList = [];
option.values?.forEach(value => {
let selectStatus = '';
selectedVariant?.options?.forEach(item => {
if(item.name == option.name && item.value == value) {
selectStatus = 'checked';
}
})
option.selectList.push({name: option.name, value: value, checked: selectStatus});
})
return productData;
}
getSelectedSkuText() {
const selectVariant = this.getSelectedVariant();
if(!selectVariant) {
return '';
}
const selectList = selectVariant.options;
for (var i = 0; i {
return item.value;
})
.join('/');
return selectedSkuText;
}
// 是否展示 加购弹窗
getIsButtonClickInfo() {
const product = this.getProductData();
const isMultipleProduct = product.available && !product.has_only_default_variant; // 多款式商品
const isButtonClickInfo = this.config.isMobile && (this.config.style_mobile === "mb_simple" || this.config.style_mobile === "mb_circle") && this.config.button_click_mobile === 'info' && isMultipleProduct;
return isButtonClickInfo;
}
// 是否跟随主题的加购数量 isFollowThemeQty (移动端 simple、circle模版、 PC端 simple模版加购数量从主题获取)
getIsFollowThemeQty() {
const followThemeQtyMobile = (this.config.style_mobile === "mb_simple" || this.config.style_mobile === "mb_circle") && this.config.isMobile;
const followThemeQtyPc = this.config.style === "simple" && !this.config.isMobile;
const isFollowThemeQty = (followThemeQtyPc || followThemeQtyMobile) ? true : false;
return isFollowThemeQty;
}
getBannerRenderData() {
const product = this.getProductData();
// 当前选中变体
const selectedVariant = this.getSelectedVariant();
// 变体options下拉列表数据处理
const productData = this.setSelectedOption(product);
// 选中的sku文案
const selectedSkuText = this.getSelectedSkuText();
// 是否展示 加购弹窗
const is_button_click_info = this.getIsButtonClickInfo();
// 主题是否有配置加购/购买按钮
const isHasAddCartBtn = this.getAddCartBtn() ? true : false;
// 加购数量是否跟随主题
const isFollowThemeQty = this.getIsFollowThemeQty();
// 浅色背景颜色配置
const brightness = this.brightnessByColor(this.config.module_bg);
const isDarkBg = brightness {
return res.json();
});
}
async getConfig() {
if(!this.config.hasOwnProperty('open_status')) {
const res = await this.getConfigData();
if (res.state === 0 && res.data.open_status) {
// config数据转化
this.transConfigData(res.data);
}
return this.config;
}
transConfigData(data) {
const resConfig = data;
this.config = {
...this.config,
...resConfig,
isMobile: window.innerWidth {
const configData = await this.getConfig();
const productData = this.setSelectedOption(product);
const selectedSkuText = this.getSelectedSkuText();
const renderData = {
...productData,
selectedVariant,
config: configData,
selectedSkuText
};
this.triggerEvent_('variantChange', renderData);
const renderBannerData = this.getBannerRenderData();
if(renderBannerData.is_button_click_info && this.config.style_mobile === "mb_circle") {
this.triggerEvent_('renderBannerClickInfo', renderBannerData);
}
getUrlVariantId() {
const urlParams = new URLSearchParams(window.location.search);
const variantId = urlParams.get('variant');
return variantId;
}
// 商详页变体切换
djVariantChange(detail) {
const product = this.getProductData();
// 是否为商详页当前商品
const isDetailProduct = product?.id === detail?.product?.id;
if(!detail || !isDetailProduct) {
return;
}
const selectVariant = detail.selected;
// 更新变体id
const variantId = selectVariant.id;
const oldVariantId = this.variantId;
if(variantId) {
this.triggerE…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)
Apr 25 → May 24·peaks May 20
30-day run pattern
PulsedIntermittent runs with quiet stretches — likely paused for budget cycles or rotation against fresher creatives.
- Coverage
- 17% of 30d
- Peak surge
- 1.7× vs median
- Last 7d
- 49
- WoW
- new
Peak day:
Window: Apr 25 → May 24
Similar ads
Other creatives in E-commerce on Taboola
Headline variant ladder
Other headlines ord 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.
- #1Kiedy wygoda spotyka męski letni styl15d6 content tokens
- #2Sandały, w których stopa czuje różnicę15d6 content tokens