Meta Pages Filters
The Meta Pages connector supports filtering data at the API request level to narrow the sample down to relevant data.
Supported Filters
Page Filter
Filtering by Facebook Page ID or name.
Operators: EQUAL, NOT_EQUAL
Example: selecting a specific page out of several available ones.
Period Filter
Standard preset periods:
| Period | Description |
|---|---|
today | Current day |
yesterday | Yesterday |
last_7d | Last 7 days |
last_30d | Last 30 days |
Metric Filter
Filtering by numeric metric values:
| Operator | Example |
|---|---|
GREATER_THAN | page_impressions > 1000 |
LESS_THAN | page_reach < 500 |
EQUAL | page_fans = 10000 |
NOT_EQUAL | page_fan_adds != 0 |
Combining Filters
Filters are combined using logical AND/OR operators:
page_impressions > 1000 AND page_reach > 500Limitations
- Filters are applied before data is retrieved from the API
- Not all metrics support filtering at the API level
- For complex filtering, use post-processing in LightLead