서버 메시지
WebSocket 서버에서 수신한 메시지
연결 확인됨{
"type": "connected",
"message": "Connected successfully...",
"available_commands": ["subscribe", "unsubscribe", "list_subscriptions"],
"view_mode": "full"
}
구독이 확정되었습니다{
"type": "subscribed",
"channel": "Shopify",
"channel_id": "a1b2c3d4-..."
}
기술 감지 메시지{
"type": "message",
"channel": "Shopify",
"channel_id": "a1b2c3d4-...",
"data": {
"channel_name": "Shopify",
"website_domain": "example.com",
"epoch_secs": 1770508800
}
}
상태 변경 (구독 등급 변경){
"type": "status_change",
"view_mode": "full",
"message": "Your subscription has been upgraded. You now have full data access."
}
오류 메시지{
"type": "error",
"message": "Technology 'unknown-tech' not found"
}
메시지 필드| 필드 | 설명 |
|---|
type | 메시지 유형: 연결됨, 구독됨, 구독 취소됨, 메시지, 상태 변경됨, 오류, 정보 |
channel | 친근한 채널 이름(예: 'Shopify', '새로운') |
channel_id | 내부 채널 ID(기술 GUID 또는 '새로운') |
data | 채널 이름, 웹사이트 도메인 및 에포크 초를 포함하는 탐지 페이로드 |
website_domain | 기술이 감지된 영역(체험판 사용자의 정보는 삭제됨) |
epoch_secs | 탐지 요청이 대기열에 추가된 시점의 유닉�� 에포크 타임스탬프(초) |
view_mode | 유료 구독자는 '전체' 버전을, 체험판 사용자는 '일부 내용 삭제됨(체험/미리보기)' 버전을 이용할 수 있습니다. |