> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kameleoon.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 商品ターゲティング

> 価格、訪問した商品ページ、カテゴリ条件を使用して Kameleoon で商品ベースのターゲティングルールを作成し、適切な訪問者にリーチします。

Kameleoon では **トリガー** を使用して **商品ベースのターゲティング** を作成できます。進める前に、[はじめに](./get-started)で説明されているように **商品トラッキング** を正しく実装していることを確認してください。

このページでは、トリガーの **Visiting Behaviours → Product Pages** 条件に焦点を当てます。トリガーの詳細については、[トリガーのドキュメント](../assets/triggers/create-a-trigger)を参照してください。

***

## 概要

ターゲティングに使用できる商品の状態には、主に 3 つの**側面**があります。

### 表示された商品ページの価格

<Note>
  商品データと履歴は、**閲覧されたページ**に基づいて取得され、その値は **SessionStorage** に保存されます。これにより、ターゲティング用の価格変動の計算が可能になります。
</Note>

価格が一定額より **高い**、**低い**、**等しい**、あるいは期間内に **増加** または **減少** した商品ページを含めるか除外します。

この比較は次のいずれかに基づいて行えます：

* 固定価格
* 特定の商品の価格
* 選択した商品グループの平均価格

<Frame>
  ![](https://storage.googleapis.com/kameleoon-storage-documentation/user-manual/images/product-targeting-and-social-proofing/product-targeting/price-of-the-product-pages-displayed.png)
</Frame>

***

### 訪問した商品ページの数

<Note>
  訪問した商品とカテゴリデータは、**閲覧されたページ**に基づいて取得され、各商品は **SessionStorage** に保存されます。
</Note>

次に基づいて訪問者を含めるか除外します：

* 訪問した商品ページの**数**
* それらの商品の**カテゴリ**
* それらの**価格**

<Frame>
  ![](https://storage.googleapis.com/kameleoon-storage-documentation/user-manual/images/product-targeting-and-social-proofing/product-targeting/number-of-visited-product-pages.png)
</Frame>

***

### 訪問した商品ページ

訪問者が訪問した**特定の商品ページ**に基づいて訪問者を含めるか除外します。

<Frame>
  ![](https://storage.googleapis.com/kameleoon-storage-documentation/user-manual/images/product-targeting-and-social-proofing/product-targeting/visited-product-pages.png)
</Frame>
