カスタム Firefox 検索エンジンを作成しました。以下のコードを使用しました。このサイトでの使用を追跡することは可能ですか。私の懸念は、Firefox 検索エンジンからの検索が、Google アナリティクスでの直接アクセスのように見えることです。検索または他の解決策にタグを付けたいと思います。私はちょっとこれを一緒にハックしました。つまり、これの初心者です。
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
<ShortName>ICD9 Code Search</ShortName>
<Description>Search ICD9 Code Search</Description>
<Tags>schadenfreude</Tags>
<Image height="16" width="16" type="image/x-icon">https://drchrono.com/favicon.ico</Image>
<Url type="text/html" method="GET" template="https://drchrono.com/billing/medical_codes/?code_type=icd9_procedures&search_text={searchTerms}&Submit=Search&search_hcpcs_level2_codes=on&search_hcpcs_level2_modifiers=on"/>
<InputEncoding>UTF-8</InputEncoding>
<AdultContent>false</AdultContent>
</OpenSearchDescription>