

# Anonymized data collection
<a name="anonymized-data-collection"></a>

This solution includes an option to send anonymized operational metrics to AWS. We use this data to better understand how customers use this solution and related services and products. When invoked, the following information is collected and sent to AWS:
+  **Solution ID** - The AWS solution identifier
+  **Unique ID (UUID)** - Randomly generated, unique identifier for each solution deployment
+  **Timestamp** - Data-collection timestamp

We collect metrics directly from the various resources in the solution. These are filtered for the last 24 hours. The name of each metric comes from the service and is defined by that service. **DeleteEfsFiles** and **StartGlueJob** are our counts.

AWS owns the data gathered through this survey. Data collection is subject to the [Privacy Notice](https://aws.amazon.com/privacy/). To opt out of this feature, complete the following steps before deploying using AWS CDK.

1. Locate the [mappings.py](https://github.com/aws-solutions-library-samples/prebid-server-deployment-on-aws/blob/main/source/cdk_solution_helper_py/helpers_cdk/aws_solutions/cdk/mappings.py) in your local

1. set the value of the **send\_anonymous\_usage\_data** input parameter in the ** *init* ** method to **False** 

1. Follow the deployment steps documented in the readme.