Social Media Pages Table
social_media_pages_table
The Social Media Pages table contains daily engagement and reach metrics for connected social media pages, including impressions (paid, viral, unique), views, and fan adds/removes. One row per page per day.
Table GuideWhat You Can Answer With This Table
- How is page reach trending? — use
impressions,impressions_unique,views_total, group byevent_date- How much of my reach is paid vs. viral? — use
impressions_paid,impressions_viral,impressions- What's my net follower change over a period? — use
fan_adds,fan_removes, group byevent_date- How do different pages compare on engagement? — use
impressions,video_views,fan_adds, group bypage_nameorchannelBefore You Query
- Required field:
event_date- Each row is per page per day. To see totals across a date range, aggregate (
SUM(impressions), etc.) or group byevent_datefor daily trends.Key Relationships
Table Join Key What the Join Enables Social Media Posts page_idPost content, publishing activity, and CTA details for posts on the page. Social Media Comments page_idComments made on the page, including sentiment, risk, and visibility status. When to Use a Different Table
- For individual post content and publishing activity → use Social Media Posts. This table only has page-level metrics, not per-post detail.
- For comments on your pages or posts → use Social Media Comments.
- For public mentions of your brand on accounts you don't own → use Social Media Mentions.
Dimensions
Dimensions are immutable properties that can be used for grouping data.
Title | ID | Type | Description |
|---|---|---|---|
Event Date |
| date | The date the event occurred. Based on the shop time zone at the moment of the event (or the user time zone, if no sales platform is connected). |
Event Day |
| date | The day the event occurred. Derived from |
Event Week |
| date | The Sunday of the week during which the event occurred. Derived from |
Event Month |
| date | The month during which the event occurred. Derived from |
Event Quarter |
| date | The first month of the quarter during which the event occurred. Derived from |
Event Year |
| date | The year during which the event occurred. Derived from |
About |
| string | A short description of the page, often provided by the business or creator. Example value: |
Category |
| string | The business category assigned to the page. Example values: |
Channel |
| string | The channel where the page was published. Example values: |
Cover URL |
| string | The URL of the page's cover image. Example value: |
Image URL |
| string | The URL of the page's profile image. Example value: |
Page ID |
| string | The ID of the page. Example value: |
Page Name |
| string | The name of the social media page. Example values: |
Page Permalink |
| string | The permanent link to the page. Example value: |
Website |
| string | The website URL associated with the page. Example values: |
Measures
Measures are numeric fields that can be aggregated and/or combined to calculate new metrics.
| Title | ID | Type | Description |
|---|---|---|---|
| Fan Adds | fan_adds | numeric | The number of new fans (followers) who followed the page during the selected period. |
| Fan Removes | fan_removes | numeric | The number of fans (followers) who unfollowed the page during the selected period. |
| Impressions | impressions | numeric | The total number of times any content from or about the page was shown on a user's screen, including posts, ads, stories, mentions, and shares. Includes repeat exposures. |
| Paid Impressions | impressions_paid | numeric | The total number of times paid content from the page, such as ads or boosted posts, was shown on a user's screen. Includes repeat exposures. |
| Unique Impressions | impressions_unique | numeric | The number of unique users who saw any content from or about the page during the selected period. |
| Viral Impressions | impressions_viral | numeric | The number of times content from the page was displayed to users through social interactions, such as shares, mentions, or recommendations. |
| Video Views | video_views | numeric | The number of times videos were viewed on the page during the selected period. |
| Total Views | views_total | numeric | The total number of times users visited the page itself during the selected period, including repeat visits. |
Updated about 6 hours ago