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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Add posthog tracking on every share button #1324

Closed
2 of 4 tasks
bdougie opened this issue Jun 30, 2023 · 5 comments 路 Fixed by #1328
Closed
2 of 4 tasks

Feature: Add posthog tracking on every share button #1324

bdougie opened this issue Jun 30, 2023 · 5 comments 路 Fixed by #1328

Comments

@bdougie
Copy link
Member

bdougie commented Jun 30, 2023

Type of feature

馃崟 Feature

Current behavior

I'd love to start tracking shares on platform properly and driving more engagement around those features. Today we have one place where we track the clicks on projects but we need to track the following other places.

  • Highlights Shared
  • Insights Shared

#1250

https://github.com/open-sauced/insights/blob/beta/components/molecules/ContributorProfileHeader/contributor-profile-header.tsx#L93-L95

Suggested solution

Each link should follow the same pattern of "profile copied" or "profile tweeted" "highlight shared on linkedin"

We will want to see how many posts were shared on LinkedIn vs Twitter

    posthog!.capture("clicked: profile copied", {
      profile: user?.user_metadata.user_name,
    });

Highlights

Screen Shot 2023-06-30 at 1 03 48 PM

Insights

Screen Shot 2023-06-30 at 1 04 04 PM

Profiles

Screen Shot 2023-06-30 at 1 04 18 PM

Additional context

Please reach out if you have questions.

Code of Conduct

  • I agree to follow this project's Code of Conduct

Contributing Docs

  • I agree to follow this project's Contribution Docs
@ThePromiseBenard
Copy link
Contributor

can i .take?

@bdougie
Copy link
Member Author

bdougie commented Jul 1, 2023

Yes

@github-actions
Copy link

github-actions bot commented Jul 3, 2023

馃帀 This issue has been resolved in version 1.55.0-beta.6 馃帀

The release is available on GitHub release

Your semantic-release bot 馃摝馃殌

@github-actions
Copy link

github-actions bot commented Jul 6, 2023

馃帀 This issue has been resolved in version 1.55.0 馃帀

The release is available on GitHub release

Your semantic-release bot 馃摝馃殌

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

Successfully merging a pull request may close this issue.

2 participants