Skip to content
Ads API •References / pixel-measurement / Update pixel

Update pixel

Update an existing pixel.

Request

  • business_id
    string [uuid]
    Required

    A unique identifier for the entity.

    Example: ce4ff15e-f04d-48b9-9ddf-fb3c85fbd57a
  • pixel_id
    string
    Required

    A unique identifier for a pixel.

    Example: cd2f1480ba3d4f9b9c5a39893c0def91
  • domain
    string [uri]

    The URL you would like to track

    Example: "https://www.spotify.com"
  • name
    string

    The name of the pixel.

    Example: "Spotify"

Response

The pixel was updated successfully.

  • id
    string
    Required
    Read only

    A unique identifier for a pixel.

    Supported content-type(s): Example: "cd2f1480ba3d4f9b9c5a39893c0def91"
  • domain
    string [uri]

    The URL you would like to track

    Example: "https://www.spotify.com"
  • name
    string

    The name of the pixel.

    Example: "Spotify"
  • created_at
    string [date-time]
    Read only

    Date the entity was created. Time should be in ISO 8601 format using Coordinated Universal Time (UTC) with a zero offset: YYYY-MM-DDTHH:MM:SSZ

    Supported content-type(s): Example: "2026-01-23T04:56:07Z"
  • updated_at
    string [date-time]
    Read only

    Date the entity was updated. Time should be in ISO 8601 format using Coordinated Universal Time (UTC) with a zero offset: YYYY-MM-DDTHH:MM:SSZ

    Supported content-type(s): Example: "2026-01-23T04:56:07Z"

Response sample

{  "id": "cd2f1480ba3d4f9b9c5a39893c0def91",  "domain": "https://www.spotify.com",  "name": "Spotify",  "created_at": "2026-01-23T04:56:07Z",  "updated_at": "2026-01-23T04:56:07Z"}