Skip to content

Commit 6a25365

Browse files
committed
whitespace
1 parent a46edd8 commit 6a25365

File tree

1 file changed

+5
-5
lines changed
  • src/connections/destinations/catalog/podsights

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ id: 5d25eddde3ff660001b3adda
55
---
66
[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.
77

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”}.
99

1010

1111
## Getting started
@@ -27,7 +27,7 @@ analytics.page()
2727

2828
Segment sends Page events to Podsights as `view` events.
2929

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.
3131

3232
Here’s the minimum required structure for a Page call:
3333

@@ -50,7 +50,7 @@ Here’s the minimum required structure for a Page call:
5050
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.
5151
As you can see in the page event's raw JSON payload.
5252

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.
5454

5555
## Track
5656

@@ -98,7 +98,7 @@ These fields are required whether they're sent through Analytics.js or server-si
9898
}
9999
```
100100

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.
102102

103103
## 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 doesnt 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

Comments
 (0)