Skip to content

Meta Ads Entities and Fields

The Meta Ads connector works with the following entities, each containing a set of fields — both standard attributes and computed metrics.

Entity Overview

Ad Account (account)

The Meta Ads ad account. The root entity for all other data.

Main fields: id, name, account_id, currency, timezone_name, account_status

Relations: contains campaigns, linked to Facebook pages and Instagram accounts.

Campaign (campaign)

An ad campaign with budget settings and an objective.

Main fields:

  • id — unique campaign identifier
  • name — campaign name
  • objective — objective (CONVERSIONS, REACH, LINK_CLICKS, etc.)
  • daily_budget — daily budget (in cents, converted by dividing by 100)
  • lifetime_budget — total budget (in cents)
  • status — status (ACTIVE, PAUSED, DELETED, ARCHIVED)

Filtering: by campaign.name and campaign.id

Ad Set (adset)

An Ad Set within a campaign with its own budget and targeting settings.

Main fields:

  • id — unique identifier
  • name — ad set name
  • campaign_id — ID of the parent campaign
  • daily_budget — daily budget (in cents)
  • lifetime_budget — total budget (in cents)
  • status — ad set status

Filtering: by adset.name and adset.id

Ad (ad)

An individual ad with creatives.

Main fields:

  • id — unique identifier
  • name — ad name
  • adset_id — ID of the parent ad set
  • creative — creative ID
  • status — ad status

Creative fields (enrichment):

  • thumbnail_url — thumbnail URL
  • image_url — full-size image URL
  • video_id — video identifier
  • body — ad copy
  • link_url — destination link
  • object_url — object URL
  • title — ad title
  • media_type — media type: video or image

Filtering: by ad.name and ad.id

Statistics (insights)

Performance metrics retrieved via the Graph API /insights endpoint.

Main fields:

  • date_start, date_stop — statistics period
  • All metrics are combined into a single request as a comma-separated list

Default period: last_30d (available: today, yesterday, last_7d, last_30d)

Facebook Page (page)

A Facebook Page linked to the user.

Main fields: id, name, category, access_token

Relation: can be linked to an Instagram Business Account.

Instagram Account (instagram_account)

An Instagram account linked to a Facebook Page.

Main fields:

  • account_id — Instagram account ID
  • name — display name
  • username — Instagram username
  • page_id — ID of the linked Facebook Page
  • page_name — name of the linked page
  • page_access_token — page access token

Data Fields

KeyNameTypeEntityFilterableSortable
campaign_nameCampaign namestringcampaignYesYes
campaign_idCampaign IDstringcampaignYesNo
adset_nameAd set namestringadsetYesYes
adset_idAd set IDstringadsetYesNo
ad_nameAd namestringadYesYes
ad_idAd IDstringadYesNo
account_idAccount IDstringaccountYesNo
account_nameAccount namestringaccountYesYes
dateDatedateinsightsYesYes
objectiveObjectivestringcampaignYesNo
campaign_budgetCampaign budgetcurrencycampaignYesYes
adset_budgetAd set budgetcurrencyadsetYesYes
thumbnail_urlThumbnailurladNoNo
bodyAd copystringadNoNo
linkLinkurladNoNo
download_urlCreative URLurladNoNo
video_idVideo IDstringadNoNo
media_typeMedia typestringadYesNo
spendSpendcurrencyinsightsYesYes
impressionsImpressionsnumberinsightsYesYes
clicksClicksnumberinsightsYesYes
ctrCTRpercentinsightsYesYes
cpcCPCcurrencyinsightsYesYes
cpmCPMcurrencyinsightsYesYes
reachReachnumberinsightsYesYes
frequencyFrequencynumberinsightsYesYes

Working with Fields: Nuances

Budget Fields

The daily_budget and lifetime_budget fields come from the Meta API in cents. LightLead automatically converts them to real currency by dividing by 100:

campaign_budget = daily_budget / 100

Creative Fields

Creative fields (thumbnail_url, body, link, download_url, video_id) are enriched via a separate API request. If enrichment fails, the main data is preserved, but creative fields may be missing — see Limitations.

Date Fields

The date field in statistics uses the YYYY-MM-DD format. The period is defined via date_start and date_stop. The last_30d range is used by default.

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