wordpress-mobile / wordpress-mobile/WordPress-Android
Add stats for tracking universal links
Open
Nobody has claimed this yet.
[Type] Enhancement
Analytics
- Dominant language
- Kotlin
- Stars
- 3.2k
- Forks
- 1.4k
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 69
Description
The Reader currently has tracking in the following way:
DEEP_LINKED,
DEEP_LINKED_FALLBACK,
DEEP_LINK_NOT_DEFAULT_HANDLER,
and in each of these they include the URI the app was started with:
http[s]://wordpress.com/read/blogs/{blogId}/posts/{postId}
http[s]://wordpress.com/read/feeds/{feedId}/posts/{feedItemId}
http[s]://{username}.wordpress.com/{year}/{month}/{day}/{postSlug}
We do not mess with app opening at all.
@frosty do you think this is a viable solution for iOS?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the Reader's existing DEEP_LINKED, DEEP_LINKED_FALLBACK, and DEEP_LINK_NOT_DEFAULT_HANDLER stats and the listed universal-link URI formats. Define the additional tracking needed for iOS while keeping app opening unchanged; the issue does not name files or tests to run.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ios, kotlin
- Domain
- analytics, mobile
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100