AK

Results 17 comments of AK

@patricktotaliQ i think what you may want is [`mixpanel.people.increment`](https://developer.mixpanel.com/docs/javascript-full-api-reference#mixpanelpeopleincrement) this doesn't give you the value client-side, but rather issues a server-side directive to mixpanel to add/subtract a value from an...

@devshorts yes, this the design of the `/track` API ... nothing [older than 5 days](https://developer.mixpanel.com/reference/track-event#when-to-use-track-vs-import) should you wish to import events older than 5 days, you can `init` the library...

@uhop anything i can add to make this PR more attractive to be included with the lib?

I _think_ it's like this: ``` name Function argument scope variable.parameter settings fontStyle italic foreground #FD971F ```

@oyvindwe sorry for the late reply here. the endpoint you can use here: https://api-eu.mixpanel.com/decide however, `/decide` is deprecated (used to power A/B testing deployments which mixpanel no longer supports) and...

@jalamprea these are the instructions for running the docker image on your own server: https://github.com/mixpanel/tracking-proxy#option-2-docker-image you would run these commands while SSH-ed into your OLS server.

Mixpanel library has this by default: https://developer.mixpanel.com/docs/javascript#section-opting-users-out-of-tracking ``` // Opt a user out of data collection mixpanel.opt_out_tracking(); // Check a user's opt-out status // Returns true if user is opted...

i'm mystified; i've only ever seen this on my local; never on cloud logger.

fwiw, i found the answer: https://github.com/GoogleCloudPlatform/functions-framework-nodejs/blob/28b1c300240771720f70a95522ede7ce6a2ccea0/src/main.ts#L63 turns out it was environment variables. (when its not DNS, it's environment variables) if `NODE_ENV` is set to `production` (exactly) you don't see the...

_same_ `us-central1` `[400 Bad Request] User location is not supported for the API use.` ... running inside cloud function (gen 2) ``` GoogleGenerativeAIFetchError: [GoogleGenerativeAI Error]: Error fetching from https://generativelanguage.googleapis.com/v1beta/models/gemini-1.5-flash:generateContent: [400...