import { TextArea } from 'react-basics'; import { TRACKER_SCRIPT_URL } from 'lib/constants'; export default function TrackingCode({ websiteId }) { const url = TRACKER_SCRIPT_URL.startsWith('http') ? TRACKER_SCRIPT_URL : `${location.origin}${TRACKER_SCRIPT_URL}`; const code = ``; return ( <>

To track stats for this website, place the following code in the <head>{' '} section of your HTML.