SlideShare a Scribd company logo
1 of 21
Analysis of Promotional
Effectiveness for Major
Supermarket Chain
Guided by Prof. Khasha Dehnad
Data Understanding
● The datasets contained promotional and sales data from the time period of 1st April 2018
to 30th September 2018.
● Some of the attributes we will be using and their information are as follows
○ UPC_SCAN_QTY : The no. of units of that item that were sold in one transaction
○ TTL_SCAN_DLR_AMT: The sales of that item in dollar amount for the transaction
○ UPC_CAT_CODE: The product category that the item belongs to
○ DSCNT_AMT: The value of a discount coupon
○ DIGITL_DSCNT_AMT: The value of a digital discount coupon
○ MIXNMTCH_DSCNT_AMT: The value of a Mix n Match Coupon
○ AD_ITM_PRTY_CODE: The type of Ad size that was run for the item in the weekly ad brochure
Data Preprocessing
● We also split the dataset based on the
three categories of items that were
sold, namely
○ Ready to Eat Cereal
○ Wholesome Pantry
○ Poultry
● The split was performed on the basis of
the upc_cat_code.
● This would allow us to examine and
analyze each category a bit more
closely.
Data Preprocessing
● Since the data is fragmented, we first concatenate the data in SAS to create
our combined dataset.
● Also since AD_ITM_PRTY_CODE is a categorical variable with non-binary
values, we create dummy variables to store the value for each category
Exploratory Data
Analysis
Analysis - Sales by Product Category
Data Analysis
● For our analysis of promotional effectiveness, we
decided to focus on the most successful stores in each
of the 3 categories, to observe what kind of discount
types and ad types proved to be the most effective in
driving sales in that product category.
● Optimally some of their strategies could be replicated
by other stores who are lacking in those categories.
● We selected the store with the highest sales in each
area.
○ Cereals - Store 662
○ Wholesome Pantry - Store 385
○ Poultry - Store 501
Promotion Frequency, Sales by Category
Cereal Sales and Ad sizes for Store 662
Cereal Sales and Discount Types for Store
662
Wholesome Pantry Sales and Ad Sizes for
Store 385
Wholesome Pantry Sales and discount types
for Store 385
Frozen Poultry Sales and advertisement
trend for Store 501
Frozen Poultry Sales and discount trend for
Store 385
Multiple Regression Model
● To analyze which variables are contributing towards sales in each category and their
significance, we decided to run a multiple regression model using Dollar Salles
(TTL_SCAN_DLR_AMT) as our target variable.
● We use the different discount types variables(DSCNT_AMT, DIGTL_DSCNT_AMT,
MIXNMTCH_DSCNT_AMT) and Ad size variables (NOT_PROMOTED,IN_STORE,
FRONT_PAGE etc.) as our independent variables.
● We also decided to use stepwise feature selection in our model to filter out insignificant
variables. Using marketing analytics general practice, we set a 10% significance criteria
for the attributes.
Regression Models
● After running the models, we get the following equations
for the 3 stores in their respective categories.
● Cereals - Store 662
○ Sales = -272.12 + 452.17* (DSCNT_AMT) +
49.62*(DIGTL_DSCNT) + 365.49*(MIXNMTCH) +
257.39*(NOT_PROMOTED) + 848.28*(FRONT_PAGE) +
175.66*(IN_STORE)
● Wholesome Pantry - Store 385
○ Sales = 37.56 + (DSCNT_AMT)*14.15 + (DIGTL_DSCNT)*4.22
+ (MIXNMTCH)*20.3 - 7.36*(NOT_PROMOTED) -
16.76*(IN_PAGE_LARGE_PHOTO)
● Poultry - Store 501
○ Sales = 27.43 + 15.06*(DSCNT_AMT) +
23.34*(NOT_PROMOTED) + 503.29*(FRONT_PAGE) +
66.99*(IN_PAGE_SMALL_PHOTO)
Analysis & Interpretation
● Let us consider the equation of store 662, the highest seller in the cereal category.
○ Sales = -272.12 + 452.17* (DSCNT_AMT) + 49.62*(DIGTL_DSCNT) + 365.49*(MIXNMTCH) +
257.39*(NOT_PROMOTED) + 848.28*(FRONT_PAGE) + 175.66*(IN_STORE)
● We first establish a baseline for a Non promoted item. If a cereal item is not promoted
then the baseline is -272.12 + 257.39*(1) = -14.73, implying this will lead to a reduction in
sales by that amount over the time period.
● This model tell us that the most effective ad size in driving sales was a front page
promotion. Which means that if a cereal item was featured on the front page, it
effectively drove an increase in sales by -272.12 + 848.28*(1) = 576.16, over that time
period.
● We also see that the least effective discount type was a digital discount coupon. However
this could also be due to the fact that not many customers used digital coupons.
Similar Insights
● We can glean similar insights by looking at the models of store 385 and store 501, the
highest sellers in the wholesome pantry and poultry category respectively.
● Wholesome Pantry - Store 385:
○ Sales = 37.56 + (DSCNT_AMT)*14.15 + (DIGTL_DSCNT)*4.22 + (MIXNMTCH)*20.3 -
7.36*(NOT_PROMOTED) - 16.76*(IN_PAGE_LARGE_PHOTO)
○ This implies that for this store number, a non_promoted item used with a mix n match coupon was
most effective in driving sales of wholesome pantry products
● Poultry - Store 501:
○ Sales = 27.43 + 15.06*(DSCNT_AMT) + 23.34*(NOT_PROMOTED) + 503.29*(FRONT_PAGE) +
66.99*(IN_PAGE_SMALL_PHOTO)
○ Again, this potentially implies, that a front page promotion combined with a traditional discount
coupon was most effective in driving sales.
Recommendations
● Since the stores we used were top sellers within their respective product category, stores
with lower sales in those categories could potentially try to replicate the strategies of
those specific stores.
● For Cereals:
○ Discount Rank:
i. Traditional Discount
Coupon
ii. Mix N Match Coupon
iii. Digital Discount
Coupon
○ Ad Type Rank
i. Front Page Promotion
ii. No Promotion
iii. In Store Promotion
● For Wholesome Pantry:
○ Discount Rank:
i. Mix N Match Coupon
ii. Traditional Discount
Coupon
iii. Digital Discount
Coupon
○ Ad Type Rank
i. No Promotion
ii. In Page large photo
● For Poultry:
○ Discount Rank:
i. Traditional Discount
Coupon
○ Ad Type Rank
i. Front Page Promotion
ii. In Page small photo
iii. No promotion
Conclusion
● Some ad types or discount types may not be present in the final equation, this could be
because the model determined they are not significant enough to be in the model, or it
could also be because that item category did not have those ad types or discount types
running.
● Since it is a regression model, it can be applied onto many other subset variations of the
data to extrapolate and examine the results. For example, the model could be applied to
all sales of item_num=######## or even sales of top 25 items within a given category.
● There are multiple opportunities for further analysis in the future.
THANK YOU.

More Related Content

Similar to Analysis of Promotional & Advertising Effectiveness for Major Supermarket Chain

Elevating Your Amazon Retail Advance Strategy Part 5
Elevating Your Amazon Retail Advance Strategy Part 5Elevating Your Amazon Retail Advance Strategy Part 5
Elevating Your Amazon Retail Advance Strategy Part 5
Anand Singh
 
Optimizing Performance with Amazon Retail Advance Part 4
Optimizing Performance with Amazon Retail Advance Part 4Optimizing Performance with Amazon Retail Advance Part 4
Optimizing Performance with Amazon Retail Advance Part 4
Anand Singh
 
Ibs mmii- sessions-9-10
Ibs mmii- sessions-9-10Ibs mmii- sessions-9-10
Ibs mmii- sessions-9-10
Pooja Sakhla
 
Ibs mmii- sessions-9-10 - copy
Ibs mmii- sessions-9-10 - copyIbs mmii- sessions-9-10 - copy
Ibs mmii- sessions-9-10 - copy
Pooja Sakhla
 

Similar to Analysis of Promotional & Advertising Effectiveness for Major Supermarket Chain (20)

Elevating Your Amazon Retail Advance Strategy Part 5
Elevating Your Amazon Retail Advance Strategy Part 5Elevating Your Amazon Retail Advance Strategy Part 5
Elevating Your Amazon Retail Advance Strategy Part 5
 
Optimizing Performance with Amazon Retail Advance Part 4
Optimizing Performance with Amazon Retail Advance Part 4Optimizing Performance with Amazon Retail Advance Part 4
Optimizing Performance with Amazon Retail Advance Part 4
 
GU_SAP S4 HANA CLOUD_How to Create promotion and Sales deal.docx
GU_SAP S4 HANA CLOUD_How to Create promotion and Sales deal.docxGU_SAP S4 HANA CLOUD_How to Create promotion and Sales deal.docx
GU_SAP S4 HANA CLOUD_How to Create promotion and Sales deal.docx
 
Crash Course on Amazon Sponsored Brands & Sponsored Products
Crash Course on Amazon Sponsored Brands & Sponsored ProductsCrash Course on Amazon Sponsored Brands & Sponsored Products
Crash Course on Amazon Sponsored Brands & Sponsored Products
 
A WISE Segmentation Approach to Google Smart Shopping Ads
A WISE Segmentation Approach to Google Smart Shopping AdsA WISE Segmentation Approach to Google Smart Shopping Ads
A WISE Segmentation Approach to Google Smart Shopping Ads
 
The retail and online pricing game
The retail and online pricing gameThe retail and online pricing game
The retail and online pricing game
 
The 2019 Amazon Prime Day Expert Approach Series Tinuiti
The 2019 Amazon Prime Day Expert Approach Series TinuitiThe 2019 Amazon Prime Day Expert Approach Series Tinuiti
The 2019 Amazon Prime Day Expert Approach Series Tinuiti
 
MarketTrack
MarketTrackMarketTrack
MarketTrack
 
Ibs mmii- sessions-9-10
Ibs mmii- sessions-9-10Ibs mmii- sessions-9-10
Ibs mmii- sessions-9-10
 
Ibs mmii- sessions-9-10 - copy
Ibs mmii- sessions-9-10 - copyIbs mmii- sessions-9-10 - copy
Ibs mmii- sessions-9-10 - copy
 
Best practices for setting up business discounts.pdf
Best practices for setting up business discounts.pdfBest practices for setting up business discounts.pdf
Best practices for setting up business discounts.pdf
 
search engine marketing
search engine marketingsearch engine marketing
search engine marketing
 
How to Manage Buy 3 Get 1 Free in Odoo 17
How to Manage Buy 3 Get 1 Free in Odoo 17How to Manage Buy 3 Get 1 Free in Odoo 17
How to Manage Buy 3 Get 1 Free in Odoo 17
 
Promotion Analytics - Module 2: Model and Estimation
Promotion Analytics - Module 2: Model and EstimationPromotion Analytics - Module 2: Model and Estimation
Promotion Analytics - Module 2: Model and Estimation
 
how real-world companies price their products.
how real-world companies price their products.how real-world companies price their products.
how real-world companies price their products.
 
Apply Discount in Sales Order Odoo 15
Apply Discount in Sales Order Odoo 15Apply Discount in Sales Order Odoo 15
Apply Discount in Sales Order Odoo 15
 
Inventory Estimation Techniques
Inventory Estimation TechniquesInventory Estimation Techniques
Inventory Estimation Techniques
 
Sales budget
Sales budgetSales budget
Sales budget
 
Boots hair care sales promotion strategy
Boots hair care sales promotion strategyBoots hair care sales promotion strategy
Boots hair care sales promotion strategy
 
Amazon Sponsored Products & Brands Workshop
Amazon Sponsored Products & Brands WorkshopAmazon Sponsored Products & Brands Workshop
Amazon Sponsored Products & Brands Workshop
 

Recently uploaded

Mastering Affiliate Marketing: A Comprehensive Guide to Success
Mastering Affiliate Marketing: A Comprehensive Guide to SuccessMastering Affiliate Marketing: A Comprehensive Guide to Success
Mastering Affiliate Marketing: A Comprehensive Guide to Success
Abdulsamad Lukman
 

Recently uploaded (20)

10 Email Marketing Best Practices to Increase Engagements, CTR, And ROI
10 Email Marketing Best Practices to Increase Engagements, CTR, And ROI10 Email Marketing Best Practices to Increase Engagements, CTR, And ROI
10 Email Marketing Best Practices to Increase Engagements, CTR, And ROI
 
HOW TO HANDLE SALES OBJECTIONS | SELLING AND NEGOTIATION
HOW TO HANDLE SALES OBJECTIONS | SELLING AND NEGOTIATIONHOW TO HANDLE SALES OBJECTIONS | SELLING AND NEGOTIATION
HOW TO HANDLE SALES OBJECTIONS | SELLING AND NEGOTIATION
 
2024 Social Trends Report V4 from Later.com
2024 Social Trends Report V4 from Later.com2024 Social Trends Report V4 from Later.com
2024 Social Trends Report V4 from Later.com
 
[Expert Panel] New Google Shopping Ads Strategies Uncovered
[Expert Panel] New Google Shopping Ads Strategies Uncovered[Expert Panel] New Google Shopping Ads Strategies Uncovered
[Expert Panel] New Google Shopping Ads Strategies Uncovered
 
Optimizing Your Marketing with AI-Powered Prompts
Optimizing Your Marketing with AI-Powered PromptsOptimizing Your Marketing with AI-Powered Prompts
Optimizing Your Marketing with AI-Powered Prompts
 
The seven principles of persuasion by Dr. Robert Cialdini
The seven principles of persuasion by Dr. Robert CialdiniThe seven principles of persuasion by Dr. Robert Cialdini
The seven principles of persuasion by Dr. Robert Cialdini
 
Discover Ardency Elite: Elevate Your Lifestyle
Discover Ardency Elite: Elevate Your LifestyleDiscover Ardency Elite: Elevate Your Lifestyle
Discover Ardency Elite: Elevate Your Lifestyle
 
Distribution Ad Platform_ The Role of Distribution Ad Network.pdf
Distribution Ad Platform_ The Role of  Distribution Ad Network.pdfDistribution Ad Platform_ The Role of  Distribution Ad Network.pdf
Distribution Ad Platform_ The Role of Distribution Ad Network.pdf
 
Mastering Affiliate Marketing: A Comprehensive Guide to Success
Mastering Affiliate Marketing: A Comprehensive Guide to SuccessMastering Affiliate Marketing: A Comprehensive Guide to Success
Mastering Affiliate Marketing: A Comprehensive Guide to Success
 
Resumé Karina Perez | Digital Strategist
Resumé Karina Perez | Digital StrategistResumé Karina Perez | Digital Strategist
Resumé Karina Perez | Digital Strategist
 
Social Media Marketing Portfolio - Maharsh Benday
Social Media Marketing Portfolio - Maharsh BendaySocial Media Marketing Portfolio - Maharsh Benday
Social Media Marketing Portfolio - Maharsh Benday
 
SP Search Term Data Optimization Template.pdf
SP Search Term Data Optimization Template.pdfSP Search Term Data Optimization Template.pdf
SP Search Term Data Optimization Template.pdf
 
Cartona.pptx. Marketing how to present your project very well , discussed a...
Cartona.pptx.   Marketing how to present your project very well , discussed a...Cartona.pptx.   Marketing how to present your project very well , discussed a...
Cartona.pptx. Marketing how to present your project very well , discussed a...
 
How consumers use technology and the impacts on their lives
How consumers use technology and the impacts on their livesHow consumers use technology and the impacts on their lives
How consumers use technology and the impacts on their lives
 
The 9th May Incident in Pakistan A Turning Point in History.pptx
The 9th May Incident in Pakistan A Turning Point in History.pptxThe 9th May Incident in Pakistan A Turning Point in History.pptx
The 9th May Incident in Pakistan A Turning Point in History.pptx
 
The Impact Of Social Media Advertising.pdf
The Impact Of Social Media Advertising.pdfThe Impact Of Social Media Advertising.pdf
The Impact Of Social Media Advertising.pdf
 
TAM_AdEx-Cross_Media_Report-Banking_Finance_Investment_(BFSI)_2023.pdf
TAM_AdEx-Cross_Media_Report-Banking_Finance_Investment_(BFSI)_2023.pdfTAM_AdEx-Cross_Media_Report-Banking_Finance_Investment_(BFSI)_2023.pdf
TAM_AdEx-Cross_Media_Report-Banking_Finance_Investment_(BFSI)_2023.pdf
 
Best 5 Graphics Designing Course In Chandigarh
Best 5 Graphics Designing Course In ChandigarhBest 5 Graphics Designing Course In Chandigarh
Best 5 Graphics Designing Course In Chandigarh
 
The Art of sales from fictional characters.
The Art of sales from fictional characters.The Art of sales from fictional characters.
The Art of sales from fictional characters.
 
Aligarh Hire 💕 8250092165 Young and Hot Call Girls Service Agency Escorts
Aligarh Hire 💕 8250092165 Young and Hot Call Girls Service Agency EscortsAligarh Hire 💕 8250092165 Young and Hot Call Girls Service Agency Escorts
Aligarh Hire 💕 8250092165 Young and Hot Call Girls Service Agency Escorts
 

Analysis of Promotional & Advertising Effectiveness for Major Supermarket Chain

  • 1. Analysis of Promotional Effectiveness for Major Supermarket Chain Guided by Prof. Khasha Dehnad
  • 2. Data Understanding ● The datasets contained promotional and sales data from the time period of 1st April 2018 to 30th September 2018. ● Some of the attributes we will be using and their information are as follows ○ UPC_SCAN_QTY : The no. of units of that item that were sold in one transaction ○ TTL_SCAN_DLR_AMT: The sales of that item in dollar amount for the transaction ○ UPC_CAT_CODE: The product category that the item belongs to ○ DSCNT_AMT: The value of a discount coupon ○ DIGITL_DSCNT_AMT: The value of a digital discount coupon ○ MIXNMTCH_DSCNT_AMT: The value of a Mix n Match Coupon ○ AD_ITM_PRTY_CODE: The type of Ad size that was run for the item in the weekly ad brochure
  • 3. Data Preprocessing ● We also split the dataset based on the three categories of items that were sold, namely ○ Ready to Eat Cereal ○ Wholesome Pantry ○ Poultry ● The split was performed on the basis of the upc_cat_code. ● This would allow us to examine and analyze each category a bit more closely.
  • 4. Data Preprocessing ● Since the data is fragmented, we first concatenate the data in SAS to create our combined dataset. ● Also since AD_ITM_PRTY_CODE is a categorical variable with non-binary values, we create dummy variables to store the value for each category
  • 6. Analysis - Sales by Product Category
  • 7. Data Analysis ● For our analysis of promotional effectiveness, we decided to focus on the most successful stores in each of the 3 categories, to observe what kind of discount types and ad types proved to be the most effective in driving sales in that product category. ● Optimally some of their strategies could be replicated by other stores who are lacking in those categories. ● We selected the store with the highest sales in each area. ○ Cereals - Store 662 ○ Wholesome Pantry - Store 385 ○ Poultry - Store 501
  • 9. Cereal Sales and Ad sizes for Store 662
  • 10. Cereal Sales and Discount Types for Store 662
  • 11. Wholesome Pantry Sales and Ad Sizes for Store 385
  • 12. Wholesome Pantry Sales and discount types for Store 385
  • 13. Frozen Poultry Sales and advertisement trend for Store 501
  • 14. Frozen Poultry Sales and discount trend for Store 385
  • 15. Multiple Regression Model ● To analyze which variables are contributing towards sales in each category and their significance, we decided to run a multiple regression model using Dollar Salles (TTL_SCAN_DLR_AMT) as our target variable. ● We use the different discount types variables(DSCNT_AMT, DIGTL_DSCNT_AMT, MIXNMTCH_DSCNT_AMT) and Ad size variables (NOT_PROMOTED,IN_STORE, FRONT_PAGE etc.) as our independent variables. ● We also decided to use stepwise feature selection in our model to filter out insignificant variables. Using marketing analytics general practice, we set a 10% significance criteria for the attributes.
  • 16. Regression Models ● After running the models, we get the following equations for the 3 stores in their respective categories. ● Cereals - Store 662 ○ Sales = -272.12 + 452.17* (DSCNT_AMT) + 49.62*(DIGTL_DSCNT) + 365.49*(MIXNMTCH) + 257.39*(NOT_PROMOTED) + 848.28*(FRONT_PAGE) + 175.66*(IN_STORE) ● Wholesome Pantry - Store 385 ○ Sales = 37.56 + (DSCNT_AMT)*14.15 + (DIGTL_DSCNT)*4.22 + (MIXNMTCH)*20.3 - 7.36*(NOT_PROMOTED) - 16.76*(IN_PAGE_LARGE_PHOTO) ● Poultry - Store 501 ○ Sales = 27.43 + 15.06*(DSCNT_AMT) + 23.34*(NOT_PROMOTED) + 503.29*(FRONT_PAGE) + 66.99*(IN_PAGE_SMALL_PHOTO)
  • 17. Analysis & Interpretation ● Let us consider the equation of store 662, the highest seller in the cereal category. ○ Sales = -272.12 + 452.17* (DSCNT_AMT) + 49.62*(DIGTL_DSCNT) + 365.49*(MIXNMTCH) + 257.39*(NOT_PROMOTED) + 848.28*(FRONT_PAGE) + 175.66*(IN_STORE) ● We first establish a baseline for a Non promoted item. If a cereal item is not promoted then the baseline is -272.12 + 257.39*(1) = -14.73, implying this will lead to a reduction in sales by that amount over the time period. ● This model tell us that the most effective ad size in driving sales was a front page promotion. Which means that if a cereal item was featured on the front page, it effectively drove an increase in sales by -272.12 + 848.28*(1) = 576.16, over that time period. ● We also see that the least effective discount type was a digital discount coupon. However this could also be due to the fact that not many customers used digital coupons.
  • 18. Similar Insights ● We can glean similar insights by looking at the models of store 385 and store 501, the highest sellers in the wholesome pantry and poultry category respectively. ● Wholesome Pantry - Store 385: ○ Sales = 37.56 + (DSCNT_AMT)*14.15 + (DIGTL_DSCNT)*4.22 + (MIXNMTCH)*20.3 - 7.36*(NOT_PROMOTED) - 16.76*(IN_PAGE_LARGE_PHOTO) ○ This implies that for this store number, a non_promoted item used with a mix n match coupon was most effective in driving sales of wholesome pantry products ● Poultry - Store 501: ○ Sales = 27.43 + 15.06*(DSCNT_AMT) + 23.34*(NOT_PROMOTED) + 503.29*(FRONT_PAGE) + 66.99*(IN_PAGE_SMALL_PHOTO) ○ Again, this potentially implies, that a front page promotion combined with a traditional discount coupon was most effective in driving sales.
  • 19. Recommendations ● Since the stores we used were top sellers within their respective product category, stores with lower sales in those categories could potentially try to replicate the strategies of those specific stores. ● For Cereals: ○ Discount Rank: i. Traditional Discount Coupon ii. Mix N Match Coupon iii. Digital Discount Coupon ○ Ad Type Rank i. Front Page Promotion ii. No Promotion iii. In Store Promotion ● For Wholesome Pantry: ○ Discount Rank: i. Mix N Match Coupon ii. Traditional Discount Coupon iii. Digital Discount Coupon ○ Ad Type Rank i. No Promotion ii. In Page large photo ● For Poultry: ○ Discount Rank: i. Traditional Discount Coupon ○ Ad Type Rank i. Front Page Promotion ii. In Page small photo iii. No promotion
  • 20. Conclusion ● Some ad types or discount types may not be present in the final equation, this could be because the model determined they are not significant enough to be in the model, or it could also be because that item category did not have those ad types or discount types running. ● Since it is a regression model, it can be applied onto many other subset variations of the data to extrapolate and examine the results. For example, the model could be applied to all sales of item_num=######## or even sales of top 25 items within a given category. ● There are multiple opportunities for further analysis in the future.