0
0
Digital Marketingknowledge~30 mins

Why email delivers the highest ROI in Digital Marketing - See It in Action

Choose your learning style9 modes available
Why Email Delivers the Highest ROI
📖 Scenario: You are a marketing assistant learning how to explain why email marketing is so effective for businesses.
🎯 Goal: Build a simple explanation with key points that show why email marketing delivers the highest return on investment (ROI).
📋 What You'll Learn
Create a list called email_benefits with 3 exact reasons why email marketing is effective
Create a variable called average_roi and set it to the exact value 4200
Write a short paragraph using the list and variable to explain email ROI
Add a concluding sentence that encourages using email marketing
💡 Why This Matters
🌍 Real World
Marketers use this knowledge to explain and justify email marketing budgets to clients or managers.
💼 Career
Understanding ROI helps marketing professionals plan effective campaigns and communicate value clearly.
Progress0 / 4 steps
1
Create the list of email marketing benefits
Create a list called email_benefits with these exact strings: 'Direct communication with customers', 'Cost-effective compared to other channels', and 'Easy to measure results'.
Digital Marketing
Need a hint?

Use square brackets [] to create a list and separate items with commas.

2
Set the average ROI value
Create a variable called average_roi and set it to the number 4200, which represents the average return on investment percentage for email marketing.
Digital Marketing
Need a hint?

Assign the number 4200 directly to the variable average_roi.

3
Write the explanation paragraph
Create a variable called explanation and assign it a string that uses the email_benefits list and average_roi variable to explain why email marketing delivers the highest ROI. Mention all three benefits and the ROI number in your sentence.
Digital Marketing
Need a hint?

Use an f-string to include variables inside the string. Access list items by their index.

4
Add a concluding sentence
Add a variable called conclusion and assign it the string 'For these reasons, businesses should invest in email marketing.' to encourage using email marketing.
Digital Marketing
Need a hint?

Assign the exact string to the variable conclusion.