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

feat(Content Analytics) #31319 : Add telemetry customer category, customer name, and environment name to Content Analytics events #31459

Conversation

jcastro-dotcms
Copy link
Contributor

@jcastro-dotcms jcastro-dotcms commented Feb 25, 2025

Proposed Changes

  • Adding four more attributes to a Customer Analytics Event:
    • Customer category.
    • Customer name.
    • Environment name.
    • Environment version.
  • The schema and database table was updated in order to reflect this.
  • The code changes were added to the BasicProfileCollector class. This means that absolutely all Data Collectors will have access to these new attributes, no matter where they're being triggered from.

This PR fixes: #31319

…tomer name, and environment name to Content Analytics events
Copy link

Please use a Conventional Commit title format for this PR. For more information, see https://www.conventionalcommits.org/en/v1.0.0/

@jcastro-dotcms jcastro-dotcms added this pull request to the merge queue Feb 26, 2025
Merged via the queue into main with commit 143c756 Feb 26, 2025
36 checks passed
@jcastro-dotcms jcastro-dotcms deleted the issue-31319-Add-telemetry-customer-category-customer-name-and-environment-name-to-content-analytics-events branch February 26, 2025 15:20
fmontes pushed a commit that referenced this pull request Feb 26, 2025
…tomer name, and environment name to Content Analytics events (#31459)

### Proposed Changes
* Adding four more attributes to a Customer Analytics Event:
  * Customer category.
  * Customer name.
  * Environment name.
  * Environment version.
* The schema and database table was updated in order to reflect this.
* The code changes were added to the `BasicProfileCollector` class. This
means that absolutely all Data Collectors will have access to these new
attributes, no matter where they're being triggered from.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add telemetry customer category, customer name & environment name to content analytics events
4 participants