> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fanifyai.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Code postal inconnu

> Condition de stratégie 421 (UserInfo_ZipCode_NotSet) — vraie quand le code postal du fan n'est pas renseigné. Catégorie Localisation.

La condition **Code postal inconnu** (`UserInfo_ZipCode_NotSet`, identifiant `421`) est vraie quand le **code postal** du profil du fan n'est pas renseigné.

|                       |                                                                                              |
| --------------------- | -------------------------------------------------------------------------------------------- |
| **Identifiant**       | `421`                                                                                        |
| **Clé**               | `UserInfo_ZipCode_NotSet`                                                                    |
| **Catégorie**         | [Localisation](/fr/advanced/strategy/conditions#localisation)                                |
| **Entité évaluée**    | Profil du fan                                                                                |
| **Valeur attendue**   | Aucune                                                                                       |
| **Condition inverse** | [`UserInfo_ZipCode_IsSet`](/fr/advanced/strategy/conditions/location/userinfo_zipcode_isset) |

## Évaluation

La condition est vraie lorsque le code postal du profil est vide, absent, ou composé uniquement d'espaces. Tout code postal contenant au moins un caractère non blanc rend la condition fausse.

## Comportement et cas limites

<Note>
  Si le code postal n'est pas renseigné, la condition est **vraie**.
</Note>

## Exemple

Le fan n'a aucun code postal renseigné. La condition est **vraie**. S'il a pour code postal `69000`, elle est **fausse**.

## Voir aussi

* [`UserInfo_ZipCode_IsSet`](/fr/advanced/strategy/conditions/location/userinfo_zipcode_isset) — Code postal connu (miroir).
* [Index des conditions](/fr/advanced/strategy/conditions).
