DOMO
Learn how to send Pendula data to DOMO for analysis and reporting
-
How to access your Pendula Activity Sync data in Domo
Activity Sync data that is stored in an Amazon S3 bucket can be accessed by analytics tools. These tools can be us...
-
<% 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 %> <% }); %>
<% }); %>