Social Media Comments Table

social_media_comments_table

The Social Media Comments table captures user comments made on your connected social media pages and posts, including visibility status, topic, sentiment, and risk assessment. One row per comment.

📋

Table Guide

What You Can Answer With This Table

  • What's the sentiment breakdown of comments on my posts? — use sentiment, comment_text, group by sentiment
  • Which comments are high risk and need review? — use risk, comment_text, visibility_status, filter risk = 'high'
  • Which posts or pages get the most comment activity? — use post_id or page_id, comment_id, group by post_id or page_id
  • Which comments have been hidden or deleted, and by whom? — use visibility_status, visibility_changed_by, visibility_changed_at

Before You Query

  • This table is not time-series. No event_date filter is needed. Use created_at if you want to narrow to when comments were posted.

Key Relationships

TableJoin KeyWhat the Join Enables
Social Media Postspost_idPost content, CTA details, and publisher info for the commented post.
Social Media Pagespage_idPage metadata and daily engagement metrics (impressions, reach, fans) for the page the comment is on.

When to Use a Different Table

  • For post content or publishing activity (not comments) → use Social Media Posts.
  • For page-level engagement (impressions, reach, follower changes) → use Social Media Pages.
  • For public mentions of your brand on accounts you don't own → use Social Media Mentions. This table is limited to comments on your own connected pages and posts.

View the full Triple Whale Data Ontology →

Dimensions

Dimensions are immutable properties that can be used for grouping data.

Title

ID

Type

Description

Channel

channel

string

The channel where the comment was published.

Example values: meta-analytics, twitter-social

Comment ID

comment_id

string

The ID of the comment.

Example value: 530861436559487_731664866264638

Comment Text

comment_text

string

The text content of the comment.

Example value: Love this design! Do you ship internationally?

Created Date

created_at

string

The time the comment was created. Formatted according to the ISO 8601 international standard.

Example value: 2025-07-16 04:32:29

Page ID

page_id

string

The ID of the page.

Example value: 123456789012345

Post ID

post_id

string

The ID of the post.

Example value: 120347795274735_430061436559488

risk

string

The risk level assessment of the comment.

Example values: low, medium, high

sentiment

string

The sentiment analysis result for the comment.

Example values: positive, negative, neutral

topic

string

The topic or category classification of the comment.

Example values: product_inquiry, shipping, complaint

User ID

user_id

string

The ID of the user that made the comment.

Example value: 24237031855927250

User Name

user_name

string

The name of the user that made the comment.

Example value: Jane Smith

visibility_changed_at

string

The timestamp of the last visibility status change.

Example value: 2025-07-16 04:32:29

visibility_changed_by

string

Who changed the visibility status of the comment.

Example values: user, system

visibility_status

string

The visibility status of the comment.

Example values: visible, hidden, deleted