Pinterest Ads
Send conversion events to Pinterest Ads via server-side tag for campaign attribution and ad performance measurement. Lighter alternative to the full CAPI integration.
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
ad_account_id | string | Yes | Your Pinterest ad account ID. Found in Pinterest Ads Manager under Account Settings. |
conversion_token | secret | Yes | Conversion access token for server-side event delivery. Found in Pinterest Ads Manager under Conversions. |
Quick Setup
- Navigate to Integrations in the sidebar.
- Open the Integration Library tab.
- Find Pinterest Ads or filter by Advertising.
- Click Install, select a variant if available, and fill in the required fields.
- 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/pinterest_ads/install \
-H "Authorization: Bearer YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"name": "Pinterest Ads",
"variant": "default",
"config": {
"ad_account_id": "549764982399",
"conversion_token": "ct_ABC123..."
},
"delivery_mode": "server_side"
}'Delivery
Events are delivered server-side from your Datafly Signal infrastructure directly to the Pinterest Ads API. No client-side scripts are loaded for this integration.
Visit Pinterest Ads documentation for full API documentation and credential setup instructions.