-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
[CT-1368] New tracking event: Project ID #6098
Comments
For simplicity, let's kick this out of scope for here, and open a new issue in our |
@jtcohen6 I was working on this, and I realized we already have the project id as part of the timing context. Would it make sense to source it from there as opposed to invoking another snowplow event? |
@iknox-fa Good find! While that should work for the vast majority of cases, I think we want to guarantee that we have *unless the user has opted out of tracking, of course |
Ah Ok that makes sense. A new event it is! |
Resolved by #7231! |
We currently try to get the project ID for tracking purposes long before we actually load the project-- this causes a bunch of issues where we have to parse projects and such just to track the invocation. Since there's no benefit to this in terms of our analytics, this approach has been changed in this PR.
This ticket encompasses the work necessary to properly report the project ID at such a point that we actually load the project. This includes the work to update the internal analytics project to reflect the change in raw event data.
Specifically we need
project_id
as indicated here.The text was updated successfully, but these errors were encountered: