Marketing Automation Flashcards

1
Q

Why is technology considered “standard” for the connected customer?

A

Consumers are tech-savvy and expect businesses to provide seamless digital experiences

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How do connected customers drive a demand for connected journeys?

A

They use various devices and channels, expecting a consistent experience across all touchpoints

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What do consumers expect from every interaction with a brand?

A

They expect relevancy and personalisation, with brands anticipating their needs and preference

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the customer experience gap?

A

The disconnect between customer expectations for connected journeys and companies’ struggles with siloed data and tools

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Define a customer journey

A

A series of steps a customer takes when interacting with a company across all touchpoints

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

By understanding…

How can businesses use customer journeys to drive positive results?

A

By understanding & optimising customer journeys, businesses can deliver personalised experiences that increase satisfaction, reduce churn, and boost revenue

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Unify, utilise, ensure

How can businesses deliver personalised consumer engagement at scale?

A

1) By unifying customer data
2) Utilising AI for personalisation
3) Ensuring consistent interactions across all channels

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is customer experience mapping?

A

Visually outlining the touchpoints customers experience throughout their lifecycle to identify areas for improvement

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What are the four pillars of a successful customer journey?

A

1) Goal
2) Audience
3) Data
4) Content & Channels

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

How can you identify “moments that matter” in a customer’s experience?

A

By analysing the customer lifecycle and pinpointing key stages like research (“I-Want-to-Know”), decision-making (“I-Want-to-Buy”), and taking action (“I-Want-to-Do”).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What are the two main APIs in Marketing Cloud Engagement?

A

REST API and SOAP API

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

When would you choose the REST API over the SOAP API?

A

1) Newer implementations
2) Accessing the latest Marketing Cloud Engagement features
3) When needing greater versatility

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What do both the REST and SOAP APIs require for authentication?

A

An OAuth token

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

How do tenant-specific endpoints enhance security?

A

By routing API requests to unique subdomains

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is the primary purpose of using OAuth tokens?

A

To ensure secure authentication for API access

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is a crucial aspect of token management?

A

Securely storing & refreshing tokens to ensure uninterrupted API access

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

Name three benefits of using the REST API

A

1) Multichannel support
2) JSON-based requests & responses
3) Access to the latest Marketing Cloud Engagement features

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

Which Marketing Cloud Engagement app allows you to manage and automate personalised customer journeys?

A

Journey Builder

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

What is a key function of Transactional Messaging?

A

To send automated, non-promotional messages like order confirmations and password resets with faster performance than standard triggered sends

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

When is the SOAP API a suitable choice in Marketing Cloud Engagement?

A

1) For integrating with Email Studio
2) Managing legacy integrations
3) Handling classic content management

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

Why is asynchronous processing often preferred over synchronous processing for SOAP API operations?

A

Asynchronous processing is more resilient to outages as it uses queued processing

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

Why is it crucial to consider time zones when using the SOAP API?

A

Data is stored in CST, so using UTC offsets ensures accurate retrieval and avoids potential scheduling conflicts

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

What is the Principle of Least Privilege and why is it a security best practice?

A

Granting only the necessary permissions within OAuth tokens minimizes potential damage in case of a security breach

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

Why is it important to leverage scripting languages like AMPscript and SSJS with your API integrations?

A

1) To add dynamic content
2) Personalisation
3) Interact with subscriber data

To enhance your Marketing Cloud Engagement capabilities

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
Where can you find community-supported SDKs for Marketing Cloud Engagement?
On GitHub
26
What is the primary function of Automation Studio?
1) To automate routine Marketing Cloud Engagement tasks 2) Improve efficiency & ensuring timely execution
27
Name three activities you can perform using Automation Studio
1) Send messages (emails, SMS) 2) Move data (import/export data extensions) 3) Run scripts and queries (SQL, SSJS)
28
What are the different triggers available for automations in Automation Studio?
1) Scheduled 2) Immediate 3) File Drop 4) API Event
29
What is the function of the SQL Query activity?
To manipulate & extract data from data extensions or data views using custom SQL queries
30
Why is it important to optimise SQL queries, especially with large datasets?
To **minimise resource consumption** & **ensure efficient processing** within Automation Studio
31
How can you validate a SQL query within the SQL Query activity?
By using the "Validate Syntax" button to check for errors in query structure and data source availability
32
How can you control automations programmatically?
By using the SOAP API for Automation Studio
33
What are some scenarios where triggering automations via API is advantageous?
For building custom integrations with external systems and tightly coupling automation triggers to events in other applications
34
When scheduling automations via the API, what is a key best practice?
Schedule resource-intensive automations during off-peak hours to avoid impacting system performance
35
Where can you find error information for activities within an automation?
In the **Activity History**, which logs execution details and error messages for each step
36
If a data-driven activity like a SQL query is encountering errors, what should you check?
Verify the **data availability**, **accuracy**, and **formatting** within the source data extension
37
If standard troubleshooting steps fail to resolve an automation issue, what should you do?
Gather relevant error information and contact Marketing Cloud Engagement support for further assistance
38
What is the difference between "General Access, View" and "Automation Create, Edit" permissions in Journey Builder?
"View" allows read-only access to journeys, while "Create/Edit" enables full control, including creating, editing, and publishing journeys
39
Why is it crucial to align user permissions with their responsibilities in Journey Builder?
To maintain security and control over your marketing campaigns
40
What are Single Send Journeys in Journey Builder?
A simplified way to send **one-off email campaigns** within Journey Builder, ideal for promotions, announcements, or quick message broadcasts
41
Where can you monitor the performance of your Single Send Journeys?
On the Journey Builder homepage under "**Recent Single Sends**," or within the specific journey details by clicking on the message and selecting "**View Details**."
42
List three use cases for Single Send Journeys
Promote a sale, announce a new product/service, share important information like a white paper
43
How do you define the target audience for your Single Send Journey?
By selecting the relevant data extension containing your audience information and optionally applying filters to further segment recipients
44
When creating an email message within Journey Builder, where do you source images for your content?
Utilise Content Builder's image library for visually appealing and on-brand imagery
45
What is the purpose of previewing and testing your email message?
To catch errors, ensure a polished message, and review the rendering of personalised elements before sending to your audience
46
What does the "Validate" function in Journey Builder check for?
Configuration errors like missing subject lines, incomplete activities, or issues with entry sources and settings
47
Can Single Send Journeys be used for channels other than email?
Yes, they can be used for various channels, including push notifications
48
What is a key benefit of a welcome series journey compared to a single welcome email?
Increased engagement through multiple touchpoints, allowing for targeted goals, brand building, and personalised interactions
49
Name three scenarios where a welcome series journey would be beneficial.
Ecommerce onboarding, financial services tutorials, nonprofit introductions and call to actions
50
When planning a journey, why is it crucial to ensure consistency between data extension fields and personalisation strings/dynamic content within emails?
Inconsistency can lead to inaccurate personalisation, hindering the effectiveness of your campaign and potentially confusing your audience.
51
What is the difference between "Entry Data" and "Contact Data" in Journey Builder?
"Entry Data" is a snapshot of contact data at the time of journey entry, while "Contact Data" dynamically updates throughout the journey.
52
When would you choose an API Entry Event over a Data Extension Entry Source for your journey
When your journey needs to be triggered by real-time events occurring outside of Marketing Cloud Engagement, requiring API development for event handling
53
List three best practices for working with a Data Extension Entry Source
1) Include personalisation fields in the data extension 2) Use a sendable data extension, pre-filter data for efficiency 3) Link it to Contact Builder's data model if applicable
54
What are the two main methods for creating a journey in Journey Builder?
Using pre-built Journey Templates or building custom journeys from scratch with the Journey Canvas
55
What are the different types of "Split" activities available in the Journey Canvas?
1) Engagement Split (based on email interaction) 2) Einstein Splits (based on predictive models) 3) Decision Split (based on contact data attributes)
56
What are the three options for "Re-entry Mode" in Journey Settings and how do they differ?
1) "**No re-entry**" allows contacts to enter only once 2) "**Re-entry only after exiting**" permits re-entry after completing the journey. 3) "**Re-entry anytime**" allows multiple concurrent entries
57
When is "Test Mode" beneficial in Journey Builder?
For **event-based entry sources**, as it simulates contact injection and journey flow without sending actual messages, providing insights into journey behavior
58
Why is it recommended to create new versions for editing a Journey Builder campaign instead of stopping a running journey?
Stopping a running journey disrupts the experience for active contacts. Versions allow for iterative improvements without impacting live campaigns
59
What is the primary function of Path Optimiser in Journey Builder?
To test multiple journey paths (up to 10) simultaneously and determine the most effective route based on engagement metrics
60
List three benefits of using Path Optimiser for journey optimisation
1) Faster insights into winning paths 2) Data-driven decision-making for campaign adjustments 3) Improved performance through optimised open rates, conversions, and other key metrics
61
# A/B Testing Name three elements within a journey that you can test using Path Optimiser
Subject lines/preheaders, personalisation elements, content variations, wait times, send times, and different communication channels
62
Before using Path Optimiser, what should you have a solid understanding of?
Journey Builder campaigns and their components
63
What are the two options for "Winner Evaluation" in the Path Optimizer activity?
"Email Engagement" for automatic winner selection based on specific metrics and "Manual Selection" for choosing the winner based on your own criteria
64
When setting up test paths within the Path Optimiser activity, why is it crucial to ensure each path has a wait activity after the last message?
The wait activity allows time for engagement tracking, providing accurate data for the Path Optimiser to evaluate path performance
65
What is meant by "journey elevation"?
Moving beyond basic journeys to create more complex, multi-channel, and responsive campaigns that align with specific business objectives
66
What does the acronym SMART stand for when defining journey goals?
Specific, Measurable, Achievable, Relevant, Time-Based
67
What is the purpose of an opt-in campaign and why is it important for compliance
Opt-in campaigns obtain explicit consent from individuals to receive marketing communication, ensuring adherence to data privacy regulations like GDPR and CAN-SPAM
68
How are CloudPages used in conjunction with Journey Builder for opt-in and welcome campaigns?
CloudPages can host landing pages with opt-in forms. Data collected through these forms can then be used as an entry source and for personalization within Journey Builder welcome journeys
69
# T C P C List four elements of an effective welcome campaign
1) Timely delivery 2) Clear brand introduction, setting expectations for communication, 3) Personalised messaging 4) Compelling call to action
70
Why are birthday engagement campaigns effective?
They offer a simple yet powerful way to show customer appreciation, increase brand visibility & potentially drive conversions with special offers or rewards
71
When designing a birthday campaign, what factors should you consider for message timing and frequency?
Avoid overwhelming customers by spacing out messages and send them closer to the actual birthday to maximize relevance and impact
72
How can you enhance a birthday campaign using multi-channel integration?
By using **decision splits** based **on SMS subscription** and app download status, you can tailor the delivery method (SMS, push notification, email) to each customer's preferred channel
73
What is Marketing Cloud Connect and why is it necessary for integrating Sales and Service Cloud events into Journey Builder?
Marketing Cloud Connect is a tool that enables seamless integration between Marketing Cloud and Sales/Service Cloud, allowing Journey Builder to leverage events and data from these platforms
74
What are some best practices for creating effective survey journeys?
Engage both satisfied and dissatisfied customers, set clear and measurable objectives, personalize messaging, and optimize send timing based on customer behavior
75
List three additional tips for enhancing customer journeys beyond the initial survey
1) Incorporate social media engagement 2) Leverage Einstein Send Time Optimisation for optimal send times 3) Plan for continuous journeys to nurture ongoing customer relationships