A customer wants to trigger an email on a specified frequency based on the customer journey.
Given that the customer wants the delivery statistics consolidated, what kind of email delivery should the business practitioner configure in this scenario?
Answer : A
In scenarios where a customer wishes to trigger emails based on the customer journey and wants consolidated delivery statistics, a recurring delivery is appropriate. This type of delivery repeats at specified intervals, which can align with the frequency dictated by the customer journey stages. By pulling content from the delivery template, the practitioner ensures consistency in the email content across different sends while benefiting from the cumulative statistics that a recurring delivery provides, allowing for a consolidated view of delivery performance over time. Reference: Recurring deliveries are a feature within Adobe Campaign Classic that allows for the repeated sending of a delivery on a set schedule, which is useful for consistent communications and consolidated reporting.
When creating a new workflow, the operator wants to display the result of activities on their outbound transitions, followed by the label of the result as defined in the activity properties.
Which is the correct method to enable this?
Answer : A
Adobe Campaign allows you to create and execute workflows that automate various processes and tasks for your campaigns.You can also monitor and troubleshoot workflows using different methods1.
To display the result of activities on their outbound transitions, followed by the label of the result as defined in the activity properties, you need to usethe Display progress information option.This option is available in the workflow properties (General tab) and it enables you to view additional information on each transition such as number of records processed, label of result, etc2.
In Adobe Campaign, to display the result of activities on their outbound transitions, along with the label of the result as defined in the activity properties, the operator can enable the 'Display progress information' option. This option provides visibility into the workflow's progress and helps to debug or analyze the workflow's behavior by showing the count and content of records being passed from one activity to another. Reference: The option to display progress information is a feature within Adobe Campaign Classic's workflow management that aids in monitoring and diagnosing the flow of data within campaign workflows.
A client has requested that a business practitioner build a workflow to send an email every day at 5:00 pm to everyone who made a purchase in the previous 24 hours.
Which workflow activities are necessary to meet this requirement?
Answer : C
The requirement is to send an email every day at a specific time to individuals who have made a purchase in the last 24 hours. To achieve this, an Incremental Query activity is suitable because it allows the workflow to query the database for records that have changed (in this case, made a purchase) since the last execution. This activity should be scheduled to run daily. The Delivery activity is then used to send the email to the population identified by the Incremental Query. There's no need for a Cell activity as there's no mention of segmenting the population further, and no Intersection activity is required as there's no secondary condition to satisfy. Reference: This is based on the functionality of Incremental Query activities within Adobe Campaign Classic, which are designed to capture data changes over a period of time for targeted communications.
What do the percentages on the Hot Click report represent?
Answer : B
The percentages on a Hot Click report generally represent the ratio of unique clicks on a particular link to the total number of unique opens for the delivery. This metric is used to measure the engagement level of links within an email and to understand which links are capturing the most interest from the recipients who have opened the email. It provides insights into recipient behavior post-open, highlighting which content within an email is driving interactions. Reference: Hot Click reports and their associated metrics are standard in email marketing analytics, used to assess recipient engagement and the effectiveness of the content within email campaigns.
A business practitioner needs to identify the total number of complaints for a given delivery by domain.
What out-of-the-box report would provide this information?
Answer : C
To identify the total number of complaints for a given delivery by domain, the 'Non-deliverables and bounces' report would be appropriate. This report typically includes data on email delivery issues, which encompass bounces, spam complaints, and other non-delivery related events categorized by domain. Complaints are a form of non-deliverable where the recipient's email server has accepted the email but classified it as spam or junk, often feeding back to the sending server as a complaint. Reference: This functionality is part of Adobe Campaign Classic's reporting capabilities, providing insight into the deliverability issues including complaints by domain.
A business practitioner is creating three different activities:
1) Targeting a recipient with a specific email domain
2) Targeting recipients that are over 30 years old
3) Targeting deliveries with a delivery status equal to failed
The business practitioner attempts to combine the three results using the "Union" activity, and they receive the following error: "The document types of inbound events are incompatible (step 'Union'). Unable to perform the operation."
What is the cause for the error in the union activity?
Answer : D
The error in the Union activity is caused byD.Inbound transitions containing populations with heterogeneous targeting dimensions1.
The Union activity is used to combine two or more populations. The inbound transitions must contain populations with the same targeting dimensions. In this case, the three different activities have different targeting dimensions, which are email domain, age, and delivery status.Therefore, the Union activity cannot combine the three results together2.
https://experienceleague.adobe.com/docs/campaign-classic/using/automating-with-workflows/targeting-activities/union.html?lang=en
The error in the 'Union' activity is caused by the attempt to combine results from activities with different targeting dimensions. The Union activity requires that all incoming transitions (the populations to be combined) have the same schema structure. In this case, targeting recipients based on email domain and age involves recipient attributes, which are usually part of the same recipient schema. However, targeting based on delivery status involves attributes from the delivery schema. Since these schemas have different structures and fields, the Union activity cannot combine them directly without configuration that reconciles these differences. Reference: The answer is based on the principles of database schema structures and the functionality of union operations within data processing workflows, as typically encountered in campaign management systems like Adobe Campaign Classic.
What are two reasons why a campaign manager would review a delivery audit? (Choose two.)
Answer : A, B
According to Adobe Campaign Classic Business Practitioner objectives, a campaign manager would review a delivery audit for the following reasons:
To find out how many recipients were excluded, which is one of the typology rules1.
To see if typology rules were applied, which is another reason1.
Therefore, options A and B are the correct answers.
The delivery audit report provides detailed information about the delivery, including the total number of opens and clicks2. However, it does not provide information about the total number of opens and clicks for a specific recipient.
A campaign manager would not review a delivery audit to find out if the delivery is blocked on a particular operating system3.
A delivery audit in Adobe Campaign includes an analysis of various parameters related to the delivery process. Campaign managers review delivery audits primarily to understand if and why recipients were excluded, which could be due to typology rules, quarantines, or other exclusion factors. Additionally, checking if typology rules were applied is crucial to ensuring that the campaign adhered to the business rules and regulations set forth for communication (e.g., frequency capping, content filtering). Typology rules are a set of conditions that govern the execution of a campaign to maintain quality and compliance. Understanding both of these aspects is essential for evaluating the effectiveness of the targeting strategy and the compliance of the delivery with campaign standards. Reference: The functions and benefits of a delivery audit are part of the standard features in campaign management systems, and the importance of typology rules in campaign execution is a basic principle in such systems.