You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/destinations/catalog/podsights/index.md
+8-11Lines changed: 8 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,10 +8,7 @@ id: 5d25eddde3ff660001b3adda
8
8
This destination is maintained by Podsights. For any issues with the destination, [contact the Podsights Support team](mailto:[email protected]).
9
9
10
10
11
-
## Getting Started
12
-
13
-
14
-
11
+
## Getting started
15
12
16
13
1. From the Segment web app, click **Catalog**.
17
14
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
23
20
24
21
## Page
25
22
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:
27
24
28
25
```js
29
26
analytics.page()
@@ -49,14 +46,14 @@ Podsights is an attribution platform, and as such, we need more context about th
49
46
}
50
47
```
51
48
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.
53
50
As you can see in the page event's raw JSON payload above.
54
51
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`.
56
53
57
54
## Track
58
55
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:
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`.
101
98
102
99
## 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