Social Media Comments Table (BETA)
social_media_comments_table
The Social Media Comments table stores user comments made on connected social media pages and posts. Querying this table lets you analyze audience engagement, track comment activity across platforms, and better understand how users interact with your content.
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 value: |
Comment ID |
| string | The unique identifier assigned to the comment by the platform. 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 unique identifier assigned to the page by the platform. Example value: |
Post ID |
| string | The unique identifier assigned to the post by the platform. Example value: |
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: |
Updated about 21 hours ago