ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 26 - AD0-E330 discussion

Report
Export

A developer is building a workflow to insert a customer's favorite video game from a file collected by SFTP. An enrichment activity is used to reconcile the file data and recipient data, allowing the file data to be used to personalize deliveries. How will these personalization fields appear in the delivery content?

A.

<%= targetData.FIELD %>

Answers
A.

<%= targetData.FIELD %>

B.

<%= temp.FIELD %>

Answers
B.

<%= temp.FIELD %>

C.

<%= recipient.FIELD %>

Answers
C.

<%= recipient.FIELD %>

Suggested answer: A

Explanation:

In Adobe Campaign Classic, when using an Enrichment activity to reconcile data from an external file and associate it with recipient data, the personalization fields appear in the delivery content as follows:

<%= targetData.FIELD %>:

The targetData object is used for personalization fields resulting from an Enrichment activity. It represents the enriched data available for targeting in the delivery content. In this case, FIELD would be the specific field name (e.g., favoriteGame) from the file that was reconciled with recipient data.

Using <%= targetData.FIELD %> ensures that the enriched fields are accessible for personalization within the delivery content, accurately reflecting the data imported through the workflow.

asked 25/10/2024
Jonathan McGurgan
34 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first