xml - Mailchimp listing only one RSS-Item -
i have problem extending page rss-feed able start rss-to-email campaign mailchimp.
according w3c-validator feed fine, mailchimp accquires first item in feed instead of four.
the feed: http://odessa.duschko.de/de/ticketshop-v2/rss
any suggestions? in advance!
try adding pubdate
-- publication date -- items. optional item rss, it's valid without, mailchimp requires it, believe.
if you're coding feed in php, bear in mind php's date formatting constants helpfully include date_rss
/datetime::rss
.
mailchimp has an example rss feed shown in 1 of support articles -- if you're still having problems, compare feed example.
also, note (from here):
when first set rss campaign show last post example if haven't added article in few days. if first send, we'll send posts 24 hours before campaign activated daily, last 7 days weekly, , past 30 days monthly.
so i'm sure that's why 1 of posts showing -- because there's no publication date on of them, mailchip showing first 1 finds example.
Comments
Post a Comment