-
Notifications
You must be signed in to change notification settings - Fork 982
Integrate experiments with firebase analytics internal #9278
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
Conversation
|
Size Report 1Affected Products
Test Logs |
f4f7ce2
to
b210bbb
Compare
b210bbb
to
66b104b
Compare
Size Analysis Report 1Affected Products
Test Logs |
customProperty[experimentId] = null; | ||
} | ||
} | ||
void this.addExperimentToAnalytics(customProperty); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this supposed to be remove
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, i missed this comment. The function was removed since it had the same flow as add but with null as value. Corresponding comment - #9278 (comment)
customProperty[experimentId] = null; | ||
} | ||
} | ||
this.addExperimentToAnalytics(customProperty); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry if this is a duplicate comment - I can't see the previous one I left anymore - but this should be removeExperimentFromAnalytics
, right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was removed as per #9278 (comment)
This change is part of the feature to support Web Experiments in Remote Config. The change is split into 3 PRs where:
This is 3/3 mentioned above
Design doc (internal): go/experiments-web