v1

latestOpenAPI 3.1.02026-07-26374172.5 KB
Pixels

List pixels

Returns all Pixels a client is authorized to see. Can be filtered by crm_brand_ids[]

get/measurement/pixels

Query parameters

crm_brand_ids[]string[]

These are the IDs of the advertiser in your CRM system.

Response

OK

Example response

{
  "measurementPixels": [
    {
      "id": "0123456789abcdef",
      "name": "Attribution Pixel",
      "brand": {
        "crmBrandId": "brand_0123456789abcdef",
        "name": "ACME Corp., Inc."
      }
    }
  ],
  "meta": {
    "pagination": {
      "currentPage": 1,
      "totalPages": 3,
      "count": 25
    }
  }
}
All 37 operations