Key-value pairs that are included in the playlist delivery
When creating these key-value pairs, be sure to adhere to the following guidance:
- Key (
{param}) can contain letters, numbers, and the punctuation characters: ., _ , -
- Key cannot start with a number or punctuation character
- Key cannot contain spaces
- Do not use reserved names for custom parameters, reserved names include:
feedid, kind, playlist
- Do not use any existing non-custom parameter names, for example:
title, description, author, etc.
Valid custom playlist parameters can be specified multiple times.
WARNING: Custom parameters that use a reserved name or an existing name are not guaranteed to be included in the output from the Delivery API.
If a parameter already exists in the database, it will be updated with the new value. If a parameter name starts with -, a matching parameter with the same name (but without the leading -) will be deleted from the database.