RSS Campaigns have additional merge tags allowing campaigns to be customized using the content of the feed.
Variables
Tag | Description |
---|---|
| Title of the feed's most recent item. |
| Link (URL) of the feed's most recent item. |
| Description of the feed's most recent item. |
| Publish date of the feed's most recent item. |
RSS Items
Use the *|RSSITEMS:|*
merge tag to format and output content for the last 10 items in your RSS feed.
Example:
*|RSSITEMS:|*
<p>
<a href="*|RSSITEM:LINK|*">
*|DATE_FORMAT:'%Y-%m-%d', RSSITEM:PUB_DATE|* -
*|RSSITEM:TITLE|*
</a>
<br>
*|SAFE:RSSITEM:DESCRIPTION|*
</p>
*|END:RSSITEMS|*
Variables
The following variables are available within an *|RSSITEMS:|*
block:
Tag | Description |
---|---|
| Title of the current RSS item. |
| Link (URL) of the current RSS item. |
| Description of the current RSS item. |
| Publish date of the current RSS item. |
Updated 3 months ago