v1
latestOpenAPI 3.1.02026-07-26374172.5 KBPixels
Create a new pixel
Generates unique identifier for a pixel that is installed on the advertiser's website.
post/measurement/pixels
Request body
Example request
{
"measurementPixel": {
"crmBrandId": "brand_0123456789abcdef",
"name": "My Pixel"
}
}Response
OK
Example response
{
"measurementPixel": {
"id": "0123456789abcdef",
"name": "Attribution Pixel",
"brand": {
"crmBrandId": "brand_0123456789abcdef",
"name": "ACME Corp., Inc."
}
}
}