diff --git a/src/technologies.json b/src/technologies.json index 6806d9a7c..63dccf619 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -7718,7 +7718,10 @@ "js": { "mixpanel": "" }, - "scripts": "api\\.mixpanel\\.com/track", + "scripts": [ + "cdn\\.mxpnl\\.com/libs/mixpanel\\-([0-9.]+)\\.min\\.js\\;version:\\1", + "api\\.mixpanel\\.com/track" + ], "description": "Mixpanel provides a business analytics service. It tracks user interactions with web and mobile applications and provides tools for targeted communication with them. Its toolset contains in-app A/B tests and user survey forms.", "website": "https://mixpanel.com" },