Skip to content

Added Mixpanel Destination #18

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

Merged
merged 4 commits into from
Jun 2, 2021
Merged

Added Mixpanel Destination #18

merged 4 commits into from
Jun 2, 2021

Conversation

migs647
Copy link
Contributor

@migs647 migs647 commented Jun 2, 2021

No description provided.

return event
}

func alias(event: AliasEvent) -> AliasEvent? {
Copy link
Contributor

Choose a reason for hiding this comment

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

we've explicitly disabled alias in analytics-swift, fyi. not sure how critical this bit is to overall operation.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Left for now... lets re-evaluate after discussions.

}

// MARK: - Private Methods
private func mixpanelTrack(_ eventName: String, properties: [String: Any]? = nil) {
Copy link
Contributor

Choose a reason for hiding this comment

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

might be good to move non-protocol conformance methods out into an extension.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done

@migs647 migs647 merged commit 5292aaf into main Jun 2, 2021
@migs647 migs647 deleted the migs647/Mixpanel branch June 2, 2021 20:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants