Mailchimp 仅列出一个 RSS 项目
我在使用 RSS-Feed 扩展我的页面以便能够使用 Mailchimp 启动 RSS 到电子邮件活动时遇到问题。
根据 w3c-validator 的说法,我的提要很好,但 mailchimp 仅获取提要中的第一项,而不是全部四个。
提要:http://odessa.duschko.de/de/ticketshop-v2/rss
任何建议? 提前致谢!
I have a problem extending my page with an RSS-Feed to be able to start an RSS-to-email campaign with Mailchimp.
According to the w3c-validator my feed is fine, but mailchimp accquires only the first item in the feed instead of all four.
The feed: http://odessa.duschko.de/de/ticketshop-v2/rss
Any suggestions?
Thanks in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
尝试向您的项目添加
pubDate
(发布日期)。这是 RSS 的可选项目,因此没有它也是有效的,但我相信 Mailchimp 需要它。如果您自己使用 PHP 编写提要,请记住 PHP 的日期格式常量 有助于包括
DATE_RSS
/DateTime::RSS
。Mailchimp 还具有 他们的一篇支持文章中显示的示例 RSS 提要 - 如果您仍然遇到问题,请将您的提要与该示例进行比较。
另外,请注意(来自
所以我相当确定这就是您的一篇文章出现的原因 - 因为其中任何一篇文章都没有发布日期,Mailchip 只是向您展示它找到的第一个文章作为示例。
Try adding a
pubDate
-- publication date -- to your items. This is an optional item for RSS, so it's valid without, but Mailchimp requires it, I believe.If you're coding the feed yourself in PHP, bear in mind that PHP's date formatting constants helpfully include
DATE_RSS
/DateTime::RSS
.Mailchimp also has an example RSS feed shown in one of their Support articles -- if you're still having problems, compare your feed to that example.
Also, note (from here):
So I'm fairly sure that's why one of your posts is showing up -- because there's no publication date on any of them, Mailchip is just showing you the first one it finds as an example.
另一件需要注意的事情是提要之前是否运行过。例如,每天上午 9 点发送。
如果您预览对设计的编辑,它将仅显示尚未发送的新故事。
Another thing to watch for is if the feed has been run before. e.g a daily send going out at 9 am.
If you preview an edit to the design it will only show new stories that haven't been sent out.