RSS retrieve and display options

The number of items that the system retrieves from the RSS feed and the number of items that are displayed in an email is configured by default. However, you can edit the RSS retrieve and display options to suit your marketing objectives.

You can specify the following options in the Content Connector or in the script that defines the RSS connection.

What to retrieve from the RSS feed

The connection retrieves the most recent RSS items in the feed. By default, the connection matches the number of items that are retrieved to the number of items that are displayed in the message. If you do not specify a maximum number to display, the connection retrieves and displays all available items on the RSS feed.

Optionally, you can retrieve only items that were added to the RSS feed within a specified range of hours, days, weeks, or months.

In the RSS script, specify the range with the dateRange attribute.

Minimum number of RSS items required to send messages

Optionally, you can prevent the system from transmitting the message unless a minimum number of items have been added to the RSS feed since the last time the message that contains the connection was sent. You set the minimum requirement for each RSS connection separately. If the message contains multiple RSS connections, all the connections must satisfy their specific minimum requirement. If at least one connection does not satisfy its minimum requirement, the system does not send the message.

In the script, specify the minimum required number of items with the sendMin attribute.

Maximum number of RSS items displayed in each message

Specify a limit to how many RSS items display in the message. By default, the connection displays 5 items.

If you attempt to configure the connection to retrieve more items than you specify as the maximum to display in the message, the system retrieves only enough of the most recently added items needed to reach the specified maximum limit.

If you clear this option, all items available in the feed are displayed in the message. If you sent the message before, the system displays all the items added to the feed since the last time the message was sent.

In the script, specify the number to display with the maxRows attribute.