前提条件
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
動的リマーケティングを実装するには、次の前提条件を満たしている必要があります。
Google タグとリマーケティング イベント スニペットをインストールする
まず、サイトにリマーケティング タグを設定します。API から googleGlobalSiteTag
または event_snippet
を取得するには、conversion_action
フィールドの TagSnippet
を使用します。
ウェブサイトに手動でタグを埋め込む手順は次のとおりです。
Google タグとリマーケティング イベント スニペットを取得します。
Google タグは、サイトにユーザーを誘導した広告のクリックに関する情報を収集する新しい Cookie をサイトに設定し、ウェブサイト訪問者を Google 広告アカウントの標準リマーケティング リストに追加します。
タグ設定が動的リマーケティングで機能するようにするには、次の図に示すように、Google 広告タグのデータソースを作成するの手順で [広告のパーソナライズに使用する特定の属性やパラメータを収集] を選択します。

Google タグとリマーケティング イベント スニペットを取得する詳しい手順については、Google 広告を使用してウェブサイトにタグを設定するをご覧ください。
Google タグをインストールします。
リマーケティング情報を送信するウェブサイトのすべてのページに Google タグを設置する必要がありますが、Google 広告アカウントごとに必要な Google タグは 1 つのみです。イベント スニペットは、リマーケティング イベントとしてカウントされるその他の操作をトラッキングするために使用します。トラッキングするサイトページの <head></head>
セクションにある Google タグの直後に、このスニペットを実装します。
Google タグは、Google アナリティクス タグなどの他のタグとも連携します。詳しくは、Google アナリティクスでのタグの仕組みをご覧ください。
トラッキングするサイトページに、対応するカスタム パラメータ値とともにイベント スニペットを実装します。
カスタム パラメータは、リマーケティング タグのコード内の要素で、タグを使用してウェブサイト上の特定のアイテムや選択に関する情報を Google 広告アカウントに送信できます。カスタム パラメータはビジネスデータ フィードに直接関連付けられており、タグが収集する情報に対応する値を追加します。
動的リマーケティングを使用するには、動的リマーケティングのイベントとパラメータで説明されているように、Required
とマークされたカスタム パラメータを使用する必要があります。
カスタム パラメータの値をリマーケティング タグに追加すると、フィードと同期して、同じユーザーが以前に閲覧した商品やサービスが広告に表示されます。
以下は、小売サイトのイベント スニペットを設置する例です(ecomm_prodid
は、ページ上の商品に対応する Merchant Center の商品 ID です)。
gtag('event', 'page_view', {
ecomm_pagetype: 'product',
ecomm_prodid: 34592212,
ecomm_totalvalue: 29.99,
ecomm_category: 'Home & Garden',
isSaleItem: false
});
パラメータとその有効な値の定義について詳しくは、動的リマーケティング イベントとパラメータをご覧ください。
使用するイベント名(上記の例の page_view
など)は、任意のカスタム イベント名でも、推奨される標準イベントのいずれかでもかまいません。動的リマーケティングを実装する目的では、イベントデータのパラメータ(この例では ecomm_pagetype
、ecomm_prodid
、ecomm_totalvalue
)が正しく設定されていれば、特定の値と一致する必要はありません。
さまざまな業種向けのカスタム パラメータと Google タグの仕組みについて詳しくは、ウェブサイトのコンバージョン トラッキングを設定するをご覧ください。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-08-26 UTC。
[null,null,["最終更新日 2025-08-26 UTC。"],[[["\u003cp\u003eInstall the Google tag and remarketing event snippet on all website pages to enable dynamic remarketing.\u003c/p\u003e\n"],["\u003cp\u003eWhen setting up the Google tag, ensure you select "Collect specific attributes or parameters to personalize ads" for dynamic remarketing functionality.\u003c/p\u003e\n"],["\u003cp\u003eUtilize custom parameters within the event snippet to send specific product or service information to your Google Ads account for targeted ads.\u003c/p\u003e\n"],["\u003cp\u003eEnsure the custom parameters, such as 'ecomm_prodid', align with your business data feeds for accurate product or service synchronization in ads.\u003c/p\u003e\n"]]],[],null,["# Prerequisites\n\nFollow these prerequisites to implement dynamic remarketing.\n\nInstall Google tag and remarketing event snippet\n------------------------------------------------\n\nBegin by\n[tagging your site for remarketing](//support.google.com/google-ads/answer/2476688).\nYou can retrieve the `googleGlobalSiteTag` or `event_snippet` from the API using\nthe [`TagSnippet`](/google-ads/api/reference/rpc/v21/TagSnippet) of the\n[`conversion_action`](/google-ads/api/fields/v21/conversion_action) field.\n\nHere are the steps for embedding tags in your website manually:\n\n1. **Get the Google tag and the remarketing event snippet.**\n\n The Google tag sets a new cookie on your site which collects information\n about the ad click that brought a visitor to your site and adds website\n visitors to standard remarketing lists in your Google Ads account.\n\n To make sure the tagging works with dynamic remarketing, select **Collect\n specific attributes or parameters to personalize ads** during the step\n **Create the Google Ads tag data source**, as shown below:\n\n For detailed instructions for acquiring the Google tag and remarketing event\n snippet, see\n [Tag your website using Google Ads](//support.google.com/google-ads/answer/2476688).\n2. **Install the Google tag.**\n\n You must install the Google tag on all the pages of your website that\n send remarketing information, but you need only one Google tag for each\n Google Ads account. The event snippet can be used to track additional actions\n that are to be counted as remarketing events. Install this snippet on site\n pages you'd like to track, right after the Google tag in the\n `\u003chead\u003e\u003c/head\u003e` section.\n\n The Google tag also works with other tags such as Google Analytics tags.\n [Read more about how tags work in Google\n Analytics](/analytics/devguides/collection/gtagjs).\n3. **Install an event snippet on site pages you would like to track, with\n corresponding custom parameter values.**\n\n Custom parameters are elements in your remarketing tag code that allow your\n tag to send information about specific items or selections on your website to\n your Google Ads account. Custom parameters are directly related to business\n data feeds, where you add the values that correspond to the information\n the tag collects.\n\n To use dynamic remarketing, you'll need to use the custom parameters marked\n as `Required`, as described in\n [Dynamic remarketing events and parameters](//support.google.com/google-ads/answer/7305793).\n\n When you add the value of a custom parameter to your remarketing tag,\n it will sync with your feed to show the same product or service in\n your ads previously viewed by the same visitor.\n\n Here is an example of how to install an event snippet for a retail site (note\n the `ecomm_prodid` is the [Merchant Center Product\n ID](//support.google.com/merchants/answer/7052112) that corresponds to the\n product on the page): \n\n gtag('event', 'page_view', {\n ecomm_pagetype: 'product',\n ecomm_prodid: 34592212,\n ecomm_totalvalue: 29.99,\n ecomm_category: 'Home & Garden',\n isSaleItem: false\n });\n\n For detailed definitions of the parameters and their valid values,\n see\n [Dynamic remarketing events and parameters](//support.google.com/google-ads/answer/7305793).\n\n The event name you use (such as `page_view` in the above example) can be a\n custom event name of your choosing or one of our recommended standard events.\n It doesn't need to match any specific value for the purpose of implementing\n dynamic remarketing, as long as the event data parameters (`ecomm_pagetype`,\n `ecomm_prodid`, and `ecomm_totalvalue` in this example) are correctly set.\n\n For detailed documentation on custom parameters for different business types\n and how the Google tag works, refer to\n [Set up conversion tracking for your website](//support.google.com/google-ads/answer/12216424)."]]