diff --git a/README.md b/README.md index 1b0a9cd6..477bdd69 100644 --- a/README.md +++ b/README.md @@ -2296,8 +2296,63 @@ Specify the backend URL, needed for US hosted backend infrastructure: yarn tr-pull-datapoints --auth=$TRANSCEND_API_KEY --file=./datapoints.csv --transcendUrl=https://api.us.transcend.io ``` +### tr-upload-preferences + +This command allows for updating of preference management data to your Transcend Preference Store. + +This command uses [inquirer](https://github.com/SBoudrias/Inquirer.js/) to prompt the user to +map the shape of the CSV to the shape of the Transcend API. There is no requirement for the +shape of the incoming CSV, as the script will handle the mapping process. + +The script will also produce a JSON cache file, that allows for the mappings to be preserved between runs. +This can be useful if you have the same CSV shape that needs to be imported multiple times. +Once the mapping process is done once, it does not need to be done again. + +Additionally, the JSON cache file will store the result of any preferences that fail to be uploaded so that the +script can be run multiple times if an issue happens. + +FIXME video + +#### Authentication + +In order to use this cli, you will first need to generate an API key on the Transcend Admin Dashboard (https://app.transcend.io/infrastructure/api-keys). + +The API key needs the following scopes: + +- Modify User Stored Preferences +- View Managed Consent Database Admin API +- View Global Attributes + +#### Authentication + +In order to use this cli, you will first need to follow [this guide](https://docs.transcend.io/docs/consent/reference/managed-consent-database#authenticate-a-user's-consent) in order +to grab your encryption and signing keys. + +#### Arguments + +| Argument | Description | Type | Default | Required | +| ------------ | ------------------------------------------------------------------------------------ | ------------ | ---------------------------- | -------- | +| auth | The Transcend API key with the scopes necessary for the command. | string | N/A | true | +| partition | The partition key to download consent preferences to | string | N/A | true | +| sombraAuth | The sombra internal key, use for additional authentication when self-hosting sombra. | string | N/A | false | +| transcendUrl | URL of the Transcend backend. Use https://consent.us.transcend.io for US hosting. | string - URL | https://consent.transcend.io | false | + +FIXME other args + +#### Usage + +Upload consent preferences to partition key `4d1c5daa-90b7-4d18-aa40-f86a43d2c726` + +```sh +yarn tr-upload-preferences --auth=$TRANSCEND_API_KEY --partition=4d1c5daa-90b7-4d18-aa40-f86a43d2c726 +``` + +FIXME other usage + ### tr-upload-consent-preferences +**Deprecated** Use `tr-upload-preferences` + This command allows for updating of consent preferences to the [Managed Consent Database](https://docs.transcend.io/docs/consent/reference/managed-consent-database). Each row in the CSV must include: diff --git a/preference-management-upload-receipts.json b/preference-management-upload-receipts.json new file mode 100644 index 00000000..7927e13d --- /dev/null +++ b/preference-management-upload-receipts.json @@ -0,0 +1,13062 @@ +{ + "successfulUpdates": {}, + "failingUpdates": {}, + "pendingUpdates": {}, + "preferenceStoreRecords": { + "dan@nudo.co": { + "userId": "dan@nudo.co", + "timestamp": "2024-11-27T00:58:15.505Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-27T00:58:15.561Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "craig@cjtmech.co.uk": { + "userId": "craig@cjtmech.co.uk", + "timestamp": "2024-11-26T07:51:35.665Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-26T07:51:35.726Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "larry.newman@gogallant.com": { + "userId": "larry.newman@gogallant.com", + "timestamp": "2024-11-27T23:36:48.832Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-27T23:36:48.904Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "bar@rumadining.com.au": { + "userId": "bar@rumadining.com.au", + "timestamp": "2024-11-14T15:21:52.832Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-14T15:21:52.929Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "carterwcollins@icloud.com": { + "userId": "carterwcollins@icloud.com", + "timestamp": "2024-11-26T07:51:10.738Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-26T07:51:10.798Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "jennifer.graham@coffeebysma.com": { + "userId": "jennifer.graham@coffeebysma.com", + "timestamp": "2024-11-27T00:59:07.216Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-27T00:59:07.283Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "awilkins@nsightcare.com": { + "userId": "awilkins@nsightcare.com", + "timestamp": "2024-11-27T00:59:12.256Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-27T00:59:12.320Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "jinfernandez14@gmail.com": { + "userId": "jinfernandez14@gmail.com", + "timestamp": "2024-11-27T00:59:05.884Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-27T00:59:05.934Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "jindia.fernandez@coffeebysma.com": { + "userId": "jindia.fernandez@coffeebysma.com", + "timestamp": "2024-11-26T07:05:53.959Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-26T07:05:54.014Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "simon@bathonice.com": { + "userId": "simon@bathonice.com", + "timestamp": "2024-11-27T00:59:12.563Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-27T00:59:12.610Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "max@singlethreadfarms.com": { + "userId": "max@singlethreadfarms.com", + "timestamp": "2024-11-27T00:59:14.253Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-27T00:59:14.317Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "aparr@nsightcare.com": { + "userId": "aparr@nsightcare.com", + "timestamp": "2024-11-26T07:05:59.311Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-26T07:05:59.366Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "hri@diligencesecuritygroup.com": { + "userId": "hri@diligencesecuritygroup.com", + "timestamp": "2024-11-26T07:48:44.573Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-26T07:48:44.630Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "caleb.monticalvo@trinet.com": { + "userId": "caleb.monticalvo@trinet.com", + "timestamp": "2024-11-26T07:48:51.238Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-26T07:48:51.306Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "jack@tpghotelsandresorts.com": { + "userId": "jack@tpghotelsandresorts.com", + "timestamp": "2024-11-26T06:52:11.862Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-26T06:52:11.930Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "burryacehardware@yahoo.com": { + "userId": "burryacehardware@yahoo.com", + "timestamp": "2024-11-20T03:46:10.288Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-20T03:46:10.329Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "yragarcia@google.com": { + "userId": "yragarcia@google.com", + "timestamp": "2024-11-20T06:35:45.614Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-20T06:35:45.684Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "johnstevensato@google.com": { + "userId": "johnstevensato@google.com", + "timestamp": "2024-11-20T06:35:45.854Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-20T06:35:46.183Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "whitney.douglass@helloglobo.com": { + "userId": "whitney.douglass@helloglobo.com", + "timestamp": "2024-11-20T06:35:51.409Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-20T06:35:51.476Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "louisc809@gmail.com": { + "userId": "louisc809@gmail.com", + "timestamp": "2024-11-17T18:28:42.090Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-17T18:28:42.160Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "bsmith@fflib.org": { + "userId": "bsmith@fflib.org", + "timestamp": "2024-11-18T15:27:50.328Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-18T15:27:50.384Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "simonlover1@yahoo.co.uk": { + "userId": "simonlover1@yahoo.co.uk", + "timestamp": "2024-11-23T05:49:30.899Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": true, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": true, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": true, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": true, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": true, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-23T05:49:30.974Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "kelliesliwka@icloud.com": { + "userId": "kelliesliwka@icloud.com", + "timestamp": "2024-11-22T01:56:54.479Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-22T01:56:54.544Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "mmishra@deputy-c.com": { + "userId": "mmishra@deputy-c.com", + "timestamp": "2024-11-26T07:44:26.890Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-26T07:44:26.937Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "okeryne@yahoo.com.au": { + "userId": "okeryne@yahoo.com.au", + "timestamp": "2024-11-25T14:16:48.322Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-25T14:16:48.398Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "hayden@buderimdistillingco.com.au": { + "userId": "hayden@buderimdistillingco.com.au", + "timestamp": "2024-11-26T08:53:25.232Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-26T08:53:25.288Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "kaitlin.ko@splootvets.com": { + "userId": "kaitlin.ko@splootvets.com", + "timestamp": "2024-11-26T08:47:56.333Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-26T08:47:56.391Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "rbahl@deputy.com": { + "userId": "rbahl@deputy.com", + "timestamp": "2024-11-19T19:36:11.300Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-19T19:36:11.354Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "jtugwell+felixjnr@deputy.com": { + "userId": "jtugwell+felixjnr@deputy.com", + "timestamp": "2024-11-26T08:39:31.984Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-26T08:39:32.036Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "hwaters@deputy.com": { + "userId": "hwaters@deputy.com", + "timestamp": "2024-11-26T07:03:45.262Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-26T07:03:45.330Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "tkushwaha@deputy-c.com": { + "userId": "tkushwaha@deputy-c.com", + "timestamp": "2024-11-26T16:42:05.363Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-26T16:42:05.425Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "jtugwell+clydeghost@deputy.com": { + "userId": "jtugwell+clydeghost@deputy.com", + "timestamp": "2024-11-25T21:28:07.293Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-25T21:28:07.360Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "hannah.salama@img.com": { + "userId": "hannah.salama@img.com", + "timestamp": "2024-11-22T16:37:54.924Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-22T16:37:54.986Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "leigh.stevens@sportingglobe.com.au": { + "userId": "leigh.stevens@sportingglobe.com.au", + "timestamp": "2024-11-27T22:20:34.317Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-27T22:20:34.371Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "adam@breakthroughbars.co.uk": { + "userId": "adam@breakthroughbars.co.uk", + "timestamp": "2024-11-18T11:59:41.981Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-18T11:59:42.048Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "boatshedbrew@outlook.com": { + "userId": "boatshedbrew@outlook.com", + "timestamp": "2024-11-27T23:24:39.394Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-27T23:24:39.431Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "alexbogdanovski9@hotmail.com": { + "userId": "alexbogdanovski9@hotmail.com", + "timestamp": "2024-11-25T22:49:41.173Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-25T22:49:41.238Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "padam@tascollege.edu.au": { + "userId": "padam@tascollege.edu.au", + "timestamp": "2024-11-26T08:36:29.453Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-26T08:36:29.502Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "pascal@srocapital.com.au": { + "userId": "pascal@srocapital.com.au", + "timestamp": "2024-11-17T23:10:41.815Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-17T23:10:41.912Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "office@foodmerchants.com.au": { + "userId": "office@foodmerchants.com.au", + "timestamp": "2024-11-21T12:34:54.535Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-21T12:34:54.632Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "engcheng.khaw@bigtiny.com.sg": { + "userId": "engcheng.khaw@bigtiny.com.sg", + "timestamp": "2024-11-13T11:54:08.185Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-13T11:54:08.242Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "gustavo.colhado+advisor3@xero.com": { + "userId": "gustavo.colhado+advisor3@xero.com", + "timestamp": "2024-11-26T15:40:52.771Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-26T15:40:52.841Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "mark@labelectrical.com.au": { + "userId": "mark@labelectrical.com.au", + "timestamp": "2024-11-26T05:34:40.809Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-26T05:34:40.874Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "andrew@onmymind.com.au": { + "userId": "andrew@onmymind.com.au", + "timestamp": "2024-11-26T02:38:15.875Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-26T02:38:15.926Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "nicholascaravella01@gmail.com": { + "userId": "nicholascaravella01@gmail.com", + "timestamp": "2024-11-26T07:35:07.876Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-26T07:35:07.945Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "hollyy.orourke@gmail.com": { + "userId": "hollyy.orourke@gmail.com", + "timestamp": "2024-11-26T07:46:39.296Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-26T07:46:39.356Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "admin@coastalpurewater.com.au": { + "userId": "admin@coastalpurewater.com.au", + "timestamp": "2024-11-26T06:44:35.219Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-26T06:44:35.278Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "samtabatabai5@gmail.com": { + "userId": "samtabatabai5@gmail.com", + "timestamp": "2024-11-26T07:53:21.357Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-26T07:53:21.410Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "tom@barriergroup.com.au": { + "userId": "tom@barriergroup.com.au", + "timestamp": "2024-11-26T08:11:40.364Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-26T08:11:40.419Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "integratedrosters@premiumsolutions.group": { + "userId": "integratedrosters@premiumsolutions.group", + "timestamp": "2024-11-26T06:45:25.827Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-26T06:45:25.881Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "benjaminlees2016@gmail.com": { + "userId": "benjaminlees2016@gmail.com", + "timestamp": "2024-11-26T08:55:32.494Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-26T08:55:32.554Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "magda@swiech.net": { + "userId": "magda@swiech.net", + "timestamp": "2024-11-21T12:45:32.560Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-21T12:45:32.619Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "rohitmankame1@gmail.com": { + "userId": "rohitmankame1@gmail.com", + "timestamp": "2024-11-22T13:21:36.315Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-22T13:21:36.374Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "info@zmartly.co.uk": { + "userId": "info@zmartly.co.uk", + "timestamp": "2024-11-21T12:47:17.737Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-21T12:47:17.806Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "miguel91186@gmail.com": { + "userId": "miguel91186@gmail.com", + "timestamp": "2024-11-22T09:36:18.087Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-22T09:36:18.143Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "maddyhornsby24@gmail.com": { + "userId": "maddyhornsby24@gmail.com", + "timestamp": "2024-11-25T10:14:58.554Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-25T10:14:58.625Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "galnisha.rai2018@gmail.com": { + "userId": "galnisha.rai2018@gmail.com", + "timestamp": "2024-11-21T12:48:29.181Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-21T12:48:29.255Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "stephanie.ross.design@gmail.com": { + "userId": "stephanie.ross.design@gmail.com", + "timestamp": "2024-11-22T14:30:53.074Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-22T14:30:53.148Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "accounts@fyrepro.com": { + "userId": "accounts@fyrepro.com", + "timestamp": "2024-11-25T07:59:33.556Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-25T07:59:33.642Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "uwaishussein@gmail.com": { + "userId": "uwaishussein@gmail.com", + "timestamp": "2024-11-22T14:29:59.274Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-22T14:29:59.335Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "lyndapalai@optusnet.com.au": { + "userId": "lyndapalai@optusnet.com.au", + "timestamp": "2024-11-25T10:15:00.395Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-25T10:15:00.464Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "shareefarmer@rehab.melbourne": { + "userId": "shareefarmer@rehab.melbourne", + "timestamp": "2024-11-13T00:53:23.736Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-13T00:53:23.804Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "accounts@fitnessnation.au": { + "userId": "accounts@fitnessnation.au", + "timestamp": "2024-11-13T07:53:09.060Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-13T07:53:09.139Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "ava@earthtonicsskincare.com": { + "userId": "ava@earthtonicsskincare.com", + "timestamp": "2024-11-27T00:57:40.880Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-27T00:57:40.933Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "rick@180directprimarycare.com": { + "userId": "rick@180directprimarycare.com", + "timestamp": "2024-11-26T07:53:08.302Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-26T07:53:08.354Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "houy.ty.95@gmail.com": { + "userId": "houy.ty.95@gmail.com", + "timestamp": "2024-11-26T07:37:42.519Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-26T07:37:42.579Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "houseoftykes24@gmail.com": { + "userId": "houseoftykes24@gmail.com", + "timestamp": "2024-11-26T07:53:27.175Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-26T07:53:27.228Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "pcollier@denisonparking.com": { + "userId": "pcollier@denisonparking.com", + "timestamp": "2024-11-27T00:57:40.907Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-27T00:57:40.960Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "stephanie@ghostcitytours.com": { + "userId": "stephanie@ghostcitytours.com", + "timestamp": "2024-11-26T07:49:35.470Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-26T07:49:35.505Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "leslie.kacal@ttu.edu": { + "userId": "leslie.kacal@ttu.edu", + "timestamp": "2024-11-26T08:51:27.673Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-26T08:51:27.702Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "mlong+emmett@deputy.com": { + "userId": "mlong+emmett@deputy.com", + "timestamp": "2024-11-27T19:29:23.998Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-27T19:29:24.055Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "karamveer.kaul@gmail.com": { + "userId": "karamveer.kaul@gmail.com", + "timestamp": "2024-11-26T07:52:57.898Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-26T07:52:57.945Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "bethany.darby@petfolk.com": { + "userId": "bethany.darby@petfolk.com", + "timestamp": "2024-11-26T01:44:33.268Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-26T01:44:33.325Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "nathan@theblow.com.au": { + "userId": "nathan@theblow.com.au", + "timestamp": "2024-11-19T12:29:45.432Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-19T12:29:45.500Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "manderson@timeslocalmedia.com": { + "userId": "manderson@timeslocalmedia.com", + "timestamp": "2024-11-26T07:10:36.756Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-26T07:10:36.824Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "aldo.davidhi@outlook.com": { + "userId": "aldo.davidhi@outlook.com", + "timestamp": "2024-11-26T13:53:51.383Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-26T13:53:51.465Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "aha@ahacookies.com": { + "userId": "aha@ahacookies.com", + "timestamp": "2024-11-20T03:39:31.295Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-20T03:39:31.354Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "b.afir@s8group.eu": { + "userId": "b.afir@s8group.eu", + "timestamp": "2024-11-26T01:39:41.436Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-26T01:39:41.493Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "georgielfree@gmail.com": { + "userId": "georgielfree@gmail.com", + "timestamp": "2024-11-26T07:34:05.888Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-26T07:34:05.944Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "accounts@bingham.uk": { + "userId": "accounts@bingham.uk", + "timestamp": "2024-11-26T01:32:30.864Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-26T01:32:30.895Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "accounts@sciencecentral.org": { + "userId": "accounts@sciencecentral.org", + "timestamp": "2024-11-26T01:39:36.306Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-26T01:39:36.355Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "janek.dajda@gmail.com": { + "userId": "janek.dajda@gmail.com", + "timestamp": "2024-11-25T12:21:04.903Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-25T12:21:04.974Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "edupurp1@gmail.com": { + "userId": "edupurp1@gmail.com", + "timestamp": "2024-11-26T01:39:36.848Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-26T01:39:36.909Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "mcss.pandc.ops@gmail.com": { + "userId": "mcss.pandc.ops@gmail.com", + "timestamp": "2024-11-26T01:32:27.340Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-26T01:32:27.394Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "anre.vooremaa@sisugroup.com": { + "userId": "anre.vooremaa@sisugroup.com", + "timestamp": "2024-11-26T02:31:49.699Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-26T02:31:49.769Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "honeyleth.flores@coffeebysma.com": { + "userId": "honeyleth.flores@coffeebysma.com", + "timestamp": "2024-11-26T07:50:33.131Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-26T07:50:33.192Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "kirill.boldyrev@starship.co": { + "userId": "kirill.boldyrev@starship.co", + "timestamp": "2024-11-26T08:37:14.039Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-26T08:37:14.094Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "kcassarella@ellitgroups.com": { + "userId": "kcassarella@ellitgroups.com", + "timestamp": "2024-11-26T01:42:01.218Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-26T01:42:01.272Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "julie.parker@rncm.ac.uk": { + "userId": "julie.parker@rncm.ac.uk", + "timestamp": "2024-11-26T20:41:38.991Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "Marketing", + "enabled": true, + "preferences": [] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-26T20:41:39.071Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "sarae@path20.co": { + "userId": "sarae@path20.co", + "timestamp": "2024-11-26T21:14:26.810Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "Marketing", + "enabled": true, + "preferences": [] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-26T21:14:26.887Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "pruts@kinkally.co.uk": { + "userId": "pruts@kinkally.co.uk", + "timestamp": "2024-11-26T21:05:03.360Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "Marketing", + "enabled": true, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-26T21:05:03.443Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "anthony@lloydsauctions.com.au": { + "userId": "anthony@lloydsauctions.com.au", + "timestamp": "2024-11-15T07:29:53.806Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-15T07:29:53.875Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "nerida@virtuehomes.com.au": { + "userId": "nerida@virtuehomes.com.au", + "timestamp": "2024-11-26T18:42:57.343Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-26T18:42:57.422Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "merelyn@gmail.com": { + "userId": "merelyn@gmail.com", + "timestamp": "2024-11-27T23:29:17.105Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-27T23:29:17.179Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "lina.tuzet@live.fr": { + "userId": "lina.tuzet@live.fr", + "timestamp": "2024-11-27T22:30:03.093Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "Marketing", + "enabled": true, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": true, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": true, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": true, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": true, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-27T22:30:03.149Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "ocram.xyz@gmail.com": { + "userId": "ocram.xyz@gmail.com", + "timestamp": "2024-11-17T16:20:50.821Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-17T16:20:50.885Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "pipmic@hotmail.com": { + "userId": "pipmic@hotmail.com", + "timestamp": "2024-11-26T07:07:14.269Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-26T07:07:14.321Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "zaira@ganadofeed.com": { + "userId": "zaira@ganadofeed.com", + "timestamp": "2024-11-21T08:32:07.501Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-21T08:32:07.573Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "krisbarton11@gmail.com": { + "userId": "krisbarton11@gmail.com", + "timestamp": "2024-11-26T08:34:39.995Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-26T08:34:40.053Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "dazza4723@yahoo.co.uk": { + "userId": "dazza4723@yahoo.co.uk", + "timestamp": "2024-11-26T08:19:57.197Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "Marketing", + "enabled": true, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": true, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": true, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": true, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-26T08:19:57.256Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "andrew.lamb@optusnet.com.au": { + "userId": "andrew.lamb@optusnet.com.au", + "timestamp": "2024-11-27T05:28:29.045Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-27T05:28:29.110Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "khareltikazz@gmail.com": { + "userId": "khareltikazz@gmail.com", + "timestamp": "2024-11-27T04:38:13.870Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-27T04:38:13.938Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "mischatropp@gmail.com": { + "userId": "mischatropp@gmail.com", + "timestamp": "2024-11-25T22:34:37.678Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-25T22:34:37.737Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "amykurt@optusnet.com.au": { + "userId": "amykurt@optusnet.com.au", + "timestamp": "2024-11-26T07:26:47.031Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "Marketing", + "enabled": true, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": true, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": true, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": true, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-26T07:26:47.095Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "meagan.ng.ng@gmail.com": { + "userId": "meagan.ng.ng@gmail.com", + "timestamp": "2024-11-26T07:57:19.038Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-26T07:57:19.067Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "aleix.graell@gmail.com": { + "userId": "aleix.graell@gmail.com", + "timestamp": "2024-11-26T07:12:06.425Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "Marketing", + "enabled": true, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": true, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": true, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": true, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-26T07:12:06.484Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "stephanie@ellitgroups.com": { + "userId": "stephanie@ellitgroups.com", + "timestamp": "2024-11-22T07:29:24.587Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-22T07:29:24.643Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "manager@thebatesfordhotel.com.au": { + "userId": "manager@thebatesfordhotel.com.au", + "timestamp": "2024-11-26T07:33:49.650Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-26T07:33:49.707Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "jay.mazumdar@schnitz.com.au": { + "userId": "jay.mazumdar@schnitz.com.au", + "timestamp": "2024-11-26T08:58:50.051Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-26T08:58:50.112Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "yaya_peterson@yahoo.com.au": { + "userId": "yaya_peterson@yahoo.com.au", + "timestamp": "2024-11-18T01:41:40.591Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-18T01:41:40.646Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "care4you21@outlook.com": { + "userId": "care4you21@outlook.com", + "timestamp": "2024-11-13T01:51:38.977Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-13T01:51:39.316Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "danielle-91@hotmail.co.uk": { + "userId": "danielle-91@hotmail.co.uk", + "timestamp": "2024-11-21T21:37:20.727Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-21T21:37:20.792Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "george.town@bark.com": { + "userId": "george.town@bark.com", + "timestamp": "2024-11-26T21:07:33.395Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "Marketing", + "enabled": true, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-26T21:07:33.461Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "melissa.lopez@tourradar.com": { + "userId": "melissa.lopez@tourradar.com", + "timestamp": "2024-11-26T07:51:35.487Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-26T07:51:35.529Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "kelcie001@icloud.com": { + "userId": "kelcie001@icloud.com", + "timestamp": "2024-11-17T18:27:05.798Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-17T18:27:05.853Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "becky@hostinghomes.co.uk": { + "userId": "becky@hostinghomes.co.uk", + "timestamp": "2024-11-14T00:56:57.365Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-14T00:56:57.420Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "darush.vafa@icloud.com": { + "userId": "darush.vafa@icloud.com", + "timestamp": "2024-11-26T06:49:08.660Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-26T06:49:08.747Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "tanya@castlearchdale.com": { + "userId": "tanya@castlearchdale.com", + "timestamp": "2024-11-20T10:47:39.286Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-20T10:47:39.340Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "406freshness@gmail.com": { + "userId": "406freshness@gmail.com", + "timestamp": "2024-11-26T16:41:55.454Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-26T16:41:55.522Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "mattallan1234@outlook.com": { + "userId": "mattallan1234@outlook.com", + "timestamp": "2024-11-26T07:48:13.356Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-26T07:48:13.416Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "jacksonf-j95@hotmail.com": { + "userId": "jacksonf-j95@hotmail.com", + "timestamp": "2024-11-14T01:57:04.421Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-14T01:57:04.497Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "philip@riseqconsulting.com": { + "userId": "philip@riseqconsulting.com", + "timestamp": "2024-11-13T00:53:26.623Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-13T00:53:26.683Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "adeleine@demak.com.au": { + "userId": "adeleine@demak.com.au", + "timestamp": "2024-11-13T01:51:49.864Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-13T01:51:49.907Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "leisa.canny@westnet.com.au": { + "userId": "leisa.canny@westnet.com.au", + "timestamp": "2024-11-26T07:52:00.733Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-26T07:52:00.762Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "lisantony70@outlook.com": { + "userId": "lisantony70@outlook.com", + "timestamp": "2024-11-13T00:51:42.045Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-13T00:51:42.122Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "isaac_saunders@outlook.com": { + "userId": "isaac_saunders@outlook.com", + "timestamp": "2024-11-28T02:42:04.916Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-28T02:42:04.976Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "finance@belmonthealthcare.co.uk": { + "userId": "finance@belmonthealthcare.co.uk", + "timestamp": "2024-11-13T13:54:27.118Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-13T13:54:27.185Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "amelie.hermend@hotmail.fr": { + "userId": "amelie.hermend@hotmail.fr", + "timestamp": "2024-11-13T09:53:43.650Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-13T09:53:43.736Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "chrismc4@hotmail.co.uk": { + "userId": "chrismc4@hotmail.co.uk", + "timestamp": "2024-11-13T13:54:26.513Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-13T13:54:26.577Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "rg@gullcorp.com": { + "userId": "rg@gullcorp.com", + "timestamp": "2024-11-24T03:33:48.436Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-24T03:33:52.554Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "alan.uia@gmail.com": { + "userId": "alan.uia@gmail.com", + "timestamp": "2024-11-17T16:20:50.733Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-17T16:20:50.802Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "jorinde@portcygnetcannery.com": { + "userId": "jorinde@portcygnetcannery.com", + "timestamp": "2024-11-13T02:51:53.138Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-13T02:51:53.215Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "jarrod.hphomes@gmail.com": { + "userId": "jarrod.hphomes@gmail.com", + "timestamp": "2024-11-26T07:49:34.344Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-26T07:49:34.376Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "hillary@follycollection.com": { + "userId": "hillary@follycollection.com", + "timestamp": "2024-11-18T17:54:54.846Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-18T17:54:54.909Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "m.j.paczula@gmail.com": { + "userId": "m.j.paczula@gmail.com", + "timestamp": "2024-11-22T01:08:36.106Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-22T01:08:36.164Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "stephanieragain@gmail.com": { + "userId": "stephanieragain@gmail.com", + "timestamp": "2024-11-22T13:21:16.327Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-22T13:21:16.388Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "ashley@cqfibreglassdirect.com.au": { + "userId": "ashley@cqfibreglassdirect.com.au", + "timestamp": "2024-11-13T13:54:25.115Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-13T13:54:25.178Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "liana.wales02@outlook.com": { + "userId": "liana.wales02@outlook.com", + "timestamp": "2024-11-26T08:48:40.970Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-26T08:48:41.031Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "maricrisstrybosch@yahoo.com": { + "userId": "maricrisstrybosch@yahoo.com", + "timestamp": "2024-11-13T17:55:11.470Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-13T17:55:11.549Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "aami@ambearthworks.com.au": { + "userId": "aami@ambearthworks.com.au", + "timestamp": "2024-11-22T09:39:53.191Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-22T09:39:53.284Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "vale.smilzo@yahoo.it": { + "userId": "vale.smilzo@yahoo.it", + "timestamp": "2024-11-22T12:08:54.440Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-22T12:08:54.532Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "manukau@tintacar.co.nz": { + "userId": "manukau@tintacar.co.nz", + "timestamp": "2024-11-26T08:31:01.483Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-26T08:31:01.536Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "hwpilates@outlook.com": { + "userId": "hwpilates@outlook.com", + "timestamp": "2024-11-12T23:52:05.848Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-12T23:52:05.916Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "admin@fetefone.com": { + "userId": "admin@fetefone.com", + "timestamp": "2024-11-11T03:40:52.309Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-11T03:40:52.414Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "mageiger85@yahoo.com": { + "userId": "mageiger85@yahoo.com", + "timestamp": "2024-11-13T06:52:47.475Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-13T06:52:51.943Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "sarah.meldrum@objective.com": { + "userId": "sarah.meldrum@objective.com", + "timestamp": "2024-11-26T07:11:47.079Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-26T07:11:47.132Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "chrischan@bathurstdentalcare.com.au": { + "userId": "chrischan@bathurstdentalcare.com.au", + "timestamp": "2024-11-18T03:12:47.797Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-18T03:12:47.856Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "kianagibbon@icloud.com": { + "userId": "kianagibbon@icloud.com", + "timestamp": "2024-11-13T07:53:26.987Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-13T07:53:27.045Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "monique.walker@cars24.com": { + "userId": "monique.walker@cars24.com", + "timestamp": "2024-11-13T14:54:49.584Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-13T14:54:49.696Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "lucy-emma@wademacdonald.com": { + "userId": "lucy-emma@wademacdonald.com", + "timestamp": "2024-11-26T07:51:23.831Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-26T07:51:23.884Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "nikki.l.edgar@gmail.com": { + "userId": "nikki.l.edgar@gmail.com", + "timestamp": "2024-11-26T04:00:00.340Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-26T04:00:00.415Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "amie.wallis@olympics.com.au": { + "userId": "amie.wallis@olympics.com.au", + "timestamp": "2024-11-27T00:59:56.780Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-27T00:59:56.832Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "aysbel@dearmas.me": { + "userId": "aysbel@dearmas.me", + "timestamp": "2024-11-18T18:41:34.500Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-18T18:41:34.553Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "shenslowe@highgroveenterprises.com": { + "userId": "shenslowe@highgroveenterprises.com", + "timestamp": "2024-11-26T07:51:38.902Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-26T07:51:38.953Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "ken@graysoncl.com": { + "userId": "ken@graysoncl.com", + "timestamp": "2024-11-26T07:52:47.511Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-26T07:52:47.573Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "ned@pitchlabs.co": { + "userId": "ned@pitchlabs.co", + "timestamp": "2024-11-22T09:39:26.460Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-22T09:39:26.517Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "sarah.rogers@forrestbrown.co.uk": { + "userId": "sarah.rogers@forrestbrown.co.uk", + "timestamp": "2024-11-14T00:56:46.902Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-14T00:56:46.972Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "kristy.davies@eic.ca": { + "userId": "kristy.davies@eic.ca", + "timestamp": "2024-11-26T08:31:11.662Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-26T08:31:11.735Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "fkelly@digisoft.tv": { + "userId": "fkelly@digisoft.tv", + "timestamp": "2024-11-26T07:54:05.619Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-26T07:54:05.675Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "conechrey@aol.com": { + "userId": "conechrey@aol.com", + "timestamp": "2024-11-25T22:35:03.742Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-25T22:35:03.809Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "christie.barryy@gmail.com": { + "userId": "christie.barryy@gmail.com", + "timestamp": "2024-11-25T07:55:03.505Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-25T07:55:03.575Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "brian@adaptive.ie": { + "userId": "brian@adaptive.ie", + "timestamp": "2024-11-18T09:57:03.356Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-18T09:57:03.428Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "russ_burton@yahoo.co.uk": { + "userId": "russ_burton@yahoo.co.uk", + "timestamp": "2024-11-26T08:41:47.693Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-26T08:41:47.752Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "paulyg1965@gmail.com": { + "userId": "paulyg1965@gmail.com", + "timestamp": "2024-11-10T01:34:25.903Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-10T01:34:25.982Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "emma@frogmorecreek.com.au": { + "userId": "emma@frogmorecreek.com.au", + "timestamp": "2024-11-25T12:15:56.518Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-25T12:15:56.569Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "brett.taylor@cru.edu.au": { + "userId": "brett.taylor@cru.edu.au", + "timestamp": "2024-11-18T00:40:41.409Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-18T00:40:41.472Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "esther@caxton.org.au": { + "userId": "esther@caxton.org.au", + "timestamp": "2024-11-24T05:06:07.678Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-24T05:06:07.761Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "linh.kha@hotmail.com": { + "userId": "linh.kha@hotmail.com", + "timestamp": "2024-11-21T12:48:37.357Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-21T12:48:37.417Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "stash@murphysicecream.eu": { + "userId": "stash@murphysicecream.eu", + "timestamp": "2024-11-26T02:26:53.303Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-26T02:26:53.363Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "rick.marson1992@gmail.com": { + "userId": "rick.marson1992@gmail.com", + "timestamp": "2024-11-26T07:45:45.331Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-26T07:45:45.384Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "kellie.beckman@citycave.com.au": { + "userId": "kellie.beckman@citycave.com.au", + "timestamp": "2024-11-22T01:07:57.184Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-22T01:07:57.237Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "marcus.gillies@btinternet.com": { + "userId": "marcus.gillies@btinternet.com", + "timestamp": "2024-11-14T03:57:21.467Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-14T03:57:21.520Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "sldstny@outlook.com": { + "userId": "sldstny@outlook.com", + "timestamp": "2024-11-17T18:21:27.696Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-17T18:21:27.765Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "brett.hay@cmstas.com.au": { + "userId": "brett.hay@cmstas.com.au", + "timestamp": "2024-11-26T07:50:04.167Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-26T07:50:04.221Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "emenaik@yahoo.com": { + "userId": "emenaik@yahoo.com", + "timestamp": "2024-11-26T07:35:43.593Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-26T07:35:43.648Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "weiry_22@hotmail.com": { + "userId": "weiry_22@hotmail.com", + "timestamp": "2024-11-25T03:12:45.845Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-25T03:12:45.938Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "arash.tayebbi@yahoo.com": { + "userId": "arash.tayebbi@yahoo.com", + "timestamp": "2024-11-19T01:14:36.822Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-19T01:14:36.878Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "lishagilham@outlook.com": { + "userId": "lishagilham@outlook.com", + "timestamp": "2024-11-18T17:54:12.511Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-18T17:54:12.582Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "amyleabaker@gmail.com": { + "userId": "amyleabaker@gmail.com", + "timestamp": "2024-11-16T11:11:43.090Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-16T11:11:43.147Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "caseysholmes@gmail.com": { + "userId": "caseysholmes@gmail.com", + "timestamp": "2024-11-26T07:12:51.541Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-26T07:12:51.593Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "keith.j.barrett@gmail.com": { + "userId": "keith.j.barrett@gmail.com", + "timestamp": "2024-11-26T08:41:43.976Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "Marketing", + "enabled": true, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": true, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": true, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": true, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-26T08:41:44.026Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "tinawood@y7mail.com": { + "userId": "tinawood@y7mail.com", + "timestamp": "2024-11-21T09:15:13.914Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-21T09:15:13.974Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "yannick@paylatertravel.com.au": { + "userId": "yannick@paylatertravel.com.au", + "timestamp": "2024-11-26T08:29:55.360Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-26T08:29:55.408Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "ruthngadz@yahoo.com": { + "userId": "ruthngadz@yahoo.com", + "timestamp": "2024-11-18T09:16:40.923Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-18T09:16:40.979Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "tejalekbote@google.com": { + "userId": "tejalekbote@google.com", + "timestamp": "2024-11-18T18:01:12.637Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-18T18:01:12.720Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "info@tasmanfoods.com": { + "userId": "info@tasmanfoods.com", + "timestamp": "2024-11-18T00:27:49.410Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-18T00:27:49.489Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "justin@jthiltgen.com": { + "userId": "justin@jthiltgen.com", + "timestamp": "2024-11-26T07:10:39.758Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-26T07:10:39.821Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "raphstan@gmx.ch": { + "userId": "raphstan@gmx.ch", + "timestamp": "2024-11-14T04:57:28.399Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-14T04:57:28.460Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "bzaitz@frankies.com": { + "userId": "bzaitz@frankies.com", + "timestamp": "2024-11-14T14:59:35.003Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-14T14:59:35.079Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "gavit06@libero.it": { + "userId": "gavit06@libero.it", + "timestamp": "2024-11-18T20:54:04.432Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-18T20:54:04.497Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "dana.andrews@outlook.com": { + "userId": "dana.andrews@outlook.com", + "timestamp": "2024-11-16T15:12:48.564Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-16T15:12:48.640Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "gm@burpengarycommunityclub.com.au": { + "userId": "gm@burpengarycommunityclub.com.au", + "timestamp": "2024-11-22T00:46:02.889Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-22T00:46:02.952Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "vkasiano@sagabol.com.au": { + "userId": "vkasiano@sagabol.com.au", + "timestamp": "2024-11-13T20:55:57.821Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-13T20:55:57.886Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "michaelcline1@yahoo.com": { + "userId": "michaelcline1@yahoo.com", + "timestamp": "2024-11-18T00:14:49.440Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-18T00:14:49.497Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "m.hassaan@icloud.com": { + "userId": "m.hassaan@icloud.com", + "timestamp": "2024-11-14T14:59:33.949Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-14T14:59:34.021Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "chris.gibbons@lushproductions.com.au": { + "userId": "chris.gibbons@lushproductions.com.au", + "timestamp": "2024-11-26T07:06:08.281Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-26T07:06:08.321Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "emort@partners.org": { + "userId": "emort@partners.org", + "timestamp": "2024-11-26T08:43:29.919Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-26T08:43:29.967Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "tracy.doonan@utas.edu.au": { + "userId": "tracy.doonan@utas.edu.au", + "timestamp": "2024-11-13T02:52:40.235Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-13T02:52:40.304Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "kelly.hay@cmstas.com.au": { + "userId": "kelly.hay@cmstas.com.au", + "timestamp": "2024-11-13T11:54:04.696Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-13T11:54:04.750Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "rachel_preston@hotmail.com": { + "userId": "rachel_preston@hotmail.com", + "timestamp": "2024-11-22T16:44:16.095Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-22T16:44:16.162Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "dean@bnglass.com.au": { + "userId": "dean@bnglass.com.au", + "timestamp": "2024-11-13T05:52:31.012Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-13T05:52:31.088Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "nicki@festivalglass.com.au": { + "userId": "nicki@festivalglass.com.au", + "timestamp": "2024-11-13T08:54:01.730Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-13T08:54:01.794Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "james@acoms.com.au": { + "userId": "james@acoms.com.au", + "timestamp": "2024-11-22T16:21:36.190Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-22T16:21:36.252Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "peter@bellevuecottage.com.au": { + "userId": "peter@bellevuecottage.com.au", + "timestamp": "2024-11-26T08:53:18.516Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-26T08:53:18.572Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "bookings@kioceansafari.com.au": { + "userId": "bookings@kioceansafari.com.au", + "timestamp": "2024-11-26T00:41:07.934Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-26T00:41:08.007Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "christian@jdclogistics.com.au": { + "userId": "christian@jdclogistics.com.au", + "timestamp": "2024-11-26T06:59:42.435Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-26T06:59:42.518Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "kamahl@tppro.com.au": { + "userId": "kamahl@tppro.com.au", + "timestamp": "2024-11-25T14:03:49.536Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-25T14:03:49.607Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "terence.watts94@gmail.com": { + "userId": "terence.watts94@gmail.com", + "timestamp": "2024-11-27T06:37:14.060Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-27T06:37:14.140Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "jadebyrne@mail.com": { + "userId": "jadebyrne@mail.com", + "timestamp": "2024-11-22T13:23:34.231Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-22T13:23:34.305Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "raheel@cheetahcars.co.uk": { + "userId": "raheel@cheetahcars.co.uk", + "timestamp": "2024-11-21T03:55:55.983Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-21T03:55:56.068Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "maura@visionbranding.ie": { + "userId": "maura@visionbranding.ie", + "timestamp": "2024-11-18T16:52:02.159Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-18T16:52:02.225Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "karen.richardson@fdlworld.com": { + "userId": "karen.richardson@fdlworld.com", + "timestamp": "2024-11-27T09:50:47.158Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-27T09:50:47.232Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "glen@changeexchange.com.au": { + "userId": "glen@changeexchange.com.au", + "timestamp": "2024-11-18T03:12:42.047Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-18T03:12:42.106Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "rfortmann@koomarri.asn.au": { + "userId": "rfortmann@koomarri.asn.au", + "timestamp": "2024-11-26T07:34:34.671Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-26T07:34:34.748Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "sbrower@yokesfoods.com": { + "userId": "sbrower@yokesfoods.com", + "timestamp": "2024-11-14T14:03:17.895Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-14T14:03:17.952Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "accounts@settlersinn.com.au": { + "userId": "accounts@settlersinn.com.au", + "timestamp": "2024-11-13T01:51:51.080Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-13T01:51:51.149Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "andrew.p@impos.com.au": { + "userId": "andrew.p@impos.com.au", + "timestamp": "2024-11-26T07:30:22.804Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-26T07:30:22.869Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "soviet.ligal@gmail.com": { + "userId": "soviet.ligal@gmail.com", + "timestamp": "2024-11-25T22:25:15.467Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-25T22:25:15.522Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "mtingsager@gmail.com": { + "userId": "mtingsager@gmail.com", + "timestamp": "2024-11-27T21:47:43.693Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-27T21:47:43.750Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "rick@yellowdoggraphics.com": { + "userId": "rick@yellowdoggraphics.com", + "timestamp": "2024-11-26T07:50:04.870Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-26T07:50:04.926Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "kristine@crazyartgrrljewelry.com": { + "userId": "kristine@crazyartgrrljewelry.com", + "timestamp": "2024-11-26T08:36:44.201Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-26T08:36:44.254Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "beth@biz-matters.com.au": { + "userId": "beth@biz-matters.com.au", + "timestamp": "2024-11-27T00:59:57.810Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-27T00:59:57.890Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "niall@connectiv.com.au": { + "userId": "niall@connectiv.com.au", + "timestamp": "2024-11-28T01:01:39.753Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-28T01:01:39.809Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "ratxsniper@gmail.com": { + "userId": "ratxsniper@gmail.com", + "timestamp": "2024-11-26T21:08:08.854Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "Marketing", + "enabled": true, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-26T21:08:08.926Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "susanzx6@hotmail.com": { + "userId": "susanzx6@hotmail.com", + "timestamp": "2024-11-26T07:50:03.697Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-26T07:50:03.752Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "blake@sealevel.com.au": { + "userId": "blake@sealevel.com.au", + "timestamp": "2024-11-28T04:06:50.917Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "Marketing", + "enabled": true, + "preferences": [ + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": true, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-28T04:06:51.089Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "conitadsilva@gmail.com": { + "userId": "conitadsilva@gmail.com", + "timestamp": "2024-11-26T08:25:01.047Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-26T08:25:01.099Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "s-woods@hotmail.co.uk": { + "userId": "s-woods@hotmail.co.uk", + "timestamp": "2024-11-20T03:40:31.865Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-20T03:40:31.938Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "brad@eathomegrown.com": { + "userId": "brad@eathomegrown.com", + "timestamp": "2024-11-26T07:51:04.493Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": false, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-26T07:51:04.549Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + }, + "payroll@cloudcfo.uk": { + "userId": "payroll@cloudcfo.uk", + "timestamp": "2024-11-26T21:05:36.785Z", + "partition": "d9c0b9ca-2253-4418-89d2-88776d654223", + "purposes": [ + { + "purpose": "SalesOutreach", + "enabled": false, + "preferences": [] + }, + { + "purpose": "Marketing", + "enabled": true, + "preferences": [ + { + "topic": "ProductUpdates", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductInsider", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "MarketingEmails", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + }, + { + "topic": "ProductGuidance", + "choice": { + "booleanValue": false, + "selectValue": null, + "selectValues": null + } + } + ] + } + ], + "system": { + "decryptionStatus": "DECRYPTED", + "updatedAt": "2024-11-26T21:05:36.840Z" + }, + "consentManagement": { + "usp": null, + "gpp": null, + "tcf": null, + "airgapVersion": null + }, + "metadata": [] + } + }, + "fileMetadata": { + "/Users/michaelfarrell/Desktop/deputy/salesforce_contacts.csv": { + "columnToPurposeName": {}, + "pendingSafeUpdates": {}, + "pendingConflictUpdates": {}, + "skippedUpdates": {}, + "successfulUpdates": {}, + "lastFetchedAt": "2024-11-28T03:36:00.179Z", + "identifierColumn": "Email" + }, + "/Users/michaelfarrell/Desktop/deputy/salesforce_leads.csv": { + "columnToPurposeName": {}, + "pendingSafeUpdates": {}, + "pendingConflictUpdates": {}, + "skippedUpdates": {}, + "successfulUpdates": {}, + "lastFetchedAt": "2024-11-28T04:05:24.704Z", + "identifierColumn": "Email" + }, + "/Users/michaelfarrell/Desktop/deputy/salesforce_leads_uniq.csv": { + "columnToPurposeName": {}, + "pendingSafeUpdates": {}, + "pendingConflictUpdates": {}, + "skippedUpdates": {}, + "successfulUpdates": {}, + "lastFetchedAt": "2024-11-28T04:19:57.116Z", + "identifierColumn": "Email", + "timestampColum": "LastModifiedDate" + }, + "/Users/michaelfarrell/Desktop/deputy/salesforce_contacts_uniq.csv": { + "columnToPurposeName": {}, + "pendingSafeUpdates": {}, + "pendingConflictUpdates": {}, + "skippedUpdates": {}, + "successfulUpdates": {}, + "lastFetchedAt": "2024-11-28T04:25:30.714Z", + "identifierColumn": "Email", + "timestampColum": "LastModifiedDate" + } + } +} diff --git a/src/cli-upload-preferences.ts b/src/cli-upload-preferences.ts index 1d6feaf3..038b80db 100644 --- a/src/cli-upload-preferences.ts +++ b/src/cli-upload-preferences.ts @@ -4,7 +4,7 @@ import yargs from 'yargs-parser'; import colors from 'colors'; import { logger } from './logger'; -import { DEFAULT_TRANSCEND_CONSENT_API } from './constants'; +import { DEFAULT_TRANSCEND_API } from './constants'; import { uploadPreferenceManagementPreferencesInteractive } from './preference-management'; import { splitCsvToList } from './requests'; @@ -28,21 +28,19 @@ async function main(): Promise { /** File to load preferences from */ files = './preferences.csv', /** Transcend URL */ - transcendUrl = DEFAULT_TRANSCEND_CONSENT_API, + transcendUrl = DEFAULT_TRANSCEND_API, /** API key */ auth, /** Sombra API key */ sombraAuth, /** Partition key to load into */ partition, - /** Concurrency */ - concurrency = '100', /** Whether to do a dry run */ dryRun = 'false', + /** Whether to refresh cache */ + refreshCache = 'false', /** Attributes to add to any DSR request if created */ attributes = 'Tags:transcend-cli', - /** Store cache of CSV format */ - cacheFilepath = './transcend-preference-management-cache.json', /** Store resulting, continuing where left off */ receiptFilepath = './preference-management-upload-receipts.json', } = yargs(process.argv.slice(2)) as { [k in string]: string }; @@ -70,13 +68,12 @@ async function main(): Promise { // Upload cookies await uploadPreferenceManagementPreferencesInteractive({ - cacheFilepath, receiptFilepath, auth, sombraAuth, files: splitCsvToList(files), partition, - concurrency: parseInt(concurrency, 10), + refreshPreferenceStoreCache: refreshCache === 'true', transcendUrl, dryRun: dryRun !== 'false', attributes: splitCsvToList(attributes), diff --git a/src/graphql/createSombraGotInstance.ts b/src/graphql/createSombraGotInstance.ts index d02b5195..aca717ce 100644 --- a/src/graphql/createSombraGotInstance.ts +++ b/src/graphql/createSombraGotInstance.ts @@ -19,7 +19,6 @@ export async function createSombraGotInstance( ): Promise { // Create GraphQL client to connect to Transcend backend const client = buildTranscendGraphQLClient(transcendUrl, transcendApiKey); - // Grab metadata about organization's sombra from GraphQL endpoint const { organization } = await makeGraphQLRequest<{ /** Requests */ @@ -31,7 +30,6 @@ export async function createSombraGotInstance( }; }; }>(client, ORGANIZATION); - // Create got instance with default values return got.extend({ prefixUrl: organization.sombra.customerUrl, diff --git a/src/preference-management/codecs.ts b/src/preference-management/codecs.ts new file mode 100644 index 00000000..e6a6868c --- /dev/null +++ b/src/preference-management/codecs.ts @@ -0,0 +1,97 @@ +import { + PreferenceQueryResponseItem, + PreferenceStorePurposeUpdate, +} from '@transcend-io/privacy-types'; +import * as t from 'io-ts'; + +export const FileMetadataState = t.intersection([ + t.type({ + /** Mapping of column name to it's relevant purpose in Transcend */ + columnToPurposeName: t.record(t.string, t.string), + /** Last time the file was fetched */ + lastFetchedAt: t.string, + /** + * Mapping of userId to the rows in the file that need to be uploaded + * These uploads are overwriting non-existent preferences and are safe + */ + pendingSafeUpdates: t.record(t.string, t.record(t.string, t.string)), + /** + * Mapping of userId to the rows in the file that need to be uploaded + * these records have conflicts with existing consent preferences + */ + pendingConflictUpdates: t.record(t.string, t.record(t.string, t.string)), + /** + * Mapping of userId to the rows in the file that can be skipped because + * their preferences are already in the store + */ + skippedUpdates: t.record(t.string, t.record(t.string, t.string)), + /** + * Mapping of userId to the rows in the file that have been successfully uploaded + */ + successfulUpdates: t.record( + t.string, + t.array(t.record(t.string, t.string)), + ), + }), + t.partial({ + /** Determine which column name in file maps to consent record identifier to upload on */ + identifierColumn: t.string, + /** Determine which column name in file maps to the timestamp */ + timestampColum: t.string, + }), +]); + +/** Override type */ +export type FileMetadataState = t.TypeOf; + +/** Persist this data between runs of the script */ +export const PreferenceState = t.type({ + /** + * Mapping from core userId to preference store record + */ + preferenceStoreRecords: t.record(t.string, PreferenceQueryResponseItem), + /** + * Store a cache of previous files read in + */ + fileMetadata: t.record(t.string, FileMetadataState), + /** + * The set of successful uploads to Transcend + * Mapping from userId to the upload metadata + */ + successfulUpdates: t.record( + t.string, + t.array( + t.type({ + /** Time upload ran at */ + uploadedAt: t.string, + /** The update body */ + update: PreferenceStorePurposeUpdate, + }), + ), + ), + /** + * The set of successful uploads to Transcend + * Mapping from userId to the upload metadata + */ + failingUpdates: t.record( + t.string, + t.array( + t.type({ + /** Time upload ran at */ + uploadedAt: t.string, + /** Attempts to upload that resulted in an error */ + error: t.string, + /** The update body */ + update: PreferenceStorePurposeUpdate, + }), + ), + ), + /** + * The set of pending uploads to Transcend + * Mapping from userId to the upload metadata + */ + pendingUpdates: t.record(t.string, PreferenceStorePurposeUpdate), +}); + +/** Override type */ +export type PreferenceState = t.TypeOf; diff --git a/src/preference-management/getPreferencesForIdentifiers.ts b/src/preference-management/getPreferencesForIdentifiers.ts index 152a37ce..d1458e53 100644 --- a/src/preference-management/getPreferencesForIdentifiers.ts +++ b/src/preference-management/getPreferencesForIdentifiers.ts @@ -1,4 +1,5 @@ import { PreferenceQueryResponseItem } from '@transcend-io/privacy-types'; +import type { Got } from 'got'; import colors from 'colors'; import cliProgress from 'cli-progress'; import chunk from 'lodash/chunk'; @@ -25,7 +26,7 @@ const PreferenceRecordsQueryResponse = t.intersection([ * @returns Plaintext context information */ export async function getPreferencesForIdentifiers( - sombra: Backend, + sombra: Got, { identifiers, partitionKey, @@ -54,21 +55,15 @@ export async function getPreferencesForIdentifiers( await map( groupedIdentifiers, async (group) => { - const rawResult = await sombra.rp({ - uri: `/v1/preferences/${partitionKey}/query`, - json: true, - method: 'POST', - body: { - filter: { - identifiers: group, - }, - }, - }); // Make the request try { - await sombra - .post('sync', { - json: input, + const rawResult = await sombra + .post(`v1/preferences/${partitionKey}/query`, { + json: { + filter: { + identifiers: group, + }, + }, }) .json(); @@ -85,11 +80,28 @@ export async function getPreferencesForIdentifiers( } catch (e) { // continue } - throw new Error( - `Received an error from server: ${ - err?.response?.body || err?.message - }`, - ); + const msg = err?.response?.body || err?.message || ''; + if (!msg.includes('ETIMEDOUT')) { + throw new Error( + `Received an error from server: ${ + err?.response?.body || err?.message + }`, + ); + } + const rawResult = await sombra + .post(`v1/preferences/${partitionKey}/query`, { + json: { + filter: { + identifiers: group, + }, + }, + }) + .json(); + + const result = decodeCodec(PreferenceRecordsQueryResponse, rawResult); + results.push(...result.nodes); + total += group.length; + progressBar.update(total); } }, { diff --git a/src/preference-management/getPreferencesFromEmailsWithCache.ts b/src/preference-management/getPreferencesFromEmailsWithCache.ts new file mode 100644 index 00000000..7b7ae633 --- /dev/null +++ b/src/preference-management/getPreferencesFromEmailsWithCache.ts @@ -0,0 +1,86 @@ +import { PersistedState } from '@transcend-io/persisted-state'; +import colors from 'colors'; +import groupBy from 'lodash/groupBy'; +import { PreferenceState } from './codecs'; +import type { Got } from 'got'; +import { PreferenceQueryResponseItem } from '@transcend-io/privacy-types'; +import { getPreferencesForIdentifiers } from './getPreferencesForIdentifiers'; +import { logger } from '../logger'; + +/** + * Get the preferences for a list of emails and update the cache + * + * @param options - Options + * @param cache - The cache to store the preferences in + * @returns The preferences for the emails + */ +export async function getPreferencesFromEmailsWithCache( + { + emails, + ignoreCache = false, + sombra, + partitionKey, + }: { + /** Emails to fetch */ + emails: string[]; + /** Whether to use or ignore cache */ + ignoreCache?: boolean; + /** Sombra got instance */ + sombra: Got; + /** Partition key */ + partitionKey: string; + }, + cache: PersistedState, +): Promise { + // current cache value + let preferenceStoreRecords = cache.getValue('preferenceStoreRecords'); + + // ignore cache + if (ignoreCache) { + logger.info( + colors.magenta(`Ignoring cache, pulling ${emails.length} emails`), + ); + const response = await getPreferencesForIdentifiers(sombra, { + identifiers: emails.map((email) => ({ value: email })), + partitionKey, + }); + preferenceStoreRecords = { + ...preferenceStoreRecords, + ...Object.fromEntries(response.map((record) => [record.userId, record])), + }; + cache.setValue(preferenceStoreRecords, 'preferenceStoreRecords'); + logger.info(colors.green(`Successfully pulled ${emails.length} emails`)); + return response; + } + + // group emails by whether they are in the cache + const { missing = [], existing = [] } = groupBy(emails, (email) => + preferenceStoreRecords[email] ? 'existing' : 'missing', + ); + + logger.info( + colors.magenta( + `Found ${existing.length} emails in cache, pulling ${missing.length} emails`, + ), + ); + + // fetch missing emails + if (missing.length > 0) { + const response = await getPreferencesForIdentifiers(sombra, { + identifiers: missing.map((email) => ({ value: email })), + partitionKey, + }); + const newPreferenceStoreRecords = { + ...preferenceStoreRecords, + ...Object.fromEntries(response.map((record) => [record.userId, record])), + }; + cache.setValue(newPreferenceStoreRecords, 'preferenceStoreRecords'); + logger.info(colors.green(`Successfully pulled ${missing.length} emails`)); + return existing.map((email) => newPreferenceStoreRecords[email]); + } + + logger.info(colors.green('No emails pulled, full cache hit')); + + // return existing emails + return existing.map((email) => preferenceStoreRecords[email]); +} diff --git a/src/preference-management/index.ts b/src/preference-management/index.ts index 8c79ae94..95e5f093 100644 --- a/src/preference-management/index.ts +++ b/src/preference-management/index.ts @@ -1 +1,5 @@ export * from './uploadPreferenceManagementPreferencesInteractive'; +export * from './codecs'; +export * from './getPreferencesForIdentifiers'; +export * from './getPreferencesFromEmailsWithCache'; +export * from './parsePreferenceManagementCsvWithCache'; diff --git a/src/preference-management/parsePreferenceManagementCsvWithCache.ts b/src/preference-management/parsePreferenceManagementCsvWithCache.ts new file mode 100644 index 00000000..af0c6b45 --- /dev/null +++ b/src/preference-management/parsePreferenceManagementCsvWithCache.ts @@ -0,0 +1,226 @@ +import { PersistedState } from '@transcend-io/persisted-state'; +import difference from 'lodash/difference'; +import type { Got } from 'got'; +import groupBy from 'lodash/groupBy'; +import uniq from 'lodash/uniq'; +import keyBy from 'lodash/keyBy'; +import inquirer from 'inquirer'; +import * as t from 'io-ts'; +import colors from 'colors'; +import { FileMetadataState, PreferenceState } from './codecs'; +import { logger } from '../logger'; +import { readCsv } from '../requests'; +import { getPreferencesFromEmailsWithCache } from './getPreferencesFromEmailsWithCache'; + +const NONE = '[NONE]'; + +/** + * Parse a file into the cache + * + * + * @param options - Options + * @param cache - The cache to store the parsed file in + * @returns The cache with the parsed file + */ +export async function parsePreferenceManagementCsvWithCache( + { + file, + ignoreCache, + sombra, + partitionKey, + }: { + /** File to parse */ + file: string; + /** Whether to use or ignore cache */ + ignoreCache?: boolean; + /** Sombra got instance */ + sombra: Got; + /** Partition key */ + partitionKey: string; + }, + cache: PersistedState, +): Promise { + const t0 = new Date().getTime(); + + // Get the current metadata + const fileMetadata = cache.getValue('fileMetadata'); + + // Read in the file + logger.info(colors.magenta(`Reading in file: "${file}"`)); + const preferences = readCsv(file, t.record(t.string, t.string)); + + // start building the cache, can use previous cache as well + const currentState: FileMetadataState = { + columnToPurposeName: {}, + pendingSafeUpdates: {}, + pendingConflictUpdates: {}, + skippedUpdates: {}, + successfulUpdates: {}, + // Load in the last fetched time + ...((fileMetadata[file] || {}) as Partial), + lastFetchedAt: new Date().toISOString(), + }; + + // Determine columns to map + const columnNames = uniq(preferences.map((x) => Object.keys(x)).flat()); + + // Determine the identifier column to work off of + if (!currentState.identifierColumn) { + const { identifierName } = await inquirer.prompt<{ + /** Identifier name */ + identifierName: string; + }>([ + { + name: 'identifierName', + message: + 'Choose the column that will be used as the identifier to upload consent preferences by', + type: 'list', + default: + columnNames.find((col) => col.toLowerCase().includes('email')) || + columnNames[0], + choices: columnNames, + }, + ]); + currentState.identifierColumn = identifierName; + fileMetadata[file] = currentState; + cache.setValue(fileMetadata, 'fileMetadata'); + } + logger.info( + colors.magenta( + `Using identifier column "${currentState.identifierColumn}" in file: "${file}"`, + ), + ); + + // Validate that the identifier column is present for all rows and unique + const identifierColumnsMissing = preferences + .map((pref, ind) => (pref[currentState.identifierColumn!] ? null : [ind])) + .filter((x): x is number[] => !!x) + .flat(); + if (identifierColumnsMissing.length > 0) { + throw new Error( + `The identifier column "${ + currentState.identifierColumn + }" is missing a value for the following rows: ${identifierColumnsMissing.join( + ', ', + )} in file "${file}"`, + ); + } + logger.info( + colors.magenta( + `The identifier column "${currentState.identifierColumn}" is present for all rows in file: "${file}"`, + ), + ); + + // Validate that all identifiers are unique + const rowsByUserId = groupBy(preferences, currentState.identifierColumn); + const duplicateIdentifiers = Object.entries(rowsByUserId).filter( + ([, rows]) => rows.length > 1, + ); + if (duplicateIdentifiers.length > 0) { + throw new Error( + `The identifier column "${ + currentState.identifierColumn + }" has duplicate values for the following rows: ${duplicateIdentifiers + .map(([userId, rows]) => `${userId} (${rows.length})`) + .join(', ')} in file "${file}"`, + ); + } + + // Determine the identifier column to work off of + const remainingColumns = difference(columnNames, [ + currentState.identifierColumn, + ]); + if (!currentState.timestampColum) { + const { timestampName } = await inquirer.prompt<{ + /** timestamp name */ + timestampName: string; + }>([ + { + name: 'timestampName', + message: + 'Choose the column that will be used as the timestamp of last preference update', + type: 'list', + default: + remainingColumns.find((col) => col.toLowerCase().includes('date')) || + remainingColumns.find((col) => col.toLowerCase().includes('time')) || + remainingColumns[0], + choices: [...remainingColumns, NONE], + }, + ]); + currentState.timestampColum = timestampName; + fileMetadata[file] = currentState; + cache.setValue(fileMetadata, 'fileMetadata'); + } + logger.info( + colors.magenta( + `Using timestamp column "${currentState.timestampColum}" in file: "${file}"`, + ), + ); + + // Ensure all rows are accounted for + const otherColumns = difference(columnNames, [ + currentState.identifierColumn, + currentState.timestampColum, + ]); + // FIXME + if (otherColumns.length > 0) { + logger.error(colors.red(`Other columns: ${otherColumns.join(', ')}`)); + } + + // Grab existing preference store records + const emails = preferences.map( + (pref) => pref[currentState.identifierColumn!], + ); + const existingConsentRecords = await getPreferencesFromEmailsWithCache( + { + emails, + ignoreCache, + sombra, + partitionKey, + }, + cache, + ); + const consentRecordByEmail = keyBy(existingConsentRecords, 'userId'); + + // Process each row + preferences.forEach((pref) => { + // used to compare if the preference has already been processed + const stringifiedPref = JSON.stringify(pref); + + // Grab current state of the update + const previousSuccesses = + currentState.successfulUpdates[pref[currentState.identifierColumn!]] || + []; + const currentConsentRecord = + consentRecordByEmail[pref[currentState.identifierColumn!]]; + const pendingConflictUpdate = + currentState.pendingConflictUpdates[pref[currentState.identifierColumn!]]; + const pendingSafeUpdate = + currentState.pendingSafeUpdates[pref[currentState.identifierColumn!]]; + const skippedUpdate = + currentState.skippedUpdates[pref[currentState.identifierColumn!]]; + + // Check if change was already processed + // no need to do anything here as there is already an audit record for this event + if (previousSuccesses.find((x) => JSON.stringify(x) === stringifiedPref)) { + return; + } + + console.log({ + pendingConflictUpdate, + pendingSafeUpdate, + skippedUpdate, + currentConsentRecord, + }); + }); + + // Read in the file + fileMetadata[file] = currentState; + cache.setValue(fileMetadata, 'fileMetadata'); + const t1 = new Date().getTime(); + logger.info( + colors.green( + `Successfully pre-processed file: "${file}" in ${(t1 - t0) / 1000}s`, + ), + ); +} diff --git a/src/preference-management/uploadPreferenceManagementPreferencesInteractive.ts b/src/preference-management/uploadPreferenceManagementPreferencesInteractive.ts index d122f141..a03cd6a8 100644 --- a/src/preference-management/uploadPreferenceManagementPreferencesInteractive.ts +++ b/src/preference-management/uploadPreferenceManagementPreferencesInteractive.ts @@ -1,109 +1,16 @@ -import { createTranscendConsentGotInstance } from '../graphql'; -import groupBy from 'lodash/groupBy'; -import inquirer from 'inquirer'; +import { createSombraGotInstance } from '../graphql'; import colors from 'colors'; -import uniq from 'lodash/uniq'; import { DEFAULT_TRANSCEND_CONSENT_API } from '../constants'; -import { map, mapSeries } from 'bluebird'; +import { mapSeries } from 'bluebird'; import { logger } from '../logger'; -import * as t from 'io-ts'; -import cliProgress from 'cli-progress'; -import { decodeCodec } from '@transcend-io/type-utils'; -import { ConsentPreferencesBody } from '@transcend-io/airgap.js-types'; -import { USP_STRING_REGEX } from '../consent-manager'; -import { parseAttributesFromString, readCsv } from '../requests'; +// import cliProgress from 'cli-progress'; +// import { decodeCodec } from '@transcend-io/type-utils'; +// import { ConsentPreferencesBody } from '@transcend-io/airgap.js-types'; +// import { USP_STRING_REGEX } from '../consent-manager'; +import { parseAttributesFromString } from '../requests'; import { PersistedState } from '@transcend-io/persisted-state'; -import { - PreferenceQueryResponseItem, - PreferenceStorePurposeUpdate, -} from '@transcend-io/privacy-types'; - -const FileMetadataState = t.intersection([ - t.type({ - /** Mapping of column name to it's relevant purpose in Transcend */ - columnToPurposeName: t.record(t.string, t.string), - /** Last time the file was fetched */ - lastFetchedAt: t.string, - /** - * Mapping of userId to the rows in the file that need to be uploaded - * These uploads are overwriting non-existent preferences and are safe - */ - pendingSafeUpdates: t.record(t.string, t.record(t.string, t.string)), - /** - * Mapping of userId to the rows in the file that need to be uploaded - * these records have conflicts with existing consent preferences - */ - pendingConflictUpdates: t.record(t.string, t.record(t.string, t.string)), - /** - * Mapping of userId to the rows in the file that can be skipped because - * their preferences are already in the store - */ - skippedUpdates: t.record(t.string, t.record(t.string, t.string)), - /** - * Mapping of userId to the rows in the file that have been successfully uploaded - */ - successfulUpdates: t.record( - t.string, - t.array(t.record(t.string, t.string)), - ), - }), - t.partial({ - /** Determine which column name in file maps to consent record identifier to upload on */ - identifierColumn: t.string, - }), -]); - -/** Override type */ -export type FileMetadataState = t.TypeOf; - -/** Persist this data between runs of the script */ -const PreferenceState = t.type({ - /** - * Mapping from core userId to preference store record - */ - preferenceStoreRecords: t.record(t.string, PreferenceQueryResponseItem), - /** - * Store a cache of previous files read in - */ - fileMetadata: t.record(t.string, FileMetadataState), - /** - * The set of successful uploads to Transcend - * Mapping from userId to the upload metadata - */ - successfulUpdates: t.record( - t.string, - t.array( - t.type({ - /** Time upload ran at */ - uploadedAt: t.string, - /** The update body */ - update: PreferenceStorePurposeUpdate, - }), - ), - ), - /** - * The set of successful uploads to Transcend - * Mapping from userId to the upload metadata - */ - failingUpdates: t.record( - t.string, - t.array( - t.type({ - /** Time upload ran at */ - uploadedAt: t.string, - /** Attempts to upload that resulted in an error */ - error: t.string, - /** The update body */ - update: PreferenceStorePurposeUpdate, - }), - ), - ), - /** - * The set of pending uploads to Transcend - * Mapping from userId to the upload metadata - */ - pendingUpdates: t.record(t.string, PreferenceStorePurposeUpdate), -}); +import { parsePreferenceManagementCsvWithCache } from './parsePreferenceManagementCsvWithCache'; +import { PreferenceState } from './codecs'; /** * Upload a set of consent preferences @@ -115,11 +22,9 @@ const PreferenceState = t.type({ export async function uploadPreferenceManagementPreferencesInteractive({ auth, sombraAuth, - cacheFilepath, receiptFilepath, files, partition, - concurrency = 100, dryRun = false, refreshPreferenceStoreCache = false, attributes = [], @@ -131,8 +36,6 @@ export async function uploadPreferenceManagementPreferencesInteractive({ sombraAuth?: string; /** Partition key */ partition: string; - /** File to cache metadata about mapping of CSV shape to script */ - cacheFilepath: string; /** File where to store receipt and continue from where left off */ receiptFilepath: string; /** When true, re-pull preference store cache when comparing consent values. Defaults to looking in cache for current preference store value. */ @@ -141,21 +44,11 @@ export async function uploadPreferenceManagementPreferencesInteractive({ files: string[]; /** API URL for Transcend backend */ transcendUrl?: string; - /** Concurrency limit for approving */ - concurrency?: number; /** Whether to do a dry run */ dryRun?: boolean; /** Attributes string pre-parse. In format Key:Value */ attributes?: string[]; }): Promise { - // Time duration - // create a new progress bar instance and use shades_classic theme - const t0 = new Date().getTime(); - const progressBar = new cliProgress.SingleBar( - {}, - cliProgress.Presets.shades_classic, - ); - // Parse out the extra attributes to apply to all requests uploaded const parsedAttributes = parseAttributesFromString(attributes); @@ -175,9 +68,15 @@ export async function uploadPreferenceManagementPreferencesInteractive({ logger.info( colors.magenta( 'Restored cache, there are: \n' + - `${successfulRequests.length} successful requests that were previously processed\n` + - `${failingRequests.length} failing requests to be retried\n` + - `${pendingRequests.length} pending requests to be processed\n` + + `${ + Object.values(successfulRequests).length + } successful requests that were previously processed\n` + + `${ + Object.values(failingRequests).length + } failing requests to be retried\n` + + `${ + Object.values(pendingRequests).length + } pending requests to be processed\n` + `The following files are stored in cache and will be used:\n${Object.keys( fileMetadata, ) @@ -194,252 +93,154 @@ export async function uploadPreferenceManagementPreferencesInteractive({ ), ); + // Create sombra instance to communicate with + const sombra = await createSombraGotInstance(transcendUrl, auth, sombraAuth); + // Process each file await mapSeries(files, async (file) => { - // Read in the file - logger.info(colors.magenta(`Reading in file: "${file}"`)); - const preferences = readCsv(file, t.record(t.string, t.string)); - - // start building the cache, can use previous cache as well - const currentState: FileMetadataState = { - columnToPurposeName: {}, - pendingSafeUpdates: {}, - pendingConflictUpdates: {}, - skippedUpdates: {}, - successfulUpdates: {}, - // Load in the last fetched time - ...((fileMetadata[file] || {}) as Partial), - lastFetchedAt: new Date().toISOString(), - }; - - // Determine columns to map - const columnNames = uniq(preferences.map((x) => Object.keys(x)).flat()); - - // Determine the identifier column to work off of - if (!currentState.identifierColumn) { - const { identifierName } = await inquirer.prompt<{ - /** Identifier name */ - identifierName: string; - }>([ - { - name: 'identifierName', - message: - 'Choose the column that will be used as the identifier to upload consent preferences by', - type: 'list', - default: - columnNames.find((col) => col.toLowerCase().includes('email')) || - columnNames[0], - choices: columnNames, - }, - ]); - currentState.identifierColumn = identifierName; - } - logger.info( - colors.magenta( - `Using identifier column "${currentState.identifierColumn}" in file: "${file}"`, - ), + await parsePreferenceManagementCsvWithCache( + { + file, + ignoreCache: refreshPreferenceStoreCache, + sombra, + partitionKey: partition, + }, + preferenceState, ); - - // Validate that the identifier column is present for all rows and unique - const identifierColumnsMissing = preferences - .map((pref, ind) => (pref[currentState.identifierColumn!] ? null : [ind])) - .filter((x): x is number[] => !!x) - .flat(); - if (identifierColumnsMissing.length > 0) { - throw new Error( - `The identifier column "${ - currentState.identifierColumn - }" is missing a value for the following rows: ${identifierColumnsMissing.join( - ', ', - )} in file "${file}"`, - ); - } - logger.info( - colors.magenta( - `The identifier column "${currentState.identifierColumn}" is present for all rows in file: "${file}"`, - ), - ); - - // Validate that all identifiers are unique - const rowsByUserId = groupBy(preferences, !currentState.identifierColumn); - const duplicateIdentifiers = Object.entries(rowsByUserId).filter( - ([, rows]) => rows.length > 1, - ); - if (duplicateIdentifiers.length > 0) { - throw new Error( - `The identifier column "${ - currentState.identifierColumn - }" has duplicate values for the following rows: ${duplicateIdentifiers - .map(([userId, rows]) => `${userId} (${rows.length})`) - .join(', ')} in file "${file}"`, - ); - } - - // Process each row - preferences.forEach((pref) => { - const stringifiedPref = JSON.stringify(pref); - const previousSuccesses = - currentState.successfulUpdates[pref[currentState.identifierColumn!]] || - []; - const pendingConflictUpdate = - currentState.pendingConflictUpdates[ - pref[currentState.identifierColumn!] - ]; - const pendingSafeUpdate = - currentState.pendingSafeUpdates[pref[currentState.identifierColumn!]]; - const skippedUpdate = - currentState.skippedUpdates[pref[currentState.identifierColumn!]]; - - // Check if change was already processed - // no need to do anything here as there is already an audit record for this event - if ( - previousSuccesses.find((x) => JSON.stringify(x) === stringifiedPref) - ) { - return null; - } - - const x = 2; - }); - - // Read in the file - logger.info(colors.green(`Successfully pre-processed file: "${file}"`)); }); - // Create connection to API - const transcendConsentApi = createTranscendConsentGotInstance(transcendUrl); - - // Ensure usp strings are valid - const invalidUspStrings = preferences.filter( - (pref) => pref.usp && !USP_STRING_REGEX.test(pref.usp), - ); - if (invalidUspStrings.length > 0) { - throw new Error( - `Received invalid usp strings: ${JSON.stringify( - invalidUspStrings, - null, - 2, - )}`, - ); - } - - if (invalidPurposeMaps.length > 0) { - throw new Error( - `Received invalid purpose maps: ${JSON.stringify( - invalidPurposeMaps, - null, - 2, - )}`, - ); - } - - // Ensure usp or preferences are provided - const invalidInputs = preferences.filter( - (pref) => !pref.usp && !pref.purposes, - ); - if (invalidInputs.length > 0) { - throw new Error( - `Received invalid inputs, expected either purposes or usp to be defined: ${JSON.stringify( - invalidInputs, - null, - 2, - )}`, - ); - } - - logger.info( - colors.magenta( - `Uploading ${preferences.length} user preferences to partition ${partition}`, - ), - ); - - // Time duration - const t0 = new Date().getTime(); - // create a new progress bar instance and use shades_classic theme - const progressBar = new cliProgress.SingleBar( - {}, - cliProgress.Presets.shades_classic, - ); - - // Build a GraphQL client - let total = 0; - progressBar.start(preferences.length, 0); - await map( - preferences, - async ({ - userId, - confirmed = 'true', - updated, - prompted, - purposes, - ...consent - }) => { - const token = createConsentToken( - userId, - base64EncryptionKey, - base64SigningKey, - ); - - // parse usp string - const [, saleStatus] = consent.usp - ? USP_STRING_REGEX.exec(consent.usp) || [] - : []; - - const input = { - token, - partition, - consent: { - confirmed: confirmed === 'true', - purposes: purposes - ? decodeCodec(PurposeMap, purposes) - : consent.usp - ? { SaleOfInfo: saleStatus === 'Y' } - : {}, - ...(updated ? { updated: updated === 'true' } : {}), - ...(prompted ? { prompted: prompted === 'true' } : {}), - ...consent, - }, - } as ConsentPreferencesBody; - - // Make the request - try { - await transcendConsentApi - .post('sync', { - json: input, - }) - .json(); - } catch (err) { - try { - const parsed = JSON.parse(err?.response?.body || '{}'); - if (parsed.error) { - logger.error(colors.red(`Error: ${parsed.error}`)); - } - } catch (e) { - // continue - } - throw new Error( - `Received an error from server: ${ - err?.response?.body || err?.message - }`, - ); - } - - total += 1; - progressBar.update(total); - }, - { concurrency }, - ); - - progressBar.stop(); - const t1 = new Date().getTime(); - const totalTime = t1 - t0; - - logger.info( - colors.green( - `Successfully uploaded ${ - preferences.length - } user preferences to partition ${partition} in "${ - totalTime / 1000 - }" seconds!`, - ), - ); + // // Ensure usp strings are valid + // const invalidUspStrings = preferences.filter( + // (pref) => pref.usp && !USP_STRING_REGEX.test(pref.usp), + // ); + // if (invalidUspStrings.length > 0) { + // throw new Error( + // `Received invalid usp strings: ${JSON.stringify( + // invalidUspStrings, + // null, + // 2, + // )}`, + // ); + // } + + // if (invalidPurposeMaps.length > 0) { + // throw new Error( + // `Received invalid purpose maps: ${JSON.stringify( + // invalidPurposeMaps, + // null, + // 2, + // )}`, + // ); + // } + + // // Ensure usp or preferences are provided + // const invalidInputs = preferences.filter( + // (pref) => !pref.usp && !pref.purposes, + // ); + // if (invalidInputs.length > 0) { + // throw new Error( + // `Received invalid inputs, expected either purposes or usp to be defined: ${JSON.stringify( + // invalidInputs, + // null, + // 2, + // )}`, + // ); + // } + + // logger.info( + // colors.magenta( + // `Uploading ${preferences.length} user preferences to partition ${partition}`, + // ), + // ); + + // // Time duration + // const t0 = new Date().getTime(); + // // create a new progress bar instance and use shades_classic theme + // const progressBar = new cliProgress.SingleBar( + // {}, + // cliProgress.Presets.shades_classic, + // ); + + // // Build a GraphQL client + // let total = 0; + // progressBar.start(preferences.length, 0); + // await map( + // preferences, + // async ({ + // userId, + // confirmed = 'true', + // updated, + // prompted, + // purposes, + // ...consent + // }) => { + // const token = createConsentToken( + // userId, + // base64EncryptionKey, + // base64SigningKey, + // ); + + // // parse usp string + // const [, saleStatus] = consent.usp + // ? USP_STRING_REGEX.exec(consent.usp) || [] + // : []; + + // const input = { + // token, + // partition, + // consent: { + // confirmed: confirmed === 'true', + // purposes: purposes + // ? decodeCodec(PurposeMap, purposes) + // : consent.usp + // ? { SaleOfInfo: saleStatus === 'Y' } + // : {}, + // ...(updated ? { updated: updated === 'true' } : {}), + // ...(prompted ? { prompted: prompted === 'true' } : {}), + // ...consent, + // }, + // } as ConsentPreferencesBody; + + // // Make the request + // try { + // await transcendConsentApi + // .post('sync', { + // json: input, + // }) + // .json(); + // } catch (err) { + // try { + // const parsed = JSON.parse(err?.response?.body || '{}'); + // if (parsed.error) { + // logger.error(colors.red(`Error: ${parsed.error}`)); + // } + // } catch (e) { + // // continue + // } + // throw new Error( + // `Received an error from server: ${ + // err?.response?.body || err?.message + // }`, + // ); + // } + + // total += 1; + // progressBar.update(total); + // }, + // { concurrency }, + // ); + + // progressBar.stop(); + // const t1 = new Date().getTime(); + // const totalTime = t1 - t0; + + // logger.info( + // colors.green( + // `Successfully uploaded ${ + // preferences.length + // } user preferences to partition ${partition} in "${ + // totalTime / 1000 + // }" seconds!`, + // ), + // ); } diff --git a/src/test.ts b/src/test.ts new file mode 100644 index 00000000..391bfe73 --- /dev/null +++ b/src/test.ts @@ -0,0 +1,21 @@ +import { readCsv } from './requests'; +import * as t from 'io-ts'; +import { uniqBy } from 'lodash'; +import { writeCsv } from './cron'; + +/** + * + */ +async function runtest() { + const data = readCsv( + '/Users/michaelfarrell/Desktop/deputy/salesforce_contacts.csv', + t.record(t.string, t.string), + ); + const uniqueData = uniqBy(data, 'Email'); + writeCsv( + '/Users/michaelfarrell/Desktop/deputy/salesforce_contacts_uniq.csv', + uniqueData, + ); +} + +runtest();