> For the complete documentation index, see [llms.txt](https://help.impact.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.impact.com/brand/ja/what-would-you-like-to-learn-about/platform-features/cross-channel-performance-insights/optimize-channels/optimize-channel-setup-scenario-examples.md).

# Optimize チャネル設定のシナリオ例

以下に挙げるリソースでは、Optimize の Rules to Identify を設定するために必要な基礎概念を紹介します。この記事では、いくつかのシナリオを確認し、それらの基礎概念がどのように適用されるかを見ていきます。これにより、学んだ内容を適用する推奨方法が示されます。

まずは、次へ進む前に以下のリソースに目を通しておくことをおすすめします:

* [Optimize スタートアップガイド](/brand/ja/what-would-you-like-to-learn-about/platform-features/cross-channel-performance-insights/optimize-startup-guide.md)
* [Rule To Identify とは？](/brand/ja/what-would-you-like-to-learn-about/platform-features/cross-channel-performance-insights/set-up-rules-to-identify-channel-traffic.md)
* [Credit Group とは？](/brand/ja/what-would-you-like-to-learn-about/platform-features/actions-and-payouts/credit-groups-explained.md)
* [Rules To Identify 設定戦略](/brand/ja/what-would-you-like-to-learn-about/platform-features/cross-channel-performance-insights/optimize-channels/channel-setup-strategy.md)

#### 設定シナリオ

<details>

<summary>シナリオ 1: 有料検索</summary>

おそらく、マーケティングミックスに何らかの有料検索を取り入れており、複数の検索エンジンで運用しているはずです。このシナリオでは、使用している有料検索のメディアソースが Google Ads、Bing Ads、Yahoo Search、Baidu であると想定します。各メディアソースのタグ付け戦略は次のとおりです:

* `https://www.landingpage.com?utm_medium=cpc&utm_source=google`
* `https://www.landingpage.com?utm_medium=cpc&utm_source=bing`
* `https://www.landingpage.com?utm_medium=cpc&utm_source=yahoo`
* `https://www.landingpage.com?utm_medium=cpc&utm_source=baidu`

Optimize では、この一連の状況を 1 つの有料検索チャネルとして、次の Rule To Identify でキャプチャする必要があります:

|                |              |             |            |
| -------------- | ------------ | ----------- | ---------- |
| **ルール対象**      | **ルール値 1**   | **ルールロジック** | **ルール値 2** |
| ランディングページパラメータ | `utm_medium` | 完全一致        | `cpc`      |

このルールは 4 つすべての検索エンジンからのトラフィックを正しく識別し、有料検索 Optimize チャネルに関連付けます。

</details>

<details>

<summary>シナリオ 2: オーガニック検索とオーガニックソーシャル</summary>

{% hint style="info" %}
**注：** このシナリオでは、 *オーガニック* は、有料または所有メディアの施策に由来しない自然発生的なトラフィックです。このトラフィックは、検索エンジンの検索結果や、同僚がリンクを共有するような無償のシェアの結果です。
{% endhint %}

オーガニックのリファラルトラフィックは、ブランドがランディングページ URL のいかなる側面も制御できないため、追跡がより難しくなります。そのため impact.com では、このトラフィックを識別するルール（RTI）の 1 つとして、参照 URL の何らかの要素を使用することを推奨しています。

参照 URL ベースのターゲットは、参照 URL が常に追跡されるとは限らないため、信頼性が低くなります。これは、プライバシーの影響力の高まりや、Apple の iOS 14.5 アップデートのようなインテリジェントなトラッキング防止ポリシーなど、複数の要因によるものです。

impact.com では、 *除外条件* も使用して、誤って有料トラフィックとして識別されるのを防ぐことを推奨しています。オーガニック検索では、主要な検索エンジンがクリック ID を使用しているため、作業が容易になります。たとえば、Google Ads ではクリック ID `GCLID`を使用し、Bing と Yahoo では `MSCKLID`を使用します。推奨されるオーガニック検索 RTI は次のようになります:

| ルール対象            | ルール値 1 | ルールロジック    | ルール値 2                               |
| ---------------- | ------ | ---------- | ------------------------------------ |
| ランディングページのクエリ文字列 | --     | 正規表現に一致しない | `utm`\|`gclid`\|`mscklid`            |
| AND              |        |            |                                      |
| 参照ドメイン           | --     | いずれかを含む    | `.google.`,`.bing.`,`.search.yahoo.` |

オーガニックソーシャルトラフィックにも同様の戦略を適用できます:

| ルール対象            | ルール値 1 | ルールロジック    | ルール値 2                                                              |
| ---------------- | ------ | ---------- | ------------------------------------------------------------------- |
| ランディングページのクエリ文字列 | --     | 正規表現に一致しない | `utm`\|`fbclid`\|`epik`                                             |
| AND              |        |            |                                                                     |
| 参照ドメイン           | --     | いずれかを含む    | `facebook`,`twitter/X`,`instagram`,`youtube`,`linkedin`,`pinterest` |

* どちらの場合も、演算子 **AND** が使用されるため、このチャネルの一部としてリファラルトラフィックを識別するには、両方のルールを満たす必要があります。
* どちらの場合も同じルール対象（*参照ドメイン* と *ランディングページのクエリ文字列*）と同じルールロジックオプション（*いずれかを含む* と *正規表現に一致しない*).
* この 2 つのチャネルの唯一の違いは、Rule Value 2 に指定する値です。

**オーガニックチャネルのテストケース**

以下は、参照 URL とランディングページ URL の組み合わせ例です。上記で作成したオーガニックチャネルをこれらのサンプル URL に適用し、特定の URL がそのチャネルの一部として識別されるかどうかを確認します。判定が *判定* が **不一致**の場合、その URL はどちらのチャネルにも一致していません。

|                                             |                                                                                                                                                                                                |             |
| ------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
| **参照 URL**                                  | **ランディングページURL**                                                                                                                                                                               | **判定**      |
| `https:// www.facebook.com`                 | `https://www.landingpage.com/product-category?campaign=product&fbclid=IwAR1kt1ttQhErJZfveSsHv-eFmTEZ6SK_nG3e_dO0gfNd4nM4wM7Rt6UhA6U_aem_AXQf6vc-IiMqtXq-zVwOiXj8RCyDTEN2yk&click_id=904509823` | 不一致         |
| `http:// m.facebook.com`                    | `https://www.landingpage.com/product-category?click_id=474641068&utm=fb&utm=paid_social`                                                                                                       | 不一致         |
| `http:// www.pinterest.com`                 | `https://www.landingpage.com/product-category/recently-purchased-product-category`                                                                                                             | オーガニックソーシャル |
| `https:// l.facebook.com/`                  | `https://www.landingpage.com/?click_id=216899102`                                                                                                                                              | オーガニックソーシャル |
| `http:// www.google.com/`                   | `https://www.landingpage.com/ca/build-your-own-ring/review?offerId=81169&gclid=Cj0KCQjw9_mDBhCGARIsAN3PaFMckApB33NY8yvhU831_YUDpovgezw8VwwXU_cSgEO27CKMrOa_jugaAisQEALw_wcB`                   | 不一致         |
| `http:// cn.bing.com/search?q=product+name` | `https://www.landingpage.com`                                                                                                                                                                  | オーガニック検索    |
| `https:// r.search.yahoo.com`               | `https://www.landingpage.com/category/build-your-own?offerId=81939&msclkid=bddae6b02dd01b9b137286cfeca0cd87`                                                                                   | 不一致         |
| `https:// us.search.yahoo.com/`             | `https://www.landingpage.com/category/product`                                                                                                                                                 | オーガニック検索    |

</details>

<details>

<summary>シナリオ 3: 複数のバリエーション</summary>

特定のチャネルに対して、複数のパラメータバリエーションのセットが見つかることがあります。たとえば、リターゲティングに Criteo と AdRoll の両方を使用していたものの、何らかの理由でパラメータ戦略が一貫して適用されていなかったとします:

* `https://www.landingpage.com?utm_medium=retargeting&utm_source=criteo`
* `https://www.landingpage.com?utm_medium=display&utm_source=adroll`

このトラフィックを効果的に識別するには、引き続き 1 組のルールだけで十分です:

|                |             |             |                         |
| -------------- | ----------- | ----------- | ----------------------- |
| **ルール対象**      | **ルール値 1**  | **ルールロジック** | **ルール値 2**              |
| ランディングページパラメータ | utm\_medium | いずれかに一致     | `retargeting`,`display` |
| **AND**        |             |             |                         |
| ランディングページパラメータ | utm\_source | いずれかに一致     | `criteo`,`adroll`       |

</details>

#### マーケティング施策

Optimize ソリューションでチャネルをどのように設定するかを決める際には、マーケティング施策（つまり、どのようにオーディエンスにリーチするか）を考慮する必要があります。以下に各カテゴリの例を示します。

**アーンドメディア**

オーディエンスによる共有の種類は次のとおりです:

* メンション
* シェア
* 再投稿
* レビュー

**ペイドメディア**

広告の種類は次のとおりです:

* 検索
* ディスプレイ
* リターゲティング
* 有料インフルエンサー
* 有料コンテンツ
* ソーシャルメディア広告

**オウンドメディア**

メディアプロパティの種類は次のとおりです:

* ウェブサイト
* モバイルサイト
* ブログサイト
* ソーシャルメディアチャネル

#### 一般的なチャネル

以下のリストには、Optimize で設定できるチャネルの提案が含まれています。このリストは網羅的ではありませんが、パートナーやメディアをさまざまなチャネルにグループ化し始めるための良い出発点になります。

* 比較／商品リスティング広告
* ディスプレイ
* メール
* オーガニック検索
* オーガニックソーシャル
* 有料検索
* 有料ソーシャル


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.impact.com/brand/ja/what-would-you-like-to-learn-about/platform-features/cross-channel-performance-insights/optimize-channels/optimize-channel-setup-scenario-examples.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
