Skip to content

Commit 23c59c3

Browse files
author
markzegarelli
committed
vale edits
1 parent 56a57e7 commit 23c59c3

File tree

2 files changed

+23
-16
lines changed

2 files changed

+23
-16
lines changed

src/connections/destinations/catalog/friendbuy/index.md

Lines changed: 20 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22
title: Friendbuy Destination
33
cmode-override: true
44
---
5+
Friendbuy is a referral marketing and campaign optimization platform.
56

67
## Getting Started
78

8-
Setting up Friendbuy is very simple!
9+
{% include content/connection-modes.md %}
910

1011
1. Log in to your Friendbuy account and go to **Integration Code**.
1112
2. Copy the **Site ID** above the snippet box.
@@ -16,31 +17,35 @@ Setting up Friendbuy is very simple!
1617

1718
This destination allows you to:
1819

19-
- Map your Page calls to facilitate [Widget Management](http://developers.friendbuy.com/#widget-management)
20-
- Map your Identify calls to facilitate [Customer Tracking](http://developers.friendbuy.com/#customer-tracking)
21-
- Map your Track calls to facilitate [Order Tracking](http://developers.friendbuy.com/#order-tracking) and [Product Tracking](http://developers.friendbuy.com/#product-tracking)
20+
- Map your Page calls to enable [Widget Management](http://developers.friendbuy.com/#widget-management)
21+
- Map your Identify calls to enable [Customer Tracking](http://developers.friendbuy.com/#customer-tracking)
22+
- Map your Track calls to enable [Order Tracking](http://developers.friendbuy.com/#order-tracking) and [Product Tracking](http://developers.friendbuy.com/#product-tracking)
2223

2324

2425
## Page
2526

2627
To load specific widgets on different web pages, you can configure your settings to map your _named_ Page call(s) to specific Friendbuy Widget(s). You can also configure a several optional [advanced widget configurations](http://developers.friendbuy.com/#widget-options) such as **auto delay** and **custom parameters**.
2728

2829

29-
There are two types of Widgets you can map to your Page calls:
30+
Friendbuy has two Widgets you can map to your Page calls:
3031

31-
- Site Wide Widgets
32-
- These types of widgets are recommended by Friendbuy to load on all your webpages. If you wish to use these types of widgets, you can add them under the *Side Wide Widgets* setting. _NOTE_: You are NOT required to map a site wide widget if the **Call To Action** type is a ribbon served by Friendbuy. This type of overlay widget will just load when we boot up Friendbuy's library.
32+
**Site Wide Widgets**
3333

34-
- Other widgets
35-
 - All other widgets will fall under this category whereby you can map the `name` of a unique Segment `.page()` call to a widget ID.
34+
Friendbuy recommends you to load these widgets on all your web pages. To use these widgets, you can add them under the *Side Wide Widgets* setting.
3635

3736
> info ""
38-
> If you have mapped a site wide overlay widget loads on every `.page()` call, even if we have loaded a different widget on the page that you have explicitly mapped.
37+
> You don't need to map a site wide widget if the **Call To Action** type is a ribbon served by Friendbuy. This overlay widget loads when Segment loads the Friendbuy library.
3938
39+
**Other widgets**
40+
41+
All other widgets will fall under this category whereby you can map the `name` of a unique Segment `.page()` call to a widget ID.
42+
43+
> info ""
44+
> If you have mapped a site wide overlay widget, it loads on every `.page()` call.
4045
4146
## Identify
4247

43-
When you call `.identify()`, we will send the following mapped traits:
48+
When you call `.identify()`, Segment sends the following mapped traits:
4449

4550
| **Segment Traits** | **Friendbuy Standard Fields** |
4651
| --------------------- | ----------------------------- |
@@ -63,7 +68,7 @@ analytics.identify('2', {
6368
> Friendbuy does not accept custom traits.
6469
### Stripe and Chargebee Customer ID
6570

66-
If you are integrated with Stripe or Chargebee and would like to send those IDs to Friendbuy, you can pass them as integration specific options:
71+
If you integrate with Stripe or Chargebee and need send those IDs to Friendbuy, you can pass them as integration specific options:
6772

6873
```js
6974
analytics.identify('2', {
@@ -82,11 +87,11 @@ analytics.identify('2', {
8287

8388
## Track / Order Completed
8489

85-
This Destination accepts only `Order Completed` events as decribed in our [ecommerce spec](https://segment.com/docs/connections/spec/ecommerce/v2/#order-completed).
90+
This Destination accepts `Order Completed` events as described in the Segment [ecommerce spec](/docs/connections/spec/ecommerce/v2/#order-completed).
8691

8792
Friendbuy has a concept of [Order Tracking](http://developers.friendbuy.com/#order-tracking) and [Product Tracking](http://developers.friendbuy.com/#product-tracking) where the former describes how to send data about the top level order whereas the latter documents instructions on sending data about each of the product within that order.
8893

89-
When sending the order details, we will make the following translation:
94+
When you send order details, Segment makes the following translation:
9095

9196
| **Segment Properties** | **Friendbuy Standard Fields** |
9297
| ------------------------- | ----------------------------- |
@@ -95,7 +100,7 @@ When sending the order details, we will make the following translation:
95100
| `revenue` | `amount` |
96101
| `coupon` | `coupon_code` |
97102

98-
Then we will iterate over each item in your `properties.products` and send the following mapping:
103+
Then Segment iterates over each item in your `properties.products` and send the following mapping:
99104

100105

101106
| **Segment Properties** | **Friendbuy Standard Fields** |

vale-styles/Vocab/Docs/accept.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,6 @@ gmail
5252
(?:U|u)nlinks?\b
5353
(?:P|p)ostgres
5454
Smartly
55-
Hubspot
55+
Hubspot
56+
Friendbuy
57+
Chargebee

0 commit comments

Comments
 (0)