cURL
curl --request POST \ --url https://api.aimtell.com/prod/pixels/{idSite} \ --header 'Content-Type: application/json' \ --header 'X-Authorization-Api-Key: <api-key>' \ --data ' { "name": "<string>" } '
{ "result": "success", "message": "Succesfully added pixel.", "id": 123 }
Creates a cross domain tracking pixel
Website ID
Name of the pixel
200
"success"
"Succesfully added pixel."
123