Salesforce Certified Marketing Cloud Consultant — Question 101
A customer asks why the send time values within an email are not being added to a Send Log.
Which two actions would successfully write send time variables to their Send Log? (Choose two.)
Answer options
- A. Ensure the values to log exist in the Additional Email Attributes.
- B. Match an AMPscript variable name to a Send Log field.
- C. Enable send logging to a data extension during send process.
- D. Use the WriteToLog() AMPscript function the content.
Correct answer: B, C
Explanation
The correct actions are aligning an AMPscript variable name with a Send Log field and activating send logging during the send process. Ensuring values are in Additional Email Attributes (option A) does not directly write to the Send Log, and using WriteToLog() (option D) is not a method to log send time variables.