Anonymized data collection - Guidance for Deploying a Prebid Server on AWS

Anonymized data collection

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. To opt out of this feature, complete the following steps before deploying using AWS CDK.

  1. Locate the mappings.py in your local

  2. set the value of the send_anonymous_usage_data input parameter in the init method to False

  3. Follow the deployment steps documented in the readme.