Skip to content

Commit

Permalink
Tenjin integration
Browse files Browse the repository at this point in the history
  • Loading branch information
SpertsyanKM committed Oct 16, 2024
1 parent 1eef737 commit 8cda939
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/dto/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
2 changes: 2 additions & 0 deletions src/internal/Mapper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,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

0 comments on commit 8cda939

Please sign in to comment.