- 印刷する
MUSINSA internal API
- 印刷する
(LEGACY) 이벤트 결과
REQUEST
GET https://papi.shoplive.cloud/v1/statistics/6mnefY1z9lK0vZlsduRp/event/{campaignKeyOrId}
RESPONSE
CampaignEventResult
Variable | Type | Description |
---|---|---|
campaignId | int64 | campaign id |
campaignKey | string | campaign key |
title | string | campaign title |
eventResults | list<EventResult> | event results |
EventResult
Variable | Type | Description |
---|---|---|
popupResourceId | int64 | popup id |
title | string | popup title |
eventImageUrl | string | event image url |
eventTitle | string | event title |
eventDescription | string | description |
announcedAt | int64 (timestamp) | announce time |
winners | list<EventWinners> | winners |
EventWinners
Variable | Type | Description |
---|---|---|
createdAt | int64 (timestamp) | |
users | list<EventWinner> | winners |
EventWinner
Variable | Type | Description |
---|---|---|
uid | int64 | uid generated automatically by shoplive |
userId | string | userId set by a customer |
name | string | name set by a customer |
chatMessage | string |
(LEGACY) 퀴즈 결과
REQUEST
GET https://papi.shoplive.cloud/v1/statistics/6mnefY1z9lK0vZlsduRp/quiz/{campaignKeyOrId}
RESPONSE
CampaignQuizResult
Variable | Type | Description |
---|---|---|
campaignId | int64 | campaign id |
campaignKey | string | campaign key |
title | string | campaign title |
quizResults | list<QuizResult> | quiz results |
QuizResult
Variable | Type | Description |
---|---|---|
popupResourceId | int64 | popup id |
title | string | popup title |
question | string | quiz question |
winners | list<QuizWinners> | winners |
QuizWinners
Variable | Type | Description |
---|---|---|
createdAt | int64 (timestamp) | |
users | list<QuizWinner> | quiz winners |
QuizWinner
Variable | Type | Description |
---|---|---|
uid | int64 | uid generated automatically by shoplive |
userId | string | userId set by a customer |
name | string | name set by a customer |
gender | string | gender set by a customer |
age | int32 | age set by a customer |
dwellTime | int32 | total dwell time in milliseconds in the live event |
구매인증 결과
REQUEST
GET https://papi.shoplive.cloud/v1/statistics/6mnefY1z9lK0vZlsduRp/purchase/{campaignKeyOrId}
RESPONSE
CampaignEventResult
이벤트 결과와 응답 형태가 거의 동일하나
EventWinner
에 verificationText 필드가 추가로 세팅됩니다.Variable
Type
Description
uid
int64
uid generated automatically by shoplive
userId
string
userId set by a customer
name
string
name set by a customer
gender
string
gender set by a customer
age
int32
age set by a customer
verificationText
string
verification text set by a user
추첨 이벤트 결과
REQUEST
GET https://papi.shoplive.cloud/v1/statistics/6mnefY1z9lK0vZlsduRp/draw/{campaignKeyOrId}
RESPONSE
CampaignEventResult
이벤트 결과와 응답이 동일합니다.