Commit 2fe9c08
authored
feat(Tracking): add is_ugc attribute to tracking types
### Overview
adds `is_ugc` attribute to click, visit, and impression event tracking types (for use in portal-app)
### PR Checklist
- [x] Related to JIRA ticket: [REACH-1686](https://codecademy.atlassian.net/browse/REACH-1686)
- [ ] I have run this code to verify it works
- [ ] This PR includes unit tests for the code change
<!--
Merging your changes
1. Follow the [PR Title Guide](https://github.com/Codecademy/client-modules#pr-title-guide), the title (which becomes the commit message) determines the version bump for the packages you changed.
2. Wrap the text describing your change in more detail in the "CHANGELOG-DESCRIPTION" comment tags above, this is what will show up in the changelog!
3. DO NOT MERGE MANUALLY! When you are ready to merge and publish your changes, add the "Ship It" label to your Pull Request. This will trigger the merge process as long as all checks have completed, if the checks haven't completed the branch will be merged when they all pass.
**IMPORTANT:** If your PR contains breaking changes, please remember to follow the instructions for breaking changes!
-->1 parent f75dfa9 commit 2fe9c08
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
| 186 | + | |
186 | 187 | | |
187 | 188 | | |
188 | 189 | | |
| |||
216 | 217 | | |
217 | 218 | | |
218 | 219 | | |
| 220 | + | |
219 | 221 | | |
220 | 222 | | |
221 | 223 | | |
| |||
227 | 229 | | |
228 | 230 | | |
229 | 231 | | |
| 232 | + | |
230 | 233 | | |
231 | 234 | | |
232 | 235 | | |
| |||
0 commit comments