

Les traductions sont fournies par des outils de traduction automatique. En cas de conflit entre le contenu d'une traduction et celui de la version originale en anglais, la version anglaise prévaudra.

# Lecture à partir d’entités Mixpanel
<a name="mixpanel-reading-from-entities"></a>

 **Conditions préalables** 

Vous devez disposer d’un objet Mixpanel, tel que `Funnels`, `Retention` ou `Retention Funnels`, à partir duquel vous souhaitez lire des données. En outre, vous devez connaître le nom de l’objet.

 **Entités prises en charge** 


| Entité | Peut être filtré | Limit prise en charge | Order by prise en charge | Select prise en charge\$1 | Partitionnement pris en charge | 
| --- | --- | --- | --- | --- | --- | 
| Funnels | Oui | Non | Non | Oui | Non | 
| Retention | Oui | Non | Non | Oui | Non | 
| Segmentation | Oui | Non | Non | Oui | Non | 
| Segmentation Sum | Oui | Non | Non | Oui | Non | 
| Segmentation Average | Oui | Non | Non | Oui | Non | 
| Cohorts | Oui | Non | Non | Oui | Non | 
| Engage | Non | Oui | Non | Oui | Non | 
| Événements | Oui | Non | Non | Oui | Non | 
| Events Top | Oui | Non | Non | Oui | Non | 
| Events Names | Oui | Non | Non | Oui | Non | 
| Events Properties | Oui | Non | Non | Oui | Non | 
| Events Properties Top | Oui | Non | Non | Oui | Non | 
| Events Properties Values | Oui | Non | Non | Oui | Non | 
| Annotations | Oui | Non | Non | Oui | Non | 
| Profile Event Activity | Oui | Non | Non | Oui | Non | 

 **Exemple** 

```
mixpanel_read = glueContext.create_dynamic_frame.from_options(
    connection_type="mixpanel",
    connection_options={
        "connectionName": "connectionName",
        "ENTITY_NAME": "/cohorts/list?project_id=2603353",
        "API_VERSION": "2.0",
        "INSTANCE_URL": "https://www.mixpanel.com/api/app/me"
    }
```

 **Détails des entités et des champs Mixpanel** 

[\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/fr_fr/glue/latest/dg/mixpanel-reading-from-entities.html)