Button Dresses
A collection page of U.S. Polo Assn.
category
Products
7
Active ads
0
Depth
—
Published
2022/06/13
About
async function page_load_beacon() { beacon = { "action": "page_view", "category": "browse", "url": window.location.href.split('/').pop(), "data": { "browse_id": window.location.href.split('/').pop() }, "shop_id": "uspolo-dlp", "metadata": { "$screen_width": parseInt(screen.width), "$screen_height": parseInt(screen.height), "$browser": navigator.appName, "$browser_version": navigator.appVersion, "$device": navigator.userAgent, "$os": navigator.platform, "retail_id": "uspolo-dlp" } } const xhr = new XMLHttpRequest(); xhr.open("POST", "https://raven.adeptmind.ai/v2/trackEvent"); xhr.setRequestHeader("Content-Type", "application/json;charset=UTF-8"); xhr.send(JSON.stringify(beacon)); } page_load_beacon();