Visitor Analytics
Skip to main content

URLパターンを利用したページターゲティング

TL;DR

URLパターンでページターゲティングを使用すると、同じ単語を含む、同じパスを持つなど、共通の要素を共有する一連のページでビジターアナリティクスの機能を有効にすることができます。Visitor Analyticsは、URLパターンを定義するための5つのメソッドを提供します。Simple MatchExact MatchStarts WithEnds WithContainsです。

 

URLパターンによるページターゲティングとは何ですか?

URLパターンを使用すると、Webサイトの特定のページのセットでいくつかの機能を有効にすることができます。Visitor Analyticsでは、URLパターンを使用して、ヒートマップを生成するために使用するページのセットを定義したり、コンバージョンファネルのステップを定義したりすることができます。

 

新しいURLパターンはどのように定義するのですか?

より多くのページを対象とするURLパターンを指定したい場合、さまざまなオプションが利用できます。 まず、ドロップダウン「URLマッチングタイプを選択」をクリックします。以下のオプションが表示されます。

  1. Simple Match:このターゲティング・モデルには、ページURLのすべての要素が含まれます。フラグメントやクエリー文字列、プロトコル、「www」の追加も含まれます。
  2. 完全一致:特定のURLとそのプロトコルのみをターゲットにします。URLには、フラグメントやクエリー文字列も含めることができます。
  3. で始まる。入力した値で始まる URL のみを対象とします。
  4. で終了。入力した値で終了するURLのみを対象とします。
  5. 含む。入力した値を含むURLのみを対象とします。

 

 

単純一致

ユーザーURLの パスと対象ページのURLの パスが同じであれば正しくマッチします。

単純一致:

www.yourwebsite.com/products/

正しい一致

  • http:// www.yourwebsite.com/products/?q=lp-EOkA
  • http:// www.yourwebsite.com/products/
  • http: // www.yourwebsite.com/PRODUCTS

不正確な一致

  • http:// yourwebsite.com/products/firstproduct
  • http:// yourwebsite.com/products/categories
  • http:// yourwebsite.com/products/favorites

 

完全一致

ユーザーURLと対象ページのURLが完全に一致する場合、正しくマッチします。

完全一致

www.yourwebsite.com/products/firstproduct/

正しく一致

  • http:// www.yourwebsite.com/products/firstproduct/?shlY

不正確な一致

  • http:// www.yourwebsite.com/products/
  • http:// www.yourwebsite.com/products/firstproduct/?dhlYjy25
  • http:// www.yourwebsite.com/products/firstproduct/details

 

で始まる

ユーザーURLの先頭が指定したものと全く同じであれば、正しくマッチします。

で始まる: http:// www.yourwebsite.com/products/

正しい一致

  • http:// www.yourwebsite.com/products/categories/firstcategory/firstproduct/details
  • http:// www.yourwebsite.com/products/
  • http:// www.yourwebsite.com/products/y=4gf5

不正確な一致

  • http:// www.yourwebsite.com/homepage/
  • https:// www.yourwebsite.com/products/
  • http:// yourwebsite.com/products/

 

で終わる

ユーザーURLの末尾が指定したものと全く同じであれば、正しくマッチします。

末尾:products/

正しい一致

  • http:// www.yourwebsite.com/products/
  • http:// www.yourwebsite.com/homepage/products/
  • https:// www.yourwebsite.com/products/

不正確な一致

  • http:// www.yourwebsite.com/products/categories/
  • https:// www.yourwebsite.com/products/firstproduct
  • https:// www.yourwebsite.com/products/categories/favorites/

 

内容

ユーザーURLに指定したテキストが含まれていれば、正しくマッチします。

含まれるもの:製品

正しくマッチします。

  • http:// www.yourwebsite.com/homepage/products/
  • http:// www.yourwebsite.com/products/
  • http:// www.yourwebsite.com/products/categories/favorites

不正確な一致

  • http:// www.yourwebsite.com/homepage
  • http:// www.yourwebsite.com/contact
  • http:// www.yourwebsite.com/features