Podscribe (Actions) Destination
Podscribe measures the effectiveness of podcast advertising. Through integrations with podcast hosting providers, matches downloads with on-site actions, providing advertisers household-level attribution.
- From the Segment web app, navigate to Connections > Catalog.
- Search for "Podscribe", select it, and choose which of your sources to connect the destination to.
Once you start sending data to the Podscribe's Destination it will take up to 20 minutes to appear in the Podscribe postbacks page.
Podscribe advertiser lookup key
Optional
Podscribe user ID
Podscribe (Actions) has the following presets
| Preset Name | Trigger | Default Action |
|---|---|---|
| Order Completed Calls | Event type = "track" and event = "Order Completed" | Track |
| Page Calls | Event type = "page" | Page |
| Signed Up Calls | Event type = "track" and event = "Signed Up" | Track |
Build your own Mappings. Combine supported triggers with the following Podscribe-supported actions:
Mapping limits per destination
Register page view in Podscribe
Page is a Cloud action. The default Trigger is type = "page"
Optional
The anonymous ID associated with the user
The timestamp of the event
Optional
The page referrer
Optional
The page URL
The IP address of the device sending the event.
Optional
The library sending the event.
Optional
The user agent of the device sending the event.
Send user events to Podscribe
Track is a Cloud action. The default Trigger is type = "track"
Optional
The anonymous ID associated with the user
The timestamp of the event
Optional
The page referrer
Optional
The page URL
The IP address of the device sending the event.
Optional
The library sending the event.
Optional
The user agent of the device sending the event.
Optional
Email address of the user
Optional
Properties to send with the event
Podscribe type of event to send
If you're not familiar with the Segment Specs, take a look to understand what the Page method does. An example call would look like:
analytics.page();
Page calls will be sent to Podscribe as a View event.
Podscribe is an attribution platform, and as such, Podscribe needs more context about the visitor than just a User ID. Analytics.js automatically collects context fields. Podscribe requires certain context fields and properties for Page calls. Below is an example of a raw JSON payload that contains the minimum requirements.
1{2"type": "page",3"context": {4"ip": "111.111.111.111",5"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko Chrome/118.0.0.0 Safari/537.36"6},7"properties": {8"referrer": "",9"url": "https://url.com"10},11"timestamp": "2023-11-05T01:00:00.000Z",12"userId": "3212"13}
For Page events Podscribe requires:
- A
contextobject that contains auserAgentand anipfield - A
propertiesobject that contains areferrerand aurlfield
You'll see these in the Page event's raw JSON payload above.
The context and properties objects are required, along with the fields in them. If you're using Segment server-side you must send these attributes.
If you're not familiar with the Segment Specs, take a look to understand what the Track method does. An example call would look like:
1analytics.track("Order Completed", {2order_id: "50314b8e9bcf000000000000",3total: 27.5,4coupon: "hasbros",5currency: "USD",6});
Track calls will be mapped to Podscribe events. Podscribe supports the following from the Segment Spec:
- Signed Up as
signup - Order Completed as
purchase
For Track events, Podscribe requires:
- A
contextobject that contains auserAgent - An
ipPodscribe also requires apageobject that contains areferrerand aurlfield
Analytics.js automatically collects context fields. Podscribe requires certain context fields for Track calls. Below is an example of a raw JSON payload that contains the minimum requirements.
1{2"type": "track",3"context": {4"ip": "1.2.3.4",5"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko Chrome/118.0.0.0 Safari/537.36"6"page": {7"url": "https://url.com",8"referrer": ""9}10},11"event": "Test Event Name",12"userId": "test-user-xip99",13"timestamp": "2023-11-05T01:00:00.000Z",14"properties": {}15}
You can send computed traits and audiences generated using Engage to this destination as a user property. To learn more about Engage, schedule a demo.
For user-property destinations, an identify call is sent to the destination for each user being added and removed. The property name is the snake_cased version of the audience name, with a true/false value to indicate membership. For example, when a user first completes an order in the last 30 days, Engage sends an Identify call with the property order_completed_last_30days: true. When the user no longer satisfies this condition (for example, it's been more than 30 days since their last order), Engage sets that value to false.
When you first create an audience, Engage sends an Identify call for every user in that audience. Later audience syncs only send updates for users whose membership has changed since the last sync.
Real-time to batch destination sync frequency
Real-time audience syncs to Podscribe (Actions) may take six or more hours for the initial sync to complete. Upon completion, a sync frequency of two to three hours is expected.
Segment lets you change these destination settings from the Segment app without having to touch any code.
Podscribe advertiser lookup key
Optional
Podscribe user ID