Contents

RecommendationStatus

The operational status of a recommendation record, independent of its lifecycle state.

Declaration

string RecommendationStatus

Possible Values

ENABLED

The recommendation record is active and operational. Default for new recommendations.

DISABLED

The recommendation record has been administratively disabled but not removed.

DELETED

The 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.

See Also