Social Media Comments Table
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 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: |
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 15 days ago