Initial commit: Business Case Automation with Excel generation
This commit is contained in:
61
config.json
Normal file
61
config.json
Normal file
@@ -0,0 +1,61 @@
|
||||
{
|
||||
"user_data": {
|
||||
"first_name": "Denisa",
|
||||
"last_name": "Cirstea",
|
||||
"company_name": "Footprints AI",
|
||||
"email": "denisa@example.com",
|
||||
"phone": "+40 712 345 678",
|
||||
"store_name": "Media Romania",
|
||||
"country": "Romania",
|
||||
"starting_date": "2025-02-01",
|
||||
"duration": 36,
|
||||
"store_types": ["convenience", "supermarket", "hypermarket"],
|
||||
"open_days_per_month": 26,
|
||||
|
||||
"convenience_store_type": {
|
||||
"stores_number": 120,
|
||||
"monthly_transactions": 900000,
|
||||
"has_digital_screens": true,
|
||||
"screen_count": 300,
|
||||
"screen_percentage": 70,
|
||||
"has_in_store_radio": true,
|
||||
"radio_percentage": 60,
|
||||
"open_days_per_month": 26
|
||||
},
|
||||
|
||||
"supermarket_store_type": {
|
||||
"stores_number": 80,
|
||||
"monthly_transactions": 450000,
|
||||
"has_digital_screens": true,
|
||||
"screen_count": 200,
|
||||
"screen_percentage": 50,
|
||||
"has_in_store_radio": true,
|
||||
"radio_percentage": 80,
|
||||
"open_days_per_month": 26
|
||||
},
|
||||
|
||||
"hypermarket_store_type": {
|
||||
"stores_number": 5,
|
||||
"monthly_transactions": 60000,
|
||||
"has_digital_screens": false,
|
||||
"screen_count": 0,
|
||||
"screen_percentage": 0,
|
||||
"has_in_store_radio": true,
|
||||
"radio_percentage": 100,
|
||||
"open_days_per_month": 26
|
||||
},
|
||||
|
||||
"on_site_channels": ["Homepage Banners", "Search Results", "Category Pages"],
|
||||
"website_visitors": 1200000,
|
||||
"app_users": 350000,
|
||||
"loyalty_users": 500000,
|
||||
|
||||
"off_site_channels": ["Social Display", "Programmatic Video", "Search Ads"],
|
||||
"facebook_followers": 250000,
|
||||
"instagram_followers": 180000,
|
||||
"google_views": 4200000,
|
||||
"email_subscribers": 300000,
|
||||
"sms_users": 220000,
|
||||
"whatsapp_contacts": 150000
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user