Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
{
 "response":{
  "status":"OK",
  "beacons":[
   {
    "id":"1",
    "name":"My pixel",
    "settings":null,
    "hasRules":false,
    "type":"smart_pixel"
   }, {...}
   ]
  }
}

 


POST /tracking/beacon

Description

...

Code Block
{
  "response":{
  "status":"OK",
  "published":true,
  "beacon":{
    "id":"2",
    "name":"My second pixel"
   }
  }
}

...


DELETE /tracking/beacon

Description

...

NameTypeRequiredDescription
idintYThe pixel id

...


GET /tracking/beacon-code

...