Add Android embedding version analytics#44043
Conversation
There was a problem hiding this comment.
Might need some help here. I don't know how to add these.
There was a problem hiding this comment.
I can add them once you submit this PR.
There was a problem hiding this comment.
I didn't find them in GA. Did you add them?
There was a problem hiding this comment.
Sorry. I just added. It should be possible to retrieve the data even if the custom dimension isn't registered, since GA just uses the index instead of the name to store the data.
There was a problem hiding this comment.
ummm doesn't seem queriable https://plx.corp.google.com/scripts2/script_5d._cc5d93_0000_2c04_a547_94eb2c112722
Wonder if the GA definition affects BigQuery exporting.
There was a problem hiding this comment.
nit: since it's now using an enum, this switch doesn't need a default case anymore.
258ab79 to
89ed5f5
Compare
740ca81 to
a38fb41
Compare
Description
Let GA have Android embedding versions on flutter run and flutter packages get
Related Issues
Tests
packages_test
I want to add a run test but as far as I can tell, in its current state, the run command is untestable.
Checklist
Before you create this PR confirm that it meets all requirements listed below by checking the relevant checkboxes (
[x]). This will ensure a smooth and quick review process.///).flutter analyze --flutter-repo) does not report any problems on my PR.Breaking Change
Does your PR require Flutter developers to manually update their apps to accommodate your change?