Podsights

Send conversion events to Podsights (Spotify) for podcast advertising attribution, audience measurement, and campaign performance analysis across audio channels.

⚠️

This integration is currently in beta. Configuration and behaviour may change.

Configuration

FieldTypeRequiredDescription
pixel_idstringYesYour Podsights pixel ID. Found in the Podsights dashboard under Pixel Setup.
api_keysecretYesAPI key for authenticating server-side event delivery. Generate in the Podsights dashboard under Settings > API.

Quick Setup

  1. Navigate to Integrations in the sidebar.
  2. Open the Integration Library tab.
  3. Find Podsights or filter by Advertising.
  4. Click Install, select a variant if available, and fill in the required fields.
  5. Click Install Integration to create the integration with a ready-to-use default configuration.

API Setup

curl -X POST http://localhost:8084/v1/admin/integration-catalog/podsights/install \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "name": "Podsights",
    "variant": "default",
    "config": {
      "pixel_id": "ps-pixel-12345",
      "api_key": "ak_podsights_abc123..."
    },
    "delivery_mode": "server_side"
  }'

Delivery

Events are delivered server-side from your Datafly Signal infrastructure directly to the Podsights API. No client-side scripts are loaded for this integration.

Visit Podsights documentation for full API documentation and credential setup instructions.