Skip to content

Commit dfd0827

Browse files
committed
grammar and vale
1 parent 2f6f840 commit dfd0827

File tree

1 file changed

+7
-8
lines changed
  • src/connections/destinations/catalog/perkville

1 file changed

+7
-8
lines changed

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

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ title: Perkville Destination
33
rewrite: true
44
---
55

6-
[Perkville](https://www.perkville.com/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners) is a customer reward and referral platform - similar to airline mile programs - that integrates with ecommerce, point of sale, membership and scheduling systems to provide a seamless experience that drives referrals and loyalty.
6+
[Perkville](https://www.perkville.com/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners) is a customer reward and referral platform - similar to airline mile programs - that integrates with e-commerce, point of sale, membership and scheduling systems to provide a seamless experience that drives referrals and loyalty.
77

88
This destination is maintained by Perkville. For any issues with the destination, [contact the Perkville Support team](mailto:[email protected]).
99

10-
The Perkville Destination is currently in beta, which means that they are still actively developing the destination. To join their beta program, or if you have any feedback to help improve the Perkville Destination and its documentation, [contact the Perkville support team](mailto:[email protected])!
10+
The Perkville Destination is in beta, which means that they are still actively developing the destination. To join their beta program, or if you have any feedback to help improve the Perkville Destination and its documentation, [contact the Perkville support team](mailto:[email protected]).
1111

1212

1313
## Getting Started
@@ -25,12 +25,12 @@ The Perkville Destination is currently in beta, which means that they are still
2525

2626
## Supported methods
2727

28-
Perkville supports the following method, as specified in the [Segment Spec](/docs/connections/spec)
28+
Perkville supports the following method, as specified in the [Segment Spec](/docs/connections/spec).
2929

3030

3131
### Track
3232

33-
Send [Track](/docs/connections/spec/track) calls to award points for whitelisted actions. For example:
33+
Send [Track](/docs/connections/spec/track) calls to award points for allowlisted actions. For example:
3434

3535
```js
3636
analytics.track('Order Completed', {
@@ -40,7 +40,8 @@ analytics.track('Order Completed', {
4040
});
4141
```
4242

43-
**Important**: You should only send the track events you need to Perkville. You may use [Segment Destination Filters](/docs/connections/destinations/destination-filters/) to prevent unwated events being sent to Perkville. You must whitelist the names of the events you need in your Segment UI settings for Perkville. We will only send those events to Perkville for you, and throw an error if the event is not whitelisted.
43+
> warning "Important"
44+
> You should only send the track events you need to Perkville. You may use [Segment Destination Filters](/docs/connections/destinations/destination-filters/) to prevent unwanted events being sent to Perkville. You must allowlist the names of the events you need in the Perkville destination settings in the Segment App. Segment sends those events to Perkville for you, and returns an error if the event is not allowlisted.
4445
4546
#### Required Values
4647

@@ -50,6 +51,4 @@ The only required event value is `email`. This must be present within the `event
5051

5152
Any events that have an `order_id` will be treated as spend transactions. The quantity of points given will reflect the event's `revenue`, `value`, or `total` in that priority order. Per [the eCommerce spec](/docs/connections/spec/ecommerce/v2/#order-refunded), if the order event name includes "Refund," points will be removed from the Perkville account associated with the provided email.
5253

53-
All other events will default to a quantity of 1.
54-
55-
---
54+
All other events default to a quantity of 1.

0 commit comments

Comments
 (0)