Skip to content

Commit

Permalink
Merge pull request #101 from qonversion/feature/sc-35316/tenjin
Browse files Browse the repository at this point in the history
Tenjin integration
  • Loading branch information
SpertsyanKM authored Oct 16, 2024
2 parents b40da32 + 3f87df1 commit 299b472
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugin/src/plugin/Mapper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -483,6 +483,8 @@ class Mapper {
return UserPropertyKey.PUSH_WOOSH_HW_ID;
case "_q_pushwoosh_user_id":
return UserPropertyKey.PUSH_WOOSH_USER_ID;
case "_q_tenjin_aiid":
return UserPropertyKey.TENJIN_ANALYTICS_INSTALLATION_ID;
}

return UserPropertyKey.CUSTOM;
Expand Down
1 change: 1 addition & 0 deletions plugin/src/plugin/enums.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ export enum UserPropertyKey {
APP_METRICA_USER_PROFILE_ID = "AppMetricaUserProfileId",
PUSH_WOOSH_HW_ID = "PushWooshHwId",
PUSH_WOOSH_USER_ID = "PushWooshUserId",
TENJIN_ANALYTICS_INSTALLATION_ID = "TenjinAnalyticsInstallationId",
CUSTOM = "Custom",
}

Expand Down

0 comments on commit 299b472

Please sign in to comment.