Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove NPS survey and add more DevX tracking #144

Merged
merged 1 commit into from
May 21, 2022

Conversation

zihejia
Copy link
Contributor

@zihejia zihejia commented May 20, 2022

No description provided.

@zihejia zihejia force-pushed the dexX-tracking-improvement branch from 58e3281 to 31b28ae Compare May 21, 2022 00:27
@zihejia zihejia requested a review from jaredmixpanel May 21, 2022 00:28
@@ -345,6 +378,9 @@ internal static void DoEngage(Value properties)
properties["$mp_metadata"] = Metadata.GetPeopleMetadata();

MixpanelStorage.EnqueueTrackingData(properties, MixpanelStorage.FlushType.PEOPLE);
if (Debug.isDebugBuild) {
MixpanelStorage.HasUsedPeople = true;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no automatic people updates to check for on Unity?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there are no automatic people updates in unity

@@ -257,6 +259,7 @@ public static void Track(string eventName, string key, Value value)
Value properties = new Value();
properties[key] = value;
Controller.DoTrack(eventName, properties);
MixpanelStorage.HasTracked = true;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks like this is set to true inside of DoTrack() on the line above, right?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good catch

Copy link
Contributor

@jaredmixpanel jaredmixpanel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, just a couple clarifications

@zihejia zihejia force-pushed the dexX-tracking-improvement branch from 31b28ae to 6a3611d Compare May 21, 2022 00:38
@zihejia zihejia force-pushed the dexX-tracking-improvement branch from 6a3611d to f58a5c8 Compare May 21, 2022 02:59
@zihejia zihejia merged commit 9fbaac3 into master May 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants