2025-10-31 12:19:40 +09:00

212 lines
5.1 KiB
JSON

{
"events": [
{
"eventId": "evt_2025012301",
"eventTitle": "신규 고객 환영 이벤트",
"storeId": "store_001",
"totalInvestment": 5000000,
"expectedRevenue": 15000000,
"status": "ACTIVE",
"startDate": "2025-01-23T00:00:00",
"endDate": "2025-02-23T23:59:59",
"createdAt": "2025-01-23T10:00:00"
},
{
"eventId": "evt_2025011502",
"eventTitle": "재방문 고객 감사 이벤트",
"storeId": "store_001",
"totalInvestment": 3500000,
"expectedRevenue": 7000000,
"status": "ACTIVE",
"startDate": "2025-01-15T00:00:00",
"endDate": "2025-02-15T23:59:59",
"createdAt": "2025-01-15T14:30:00"
},
{
"eventId": "evt_2025010803",
"eventTitle": "신년 특별 할인 이벤트",
"storeId": "store_001",
"totalInvestment": 2000000,
"expectedRevenue": 3000000,
"status": "COMPLETED",
"startDate": "2025-01-01T00:00:00",
"endDate": "2025-01-08T23:59:00",
"createdAt": "2024-12-28T09:00:00"
},
{
"eventId": "evt_2025020104",
"eventTitle": "2월 신메뉴 출시 기념",
"storeId": "store_001",
"totalInvestment": 2000000,
"expectedRevenue": 3000000,
"status": "DRAFT",
"startDate": "2025-02-01T00:00:00",
"endDate": "2025-02-28T23:59:00",
"createdAt": "2025-01-25T09:00:00"
}
],
"distributions": [
{
"eventId": "evt_2025012301",
"completedAt": "2025-01-23T12:00:00",
"channels": [
{
"channel": "우리동네TV",
"channelType": "TV",
"status": "SUCCESS",
"expectedViews": 5000,
"distributionCostRatio": 0.30
},
{
"channel": "지니TV",
"channelType": "TV",
"status": "SUCCESS",
"expectedViews": 10000,
"distributionCostRatio": 0.30
},
{
"channel": "링고비즈",
"channelType": "CALL",
"status": "SUCCESS",
"expectedViews": 3000,
"distributionCostRatio": 0.25
},
{
"channel": "SNS",
"channelType": "SNS",
"status": "SUCCESS",
"expectedViews": 2000,
"distributionCostRatio": 0.15
}
]
},
{
"eventId": "evt_2025011502",
"completedAt": "2025-02-01T12:00:00",
"channels": [
{
"channel": "우리동네TV",
"channelType": "TV",
"status": "SUCCESS",
"expectedViews": 3500,
"distributionCostRatio": 0.30
},
{
"channel": "지니TV",
"channelType": "TV",
"status": "SUCCESS",
"expectedViews": 7000,
"distributionCostRatio": 0.30
},
{
"channel": "링고비즈",
"channelType": "CALL",
"status": "SUCCESS",
"expectedViews": 2000,
"distributionCostRatio": 0.25
},
{
"channel": "SNS",
"channelType": "SNS",
"status": "SUCCESS",
"expectedViews": 1500,
"distributionCostRatio": 0.15
}
]
},
{
"eventId": "evt_2025010803",
"completedAt": "2025-01-15T12:00:00",
"channels": [
{
"channel": "우리동네TV",
"channelType": "TV",
"status": "SUCCESS",
"expectedViews": 1500,
"distributionCostRatio": 0.30
},
{
"channel": "지니TV",
"channelType": "TV",
"status": "SUCCESS",
"expectedViews": 3000,
"distributionCostRatio": 0.30
},
{
"channel": "링고비즈",
"channelType": "CALL",
"status": "SUCCESS",
"expectedViews": 1000,
"distributionCostRatio": 0.25
},
{
"channel": "SNS",
"channelType": "SNS",
"status": "SUCCESS",
"expectedViews": 500,
"distributionCostRatio": 0.15
}
]
}
],
"participants": [
{
"eventId": "evt_2025012301",
"participantRange": {
"start": 1,
"end": 100
},
"channelWeights": {
"SNS": 45,
"우리동네TV": 25,
"지니TV": 20,
"링고비즈": 10
}
},
{
"eventId": "evt_2025011502",
"participantRange": {
"start": 51,
"end": 100
},
"channelWeights": {
"SNS": 45,
"우리동네TV": 25,
"지니TV": 20,
"링고비즈": 10
}
},
{
"eventId": "evt_2025010803",
"participantRange": {
"start": 71,
"end": 100
},
"channelWeights": {
"SNS": 45,
"우리동네TV": 25,
"지니TV": 20,
"링고비즈": 10
}
},
{
"eventId": "evt_2025020104",
"participantRange": {
"start": 0,
"end": 0
},
"channelWeights": {
"SNS": 0,
"우리동네TV": 0,
"지니TV": 0,
"링고비즈": 0
}
}
],
"config": {
"channelBudgetRatio": 0.50,
"participantIdPrefix": "user",
"participantIdPadding": 3
}
}