Skip to content

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:

PeriodDescription
todayCurrent day
yesterdayYesterday
last_7dLast 7 days
last_30dLast 30 days

Metric Filter ​

Filtering by numeric metric values:

OperatorExample
GREATER_THANpage_impressions > 1000
LESS_THANpage_reach < 500
EQUALpage_fans = 10000
NOT_EQUALpage_fan_adds != 0

Combining Filters ​

Filters are combined using logical AND/OR operators:

page_impressions > 1000 AND page_reach > 500

Limitations ​

  • 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

Maintained by the LightLead Documentation Team · Last verified: 2026-07-25