{
    "destinations": [
        {
            "name": "appState",
            "enabled": true,
            "config": {
                "trackViews": [
                    "AllPhotos_Collapsed",
                    "AllPhotos_Expanded",
                    "LemonadeSearchCollectionResultsFeedProvider",
                    "PhotosUICore.PhotosSearchAssetResultsViewController",
                    "PhotosSearchHomeView",
                    "LemonadeRootViewController",
                ],
                "ignoreViews": [
                    "LemonadeStatusViewVisibility?",
                ],
                "appEvents": [
                    "com.apple.photos.collectionHomeConfiguration",
                    "com.apple.photos.collectionHomeCustomization",
                ],
                "activeUserFeatures": [],

            },
        }, {
            "name": "metricsDestination",
            "enabled": true,
            "config": {
                "events": [
                    {
                        "destination": "CoreAnalytics",
                        "includeProperties": [
                            "cpa_isDefaultShelfCollections",
                            "cpa_currentShelfCollection1",
                            "cpa_currentShelfCollection2",
                            "cpa_currentShelfCollection3",
                            "cpa_currentPinnedCollection1",
                            "cpa_currentPinnedCollection2",
                            "cpa_currentPinnedCollection3",
                            "cpa_common_librarySizeRange",
                            "cpa_numberOfHiddenShelves",
                            "cpa_common_appLaunchSource",
                        ],
                        "sourceEventMatchCriteria" : {
                            "key": "com.apple.photos.collectionHomeConfiguration"
                        }
                    }, {
                        "destination": "CoreAnalytics",
                        "includeProperties": [
                            "cpa_action",
                            "cpa_upleveled",
                            "cpa_collectionType",
                            "cpa_collectionSubType",
                            "cpa_contentType",
                            "cpa_currentCollection1",
                            "cpa_currentCollection2",
                            "cpa_currentCollection3",
                            "cpa_previousCollection1",
                            "cpa_previousCollection2",
                            "cpa_previousCollection3",
                            "cpa_common_librarySizeRange",
                            "cpa_currentCollectionSubtype1",
                            "cpa_currentCollectionSubtype2",
                            "cpa_currentCollectionSubtype3",
                            "cpa_previousCollectionSubtype1",
                            "cpa_previousCollectionSubtype2",
                            "cpa_previousCollectionSubtype3"
                        ],
                        "sourceEventMatchCriteria" : {
                            "key": "com.apple.photos.collectionHomeCustomization"
                        }
                    },
                ]
                }
            }
    ],
}
