{"product_id":"sgp-link-trace","title":"SGP link Trace","description":"\u003c!-- ============================================================================\n     SGP LINKTRACE — Shopify product description\n     ========================================================================= --\u003e\n\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;600\u0026amp;family=Share+Tech+Mono\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003cstyle\u003e\n.sgplt-root {\n  --bg: #07090f; \n  --bg-panel: #0d111a; \n  --text: #8b9bb4; \n  --text-bright: #e2e8f0;\n  --cyan: #00f0ff; \n  --cyan-dim: rgba(0, 240, 255, 0.15);\n  --green: #00ff41; \n  --magenta: #ff007f;\n  --border: #1a2333;\n  --glow-cyan: 0 0 15px rgba(0, 240, 255, 0.25);\n  \n  background-color: var(--bg);\n  background-image: \n    linear-gradient(var(--cyan-dim) 1px, transparent 1px),\n    linear-gradient(90deg, var(--cyan-dim) 1px, transparent 1px);\n  background-size: 30px 30px;\n  background-position: center center;\n  \n  color: var(--text);\n  font-family: 'Inter', -apple-system, sans-serif;\n  line-height: 1.6; \n  padding: clamp(30px, 5vw, 60px); \n  border: 1px solid var(--border);\n  border-radius: 4px;\n  max-width: 1040px; \n  margin: 0 auto; \n  overflow: hidden;\n  box-shadow: inset 0 0 100px rgba(0,0,0,0.8);\n}\n.sgplt-root * { box-sizing: border-box; margin: 0; padding: 0; }\n\n.sgplt-root h1, .sgplt-root h2, .sgplt-root h3, .sgplt-root h4 {\n  font-family: 'Share Tech Mono', monospace; \n  color: var(--text-bright); \n  text-transform: uppercase;\n  letter-spacing: 1px;\n}\n\n.sgplt-card {\n  background: var(--bg-panel); \n  border: 1px solid var(--border);\n  border-left: 3px solid var(--cyan);\n  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%);\n  padding: 30px; \n  display: flex; \n  flex-direction: column; \n  gap: 16px;\n  transition: all 0.3s ease;\n  position: relative;\n}\n.sgplt-card:hover {\n  border-color: var(--cyan);\n  box-shadow: var(--glow-cyan);\n}\n.sgplt-card::after {\n  content: '';\n  position: absolute;\n  bottom: 0; right: 0;\n  width: 15px; height: 15px;\n  background: var(--cyan);\n  opacity: 0.2;\n}\n\n.sgplt-sunken {\n  background: rgba(13, 17, 26, 0.7); \n  border: 1px dashed var(--border); \n  padding: 30px;\n  border-radius: 2px;\n}\n\n.sgplt-icon {\n  width: 48px; \n  height: 48px; \n  background: rgba(0, 240, 255, 0.1); \n  border: 1px solid var(--cyan);\n  display: flex; \n  align-items: center; \n  justify-content: center; \n  color: var(--cyan);\n}\n.sgplt-icon svg {\n  width: 24px; \n  height: 24px; \n  fill: none; \n  stroke: currentColor; \n  stroke-width: 1.5;\n  stroke-linecap: square; \n  stroke-linejoin: miter;\n}\n\n.sgplt-head { text-align: center; margin-bottom: 50px; padding-top: 10px; }\n.sgplt-badge {\n  display: inline-flex; \n  align-items: center;\n  gap: 8px;\n  background: rgba(0, 255, 65, 0.1); \n  border: 1px solid var(--green);\n  padding: 6px 16px;\n  font-family: 'Share Tech Mono', monospace;\n  font-size: 13px; \n  color: var(--green);\n  text-transform: uppercase; \n  letter-spacing: 2px; \n  margin-bottom: 24px;\n}\n.sgplt-badge::before {\n  content: ''; display: block; width: 8px; height: 8px; background: var(--green);\n  animation: blink 2s infinite;\n}\n@keyframes blink { 0%, 49% { opacity: 1; } 50%, 100% { opacity: 0; } }\n\n.sgplt-title {\n  font-size: clamp(38px, 6vw, 64px); \n  line-height: 1.1;\n  color: var(--cyan);\n  text-shadow: 0 0 10px rgba(0, 240, 255, 0.4);\n  margin-bottom: 16px;\n}\n.sgplt-sub {\n  font-size: clamp(16px, 2.2vw, 18px); \n  color: var(--text); \n  max-width: 680px; \n  margin: 0 auto;\n}\n.sgplt-sub b { color: var(--text-bright); font-family: 'Share Tech Mono', monospace; font-size: 1.2em; display: block; margin-bottom: 12px; }\n\n.sgplt-video-container {\n  margin: 30px auto;\n  max-width: 800px;\n  border: 1px solid var(--cyan);\n  box-shadow: var(--glow-cyan);\n  background: var(--bg-panel);\n  padding: 8px;\n  position: relative;\n  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%);\n}\n.sgplt-video-container video {\n  width: 100%;\n  height: auto;\n  display: block;\n  border-radius: 2px;\n}\n\n.sgplt-h2 { \n  font-size: clamp(24px, 3vw, 30px); \n  margin: 60px 0 30px; \n  border-bottom: 1px solid var(--border);\n  padding-bottom: 12px;\n  display: flex;\n  align-items: center;\n  gap: 12px;\n}\n.sgplt-h2::before { content: '\u003e'; color: var(--cyan); }\n\n.sgplt-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; }\n.sgplt-ftitle { font-size: 18px; margin-top: 4px; color: var(--text-bright); }\n.sgplt-fdesc { color: var(--text); font-size: 15px; }\n\n.sgplt-list { list-style: none; }\n.sgplt-list li {\n  display: flex; \n  align-items: center; \n  gap: 14px; \n  padding: 14px 0; \n  font-size: 15px; \n  color: var(--text);\n  border-bottom: 1px solid rgba(26, 35, 51, 0.6);\n}\n.sgplt-list li:last-child { border-bottom: none; }\n.sgplt-list .k { color: var(--cyan); font-family: 'Share Tech Mono', monospace; min-width: 140px; font-size: 14px; }\n.sgplt-list .chk { color: var(--green); font-family: 'Share Tech Mono', monospace; }\n\n.sgplt-two { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: start; }\n@media(max-width:720px) { .sgplt-two { grid-template-columns: 1fr; } }\n\n.sgplt-uc { font-size: 16px; color: var(--cyan); margin-bottom: 4px; display: flex; align-items: center; gap: 8px;}\n\n.sgplt-alert {\n  margin-top: 60px;\n  background: rgba(255, 0, 127, 0.05);\n  border: 1px solid var(--magenta);\n  padding: 30px;\n  text-align: center;\n  position: relative;\n}\n.sgplt-alert::before, .sgplt-alert::after {\n  content: ''; position: absolute; width: 10px; height: 10px; border: 2px solid var(--magenta);\n}\n.sgplt-alert::before { top: -1px; left: -1px; border-right: none; border-bottom: none; }\n.sgplt-alert::after { bottom: -1px; right: -1px; border-left: none; border-top: none; }\n\n.sgplt-alert h4 {\n  color: var(--magenta);\n  font-size: 18px;\n  margin-bottom: 12px;\n  display: flex; align-items: center; justify-content: center; gap: 10px;\n}\n.sgplt-alert h4 svg { width: 24px; height: 24px; fill: currentColor; }\n.sgplt-alert p { font-size: 15px; color: var(--text-bright); max-width: 800px; margin: 0 auto; }\n\n.sgplt-disc { margin-top: 30px; border-color: rgba(255,0,0,0.2); background: rgba(0,0,0,0.3); border-left: 3px solid #ff4444; }\n.sgplt-disc h4 { color: #ff4444; font-size: 15px; margin-bottom: 8px; }\n.sgplt-disc p { font-size: 13px; color: var(--text); }\n\n\u003c\/style\u003e\n\n\u003cdiv class=\"sgplt-root\"\u003e\n\n  \u003c!-- ===== HEADER ===== --\u003e\n  \u003cheader class=\"sgplt-head\"\u003e\n    \u003cdiv class=\"sgplt-badge\"\u003eSYS.STATUS: ONLINE\u003c\/div\u003e\n    \u003ch1 class=\"sgplt-title\"\u003eSGP LinkTrace\u003c\/h1\u003e\n    \u003cp class=\"sgplt-sub\"\u003e\n      \u003cb\u003eKnow how your links are performing.\u003c\/b\u003e\n      SGP LinkTrace is a simple link-tracking tool (\"marketing and content campaigns\"). Create a trackable link, share it anywhere, and see how many people open it, when, and where your traffic is coming from. Zero installations required.\n    \u003c\/p\u003e\n\n    \u003c!-- ===== VIDEO DEMO BLOCK ===== --\u003e\n    \u003cdiv class=\"sgplt-video-container\"\u003e\n      \u003cvideo id=\"sgpltPromoVideo\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/2d2fb2a9a4d14f2ab5b3309514455148.mov\" autoplay muted playsinline controls\u003e\u003c\/video\u003e\n    \u003c\/div\u003e\n  \u003c\/header\u003e\n\n  \u003c!-- ===== CORE CAPABILITIES ===== --\u003e\n  \u003ch2 class=\"sgplt-h2\"\u003ePlatform Capabilities\u003c\/h2\u003e\n  \u003cdiv class=\"sgplt-grid\"\u003e\n\n    \u003cdiv class=\"sgplt-card\"\u003e\n      \u003cdiv class=\"sgplt-icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z\"\u003e\u003c\/path\u003e\u003ccircle cx=\"12\" cy=\"10\" r=\"3\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003ch3 class=\"sgplt-ftitle\"\u003eOpen \u0026amp; Click Tracking\u003c\/h3\u003e\n      \u003cp class=\"sgplt-fdesc\"\u003eSee exactly how many times your link was opened, and when — a simple, real-time counter for any link you share.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"sgplt-card\"\u003e\n      \u003cdiv class=\"sgplt-icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\u003crect x=\"2\" y=\"3\" width=\"20\" height=\"14\" rx=\"2\" ry=\"2\"\u003e\u003c\/rect\u003e\u003cline x1=\"8\" y1=\"21\" x2=\"16\" y2=\"21\"\u003e\u003c\/line\u003e\u003cline x1=\"12\" y1=\"17\" x2=\"12\" y2=\"21\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003ch3 class=\"sgplt-ftitle\"\u003eTraffic Overview\u003c\/h3\u003e\n      \u003cp class=\"sgplt-fdesc\"\u003eSee high-level traffic context for your clicks — general region, referring source, and device type (mobile vs. desktop) — the same kind of summary any link shortener or web analytics tool reports.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"sgplt-card\"\u003e\n      \u003cdiv class=\"sgplt-icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z\"\u003e\u003c\/path\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"3\"\u003e\u003c\/circle\u003e\u003cline x1=\"1\" y1=\"1\" x2=\"23\" y2=\"23\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003ch3 class=\"sgplt-ftitle\"\u003eSmooth Redirection\u003c\/h3\u003e\n      \u003cp class=\"sgplt-fdesc\"\u003eYour trackable link forwards visitors straight to your real destination URL — they land on your page just like normal, while the click is logged in the background.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"sgplt-card\"\u003e\n      \u003cdiv class=\"sgplt-icon\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\u003crect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"\u003e\u003c\/rect\u003e\u003cline x1=\"3\" y1=\"9\" x2=\"21\" y2=\"9\"\u003e\u003c\/line\u003e\u003cline x1=\"9\" y1=\"21\" x2=\"9\" y2=\"9\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n      \u003ch3 class=\"sgplt-ftitle\"\u003eCampaign Dashboard\u003c\/h3\u003e\n      \u003cp class=\"sgplt-fdesc\"\u003eManage all your tracked links from one dashboard. Monitor performance over time and export your results to CSV.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- ===== USE CASES ===== --\u003e\n  \u003ch2 class=\"sgplt-h2\"\u003eUse Cases\u003c\/h2\u003e\n  \u003cdiv class=\"sgplt-grid\"\u003e\n    \u003cdiv class=\"sgplt-card\"\u003e\n      \u003ch3 class=\"sgplt-uc\"\u003e[01] Email \u0026amp; Newsletter Campaigns\u003c\/h3\u003e\n      \u003cp class=\"sgplt-fdesc\"\u003eSee which links in your newsletter actually get opened, and by roughly how many people.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"sgplt-card\"\u003e\n      \u003ch3 class=\"sgplt-uc\"\u003e[02] Social Media Links\u003c\/h3\u003e\n      \u003cp class=\"sgplt-fdesc\"\u003eTrack clicks on the links you share across your social profiles and bio links.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"sgplt-card\"\u003e\n      \u003ch3 class=\"sgplt-uc\"\u003e[03] Content \u0026amp; Blog Performance\u003c\/h3\u003e\n      \u003cp class=\"sgplt-fdesc\"\u003eFind out which articles, offers, or pages are actually getting traffic from your shared links.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"sgplt-card\"\u003e\n      \u003ch3 class=\"sgplt-uc\"\u003e[04] Simple A\/B Testing\u003c\/h3\u003e\n      \u003cp class=\"sgplt-fdesc\"\u003eShare two versions of a link and compare which one gets more opens.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ===== SPECS ===== --\u003e\n  \u003ch2 class=\"sgplt-h2\"\u003eTechnical Specifications\u003c\/h2\u003e\n  \u003cdiv class=\"sgplt-two\"\u003e\n    \u003cdiv class=\"sgplt-sunken\"\u003e\n      \u003cul class=\"sgplt-list\"\u003e\n        \u003cli\u003e\n\u003cspan class=\"k\"\u003ePLATFORM_\u003c\/span\u003e Cloud Analytics Dashboard\u003c\/li\u003e\n        \u003cli\u003e\n\u003cspan class=\"k\"\u003eMETRICS_\u003c\/span\u003e Opens, click timestamps, referrer\u003c\/li\u003e\n        \u003cli\u003e\n\u003cspan class=\"k\"\u003eTRAFFIC_\u003c\/span\u003e General region, device type\u003c\/li\u003e\n        \u003cli\u003e\n\u003cspan class=\"k\"\u003eDEPLOYMENT_\u003c\/span\u003e Trackable link generator\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"sgplt-sunken\"\u003e\n      \u003cul class=\"sgplt-list\"\u003e\n        \u003cli\u003e\n\u003cspan class=\"k\"\u003eEXPORT_\u003c\/span\u003e CSV export\u003c\/li\u003e\n        \u003cli\u003e\n\u003cspan class=\"k\"\u003eREDIRECT_\u003c\/span\u003e Instant, seamless forwarding\u003c\/li\u003e\n        \u003cli\u003e\n\u003cspan class=\"k\"\u003eCAMPAIGNS_\u003c\/span\u003e Unlimited tracked links\u003c\/li\u003e\n        \u003cli\u003e\n\u003cspan class=\"k\"\u003eSECURITY_\u003c\/span\u003e Encrypted workspace\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ===== ALERT ===== --\u003e\n  \u003cdiv class=\"sgplt-alert\"\u003e\n    \u003ch4\u003e\n      \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      INSTANT PLATFORM ACCESS\n    \u003c\/h4\u003e\n    \u003cp\u003eThis is a pure digital asset. Upon purchase you'll receive access instructions to your private dashboard immediately. No shipping, no waiting.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ===== DISCLAIMER ===== --\u003e\n  \u003cdiv class=\"sgplt-disc sgplt-sunken\"\u003e\n    \u003ch4\u003e\/\/\/ FAIR USE\u003c\/h4\u003e\n    \u003cp\u003eSGP LinkTrace is a marketing and content-analytics tool, intended for tracking engagement with links you share as part of newsletters, social media, and campaigns — the same kind of reporting offered by standard link-shortening and web-analytics services. It is not intended to identify or monitor specific individuals.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  window.addEventListener('DOMContentLoaded', () =\u003e {\n    const vid = document.getElementById('sgpltPromoVideo');\n    if (vid) {\n      vid.muted = false;\n      vid.play().catch(() =\u003e {\n        vid.muted = true;\n        vid.play();\n      });\n    }\n  });\n\u003c\/script\u003e","brand":"sgpstore","offers":[{"title":"Default Title","offer_id":58353832788300,"sku":null,"price":25.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1057\/9807\/4700\/files\/IMG-2283.png?v=1786399083","url":"https:\/\/sgpstore.net\/products\/sgp-link-trace","provider":"sgpstore","version":"1.0","type":"link"}