Appearance
Fetch a single tracking tag (Meta Pixel)
Returns the full tag record including the base-code code snippet, lastFiredTime, ownerBusinessId, isUnavailable, etc. Meta only (platform metaads); other platforms return 405.
GET /v1/accounts/{accountId}/tracking-tags/{tagId}
Returns the full tag record including the base-code code snippet, lastFiredTime, ownerBusinessId, isUnavailable, etc. Meta only (platform metaads); other platforms return 405.
Parameters
accountId(path, string) requiredtagId(path, string) required — Pixel id.
Responses
200 — Tracking tag fetched
platform(string) (enum: metaads)tag($ref)
401
403 — Ads access required (Ads add-on on legacy plans, included on usage-based plans), or the Meta token lacks ads permissions (reconnect required).
404 — Account or tracking tag not found.
405 — Platform does not support fetching a tracking tag.