Question
Commonwealth Bank Group
Commonwealth Bank Group
IN
Commonwealth Bank Group
Posted: Jul 10, 2025
Last activity: Jul 30, 2025
Last activity: 30 Jul 2025 23:44 EDT
Solved
Adaptive Models used for Mobile Channel
Hi Team,
We have defined our adaptive model with "Clicked" as positive and "Rejected" as negative response. Our App does not capture impression yet. How does the model calculate the success rate which is present in PDC. I feel like it is calculated as (Count of Clicked/(Count of Clicked+Count of Rejected))* 100. Does the model really consider number of requests sent through Container API?
@PriyodobK6924
The Click-Through Rate of an Adaptive model is always tied to the Outcomes configured in an Adaptive model. So if Impression is captured and configured as a negative response in your adaptive model, the Click-Through Rate (CTR) formula would indeed change to reflect the broader set of outcomes.
Updated CTR Formula:
CTR=((Count of Clicked) / (Count of Clicked +Count of Rejected + Count of Impression))×100
Clicked --> Positive response
Rejected --> Explicit negative response
Impression --> Passive negative response (i.e., shown but ignored)