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

FieldTypeRequiredDescription
ad_account_idstringYesYour Pinterest ad account ID. Found in Pinterest Ads Manager under Account Settings.
conversion_tokensecretYesConversion access token for server-side event delivery. Found in Pinterest Ads Manager under Conversions.

Quick Setup

  1. Navigate to Integrations in the sidebar.
  2. Open the Integration Library tab.
  3. Find Pinterest Ads 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/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.