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

[MC-2430] Normalize event names #392

Merged

Conversation

nishant-clevertap
Copy link
Contributor

@nishant-clevertap nishant-clevertap commented Dec 6, 2024

  • Normalize the event name in database.
  • Added normalizedEventName column to the CTUserEventLogs table.
  • While inserting into table add the original event name along with normalized name.
  • Query the table based on normalized name only.
  • Added normalizedEventName and deviceID to CleverTapEventDetail class to include while event details are fetched.
  • Added upsertEvent method to insert if event not exists and update when exists.
  • Fixed the unit test cases.

@nishant-clevertap nishant-clevertap merged commit 0668652 into feature_multi_triggers Dec 6, 2024
1 check passed
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.

2 participants