Skip to main content
Toggle navigation menu
Back to website
Community
Sign in
<% var activeCategory = categories.filter(function(category) { return category.isActive || category.id === activeCategoryId })[0] %>
<% categories.forEach(function(category, index) { %> <% var firstSection = sections.filter(function(section) { return section.category_id === category.id })[0] %> <% var firstArticle = articles.filter(function(article) { return firstSection && article.section_id === firstSection.id })[0] || category %> <% var isActive = activeCategory && activeCategory.id === category.id %>
<%= category.name %>
<% }); %>
Overview
General
I see an “App isn’t a Microsoft‑verified app” warning – is this harmful to my computer?
What is RewardGum?
Who owns RewardGum?
Does the RewardGUM app use my CPU/GPU or access personal data?
How is RewardGum different from other offerwalls?
Is RewardGum free to use?
See all 11 articles
RewardGUM
How do I create an account on RewardGum?
How do I earn money on RewardGum?
How do become a RewardGum member to gain full offers access with our Windows and Android app?
Can multiple people use RewardGum from the same household?
My payment didn’t arrive, what should I do?
What are the available payment methods and processing time?
See all 10 articles
Rules, Abuse & Account Issues
Why was my account suspended or banned?
What behavior is not allowed on RewardGum?
Can I have more than one account?
Referral Program
Who can join our Referral Program?
What are the minimum requirements to consider a referral eligible for payment? What is considered a qualified installation?
What are the rates?
I live outside of the USA, can I benefit from USA rates?
Why do rates vary between countries?
How are the referral program rewards calculated and rewarded?
See all 7 articles
People also searcher for:
<% if (previousArticle || nextArticle) { %>
<% if (previousArticle) { %>
Previous article
<%= previousArticle.title %>
<% } %> <% if (nextArticle) { %>
Next article
<%= nextArticle.title %>
<% } %>
<% } %>
<% if (items.length > 1) { %>
In this article
<% items.forEach(function(item) { %>
<%= item.name %>
<%= partial('partial-table-of-contents', { items: item.children, partial: partial }) %>
<% }); %>
<% } %>
<% if (items.length) { %>
<% items.forEach(function(item) { %>
<%= item.name %>
<%= partial('partial-table-of-contents', { items: item.children, partial: partial }) %>
<% }); %>
<% } %>
<% var maxSections = 5 %>
Toggle navigation menu
<% categories.forEach(function(category, index) { %> <% if (category.id === activeCategoryId) { %> <%= partial('partial-article-list-sections', { id: 'category-' + category.id, parent: category, sections: category.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, maxSections: maxSections, partial: partial }) %> <% } %> <% }) %>
<% var maxSections = 5 %>
Toggle navigation menu
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-section-list-sections', { id: 'category-' + category.id, parent: category, sections: category.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, maxSections: maxSections, partial: partial }) %>
<% }); %>
Toggle navigation menu
Categories
<% categories.forEach(function(category) { %>
<%= category.name %>
<% }); %>
<% var isSubsection = parent.hasOwnProperty('parent_section_id'); %> <% if (sections.length) { %>
<% sections.forEach(function(section) { %>
<% if (isSubsection) { %>
<%= section.name %>
<% } else { %>
<%= section.name %>
<% } %> <%= partial('partial-article-list-sections', { id: 'section-' + section.id, parent: section, sections: section.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, maxSections: maxSections, partial: partial }) %> <% if (section.articles.length && !isSubsection) { %>
<% 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', { id: 'section-' + section.id, parent: section, sections: section.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, maxSections: maxSections, partial: partial }) %>
<% }); %> <% if (sections.length > maxSections) { %>
See more
<% } %>
<% } %>