Reporting Suite
View the history of all experiences and messages sent by Pendula
-
History
Quick links All experiences All outbound messages All inbound messages Filters Exporting In History, you can view...
-
Reporting Point
Quick links Settings Best practices The Reporting Point node allows you to contribute a conversion value every ti...
-
<% sections.forEach(function(section) { %>
-
<%= partial('partial-article-list-sections', {
id: 'section-' + section.id,
parentId: '#' + id,
sections: section.sections,
activeCategoryId: activeCategoryId,
activeSectionId: activeSectionId,
activeArticleId: activeArticleId,
partial: partial
}) %>
<% if (section.articles.length) { %>
-
<% section.articles.forEach(function(article) { %>
- <%= article.title %> <% }); %>
<% }); %>