Amperity

Enterprise customer data platform using AI-driven identity resolution to unify customer records and power personalised experiences.

Configuration

FieldTypeRequiredDescription
api_keysecretYesYour Amperity API key. Generate one in the Amperity dashboard under Settings > API Keys.
tenant_idstringYesYour Amperity tenant identifier. Found in the Amperity dashboard URL or account settings.
endpoint_urlstringYesThe Amperity Streaming Ingest API endpoint URL for your tenant.

Quick Setup

  1. Navigate to Integrations in the sidebar.
  2. Open the Integration Library tab.
  3. Find Amperity or filter by CDP.
  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/amperity/install \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "name": "Amperity",
    "variant": "default",
    "config": {
      "api_key": "amp_xxxxxxxxxxxxxxxxxxxx",
      "tenant_id": "your-tenant-id",
      "endpoint_url": "https://your-tenant.amperity.com/api/v1/ingest"
    },
    "delivery_mode": "server_side"
  }'

Delivery

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

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