Technical Integrations

Stealth JS Tracking Tag

Install cookieless first-party javascript tracking on your store pages.

AnswerShaper's Stealth Tracking is a military-grade attribution system that bypasses adblockers and Apple's ITP (Intelligent Tracking Prevention) using Server-to-Server (S2S) CNAME Cloaking and probabilistic Cookieless Graphing.

Step 1: DNS Delegation (CNAME Cloaking)

To ensure the _as_click_id cookie is treated as a highly trusted First-Party cookie by browsers, configure a DNS record:

1. Go to your DNS provider (Cloudflare, Route53, GoDaddy, etc.).

2. Create a CNAME record:

  • Name / Host: aeo-track
  • Target / Value: api.answershaper.com
  • TTL: Auto or 3600

Step 2: Install the Stealth JS Tag

Add this micro-script (less than 1KB) to the <head> of all pages on your website. Replace YOUR_CLIENT_ID with your ID:

<!-- AnswerShaper Stealth Tag -->
<script 
  src="https://answershaper.app/scripts/answershaper-stealth.min.js" 
  data-answershaper-client-id="YOUR_CLIENT_ID" 
  async defer>
</script>

Step 3: Verification

Open an Incognito/Private window. Navigate to your website with simulated parameters:https://www.yourdomain.com/?as_click_id=test-123&aeo_src=chatgpt. The parameters will disappear, and the cookie _as_click_id will be set!