543 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
66
views
How to generate distinct_id from Mixpanel GO SDK?
Mixpanel Support is telling me to set the $device_id and $user_id, and let the go SDK decide on the $distinct_id, but all the Mixpanel-Go APIs in the library expect me to provide the distinct_id. So ...
0
votes
0
answers
40
views
Mixpanel JavaScript SDK cookies missing SameSite attribute - how to add SameSite=Lax?
A pen tester called out that my Mixpanel cookies (mp_*) are missing the SameSite attribute.
Current Setup
I'm using the Mixpanel JavaScript SDK with this configuration:
mixpanel.init(token, {
...
0
votes
0
answers
21
views
How can I retrieve user lists from Mixpanel and ForgeRock for automation?
I'm currently building an automation workflow that generates reports by pulling user lists from various platforms and uploading them into our identity management system.
So far, I've successfully ...
0
votes
0
answers
38
views
Where To Add the Dependency for Android integration for Mixpanel ? I code with AIDE; for Android with Libgdx for android game dev
I code with AIDE code editor, and, you can code non game apps for Android, and game apps; difference being when you select your Template to create; you select Mobile game java/libgdx app template for ...
0
votes
0
answers
58
views
Can user turn off Mixpanel tracking via device setting such as Advertising & Privacy on iOS?
My app is using Mixpanel and Swift, I can see some users does not have any logs on Mixpanel Dashboard. So I curious about can user turn OFF it by themself from iPhone settings?
0
votes
1
answer
96
views
Percentage for each row count in Mixpanel JQL
I have issue with having percentage of the count of each API compared to total count of APIs.
i've had challenges through Mixpanel JQL to reach this purpose, i used reducer also.
now i've got that ...
0
votes
1
answer
2k
views
How to resovle – "Refused to execute inline script because it violates the following Content Security Policy"
I'm setting up Mixpanel in a simple chrome extension using Vanilla JS. I'm not using NPM but following this docs.
Below is my set-up where I pull in the Mixpanel SDK in the Index.html:
<!DOCTYPE ...
1
vote
1
answer
190
views
Find users with more than one distinct ids
I have an issue with Mixpanel merge that causes random users to be merged together. I am trying to debug this issue and for that I need a JQL query that shows me which users have more than 1 (or X) ...
0
votes
1
answer
123
views
Mixpanel reaching limits
Straight forward question about Mixpanel free tier !
What would happen if on the free tier and the limit of tracked events is reached
will it fail silently ?
or will the user see any error message ?
...
0
votes
1
answer
120
views
How to login or bypass mixpanel application? [closed]
I'm trying to create a Cypress script to perform a login to Mixpanel, make some modifications to my dashboard, and schedule it to run every day using Windows Task Scheduler. I've already written the ...
0
votes
1
answer
446
views
Mixpanel anonymous and known user events
I am attempting to implement Mixpanel and struggling with the connection between anonymous events and then eventual known user events.
Say I have an anonymous user that adds a product to cart. I’m ...
0
votes
1
answer
173
views
Will GTM get messed up if users push data to the data layer at the same time?
When using Google Tag Manager with a data layer variable ('payment_type'), if multiple users on different devices push data to the data layer simultaneously with different values, could this lead to ...
2
votes
1
answer
838
views
Mixpanel with static HTML and vanilla javascript
I want to use Mixpanel in a static HTML and vanilla javascript page. All the examples I can find use bower or npm to install mixpanel but these do not exist with a simple HTML and javascript page.
...
0
votes
1
answer
72
views
Mixpanel to biggquery daily / monthly export limit
So GA4 has this export limit of 1 Million events per day to bigquery. I want to know if Mixpanel has any similar daily / monthly limit.
I have searched online, but can't seem to find any relevant ...
0
votes
1
answer
362
views
Mixpanel not working with NestJS, cant find the tracking function
I am using mixpanel node (yarn add mixpanel) with NestJS and the only function it seems to recognise is the init function. I am calling this, then trying to call the track function but get the ...