Nextdoor
Send conversion events to Nextdoor via the pixel-based integration for local advertising attribution and neighbourhood-level campaign measurement.
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
advertiser_id | string | Yes | Your Nextdoor advertiser ID. Found in the Nextdoor Ads Manager under Account Settings. |
pixel_id | string | Yes | Your Nextdoor tracking pixel ID. Found in Nextdoor Ads Manager under Events Manager > Pixels. |
access_token | secret | Yes | Access token for Nextdoor Ads API. Generate in the Nextdoor developer portal. |
Quick Setup
- Navigate to Integrations in the sidebar.
- Open the Integration Library tab.
- Find Nextdoor 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/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.