Spotify Ads
Spotify Ads Connector Extract campaign performance data from Spotify's advertising platform This connector syncs advertising data from Spotify's Partner API, enabling you to analyze campaign performance metrics and optimize your Spotify advertising strategy. Perfect for marketers, agencies, and businesses running audio and video advertising campaigns on Spotify. Available Data
Ad Accounts: Basic account information and settings Campaigns: Campaign details, names, and status Campaign Performance: Daily metrics including:
Standard metrics: impressions, clicks, spend, CTR, reach, frequency Audio-specific: streams, listeners, new listeners, paid listens Video metrics: video views, expands, completion rates Advanced: conversion rates, intent rates, frequency metrics
Requirements
Spotify Developer application with Partner API access OAuth 2.0 credentials (Client ID, Client Secret, Refresh Token) Valid Spotify Ad Account ID
Configuration
Input | Type | Description | Default Value |
---|---|---|---|
client_id | string | Client ID. The Client ID of your Spotify Developer application. | |
client_secret | string | Client Secret. The Client Secret of your Spotify Developer application. | |
refresh_token | string | Refresh Token. The Refresh Token obtained from the initial OAuth 2.0 authorization flow. | |
ad_account_id | string | Ad Account ID. The ID of the Spotify Ad Account you want to sync data from. | |
start_date | string | Start Date. The date to start syncing data from, in YYYY-MM-DD format. | |
fields | array | Report Fields. List of fields to include in the campaign performance report. Choose from available metrics. | [IMPRESSIONS, CLICKS, SPEND, CTR, REACH, FREQUENCY, COMPLETION_RATE] |
Streams
Stream Name | Primary Key | Pagination | Supports Full Sync | Supports Incremental |
---|---|---|---|---|
ad_accounts | id | No pagination | ✅ | ❌ |
campaigns | id | DefaultPaginator | ✅ | ❌ |
campaign_performance | day.campaign_id | DefaultPaginator | ✅ | ✅ |
Reference
Config fields reference
Changelog
Expand to review
Version | Date | Pull Request | Subject |
---|---|---|---|
0.0.1 | 2025-06-16 | Initial release by @Magistah via Connector Builder |