Skip to content

Conversation

@kkostov
Copy link
Collaborator

@kkostov kkostov commented Feb 17, 2025

This PR addresses #72 by adding Acquisition related helpers:

/**
 * Send a `TelemetryDeck.Acquisition.userAcquired` signal with the provided channel.
 */
fun acquiredUser(channel: String,...)
/**
 * Send a `TelemetryDeck.Acquisition.leadStarted` signal with the provided leadId.
 */
fun leadStarted(leadId: String,...)
/**
 * Send a `TelemetryDeck.Acquisition.leadConverted` signal with the provided leadId.
 */
fun leadConverted(leadId: String,...)

@kkostov kkostov requested a review from winsmith February 17, 2025 08:18
Copy link
Contributor

@winsmith winsmith left a comment

Choose a reason for hiding this comment

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

Muy bien!

@kkostov kkostov merged commit 925ff68 into main Mar 13, 2025
1 check passed
@kkostov kkostov deleted the feat/add-acquisition-helpers branch March 13, 2025 09:35
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.

3 participants