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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

activity-tracking: add search params to the pathname #11

Merged
merged 1 commit into from
Nov 23, 2023
Merged

Conversation

phndiaye
Copy link
Member

What does this PR do?

activity-tracking: add search params to the pathname

What are the observable changes?

🧑‍💻 Developer Heads Up

⚡ Since we are using Ember Octane now:

  • Feel free to migrate existing components to Glimmer Components.
  • Write new ones exclusively in it.

Useful Resource : Ember Octane vs Classic Cheat Sheet

Good PR checklist

  • Title makes sense
  • Is against the correct branch
  • Only addresses one issue
  • Properly assigned
  • Added/updated tests
  • Added/updated documentation
  • Properly labeled

@phndiaye phndiaye requested review from Miexil, JulienVannier66 and a team as code owners November 23, 2023 10:36
@phndiaye phndiaye requested review from aprentout and removed request for a team November 23, 2023 10:36
Copy link

linear bot commented Nov 23, 2023

ENG-1933 Have Mixpanel parameters in "Page_views" events

Description

Requested by Marketing

When users creates an account on Wednesday, they need to be able to correlate source and usage (i.e. if someone's comes from organic ads or lead redirection) to understand which source led to more retention/usage.

We currently have UTM's added to the URLs when someone's comes from a Marketing entity, and we need to forward these UTM's to Mixpanel in the page_view event and most particularly for the first page view (when someone creates his Wednesday account).

This will let us creates cohort based on the UTMs parameters available in the URLS.

Capture d’écran 2023-11-21 à 15.47.38.png

Suggestion from product:

  1. Have a dedicated attribute as we have for path and origin
  2. Add UTM's at the end of the path

Technical Solution

Considering after a sign up we don't automatically redirect to the settings page but instead we display the Email confirmation overlay, we need to

Acceptance Criteria

  • We properly have UTMs in the page_view event
  • We properly have the UTMs from the account creation forwarded to the first page view (email confirmation page-

@phndiaye phndiaye self-assigned this Nov 23, 2023
@phndiaye phndiaye merged commit bc7885d into main Nov 23, 2023
3 checks passed
@phndiaye phndiaye deleted the pn/eng-1933 branch November 23, 2023 10:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants