Skip to content
Open
Show file tree
Hide file tree
Changes from 19 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/api/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: SaaSquatch REST API
title: REST API
highlights: Our REST API lets you build your own custom logic on top of your referral program. The [API reference](/api/methods) includes details about using all the methods of the SaaSquatch REST API.
slug: api
sectionType: apiReference
Expand Down
1 change: 1 addition & 0 deletions content/guides/commonPitfallsBestPractices.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ highlights: Many common Referral SaaSquatch integration problems can be easily a
slug: bestpractices/common-pitfalls
sectionType: guide
template: article.html
robots : noindex, nofollow
Comment thread
DerekSiemens marked this conversation as resolved.
Outdated
---

### Using the wrong account_id
Expand Down
2 changes: 1 addition & 1 deletion content/guides/conversion.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ sectionType: guide
template: hasTableOfContents.html
---

For a full explanation of the difference between identification, attribution and conversion, check out [The Basics Success Center Article](/intro) and the [Success Center Guide on Conversion](/topics/conversion)
For a full explanation of the difference between identification, attribution and conversion, check out [The Basics Success Center Article](/success/intro) and the [Success Center Guide on Conversion](/topics/conversion)

### Squatch.js

Expand Down
2 changes: 1 addition & 1 deletion content/guides/dollar-credit.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Dollar Credit Integration Guide
title: Dollar Credit
highlights: Follow this guide to setup a "Give $20, Get $20 Referral Program" using the SaaSquatch REST API and Squatch.js
slug: guides/dollar-credit
sectionType: guide
Expand Down
2 changes: 1 addition & 1 deletion content/guides/pctDiscountGuide.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Percent Discount Integration Guide"
title: "Percent Discount"
highlights: "Give your users 10% for a year for referring a friend. Follow this guide to setup a 'Give 10%, Get 10% Referral Program' using the SaaSquatch REST API and Squatch.js"
slug: guides/percent-discount
sectionType: guide
Expand Down
2 changes: 1 addition & 1 deletion content/guides/pointsGuide.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Points Integration Guide
title: Point Reward
highlights: Follow this guide to setup a "Give 50, Get 50 Points Referral Program" using the SaaSquatch REST API and Squatch.js
slug: guides/point-reward
sectionType: guide
Expand Down
1 change: 1 addition & 0 deletions content/guides/zuora.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ highlights: In order to respect Zuora's privacy policies Zuora integration docum
slug: developer/zuora
sectionType: guide
template: article.html
robots : noindex, nofollow
---
2 changes: 1 addition & 1 deletion content/mobile/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Mobile
title: iOS & Android integration
highlights: SaaSquatch helps you grow your mobile app with a referral program. We provide mobile widgets to engage your users, attribution to track referrals, and analytics to measure the success of your program.
slug: mobile
sectionType: mobile
Expand Down
1 change: 1 addition & 0 deletions content/theming/assets.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
slug: themes/assets
sectionType: themes
template: article.html
robots : noindex, nofollow
---

<div class="row-fluid">
Expand Down
2 changes: 1 addition & 1 deletion content/theming/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Themes
title: Program Themes
highlights: |
Referral SaaSquatch themes let your referral program be customized to pixel-perfect brand constraints.
**Standard Themes** make launching a referral program easy with pre-packaged widgets and emails, and **Custom Themes** allow for total customization to meet your brand and program needs.
Expand Down
1 change: 1 addition & 0 deletions content/theming/standard.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
slug: themes/standard
sectionType: themes
template: article.html
robots : noindex, nofollow
---


Expand Down
1 change: 1 addition & 0 deletions content/theming/templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ highlights: Referral SaaSquatch templates use **Handlebars**. Handlebars let you
slug: themes/templates
sectionType: themes
template: article.html
robots : noindex, nofollow
---

Templates are easy to use. Here's an example template:
Expand Down
1 change: 1 addition & 0 deletions content/theming/widgetjs.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ highlights: Publicly available widget JS API at ```window.widget.rpc = widget.rp
slug: themes/widgetjs
sectionType: themes
template: article.html
robots : noindex, nofollows
---

### Methods
Expand Down
Loading