ある学校法人は、保護者と子どもの組み合わせごとに1つの連絡先を使用し、送信先に応じてメールアドレスを更新しています。しかし、どのメールアドレスにどのメールが届いているかというデータを取得したいと考えています。
これを実現するためにどのような機能を使用できますか?
正解:C
#Comprehensive and Detailed Explanation: ASend Logcaptures detailed send-time information such as which email was sent, to which address, and when. You can customize a Send Log to record additional fields like email address, subscriber key, campaign name, etc. This meets the requirement for tracking exactlywhich email address received which email.
#Why Other Options Are Incorrect:
* A: The Recent Email Send Report shows aggregate send information but doesn't track individual addresses dynamically.
* B: Data Views store general event tracking (open, click) but not direct customizable fields like Send Log does.
* D: Tracking Extracts provide bulk tracking data but are not customizable for specific needs like this.
Exact Extract: Salesforce Help:Send Logs Overview
"Send Logs record information about the subscribers you send messages to, and allow you to track what content was sent to each subscriber."
############################################