Skip to main content
GET
List tracking pixels
GET /v1/tracking-pixel requires Tracking pixels: Read (tracking_pixels.view). Optional parameters are search, exact type, page_size, starting_after, and ending_before. Results are newest first and contain the same complete fields as Retrieve. Provider pixels have null code fields, while custom pixels have a null pixel_id. Pagination cursors use biq_pxl_... IDs.

Shared API behavior

Authentication is workspace-scoped; see Authentication. Errors use the standard envelope and request IDs described in Errors, and requests are subject to Rate limits. This endpoint uses cursor pagination; see Pagination.

Authorizations

Authorization
string
header
required

A workspace API key beginning with biqli_.

Query Parameters

Required string length: 1 - 255
type
enum<string>

Return only pixels with this exact type.

Available options:
facebook,
twitter,
google-tag-manager,
google-analytics,
adwords,
bing,
pinterest,
linkedin,
quora,
adroll,
nexus-segment,
custom
page_size
integer
default:50
Required range: 1 <= x <= 100
starting_after
string

Next-page public ID cursor; mutually exclusive with ending_before.

ending_before
string

Previous-page public ID cursor; mutually exclusive with starting_after.

Response

Pixel list.

pixels
object[]
required
pagination
object
required
status
string
required
Allowed value: "success"