Social Media Posts Table
social_media_posts_table
The Social Media Posts table catalogs posts published to connected social media pages, including post content, publishing status, CTA details, and platform-provided context. One row per post.
Table GuideWhat You Can Answer With This Table
- What has been published on my connected social pages recently? — use
post_text,publisher_name,created_at, filter bychannelorpage_id- Which posts are live vs. unpublished? — use
is_published,post_text- What CTAs are being used across my posts? — use
cta_type,cta_url, group bycta_type- How is post activity split across channels and publishers? — use
channel,publisher_name,type, group as neededBefore You Query
- This table is not time-series. No
event_datefilter is needed. Usecreated_atorupdated_atif you want to narrow to a time range.Key Relationships
Table Join Key What the Join Enables Social Media Pages page_idPage-level engagement and reach metrics (impressions, views, fan adds) plus page metadata (name, category, permalink). Social Media Comments post_idComment content, sentiment, visibility status, and risk assessment on each post. When to Use a Different Table
- For daily engagement and reach metrics on your pages → use Social Media Pages. This table covers post content and publishing activity, not aggregated page performance.
- For comments on your posts → use Social Media Comments.
- For public mentions of your brand on other accounts' posts → use Social Media Mentions. This table only contains posts you published on your own connected pages.
Dimensions
Dimensions are immutable properties that can be used for grouping data.
Title | ID | Type | Description |
|---|---|---|---|
Channel |
| string | The channel where the post was published. Example values: |
Created Date |
| timestamp | The time the post was created. Formatted according to the ISO 8601 international standard. Example value: |
Call-to-Action Type |
| string | The type of call-to-action configured for the post. Example values: |
Call-to-Action URL |
| string | The URL linked to the call-to-action button on the post. Example value: |
Event |
| string | A platform-generated text string providing extra context about the post, such as page updates or location check-ins. Example values: |
Is Published |
| boolean | Indicates whether the post is currently published and visible on the page. Possible values: |
Page ID |
| string | The ID of the page. Example value: |
Post ID |
| string | The ID of the post. Example value: |
Post Permalink |
| string | The permanent link to the post on the social platform. Example value: |
Post Text |
| string | The text content of the post. Example value: |
Publisher ID |
| string | The ID of the user, page, group, or event that published the post. Example value: |
Publisher Name |
| string | The name of the user, page, group, or event that published the post. Example values: |
Post Type |
| string | The format of the post, indicating what kind of media or action it includes. Example values: |
Updated Date |
| timestamp | The time the post was last updated. Formatted according to the ISO 8601 international standard. Example value: |
Updated about 6 hours ago