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

Add facility methods to TelemetryDeck #72

Open
8 tasks
kkostov opened this issue Feb 7, 2025 · 0 comments
Open
8 tasks

Add facility methods to TelemetryDeck #72

kkostov opened this issue Feb 7, 2025 · 0 comments

Comments

@kkostov
Copy link
Collaborator

kkostov commented Feb 7, 2025

Alignment with TelemetryDeck/SwiftSDK#230, the following facility methods can be added to the public API:

  • acquiredUser( channel: String, parameters: [String: String] = [:], customUserID: String? = nil )

  • leadStarted( leadID: String, parameters: [String: String] = [:], customUserID: String? = nil )

  • leadConverted( leadID: String, parameters: [String: String] = [:], customUserID: String? = nil )

  • onboardingCompleted( parameters: [String: String] = [:], customUserID: String? = nil )

  • coreFeatureUsed( featureName: String, parameters: [String: String] = [:], customUserID: String? = nil )

  • referralSent( receiversCount: Int = 1, kind: String? = nil, parameters: [String: String] = [:], customUserID: String? = nil )

  • userRatingSubmitted( rating: Int, comment: String? = nil, parameters: [String: String] = [:], customUserID: String? = nil )

  • paywallShown( reason: String, parameters: [String: String] = [:], customUserID: String? = nil )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant