| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- {
- "$schema": "analysis-request-v1",
- "clientId": "",
- "clientName": "",
- "createdAt": null,
- "updatedAt": null,
- "mode": "",
- "products": [
- {
- "_comment": "以下是产品数据结构示例,实际使用时删除此项",
- "productId": "p1",
- "inputType": "amazon_url",
- "platform": "amazon",
- "originalInput": "https://www.amazon.com/dp/B0DRYQTZNM",
- "originalName": "",
- "originalUrl": "",
- "asin": "B0DRYQTZNM",
- "bridgedAsin": null,
- "bridgedFromPlatform": null,
- "bridgedSearchKeyword": null,
- "title": "",
- "category": "",
- "price": null,
- "rating": null,
- "reviewCount": null,
- "status": "pending",
- "analysisResults": {
- "voiceClassification": null,
- "painPointInsight": null,
- "featureSatisfaction": null,
- "scenarioDashboard": null
- }
- },
- {
- "_comment": "天猫桥接产品示例",
- "productId": "p2",
- "inputType": "tmall_url",
- "platform": "tmall",
- "originalInput": "https://detail.tmall.com/item.htm?id=939630256227",
- "originalName": "全身气动按摩床垫",
- "originalUrl": "https://detail.tmall.com/item.htm?id=939630256227",
- "asin": null,
- "bridgedAsin": "B0XXXXXX",
- "bridgedFromPlatform": "tmall",
- "bridgedSearchKeyword": "air pressure massage mattress",
- "title": "Amazon上对标产品的标题",
- "category": "Massage Equipment",
- "price": null,
- "rating": null,
- "reviewCount": null,
- "status": "pending",
- "analysisResults": {
- "voiceClassification": null,
- "painPointInsight": null,
- "featureSatisfaction": null,
- "scenarioDashboard": null
- }
- }
- ],
- "selectedDimensions": {
- "categoryLandscape": false,
- "competitorComparison": false,
- "reviewVoc": false,
- "socialMedia": false,
- "userPersona": false,
- "fullReport": false
- },
- "vocSubDimensions": {
- "voiceClassification": true,
- "painPointInsight": true,
- "featureSatisfaction": true,
- "scenarioDashboard": true
- },
- "productGroups": [
- {
- "_comment": "产品分组示例",
- "groupId": "g1",
- "categoryKeyword": "massage mattress",
- "categoryLabel": "按摩床垫",
- "amazonDomain": 1,
- "productIds": ["p1", "p2"],
- "status": "pending"
- }
- ],
- "executionStatus": {
- "totalProducts": 0,
- "completedProducts": 0,
- "currentProductIndex": 0,
- "currentGroupIndex": 0,
- "overallProgress": 0
- }
- }
|