Tags
Provides a read-only interface to access hashtags and tagged media metadata, including related posts, captions, and tagging users. This view aids in analyzing user-generated tags and community trends and requires the instagram_basic and instagram_manage_comments permissions for access.
Select
The driver processes all filters on this table client-side within itself.
Columns
| Name | Type | Description |
| Id [KEY] | String | A system-generated unique identifier that represents an individual tag record within the database. |
| Username | String | The Instagram handle of the user who created the content associated with the tag. This is used to attribute content to the correct profile. |
| Caption | String | The full text caption accompanying the media, which can include hashtags, mentions, and descriptive text entered by the user. |
| ComentsCount | Int | The total number of comments submitted by other users on the media item associated with this tag. |
| LikeCount | Int | The total number of likes received by the media item, indicating engagement and popularity among viewers. |
| MediType | String | The type of media associated with the tag can be specified, with common values such as image or video. |
| MediUrl | String | The direct Uniform Resource Locator (URL) where the media asset (image or video) can be accessed. This URL typically points to a content delivery network. |
| UserId | String | The unique identifier for the user who owns or posted the media content, used internally for relational mapping. |
| Timestamp | Datetime | The exact date and time when the media was created or posted, represented in Coordinated Universal Time (UTC) to ensure consistency across time zones. |
| InstagramBusinessAccountId | String | The unique identifier assigned to the connected Instagram business account. This links the media to a specific business entity for analytics and reporting. |