- Reporting is still not affected if the variable does not reach 500,000 unique values in a given month.
- When a variable reaches this first threshold of 500,000, data begins to be bucketed under (Low-Traffic). Each value beyond this threshold goes through the following logic:
- If a value is already in reports, add an instance to that value.
- If a value is not yet in reporting, check to see if that value was seen more than approximately ten times today. If it has, add this value to reporting. If it hasn't been counted more than about ten times, leave it under (Low-Traffic).
- If a report suite reaches more than 1,000,000 unique values, more aggressive filtering is applied:
- If a value is already in reports, add an instance to that value.
- If a value is not yet in reporting. Check to see if that value was seen more than approx. 100 times today. If it has, add the value to reporting. If it hasn't, leave it under (Low-Traffic).
Best,
Brian