mixpanel-js icon indicating copy to clipboard operation
mixpanel-js copied to clipboard

Official Mixpanel JavaScript Client Library

Results 187 mixpanel-js issues
Sort by recently updated
recently updated
newest added

two small improvements on the docs: - clear language on possible `.track()` configurations - link to most current default config

Hi, We have some code like this, which loads a user's opt in status from a server-side database (we are opted out by default). We're finding that when a user...

https://github.com/vercel/next.js/issues/4480 https://github.com/mixpanel/mixpanel-js/issues/301

The `mixpanel-browser` latest version is 2.45.0 while the `@types/mixpanel-browser` is 2.38.0. I found the `api_payload_format` doesn't declare in the latest `@types/mixpanel-browser`. ![image](https://user-images.githubusercontent.com/1284531/190616576-31f6ddf9-9790-417a-b3e8-eff834ae1f01.png)

## Context Mixpanel documentation recommends [proxy Mixpanel requests through the application API](https://developer.mixpanel.com/docs/collection-via-a-proxy#option-2-proxy-at-the-application-level) to get better data quality and avoid adblockers. For public API, it works like a charm. At the...

Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.9.0 to 1.9.1. Changelog Sourced from @​actions/core's changelog. 1.9.1 Randomize delimiter when calling core.exportVariable Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@actions/core&package-manager=npm_and_yarn&previous-version=1.9.0&new-version=1.9.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger...

dependencies

If we use the snippet, it creates a basic queue and loads the script asynchronously, so events can be tracked while the mixpanel lib is loaded. As a downside Adblockers...

Context about why we need this change: - In my case I am using Next Js + statsig platform to get values for certain A/B tests in our app. -...

We have noticed during our testing that when a url is passed through mixpanel javascript client, the target attribute with a value other than _blank is ignored. Therefore, no new...