Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

fix(discover): add impression, click, and share events [MOSOWEB-48, MOSOWEB-58] #69

Merged
merged 2 commits into from
Oct 24, 2023

Conversation

anthony-liddle
Copy link

Goal

Adding glean events for impression, open, and share actions

To Do:

  • Add glean event for link open
  • Add glean event for link impression
  • Add glean event for link copy

Implementation Decisions

Worked with Aly on this, followed existing patterns

@anthony-liddle anthony-liddle requested a review from a team as a code owner October 24, 2023 20:26
@@ -6,7 +6,7 @@ export interface Recommendation {
/** Constant identifier for Recommendation type objects. */
__typename: string
/** Numerical identifier for the Recommendation. This is specifically a number for Fx client and Mozilla data pipeline compatibility. */
tileId: number
id: number
Copy link
Author

Choose a reason for hiding this comment

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

The API changed so updating this value

Copy link

@wtfluckey wtfluckey left a comment

Choose a reason for hiding this comment

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

🎉

@gvn gvn self-requested a review October 24, 2023 20:51
Copy link

@gvn gvn left a comment

Choose a reason for hiding this comment

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

LGTM! ✨

@anthony-liddle anthony-liddle merged commit 7b651d3 into main Oct 24, 2023
3 checks passed
@anthony-liddle anthony-liddle deleted the fix/discover-analytics branch October 24, 2023 21:16
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants