ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 19 - AD0-E330 discussion

Report
Export

A developer wants to send an alert to an operator that contains the names of profiles who opened the newsletter. The profile's first and last name fields are linked to the recipients targeting dimension, whereas the alert activity is linked to the operator targeting dimension. What activities would the developer need to send the notification?

A.

Query > Test > Alert

Answers
A.

Query > Test > Alert

B.

Query > Enrichment > Test > Alert

Answers
B.

Query > Enrichment > Test > Alert

C.

Query > JavaScript Code > Alert

Answers
C.

Query > JavaScript Code > Alert

D.

Query > JavaScript Code > Test > Alert

Answers
D.

Query > JavaScript Code > Test > Alert

Suggested answer: B

Explanation:

In this scenario, the goal is to send an alert containing profile information (first and last names) of those who opened a newsletter, but the alert is directed to an operator (not directly tied to the recipient schema):

Query Activity:

The workflow begins with a Query activity to identify profiles who opened the newsletter. This will extract the relevant recipient data.

Enrichment Activity:

Since the alert needs profile names but is tied to the operator dimension, an Enrichment activity is essential. It joins the recipient's data (first and last name) to the alert's targeting dimension, bridging the recipient and operator data.

Test Activity:

A Test activity can be used to filter and ensure that only the intended profiles are included before the alert is generated.

Alert Activity:

Finally, the Alert activity is configured to send a notification to the operator with the enriched profile data.

Therefore, the correct sequence to achieve this functionality is Query > Enrichment > Test > Alert, as it ensures that the necessary profile data is linked to the operator dimension for the alert.

asked 25/10/2024
Bart Sandifort
35 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first