再营销
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
通过使用 Google Ads 再营销,您可将网站和应用的访问者添加到再营销名单,从而重新吸引潜在客户。然后,您就可以将这些名单用作广告的定位条件。在开始使用此代码之前,我们建议您先通过 Google Ads 帮助中心详细了解此功能的工作原理。
确定满足您的业务需求的再营销类型以及要设置的代码植入方法。再营销分为以下两种类型:
- 标准再营销:可让您向之前访问过您的网站或使用过您的移动应用的用户展示广告。本文将重点介绍标准再营销。
- 动态再营销:可让您向访问者展示包含他们之前在您网站上浏览过的具体产品的广告,将再营销工作更进一步。这需要您创建数据 Feed。如需开始使用动态再营销,请改为参阅动态再营销一文。
确定要设置的再营销类型后,请选择最适合您网站的代码植入方法:
- Google Ads 再营销:如果您只想启用基本再营销,建议您使用 Google Ads 代码。如果您已在自己的网站上使用搜索广告再营销名单,则可以继续使用相同的代码。您可以根据网页网址或自定义参数创建再营销名单。利用这种方法,您可以通过直接在网站上放置再营销代码来设置再营销。
- Google Analytics(分析)再营销:Google Analytics(分析)再营销的优势在于,您可以定位到更具体的受众群体名单,例如位于特定地区的用户、完成了特定目标的用户等。通过安装 Google Analytics(分析)并启用 Google 信号或广告功能,您很可能不需要对网站上已植入的代码做出任何更改。
Google Ads 和 Google Analytics(分析)再营销方法都支持 Google 代码和 Google 跟踪代码管理器设置。
Google Ads 标准再营销
如需设置 Google Ads 再营销,请按照以下说明创建新代码或检索用于再营销的转化 ID:
Google 代码 (gtag.js)
对于现有的 Google 代码添加:只要您拥有前缀为“G”或“AW”的 ID,就无需对现有添加方式做出任何更改。
对于尚未添加 Google 代码的网站:在 Google Ads 中,设置 Google 代码,然后将该代码设置为“收集此数据源提供的标准数据”。了解操作方法
复制新的再营销代码并将其粘贴到网站的 <head></head>
标记之间。
代码示例:
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=TAG_ID"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config','TAG_ID');
</script>
Google 跟踪代码管理器
- 从 Google Ads 获取转化 ID。
- 在 Google Ads 中,依次点击
工具和设置 > 共享库:受众群体管理器
- 点击受众群体来源
- 在“Google Ads 代码”卡片中,点击详细信息。
- 点击代码设置。
- 点击使用 Google 跟踪代码管理器。
- 复制转化 ID。
- 在 Google 跟踪代码管理器中创建新代码。选择“Google Ads 再营销”代码类型。
- 依次选择新建代码 > 代码配置 > Google Ads 再营销。
- 输入您的 Google Ads 转化 ID。
- 点击触发条件,然后选择一个或多个触发器,指定代码应何时触发。例如,如果您希望将再营销代码添加到您网站的每个网页中,则需要选择可在所有网页上触发的触发器。
- 点击保存完成代码设置。
- 重要提示:为实现最佳网络浏览器兼容性,请确保已启用转化链接器。
- 预览您所做的更改,并在准备就绪后发布。
重要提示:再营销代码通常不需要“转化标签”。只有在已选择使用特定代码创建名单的情况下,才需要使用转化标签进行再营销。请勿在再营销代码中使用转化操作的标签。
Google Analytics(分析)标准再营销
Google Analytics(分析)再营销所依赖的受众群体定义取决于您启用广告功能后,Google Analytics(分析)中提供的维度和指标。
若要设置 Google Analytics(分析)再营销,您需要满足以下条件:
完成上述步骤后,请按照以下适用于您平台的代码植入步骤操作:
analytics.js
对于旧版 Universal Analytics 安装,若要启用这些功能,请在现有跟踪代码中的 'create'
和 'send'
命令之间插入 ga('require', 'displayfeatures');
,如下例所示:
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-XXXXXX-1', 'example.com');
ga('require', 'displayfeatures');
ga('send', 'pageview');
</script>
跟踪代码管理器
- 在跟踪代码管理器中,转到您当前的 Google Analytics(分析)代码。
- 在更多设置 > 广告下,将启用展示广告功能设置为
true
。
详细了解如何在现有代码中添加产品
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-02-06。
[null,null,["最后更新时间 (UTC):2024-02-06。"],[[["\u003cp\u003eRe-engage website and app visitors with targeted ads using Google Ads remarketing.\u003c/p\u003e\n"],["\u003cp\u003eChoose between standard remarketing for general audiences or dynamic remarketing for product-specific ads.\u003c/p\u003e\n"],["\u003cp\u003eImplement remarketing through Google Ads or Google Analytics, depending on your desired level of audience targeting.\u003c/p\u003e\n"],["\u003cp\u003eSet up remarketing by adding tags to your website either directly or using Google Tag Manager.\u003c/p\u003e\n"],["\u003cp\u003eEnsure your Google Ads and Google Analytics accounts are linked and advertising features are enabled for proper setup.\u003c/p\u003e\n"]]],["The core content explains how to implement remarketing for Google Ads. It details two methods: Google Ads and Google Analytics. Google Ads remarketing involves placing a tag on your website, using either the Google tag or Google Tag Manager. Google Analytics remarketing requires a GA4 tag, linked accounts, and enabled advertising features. Both methods allow you to create and target audience lists based on website or app visits. Dynamic and Standard remarketing are mentioned. Dynamic remarketing allows product-specific ad retargeting.\n"],null,["# Remarketing\n\nUse Google Ads remarketing to re-engage with potential customers by adding your\nwebsite and app visitors to remarketing lists. You can then target these lists\nwith ads. Before you get started with this tag, we recommend that you learn more\nabout how this feature works in the [Google Ads help center](https://support.google.com/google-ads/answer/2453998).\n\nRemarketing methods\n-------------------\n\nDecide which type of remarketing suits your business needs and which\ntagging method you would like to set up. There are two types of remarketing:\n\n- **Standard remarketing** allows you to show ads to people who have previously visited your website or used your mobile app. This article focuses on standard remarketing.\n- **Dynamic remarketing** allows you to take a step further in remarketing by showing your visitors an ad with the specific product they had previously viewed on your site. This will require you to create a data feed. To get started with dynamic remarketing, see [Dynamic Remarketing](/tag-platform/devguides/dynamic-remarketing) instead.\n\nOnce you have determined the type of remarketing you would like to set up, choose the\ntagging method that is most suitable for your website:\n\n- **Google Ads remarketing:** If you're looking to enable basic remarketing only, the Google Ads tag is recommended. If you already run Remarketing Lists for Search Ads on your site, you can continue to use the same tag. You can create remarketing lists based on web page URLs or custom parameters. This method allows you to set up remarketing by placing a remarketing tag directly on your website.\n- **Google Analytics remarketing:** The advantage of Google Analytics remarketing is that you can target more specific audience lists, e.g. users in a particular region, users who completed a specific goal, etc. With Google Analytics installations with **[Google Signals](https://support.google.com/analytics/answer/7532985) or\n [Advertising Features](https://support.google.com/analytics/answer/3450482)** enabled, you most likely will not need to make any changes to the code already implemented on your website.\n\nGoogle Ads and Google Analytics remarketing methods support both the Google tag\nand Google Tag Manager setups.\n\n### Standard Remarketing with Google Ads\n\nTo set up remarketing with Google Ads, create a new tag or retrieve the\nconversion ID for remarketing by following these instructions: \n\n### gtag.js\n\n**For existing Google tag installations:** You don't need to make any changes\nto your existing installation as long as you have an ID with a prefix of \"G\"\nor \"AW\".\n\n**For sites that don't yet have a Google tag:** In Google Ads, set up the\nGoogle tag and set the tag to \"*Collect standard data available from\nthis data source* \". [Learn how](https://support.google.com/google-ads/answer/7540515)\n\nCopy the new remarketing tag and paste it between the `\u003chead\u003e\u003c/head\u003e` tags of\nyour website.\n\n**Tag example:** \n\n \u003c!-- Google tag (gtag.js) --\u003e\n \u003cscript async src=\"https://www.googletagmanager.com/gtag/js?id=TAG_ID\"\u003e\u003c/script\u003e\n \u003cscript\u003e\n window.dataLayer = window.dataLayer || [];\n function gtag(){dataLayer.push(arguments);}\n gtag('js', new Date());\n\n gtag('config','TAG_ID');\n \u003c/script\u003e\n\n### Google Tag Manager\n\n- Get the conversion ID from Google Ads.\n 1. In Google Ads, click **Tools and Settings** \\\u003e **Shared Library: Audience Manager**\n 2. Click **Audience Sources**\n 3. On the \"Google Ads tag\" card, click **Details**.\n 4. Click **Tag setup**.\n 5. Click **Use Google Tag Manager**.\n 6. Copy the Conversion ID.\n- Create a new tag in Google Tag Manager. Select the \"**Google Ads Remarketing** \" tag type.\n 1. Select **New Tag** \\\u003e **Tag Configuration** \\\u003e **Google Ads Remarketing**.\n 2. Enter your Google Ads Conversion ID.\n 3. Click **Triggering** and choose one or more [triggers](https://support.google.com/tagmanager/topic/7679108) to specify when the tag should fire. For example, select a trigger that fires on *all pages* if you want to add a remarketing tag to every page of your website.\n 4. Click **Save** to complete your tag setup.\n 5. Important: For optimal web browser compatibility, ensure that a [conversion linker](https://support.google.com/tagmanager/answer/7549390) is enabled.\n 6. [Preview](https://support.google.com/tagmanager/answer/6107056) your changes, and [publish](https://support.google.com/tagmanager/answer/6107163) when ready.\n\n**Important:** Remarketing tags do not usually require a '*conversion label*'.\nYou will only need to use a conversion label for remarketing if you selected to\ncreate a list with a specific tag. Do not use your conversion action's label in\nyour remarketing tag.\n\n### Standard Remarketing with Google Analytics\n\nRemarketing with Google Analytics relies on an audience definition based on the\ndimensions and metrics that are available in Analytics when you [enable\nAdvertising Features](https://support.google.com/analytics/answer/2444872).\n\nTo set up remarketing with Google Analytics, you need the following:\n\n- A Google Analytics 4 tag on your website.\n- Linked Google Ads and Google Analytics accounts. When linking your accounts, you'll need administrative access to the Google Ads account and edit access to the Google Analytics account. [Learn how to link your Ads and Analytics\n accounts](https://support.google.com/analytics/answer/1033961).\n- Enable Remarketing and Advertising Features in Google Analytics. To do this, modify your [Google Analytics property setting](https://support.google.com/analytics/answer/2444872#propsettings).\n- [Create an audience](https://support.google.com/analytics/answer/2611268#create) for remarketing in Google Analytics and [share it](https://support.google.com/google-ads/answer/6209127) with your Google Ads account.\n\nOnce the above steps are complete, follow the tagging steps below for your\nplatform: \n\n### gtag.js\n\nTo enable remarketing features for installations of the Google tag, modify the\n[Google Analytics property setting](https://support.google.com/analytics/answer/2444872#propsettings). No tag changes are necessary.\n\n### Tag Manager\n\n1. In Tag Manager, navigate to your current Google Analytics tag.\n2. Under **More settings \\\u003e Advertising** , set **Enable Display Advertising\n Features** to `true`.\n\n[Learn more about how to add products to existing tags](https://support.google.com/google-ads/answer/2476688)"]]