-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3215 from numbersprotocol/feature-track-new-app-u…
…sers-shutter-click Feature track new app users shutter click
- Loading branch information
Showing
4 changed files
with
63 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
/** | ||
* Enum representing custom event names for AppsFlyer in-app events. | ||
* | ||
* While it's recommended to use predefined event names, custom event names are easier for QA | ||
* and marketing teams to understand and filter out in the AppsFlyer dashboard. Refer to the Asana | ||
* comment https://app.asana.com/0/0/1206618451736620/1206636906894474/f for more details. | ||
* | ||
* Every custom event name should be prefixed with 'ccam_' which stands for Capture Cam. This prefix | ||
* helps to distinguish between predefined AppsFlyer event names such as 'af_level_achieved', etc. | ||
*/ | ||
export enum CCamCustomEventType { | ||
CCAM_TRY_CLICK_CAMERA_SHUTTER = 'ccam_try_click_camera_shutter', | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters