Part of getting T198628: Count the number of video plays done. We currently show number of plays and loading of poster image in the existing AQS endpoint. Since most people don't click on videos, this has drastically diluted the data rendering it useless for measuring video plays.
There is a patch that would start ignoring loading of poster images but that would mean the definition of data will change halfway through. So a better solution would be to add a column splitting poster load vs. actual play, sum them in the old endpoint but introduce a new endpoint in AQS that would provide both numbers separately (so people can also measure click-rate ratio).