Ownlayer
  • 👋Welcome
  • Getting Started
    • 💫Quickstart
  • Iterate
    • 💡Prompt
    • 📃Dataset
      • Dataset Creation
      • Data point Evaluation
      • Dataset Evaluation
  • Monitor
    • 🔬Evaluators
      • 🖌️Create Evaluators
      • 🔌Smart Trigger an online Evaluator
      • 🎛️Evaluator Playground
    • 🧐Analyzers
  • Integrations
    • Segment
    • Amplitude
    • Posthog
  • REST API
  • Python SDK
Powered by GitBook
On this page
  1. Integrations

Amplitude

PreviousSegmentNextPosthog

Last updated 7 months ago

Configuring Amplitude Integration

  • Navigate to your organization's integration settings.

  • Select the Amplitude integration option.

  • Enter your Amplitude Write Key.

  • Choose the specific events you want to send to Amplitude.

  • Save your configuration.

When creating an inference, add an amplitude attribute to the additional_metadata field with the structure below.

You must include at least user_idor device_id. Refer to Amplitude documentation for more details on properties, including which are required or optional.

{
    additional_metadata:{
        amplitude:{
            user_id:"82az9ddoi34fski29375fjnafd",
            device_id: "device_id_456",
            event:"Evaluation Pass"
        }
    }
}