特定のディレクトリとそのすべてのサブディレクトリのデータのみを含めるようにフィルタを設定しようとしています。
dogs
たとえば、ディレクトリとサブディレクトリのデータを含めたいと思います
http://www.mysite.com/dogs/
http://www.mysite.com/dogs/index.htm
http://www.mysite.com/dogs/breeds.htm
http://www.mysite.com/dogs/puppies/
http://www.mysite.com/dogs/puppies/index.htm
http://www.mysite.com/dogs/puppies/care/
http://www.mysite.com/dogs/puppies/care/feeding.htm
新しいフィルターを作成するときは、サブディレクトリとPre-defined filter
を選択する必要があると思います。Include only
traffic to the subdirectories
that begin with
/dogs/
not case sensitive
that begin with
私はそれがすべきかどうかについて少し混乱していますthat are equal to
。that begin with
私は自分の状況で使用する権利があり、サブディレクトリの値は正しいですか?
(データの更新には24時間かかるので、間違えるとかなりの時間がかかります)