Sets the tracking strategy of the mailing with the provided id. Valid values are: ‘highest-permission’, ‘none’, ‘anonymous’, or ‘single-recipient’.

Example

POST https://api.maileon.com/1.0/mailings/1/settings/trackingstrategy
Content-type: application/vnd.maileon.api+xml
Accept: application/vnd.maileon.api+xml; charset=utf-8
Authorization: [XXX]

<?xml version="1.0" encoding="UTF-8"?>
<tracking_strategy>none</tracking_strategy>

Status: 204 No Content