Skip to content

Commit 5570ce3

Browse files
committed
fix broken email
1 parent e30efe0 commit 5570ce3

File tree

1 file changed

+8
-11
lines changed
  • src/connections/destinations/catalog/podsights

1 file changed

+8
-11
lines changed

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

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,7 @@ id: 5d25eddde3ff660001b3adda
88
This destination is maintained by Podsights. For any issues with the destination, [contact the Podsights Support team](mailto:[email protected]).
99

1010

11-
## Getting Started
12-
13-
14-
11+
## Getting started
1512

1613
1. From the Segment web app, click **Catalog**.
1714
2. Search for "Podsights" in the Catalog, select it, and choose which of your sources to connect the destination to.
@@ -23,7 +20,7 @@ Once you start sending data to the Podsights' Destination it will take up to 20
2320

2421
## Page
2522

26-
If you're not familiar with the Segment Specs, take a look to understand what the [Page method](/docs/connections/spec/page/) does. An example call would look like:
23+
If you're not familiar with the Segment Spec, take a look to understand what the [Page method](/docs/connections/spec/page/) does. An example call would look like:
2724

2825
```js
2926
analytics.page()
@@ -49,14 +46,14 @@ Podsights is an attribution platform, and as such, we need more context about th
4946
}
5047
```
5148

52-
For page events Podsights requires a `context` object that contains a `userAgent` and an `ip` field and a `properties` object that contains a `referrer` and a `url` field.
49+
For page events, Podsights requires a `context` object that contains a `userAgent` and an `ip` field and a `properties` object that contains a `referrer` and a `url` field.
5350
As you can see in the page event's raw JSON payload above.
5451

55-
The `context` and `properties` object are required, along with the fields in them. If you're using Segment server-side you must send these attributes. Otherwise Podsights will return a `400 HTTP Error`.
52+
The `context` and `properties` object are required, along with the fields in them. If you're using Segment server-side, you must send these attributes. Otherwise, Podsights will return a `400 HTTP Error`.
5653

5754
## Track
5855

59-
If you're not familiar with the Segment Specs, take a look to understand what the [Track method](/docs/connections/spec/track/) does. An example call would look like:
56+
If you're not familiar with the Segment Spec, take a look to understand what the [Track method](/docs/connections/spec/track/) does. An example call would look like:
6057

6158
```js
6259
analytics.track('Order Completed', {
@@ -67,7 +64,7 @@ analytics.track('Order Completed', {
6764
});
6865
```
6966

70-
Track calls will be mapped to Podsights events. Podsights' support the following from the Segment Spec:
67+
Track calls will be mapped to Podsights events. Podsights supports the following from the Segment Spec:
7168

7269

7370
* [Signed Up](/docs/connections/spec/b2b-saas/#signed-up) as `lead`
@@ -97,7 +94,7 @@ Analytics.js [automatically collects context fields](/docs/connections/spec/comm
9794
}
9895
```
9996

100-
The `context` and `page` object are required, along with the fields in them. If you're using Segment server-side you must send these attributes. Otherwise Podsights will return a `400 HTTP Error`.
97+
The `context` and `page` object are required, along with the fields in them. If you're using Segment server-side, you must send these attributes. Otherwise Podsights will return a `400 HTTP Error`.
10198

10299
## Server
103-
Podsights does not support server-side events out of the box, but you can send server-side events if you follow the requirements of page and track events outlined in the sections for each call.
100+
Podsights doesn't support server-side events out of the box, but you can send server-side events if you follow the requirements of Page and Track events outlined in the sections for each call.

0 commit comments

Comments
 (0)