Daily Active Users
To calculate daily active users, the table and attributes required are -- Event used - App/Site Opened. Table name for this event is - moe_app_opened_828.
- Attribute for Platform in App/Site Opened - os
- Time Attribute in App/Site Opened - server_time
- Change day for the required date selection.
Query to get the Daily Active Users count
Query to get the Daily Active Users count for each platform
Monthly Active Users
To calculate monthly active users, the table and attributes required are -- Event used - App/Site Opened. Table name for this event is - moe_app_opened_828.
- Attribute for Platform in App/Site Opened -
- Time Attribute in App/Site Opened - server_time
- Change day for the required date selection.
Query to get the Monthly Active Users count
Query to get the Monthly Active Users count for each platform
New Users
To calculate daily new users, the table and attributes required are -- Table for all the latest user attributes (This table gets updated every day) - users_base_table
- MoEngage defined ID for app/site users in usertable - user_id
- User Created Date in user table - datetime_cr_t_469
- Change datetime_cr_t_469 for the required date selection
Query to get the daily New Users count
Uninstalled Users
To calculate daily uninstalled users table and attributes required are - User table checks the fine install status of the user.- Table for all the latest user attributes (This table gets updated everyday) - users_base_table
- MoEngage defined ID for app/site users in usertabel - user_id
- Install Status - bool_installed_178
- Event used - Device Uninstalled - device_uninstall_985
- Attribute for Platform in Device Uninstalled - os
- Time Attribute in App/Site Opened - server_time
- Change day for the required date selection.
Query to get the daily Uninstalled Users count
Query to get the daily Uninstalled Users count for each platform
New Web Push Subscribers
To calculate daily active users, table and attributes required are -- Event used -Subscribed to Web Push. Table name -MOE_USER_SUBSCRIBED
- Time Attribute in Subscribed to Web Push - server_time
- Change day for the required date selection.
Query to get the New Web Push Subscribers
Aggregate Web Push Subscribers
To calculate Aggregate Web Push Subscribers, table and attributes required are -- Table for all the latest user attributes (This table gets updated everyday) - user_base_table
- MoEngage defined ID for app/site users in usertabel - user_id
- Web Subscription Status in usertable- bool_moe_sub_w_106
Query to get the Aggregate Web Push Subscribers
Conversion Goal & Revenue
To calculate the total count of conversions and unique converted users, the table and attributes required are -- Event used - Goal Event specified in App Settings.
- Attribute for Revenue - Revenue attribute specified in App Settings.
- Attribute for Platform in Goal Event - os
- Time Attribute in Goal Event - server_time
- Change day for the required date selection.