RecommendationStatus
The operational status of a recommendation record, independent of its lifecycle state.
Declaration
string RecommendationStatusPossible Values
ENABLEDThe recommendation record is active and operational. Default for new recommendations.
DISABLEDThe recommendation record has been administratively disabled but not removed.
DELETEDThe recommendation record has been permanently deleted from the system and can no longer be retrieved.
Discussion
The RecommendationStatus reflects the system-level status of the recommendation record itself, in contrast to RecommendationState which tracks the advertiser’s response. In most workflows state is the relevant field. The status field primarily serves internal record management.
A recommendation can be ENABLED while in APPLIED or DISMISSED state. The status reflects the record’s persistence in the system, not its actionability.