| İzleme Kodu | HEAD | Bu JavaScript kodu, gelişmiş davranışsal analiz ve gerçek zamanlı dolandırıcılık tespiti sağlayarak "beyin" görevi görür. |
| NoScript İzleme Kodu | BODY | JavaScript devre dışı bırakıldığında bile (botların yaygın bir davranışı) takibin devam etmesini sağlayarak bir "güvenlik ağı" görevi görür. |
Birlikte, mağazanız için kapsamlı koruma sağlarlar.
ClickSambo hesabınıza giriş yapın.
Ayarlar (Settings) > Hesap Ayarları (Account Settings) > Alan Adı İzleme Kurulumu (Domain Tracking Setup) yolunu izleyin.
Korumak istediğiniz alan adını (web sitesini) seçin.
"İzleme Kodunu Yükle" (Install Tracking Code) bölümünde size özel iki kod parçasını bulacaksınız.
Nasıl göründüklerine dair örnek:
İzleme Kodu (HEAD Bölümü):
<script src="https://cdn.clicksambo.com/scripts/your-unique-id.js"></script>NoScript İzleme Kodu (BODY Bölümü):
<noscript><img src="https://ping.clicksambo.com/clicksambo?uid=your-unique-id" ... ></noscript>Her bir kod parçası için "Copy the Code" (Kodu Kopyala) düğmesine tıklayın.
İpucu: Bu kodları doğrudan web geliştiricinize iletmek için "Send as an email" (E-posta olarak gönder) düğmesini de kullanabilirsiniz.
Install the HEAD Code
Where: Inside the <head> section.
Exact Placement: Paste the code just before the closing </head> tag.
Install the BODY Code
Where: Inside the <body> section.
Exact Placement: Paste the code immediately after the opening <body> tag.
Why use a template? By placing the codes in a site-wide template file, you guarantee that every existing page—and any new pages you create in the future—will be automatically protected.
Open any page of your website in a new Incognito/Private browser window (this avoids caching issues).
Right-click anywhere on the page and select View Page Source.
Confirm the HEAD code:
Press Ctrl+F (Windows) or Cmd+F (Mac) and search for: cdn.clicksambo.com
You should find this script inside the <head> section.
Confirm the BODY code:
Search again for: ping.clicksambo.com
You should find this <noscript> snippet located near the top of the body, just after the opening <body> tag.
Repeat this check on a few different pages (e.g., Homepage, Product Page, Contact Us) to ensure your template has applied the changes globally.