> ## 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 connu

> Condition de stratégie 420 (UserInfo_ZipCode_IsSet) — vraie quand le code postal du fan est renseigné. Catégorie Localisation.

La condition **Code postal connu** (`UserInfo_ZipCode_IsSet`, identifiant `420`) est vraie quand le **code postal** du profil du fan est renseigné.

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

## Évaluation

La condition vérifie que le code postal du profil contient au moins un caractère non blanc. Un code postal vide ou composé uniquement d'espaces est traité comme **non renseigné**.

## Comportement et cas limites

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

## Exemple

Le fan a pour code postal `69000`. La condition est **vraie**. Si le champ est vide, elle est **fausse**.

## Voir aussi

* [`UserInfo_ZipCode_NotSet`](/fr/advanced/strategy/conditions/location/userinfo_zipcode_notset) — Code postal inconnu (miroir).
* [Index des conditions](/fr/advanced/strategy/conditions).
