Search⌘ K
AI Features

Problem Statement and Metrics

Explore the problem statement and key metrics for ad click prediction models. Understand how to handle imbalanced data, design offline and online metrics, and meet inference latency and retraining requirements to optimize ad performance and revenue.

What is Ad Click Prediction?

Ad Click Prediction is the task of predicting whether a user will click on a displayed advertisement. It is one of the most critical problems in online advertising, directly impacting:

  • Revenue generation

  • User experience

  • Advertiser return on investment (ROI)

At scale, even small improvements in prediction accuracy can translate into millions of dollars in additional revenue.

1. Problem statement

Predicting whether a user will click on an ad is a critical ...