Social Media Brand Mentions Table
social_media_brand_mentions_table
The Social Media Brand Mentions table captures public posts referencing your brand via tracked keywords, hashtags, or direct mentions, including author metadata and conversation context. One row per mention.
Table GuideWhat You Can Answer With This Table
- How many brand mentions am I getting, and by which keyword or hashtag? — use
matched_keyword,mention_type, group bymatched_keywordormention_type- What's the sentiment of brand mentions over time? — use
sentiment,event_date, group byevent_dateandsentiment- Which topics are driving mentions? — use
topic,mention_text, group bytopic- Who is mentioning my brand, and how often? — use
author_username,author_name, group byauthor_username- Which mentions start a thread vs. reply to an existing one? — use
is_thread_starter,reply_to_post_id,conversation_idBefore You Query
- This table is not time-series. No
event_datefilter is required. Useevent_dateorcreated_atif you want to narrow to when the mentioning post was created.post_idandreply_to_post_idrefer to posts by other accounts (the ones mentioning your brand). They do not join to the Social Media Posts table, which only contains posts on your own connected pages.When to Use a Different Table
- For posts you published on your own connected pages → use Social Media Posts. This table only contains public posts by other accounts mentioning your brand.
- For comments made directly on your posts → use Social Media Comments.
- For page-level reach and engagement on your own pages → use Social Media Pages.
Dimensions
Dimensions are immutable properties that can be used for grouping data.
Title | ID | Type | Description |
|---|---|---|---|
Event Date |
| date | The date the post containing the mention was created. 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 |
Author ID |
| string | The ID of the user that made the mention. Example value: |
Author Name |
| string | The name of the user that made the mention. Example value: |
Author Username |
| string | The username of the user that made the mention. Example value: |
Channel |
| string | The channel where the post containing the mention was published. Example values: |
Conversation ID |
| string | The ID of the conversation that the mention is in. Example value: |
Created Date |
| timestamp | The time the post containing the mention was created. Formatted according to the ISO 8601 international standard. Example value: |
In Reply to User ID |
| string | The ID of the user that the mention is replying to. Example value: |
Is Thread Starter |
| boolean | Indicates whether the post that the mention is in is the first in a thread. Possible values: |
Matched Keyword |
| string | The keyword that was matched in the mention. Example values: |
Mention Text |
| string | The text content of the mention. Example value: |
Mention Type |
| string | The type of mention. Example values: |
Mentioned Post ID |
| string | The ID of the post that the mention is in. Example value: |
Mentioned Post Permalink |
| string | The permanent link to the post containing the mention on the social platform. Example value: |
Reply to Post ID |
| string | The ID of the post that the mention is replying to. Example value: |
Sentiment |
| string | The sentiment of the mention. Example values: |
Topic |
| string | The topic of the mention. Example value: |
Mentioned User ID |
| string | The ID of the user who was mentioned. Example value: |
Updated 1 day ago