Nextdoor

Send conversion events to Nextdoor via the pixel-based integration for local advertising attribution and neighbourhood-level campaign measurement.

Configuration

FieldTypeRequiredDescription
advertiser_idstringYesYour Nextdoor advertiser ID. Found in the Nextdoor Ads Manager under Account Settings.
pixel_idstringYesYour Nextdoor tracking pixel ID. Found in Nextdoor Ads Manager under Events Manager > Pixels.
access_tokensecretYesAccess token for Nextdoor Ads API. Generate in the Nextdoor developer portal.

Quick Setup

  1. Navigate to Integrations in the sidebar.
  2. Open the Integration Library tab.
  3. Find Nextdoor 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/nextdoor/install \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "name": "Nextdoor",
    "variant": "default",
    "config": {
      "advertiser_id": "nd-adv-12345",
      "pixel_id": "nd-px-67890",
      "access_token": "ndat_abc123..."
    },
    "delivery_mode": "server_side"
  }'

Delivery

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

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