cURL
curl --request GET \ --url https://api.aimtell.com/prod/pixels/{idSite} \ --header 'X-Authorization-Api-Key: <api-key>'
[ { "id": 123, "idSite": 179, "name": "Tracking Pixel", "value": "{\"event_category\":\"video\",\"event_action\":\"watched\",\"event_label\":\"promo\",\"event_value\":2}", "active": "1", "createdAt": "2021-01-15 22:26:16" }, { "id": 456, "idSite": 179, "name": "Pixel 2", "value": "{\"event_category\":\"Item\",\"event_action\":\"Purchased\",\"event_label\":\"shoes\",\"event_value\":\"10\"}", "active": "1", "createdAt": "2021-01-15 22:26:16" } ]
Fetches the cross domain tracking pixels for a website
Documentation IndexFetch the complete documentation index at: https://developers.aimtell.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://developers.aimtell.com/llms.txt
Use this file to discover all available pages before exploring further.
Website ID
200