Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Integrate Amplitude analytics with privacy controls for desktop applications
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | 625% | 0% |
| case-02 | ✗→✓ | ▲ Improved | -30% | 0% |
| case-06 | ✗→✓ | ▲ Improved | -34% | 0% |
| case-08 | ✗→✓ | ▲ Improved | -37% | 0% |
| case-09 | ✗→✓ | ▲ Improved | 5% | 0% |
Integrate Amplitude analytics into desktop applications with privacy controls and event tracking.
json{ "type": "object", "properties": { "projectPath": { "type": "string" }, "apiKey": { "type": "string" }, "privacyMode": { "enum": ["full", "minimal", "opt-in"] } }, "required": ["projectPath"] }
javascriptimport * as amplitude from '@amplitude/analytics-browser'; amplitude.init('YOUR_API_KEY', undefined, { defaultTracking: { sessions: true, pageViews: false, // Desktop apps don't have pages formInteractions: false, fileDownloads: false }, optOut: !userConsentedToAnalytics() }); // Track events amplitude.track('Feature Used', { featureName: 'Export', fileFormat: 'PDF' });
sentry-desktop-setupgdpr-consent-managerOther measured skills in the registry, with their headline benchmark lift.