analysis-request.json 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "$schema": "analysis-request-v1",
  3. "clientId": "",
  4. "clientName": "",
  5. "createdAt": null,
  6. "updatedAt": null,
  7. "mode": "",
  8. "products": [
  9. {
  10. "_comment": "以下是产品数据结构示例,实际使用时删除此项",
  11. "productId": "p1",
  12. "inputType": "amazon_url",
  13. "platform": "amazon",
  14. "originalInput": "https://www.amazon.com/dp/B0DRYQTZNM",
  15. "originalName": "",
  16. "originalUrl": "",
  17. "asin": "B0DRYQTZNM",
  18. "bridgedAsin": null,
  19. "bridgedFromPlatform": null,
  20. "bridgedSearchKeyword": null,
  21. "title": "",
  22. "category": "",
  23. "price": null,
  24. "rating": null,
  25. "reviewCount": null,
  26. "status": "pending",
  27. "analysisResults": {
  28. "voiceClassification": null,
  29. "painPointInsight": null,
  30. "featureSatisfaction": null,
  31. "scenarioDashboard": null
  32. }
  33. },
  34. {
  35. "_comment": "天猫桥接产品示例",
  36. "productId": "p2",
  37. "inputType": "tmall_url",
  38. "platform": "tmall",
  39. "originalInput": "https://detail.tmall.com/item.htm?id=939630256227",
  40. "originalName": "全身气动按摩床垫",
  41. "originalUrl": "https://detail.tmall.com/item.htm?id=939630256227",
  42. "asin": null,
  43. "bridgedAsin": "B0XXXXXX",
  44. "bridgedFromPlatform": "tmall",
  45. "bridgedSearchKeyword": "air pressure massage mattress",
  46. "title": "Amazon上对标产品的标题",
  47. "category": "Massage Equipment",
  48. "price": null,
  49. "rating": null,
  50. "reviewCount": null,
  51. "status": "pending",
  52. "analysisResults": {
  53. "voiceClassification": null,
  54. "painPointInsight": null,
  55. "featureSatisfaction": null,
  56. "scenarioDashboard": null
  57. }
  58. }
  59. ],
  60. "selectedDimensions": {
  61. "categoryLandscape": false,
  62. "competitorComparison": false,
  63. "reviewVoc": false,
  64. "socialMedia": false,
  65. "userPersona": false,
  66. "fullReport": false
  67. },
  68. "vocSubDimensions": {
  69. "voiceClassification": true,
  70. "painPointInsight": true,
  71. "featureSatisfaction": true,
  72. "scenarioDashboard": true
  73. },
  74. "productGroups": [
  75. {
  76. "_comment": "产品分组示例",
  77. "groupId": "g1",
  78. "categoryKeyword": "massage mattress",
  79. "categoryLabel": "按摩床垫",
  80. "amazonDomain": 1,
  81. "productIds": ["p1", "p2"],
  82. "status": "pending"
  83. }
  84. ],
  85. "executionStatus": {
  86. "totalProducts": 0,
  87. "completedProducts": 0,
  88. "currentProductIndex": 0,
  89. "currentGroupIndex": 0,
  90. "overallProgress": 0
  91. }
  92. }