Adobe Analytics Scroll Depth Buckets Showing "Unspecified" Despite Configuring 0%–100% Buckets
I have implemented scroll depth bucketing in Adobe Analytics using the following bucket structure:
{
"0%": 0,
"1–25%": 1,
"26–50%": 2,
"51–75%": 3,
"76–100%": 4
}
The bucketing logic is working correctly, and I can see data populating in the expected buckets.
The bucket values are being populated correctly, and when I use Page Scroll Depth Bucket Instances as the metric, all traffic is categorized into the defined buckets and no Unspecified values appear.
However, when I use Visits as the metric with the same dimension, I see a significant number of Unspecified values.
To reduce Unspecified values, I have also:
- Added a 0% bucket for no-scroll scenarios.
- Configured the scroll depth bucket to be passed into an eVar.
- Added a fallback value so visits without scroll activity are categorized into the 0% bucket.
However, I am still seeing a percentage of traffic reported as Unspecified.
Could anyone help clarify the possible scenarios where Unspecified may still occur even when all bucket ranges are configured and a fallback value is being sent?

