> For the complete documentation index, see [llms.txt](https://docs.quanti.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.quanti.io/connectors/marketing-connectors/instagramorganic.md).

# Instagram Business

<a href="https://dbdiagram.io/e/69443544e4bb1dd3a996a990/69443574e4bb1dd3a996ae40" class="button primary" data-icon="table-tree">Prebuilt reports and definition</a>

***

## Prerequisites

Before connecting Instagram Business to QUANTI, ensure you have:

* **Instagram Business Account**: Your Instagram account must be converted to a Business or Creator account
* **Facebook Page Connection**: Your Instagram Business account must be linked to a Facebook Page
* **Facebook Business Manager**: Access to Facebook Business Manager with appropriate permissions
* **Active Instagram Profile**: Your profile must have published content to retrieve insights

***

## Setup Instructions

{% stepper %}
{% step %}

#### Authorize Facebook Connection

* Click on **Connect to Instagram Business**
* You will be redirected to Facebook's authorization page (Instagram uses Facebook's authentication)
* Log in with your Facebook account credentials
* Review and accept the requested permissions for Instagram data access
* Click **Continue** to grant access
  {% endstep %}

{% step %}

#### **Connector Information**

* **Connector Name**: Define a unique name for your connector
* **Dataset ID**: Specify the BigQuery dataset ID where tables will be created
  * The dataset will be created automatically if it doesn't exist
* Click **Next**
  {% endstep %}

{% step %}

#### Select Instagram Business Account(s)

* After authorization, you'll see a list of your Instagram Business accounts linked to your Facebook Pages
* Select the account(s) you want to connect to QUANTI
* You can select multiple accounts to track organic content from different Instagram profiles
* Click **Next**
  {% endstep %}

{% step %}

#### Select Prebuilt reports

* Review the available Prebuilt reports (see section below for details)
* All tables are selected by default - you can deselect tables you don't need
* Recommended: Keep all tables enabled for complete Instagram performance tracking
* Click **Next**
  {% endstep %}

{% step %}

#### Finish setup

* Define a sync period and a lookback window - Click save
* For the first sync, you have the following options:
  * Activate auto-sync for recurring syncs based on your sync settings by clicking the switch button
  * Launch a historical data recovery by choosing your desired dates in the historical data tab
  * Launch a manual sync immediately by clicking the Sync now button
* Wait for the sync to complete. Then navigate to your data warehouse to verify that tables are populated
* Check the connector dashboard for sync status and any potential errors
  {% endstep %}
  {% endstepper %}

***

## Prebuilt reports

* **Account\_info**: Basic information about Instagram Business accounts including username, profile data, followers, and media counts.
* **Media\_posts**: All media posts (photos, videos, carousels, reels) published on Instagram with captions, timestamps, and media details.
* **Daily\_account\_insights**: Daily aggregated account-level metrics including impressions, reach, profile views, and follower growth.
* **Lifetime\_media\_insights**: Lifetime engagement metrics for individual media posts including reach, impressions, engagement actions, and saved count.
* **Daily\_stories**: Instagram Stories published with timestamps and media URLs (24-hour availability).
* **Lifetime\_story\_insights**: Lifetime performance metrics for Stories including impressions, reach, replies, and exit rates.
* **Daily\_reel\_insights**: Daily performance metrics for Instagram Reels including plays, reach, likes, comments, shares, and saves.

***

<a href="https://dbdiagram.io/e/69443544e4bb1dd3a996a990/69443574e4bb1dd3a996ae40" class="button primary" data-icon="table-tree">Prebuilt reports and definition</a>

***

## Notes

* **Data Refresh**: Instagram Business data is typically updated once per day
* **Historical Limitations**: Instagram's API has limitations on historical data retrieval. Account insights are limited to the last 30 days, while media insights are available for the lifetime of the post
* **`follower_count` limitation**: The Instagram API only serves the `follower_count` metric for the last 30 days, excluding the current day. For historical data recovery beyond this window, `follower_count` will be absent — all other metrics (reach, profile views, website clicks, interactions) are collected normally.
* **Stories Limitations**: Stories data is only available for 24 hours after publication. Historical stories data cannot be retrieved after this period
* **Lifetime vs Daily Metrics**: Media and story insights are lifetime/cumulative metrics, while account insights and reel insights are aggregated daily
* **Media Types**: The connector supports all Instagram media types: photos, videos, carousels (albums), reels, and IGTV
* **API Rate Limits**: Instagram enforces strict rate limits on API requests. QUANTI automatically manages these limits to ensure reliable data extraction
* **Engagement Metrics**: Some engagement metrics (like saves) are only available for Business accounts, not Creator accounts
* **Reels Detection**: Only posts identified as Reels content will appear in the `daily_reel_insights` table

***

## Troubleshooting

<details>

<summary>Connection Issues</summary>

* Verify that your Instagram account is converted to a Business or Creator account
* Ensure your Instagram account is properly linked to a Facebook Page
* Check that your Facebook Business Manager has the necessary permissions
* Verify that API permissions haven't been revoked in Facebook settings

</details>

<details>

<summary>Missing Data</summary>

* Account insights are only available for the last 30 days
* Stories data is only available for 24 hours after publication
* Some metrics may not be available for all media types (e.g., video-specific metrics for photos)
* Private accounts or unpublished posts won't be included
* Archived posts may have limited metrics available

</details>

<details>

<summary>Need Help?</summary>

Contact QUANTI support at <support@quanti.io> or consult our comprehensive documentation at [https://docs.quanti.io](https://docs.quanti.io/)

</details>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.quanti.io/connectors/marketing-connectors/instagramorganic.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
