-
Notifications
You must be signed in to change notification settings - Fork 989
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
EP-421/Android: CTA Clicked (project) #1216
Conversation
# Conflicts: # app/src/main/java/com/kickstarter/libs/AnalyticEvents.kt # app/src/test/java/com/kickstarter/libs/SegmentTest.kt
@@ -749,6 +751,27 @@ class AnalyticEvents(trackingClients: List<TrackingClientType?>) { | |||
client.track(CTA_CLICKED.eventName, props) | |||
} | |||
|
|||
/** | |||
* Tracks a discover project clicks on the search result. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add parameter documentation to this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done ✅
/** | ||
* Tracks a discover project clicks on the search result. | ||
*/ | ||
fun trackDiscoverSearchResultProjectCATClicked( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please correct the spelling of this method -> trackDiscoverSearchResultProjectCTAClicked
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please address the comments and it's good to go! 🎉
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
📲 What
send CTA Clicked (project)User taps on a project from the results on the search page.
🤔 Why
🛠 How
👀 See
📋 QA
the open project as a search result
Story 📖
https://kickstarter.atlassian.net/browse/EP-421