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
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,18 +3,17 @@ rewrite: true
3
3
title: Podsights Destination
4
4
id: 5d25eddde3ff660001b3adda
5
5
---
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, matches downloads with on-site actions, providing advertisers household-level attribution.
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](mailto:hello@podights.com).
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”}.
9
9
10
10
11
11
## Getting started
12
12
13
13
1. From the Segment web app, click **Catalog**.
14
-
2. Search for "Podsights" in the Catalog, select it, and choose which of your sources to connect the destination to.
15
-
3. Visit your [Podsights dashboard](https://analytics.podsights.com){:target="_blank"} and navigate to Manage > Pixels. Copy your Pixel ID which will be your Segment "API Key".
16
-
4. Drop the Pixel ID in the "API Key" field in your Segment Settings UI.
17
-
14
+
2. Search for "Podsights", select it, and choose the source you'd like to connect.
15
+
3. Visit your [Podsights dashboard](https://analytics.podsights.com){:target="_blank"}, go to **Manage > Pixels**, then copy your Pixel ID. This is your Segment API Key.
16
+
4. Paste the Pixel ID into the **API Key** field in your Segment destination settings.
18
17
19
18
Once you start sending data to the Podsights' Destination it will take up to 20 minutes to appear in the Podsights pixel debugger.
20
19
@@ -26,7 +25,7 @@ If you're not familiar with the Segment Spec, take a look to understand what the
26
25
analytics.page()
27
26
```
28
27
29
-
Page calls will be sent to Podsights as a `view`event.
28
+
Segment sends Page events to Podsights as `view`events.
30
29
31
30
Podsights is an attribution platform, and as such, we need more context about the visitor than just a User ID. Analytics.js [automatically collects context fields](/docs/connections/spec/common/#context-fields-automatically-collected). Podsights requires certain context fields and properties for page calls. Below is an example of a raw JSON payload that contains the minimum requirements.
0 commit comments