ADM Model Learning
Hi everyone,
I have a question to understand the default behavior of the ADM (Adaptive Decision Manager) model learning process. When we send the capture response, we have two options:
Option 1: Call the Out-of-the-Box (OOTB) data flow "DF_CaptureInteraction". Option 2: Call another OOTB data flow "pxHandleResponses" based on the event strategy.
In the ADM Model, the "View" outcome is considered negative, and the "Accept" outcome is considered positive.
Now, let's consider a requirement where we have an ADM model and we receive 5 responses for the same interaction ID and subject ID in the sequence of outcomes from the channel as follows: "View, View, View, Accept, View".
In Option 1, it will write all 4 negatives and 1 positive as they are received.
In Option 2 (based on the event strategy delay learning window), it should only write the last response, which is "View" (Negative). In this example, it will have 0 positives and 1 negative.
My question is, will there be any significant impact on the model learning? Option 1 writes every capture response (both positives and negatives), while Option 2 only writes the last response within the delay learning window.
Thank you!