주 콘텐츠로 건너뛰기
Support
탐색 메뉴 토글
GitHub
Integration Docs
DevSource
문의 등록
로그인
How can we help?
검색
AppDiscovery
유저 획득, 어트리뷰션, 최적화 & 크리에이티브
MAX
미디에이션, 인앱 비딩, 모범사례
기타
결제 및 지급
Featured articles
광고 스펙
베이직 리포팅 API (Basic Reporting API)
오디언스 타게팅 API (Audience Targeting API)
트래킹 개요
URL 매크로 트래킹
앱러빈 계정에 어떻게 사용자를 추가합니까?
2단계 인증과 관련된 일반적인 문제 해결
AppLovin 수익금 정산 FAQ
미디에이션을 사용하고 있는데 앱러빈을 어떻게 최우선 순위에 올려 놓을 수 있습니까?
Popular searches:
<% categories.forEach(function(category) { %>
<%= category.name %>
<% }); %>
카테고리
<% 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 %>
탐색 메뉴 토글
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<% if (category.isActive) { %> <%= partial('partial-section-list-sections', { parent: category, sections: category.sections, maxSections: maxSections, partial: partial }) %> <% } %>
<% }); %>
카테고리
카테고리
<% 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 %>
<% }); %>
<% } %>
<% }); %>
<% } %>
<% var isSubsection = parent.hasOwnProperty('parent_section_id') %> <% 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) { %>
더보기
<% } %>
<% } %>