prelanding

Update a prelanding destination

Partially update url, code, weight or active flag of a destination.

patch/api/prelanding-destinations/{destination_id}

Path parameters

destination_idstring uuid required

Request body

urlstring nullable

Absolute destination URL

weightinteger nullable

Relative traffic share among active destinations

activeboolean nullable

Whether the destination receives traffic

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

No recorded changes to this endpoint across all 1 revision of this API.