Skip to main content
Toggle navigation menu
Glossary
Submit a request
Sign in
Categories
Resource Center
Search
Ascend
Advertiser Knowledge Base
Integrations
Integrations
Required Update: Ascend x Shopify App
tvScientific Integration Guide
Shopping Cart and Tag Manager Integration Guides
Adobe Launch Guide
Affluent Integration Guide for Advertisers and Agencies
Afflytics Integration Guide
Daasity Integration Guide
Domo Integration Guide
Funnel Integration Guide
Glew Integration Instructions
Google Tag Manager Community Template Guide
Measured Integration Guide
Rockerbox Integration Guide
Shopify App Installation User Guide
Salesforce Commerce Cloud Integration (SGJC Controllers) Guide v1.0
Salesforce Commerce Cloud Integration (SFRA) Guide v20.1.2
Salesforce Commerce(Demandware) Integration(SFRA) Guide v1.1
Signal Integration Guide
Stitch Integration Guide
Wizaly Integration Guide
Popular searches:
,
Can't find what you're looking for?
Our team of experts is here to help
Contact us
Categories
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-article-list-sections', { id: 'category-' + category.id, parentId: '#sidebar-article-navigation', sections: category.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %>
<% }); %>
<% var maxSections = 5 %>
Toggle navigation menu
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-section-list-sections', { parent: category, sections: category.sections, maxSections: maxSections, partial: partial }) %>
<% }); %>
<% if (categories.length) { %>
Categories
<% categories.forEach(function(category) { %>
<%= category.name %>
<% }); %>
<% } %>
<% if (sections.length) { %>
<% sections.forEach(function(section) { %>
<%= section.name %>
<%= 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 %>
<% }); %>
<% } %>
<% }); %>
<% } %>
<% if (sections.length) { %>
<% sections.slice(0, maxSections).forEach(function(section) { %>
<%= section.name %>
<%= partial('partial-section-list-sections', { parent: section, sections: section.sections, maxSections: maxSections, partial: partial }) %>
<% }); %> <% if (sections.length > maxSections) { %>
See more
<% } %>
<% } %>