prelanding

Create a prelanding destination

Add a destination to the traffic split.

post/api/prelanding-destinations

Request body

urlstring required

Absolute destination URL

weightinteger

Relative traffic share among active destinations

activeboolean

Whether the destination receives traffic

Example request

{
  "active": true,
  "url": "https://www.corabea.it/lp/come-scaricare-corabea/",
  "weight": 25
}

Response

Successful Response

idstring uuid required

Destination id

urlstring required

Absolute destination URL

codestring required

Short unique label grouping tracking events

weightinteger required

Relative traffic share among active destinations

activeboolean required

Whether the destination receives traffic

traffic_percentnumber required

Traffic share computed from active weights, 0 when inactive

activated_atstring date-time required

When the destination was first activated

created_atstring date-time required

Creation timestamp

updated_atstring date-time required

Last update timestamp

Changes