Skip to main content
Version: v3

Get conversion pixels

GET 

/ad-publishing/facebook/pixels

Retrieve Facebook conversion pixels for a location. For the FACEBOOK channel, without limit the response is { items, total }; when limit is provided (max 100) the response is a paginated { items, paging } envelope — pass after (from paging.next) to fetch the next batch. By default each item is returned in full; pass projection (comma-separated) to return only the requested fields, chosen from createdAt, fbIsCrmPixel, fbPixelCode, fbPixelId, name, type (any other value is rejected).

Request

Responses

An \{ items, total \} object (default), or an \{ items, paging \} envelope when `limit` is provided