```json
{
"service_type": "platform",
"base_url": "https://amplitude.com",
"auth_method": "api_key",
"auth_config": {
"api_key_location": "header",
"header_name": "Authorization"
},
"endpoints": [
"/api/2/httpapi",
"/api/2/events/segmentation",
"/api/2/events/funnel",
"/api/2/cohorts",
"/api/2/usersearch"
],
"pricing_model": {
"type": "freemium",
"details": {
"free_tier": "Up to 10M events/month",
"paid_tiers": "Growth, Plus, Enterprise",
"enterprise_pricing": "Custom"
}
},
"rate_limits": {
"events_api": "1000 events/second",
"analytics_api": "360 requests/hour"
},
"capabilities": [
"Event tracking and ingestion",
"Real-time analytics dashboard",
"User behavior analytics",
"Funnel analysis",
"User segmentation and cohorts",
"A/B testing and experimentation",
"Retention analysis",
"Revenue analytics",
"Cross-platform user journey tracking",
"Custom event properties",
"Data warehouse integrations",
"Third-party integrations (Segment, mParticle, etc.)"
],
"raw_analysis": "Amplitude is a mature product analytics platform that serves as both a comprehensive dashboard and API-driven service for tracking user behavior and product usage. Founded in 2012, it's become a leading solution for product teams at companies ranging from startups to enterprises like Twitter, Microsoft, and Shopify. The platform excels at event-based analytics, allowing teams to track specific user actions and analyze patterns over time. Key strengths include its intuitive interface for non-technical users, powerful segmentation capabilities, and robust APIs for developers. Amplitude offers extensive integrations with data sources (CDPs like Segment), marketing tools, and data warehouses. The platform is particularly strong for mobile and web app analytics, with SDKs for all major platforms. Target users include product managers, data analysts, growth teams, and developers who need to understand user behavior patterns, conversion funnels, and product performance metrics. The freemium model makes it accessible to smaller teams while enterprise features serve large-scale operations."
}
```