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 GuideWhat You Can Answer With This Table
- What's the sentiment breakdown of comments on my posts? — use
sentiment,comment_text, group bysentiment- Which comments are high risk and need review? — use
risk,comment_text,visibility_status, filterrisk = 'high'- Which posts or pages get the most comment activity? — use
post_idorpage_id,comment_id, group bypost_idorpage_id- Which comments have been hidden or deleted, and by whom? — use
visibility_status,visibility_changed_by,visibility_changed_atBefore You Query
- This table is not time-series. No
event_datefilter is needed. Usecreated_atif you want to narrow to when comments were posted.Key Relationships
Table Join Key What the Join Enables Social Media Posts post_idPost content, CTA details, and publisher info for the commented post. Social Media Pages page_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.
Dimensions
Dimensions are immutable properties that can be used for grouping data.
Title | ID | Type | Description |
|---|---|---|---|
Channel |
| string | The channel where the comment was published. Example values: |
Comment ID |
| string | The ID of the comment. Example value: |
Comment Text |
| string | The text content of the comment. Example value: |
Created Date |
| string | The time the comment was created. Formatted according to the ISO 8601 international standard. Example value: |
Page ID |
| string | The ID of the page. Example value: |
Post ID |
| string | The ID of the post. Example value: |
| string | The risk level assessment of the comment. Example values: | |
| string | The sentiment analysis result for the comment. Example values: | |
| string | The topic or category classification of the comment. Example values: | |
User ID |
| string | The ID of the user that made the comment. Example value: |
User Name |
| string | The name of the user that made the comment. Example value: |
| string | The timestamp of the last visibility status change. Example value: | |
| string | Who changed the visibility status of the comment. Example values: | |
| string | The visibility status of the comment. Example values: |
Updated about 6 hours ago