

# Adobe Analytics 엔터티에서 읽기
<a name="adobeanalytics-reading-from-entities"></a>

 **사전 조건** 

읽으려는 Adobe Analytics 객체입니다. 사용 가능한 엔터티를 확인하려면 아래 지원되는 엔터티 테이블을 참조하세요.

 **지원되는 엔터티** 


| 개체 | 필터링 가능 | 제한 지원 | 정렬 기준 지원 | Select \* 지원 | 분할 지원 | 
| --- | --- | --- | --- | --- | --- | 
| Annotation | 예 | 예 | 예 | 예 | 아니요 | 
| Calculated Metrics | 예 | 예 | 예 | 예 | 아니요 | 
| Calculated Metrics Function | 예 | 아니요 | 아니요 | 예 | 아니요 | 
| Component Metadata Shares | 예 | 예 | 아니요 | 예 | 아니요 | 
| Date Ranges | 예 | 예 | 아니요 | 예 | 아니요 | 
| 측정 기준 | 예 | 아니요 | 아니요 | 예 | 아니요 | 
| Metrics | 예 | 아니요 | 아니요 | 예 | 아니요 | 
| Projects | 예 | 아니요 | 아니요 | 예 | 아니요 | 
| Reports Top Item | 예 | 예 | 아니요 | 예 | 아니요 | 
| Segments | 예 | 예 | 예 | 예 | 아니요 | 
| Usage Logs | 예 | 예 | 아니요 | 예 | 아니요 | 

 **예제** 

```
adobeAnalytics_read = glueContext.create_dynamic_frame.from_options( 
     connection_type="adobeanalytics", 
     connection_options={ 
        "connectionName": "connectionName", 
        "ENTITY_NAME": "annotation/ex*****", 
        "API_VERSION": "v2.0" 
 })
```

 **Adobe Analytics 엔터티 및 필드 세부 정보** 
+ [Annotations](https://adobedocs.github.io/analytics-2.0-apis/#/Annotations)
+ [Calculated Metrics](https://adobedocs.github.io/analytics-2.0-apis/#/Calculated%20Metrics)
+ [Component Meta Data](https://adobedocs.github.io/analytics-2.0-apis/#/Component%20Meta%20Data)
+ [Date Ranges](https://adobedocs.github.io/analytics-2.0-apis/#/Date%20Ranges)
+ [Dimensions](https://adobedocs.github.io/analytics-2.0-apis/#/Dimensions)
+ [Metrics](https://adobedocs.github.io/analytics-2.0-apis/#/Metrics)
+ [Projects](https://adobedocs.github.io/analytics-2.0-apis/#/Projects)
+ [Reports](https://adobedocs.github.io/analytics-2.0-apis/#/Reports)
+ [Segments](https://adobedocs.github.io/analytics-2.0-apis/#/Segments)
+ [Users](https://adobedocs.github.io/analytics-2.0-apis/#/Users)
+ [Usage Logs](https://adobedocs.github.io/analytics-2.0-apis/#/Usage%20Logs)