Contents

EligibilityStatus

Overall eligibility status for an entity’s policy evaluation.

Declaration

string EligibilityStatus

Possible Values

ELIGIBLE

No policy constraints. The entity can serve in any applicable context.

INELIGIBLE

The entity can’t serve in any context.

LIMITED

The entity can serve in some placements or countries but is blocked in others. Inspect blockedGroups on the parent Eligibility for details.

PENDING

The entity requires review before it can be used.

UNDEFINED

Eligibility has not yet been determined.

Discussion

The EligibilityStatus is a string enumeration embedded within Eligibility. Use it to decide quickly whether to proceed before configuring campaigns.

See Also