向列表的订阅者发送消息 send-a-message-to-the-subscribers-of-a-list

在此页面上:​了解如何使用“同意和偏好设置详细信息”字段组构建历程,以向列表的订阅者发送消息。

此用例的目的在于创建历程,以向列表的订阅者发送消息。

在此示例中,使用了Adobe Experience Platform中的​ 同意和偏好设置详细信息 ​字段组。 若要查找此字段组,请从​ 数据管理 ​菜单中选择​架构。 在​ 字段组 ​选项卡上,在搜索字段中输入字段组的名称。

此字段组包含订阅元素

要配置此历程,请执行以下步骤:

  1. 创建以​ 读取 ​活动开始的历程。 在创建您的第一个历程中了解详情。

  2. 向历程添加​ 电子邮件 ​操作活动。 了解如何使用渠道操作

  3. 在​ 电子邮件 ​活动设置的​ 电子邮件参数 ​部分中,将默认电子邮件地址(PersonalEmail.adress)替换为列表订阅者的电子邮件地址:

    1. 单击​ 地址 ​字段右侧的​ 启用参数覆盖 ​图标,然后单击​ 编辑 ​图标。

      历程流,带有针对订阅者列表定向的读取受众

    2. 在表达式编辑器中,输入用于检索订阅者电子邮件地址的表达式。 了解详情

      此示例显示一个包含映射字段引用的表达式:

      code language-json
      #{ExperiencePlatform.Subscriptions.profile.consents.marketing.email.subscriptions.entry('daily-email').subscribers.firstEntryKey()}
      

      在此示例中,使用以下函数:

      table 0-row-3 1-row-3 2-row-3
      函数 描述 示例
      entry 根据选定的命名空间引用映射元素 请参阅特定订阅列表
      firstEntryKey 检索映射的第一个条目键 检索订阅者的第一个电子邮件地址

      在此示例中,订阅列表名为daily-email。 电子邮件地址在subscribers映射中定义为键,该映射链接到订阅列表映射。

      阅读有关表达式中对字段的引用的更多信息。

      为订阅者发送包含个性化内容的电子邮件配置

    3. 在​ 添加表达式 ​对话框中,单击​确定

CAUTION
仅应针对特定用例使用电子邮件地址覆盖。 大多数情况下,无需更改电子邮件地址,应使用​ 执行字段 ​中定义为主地址的值。 了解详情
AI Knowledge Reference

This section contains structured knowledge intended to support interpretation, retrieval, and question answering related to this topic.

For complete understanding, this information should be combined with the documentation on this page. Neither source is intended to stand alone; the page describes the feature, while this section provides additional context that helps disambiguate terminology, intent, applicability, and constraints.

  • TL;DR: This page shows how to build a journey that sends an email to subscribers of a list by overriding the default email address parameter using an expression that reads subscriber addresses from a consent map field.

Intents:

  • Build a journey that targets subscribers of a specific list using a Read Audience activity
  • Override the default email address in an Email action activity using the expression editor
  • Use the entry and firstEntryKey functions to retrieve subscriber email addresses from a consent map
  • Reference the Consent and Preference Details field group to access subscription list data

Glossary:

  • Email address override (parameter override): A journey Email activity setting that replaces the default profile email address with a custom expression, used for special cases such as subscription list targeting. (product-specific)
  • Consent and Preference Details field group: An Adobe Experience Platform schema field group that contains subscription and consent data, including the subscriptions map used to store subscriber email addresses. (product-specific)
  • entry function: An expression function that refers to a map element by its namespace key — used here to reference a specific subscription list (e.g., daily-email). (product-specific)
  • firstEntryKey function: An expression function that retrieves the first key of a map — used here to retrieve the first email address from the subscribers map of a subscription list. (product-specific)

Guardrails:

  • Email address override should only be used for specific use cases such as subscription list targeting; in most cases the primary address defined in Execution fields should be used
  • The Consent and Preference Details field group must be present in the schema for this use case to work
  • The subscription list name used in the expression (e.g., daily-email) must match exactly the name configured in the data

Terminology:

  • Canonical name: Email address override — Acronym: none — variants: parameter override, email parameter override
  • Synonyms: “subscription list” = “subscriber list”
  • Do not confuse: “email address override” ≠ “primary email address” — The primary email address is the default address used in all journeys; the override is a per-activity expression used only for special cases like subscription list sending

FAQ:

  • Q: How do I send an email to a subscription list’s subscribers rather than profile email addresses? — Enable the parameter override on the Address field of the Email activity and enter an expression using entry and firstEntryKey functions to retrieve addresses from the subscribers map of the target subscription list.
  • Q: What field group is required for this use case? — The Consent and Preference Details field group from Adobe Experience Platform, which contains the subscriptions map structure used to store subscriber email addresses.
  • Q: Should I always use email address override when targeting subscribers? — No; email address override is for specific use cases only. In most journeys, the primary address defined in Execution fields should be used.
  • Q: What does the firstEntryKey function do in this context? — It retrieves the first email address key from the subscribers map associated with a specific subscription list, enabling the journey to address individual subscribers.
recommendation-more-help
journey-optimizer-help