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?
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.
Thad
5 days agoSylvia
7 days agoIsidra
18 days agoBea
20 days agoVinnie
24 days ago