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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ id: 5d25eddde3ff660001b3adda
5
5
---
6
6
[Podsights](https://podsights.com/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners){:target="_blank”} measures the effectiveness of podcast advertising. Through integrations with podcast hosting providers, Podsights matches podcast downloads with on-site actions to provide household-level attribution.
7
7
8
-
This destination is maintained by Podsights. For any issues with the destination, [contact the Podsights Support team](https://adshelp.spotify.com/HelpCenter/s/contactsupport?language=en_US){:target="_blank”}.
8
+
This destination is maintained by Podsights. For any issues with the destination, [contact the Podsights/Spotify support team](https://adshelp.spotify.com/HelpCenter/s/contactsupport?language=en_US){:target="_blank”}.
9
9
10
10
11
11
## Getting started
@@ -27,7 +27,7 @@ analytics.page()
27
27
28
28
Segment sends Page events to Podsights as `view` events.
29
29
30
-
Podsights needs additional context for attribution, including certain fields inside the `context` and `properties`objects. Analytics.js [automatically collects these fields](/docs/connections/spec/common/#context-fields-automatically-collected), but you must provide them manually when sending events server-side.
30
+
Podsights needs additional context for attribution, including certain fields inside the `context` and `properties` objects. Analytics.js [automatically collects these fields](/docs/connections/spec/common/#context-fields-automatically-collected), but you must provide them manually when sending events server-side.
31
31
32
32
Here’s the minimum required structure for a Page call:
33
33
@@ -50,7 +50,7 @@ Here’s the minimum required structure for a Page call:
50
50
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.
51
51
As you can see in the page event's raw JSON payload.
52
52
53
-
If any of these required fields are missing (especially if you're sending events server-side), Podsights may return a `400` HTTP error.
53
+
If any of these required fields are missing (especially if you're sending events server-side), Podsights will return a `400` HTTP error.
54
54
55
55
## Track
56
56
@@ -98,7 +98,7 @@ These fields are required whether they're sent through Analytics.js or server-si
98
98
}
99
99
```
100
100
101
-
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
+
If you're using Segment server-side, you must send these attributes. Otherwise, Podsights will return a `400` HTTP error.
102
102
103
103
## Server
104
-
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.
104
+
Podsights doesn’t support server-side events by default. However, you can send server-side events as long as you include all the required context and page fields described in the Page and Track sections on this page.
0 commit comments