Pixels (Facebook, TikTok, etc.)

Create a pixel

Create a pixel with Facebook Pixel Id, EAAG token and an optional comment.

post/api/v1/pixel

Request body

pixelstring required
tokenstring required
commentstring nullable
pixelType'tiktok' | 'facebook' | 'google' | 'twitter' required

Example request

{
  "comment": "This is an example comment. All data, including pixel ID and EAAG, is a sample",
  "pixel": "32643637483211",
  "pixel_type": "facebook",
  "token": "EAAGm0PX4ZBEBAGqZC1ZC8Jg1ZBZA0nE8Kv1gE0VZBZB8ZBnbZC2qZC5RXX1rZB5eAZDZD"
}

Response

Resource created successfully.

detailstring

Changes