Tracking pixels
List tracking pixels
Search, filter, and paginate workspace tracking pixels.
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
A workspace API key beginning with biqli_.
Query Parameters
Required string length:
1 - 255Return only pixels with this exact type.
Available options:
facebook, twitter, google-tag-manager, google-analytics, adwords, bing, pinterest, linkedin, quora, adroll, nexus-segment, custom Required range:
1 <= x <= 100Next-page public ID cursor; mutually exclusive with ending_before.
Previous-page public ID cursor; mutually exclusive with starting_after.

