Comment

Event Type: comment

  • comment[* Object Comment]: Comment Information
    • comment_id[* String]: Comment-Object ID
    • comment_type[String]: Comment-Object Type, enumeration
      • merchandise
      • feed
      • article
      • comment
      • other
    • author_account_id[String]: Author Account ID of Comment-Object, Empty when Comment-Object is not created by users. Example: merchandise
    • comment_text[String]: Comment-Text
    • comment_images[Array String]: Comment-Images, Comment Images URL array
{
    "comment": {
        "comment_id": "NHDKDOMO837",
        "comment_type": "feed",
        "author_account_id": "123456",
        "comment_text": "Good",
        "comment_images": [
            "https://tdfeed.com/a.jpg"
        ]
    }
}