Ads API •References / pixel-measurement / Update pixel
Update pixel
Update an existing pixel.
Request
- business_idstring [uuid]RequiredA unique identifier for the entity. Example:ce4ff15e-f04d-48b9-9ddf-fb3c85fbd57a
- pixel_idstringRequiredA unique identifier for a pixel. Example:cd2f1480ba3d4f9b9c5a39893c0def91
- domainstring [uri]The URL you would like to track Example:"https://www.spotify.com"
- namestringThe name of the pixel. Example:"Spotify"
Response
The pixel was updated successfully.
- idstringRequiredRead onlyA unique identifier for a pixel. Supported content-type(s):Example:"cd2f1480ba3d4f9b9c5a39893c0def91"
- domainstring [uri]The URL you would like to track Example:"https://www.spotify.com"
- namestringThe name of the pixel. Example:"Spotify"
- created_atstring [date-time]Read onlyDate 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_atstring [date-time]Read onlyDate 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"}