

# 从 Adobe Analytics 实体读取内容
<a name="adobeanalytics-reading-from-entities"></a>

 **先决条件** 

要从中读取内容的 Adobe Analytics 对象。请参阅下面的支持的实体表，查看可用的实体。

 **支持的实体** 


| 实体 | 可以筛选 | 支持限制 | 支持排序依据 | 支持 Select \* | 支持分区 | 
| --- | --- | --- | --- | --- | --- | 
| 注释 | 支持 | 是 | 是 | 是 | 否 | 
| 测算指标 | 支持 | 是 | 是 | 是 | 否 | 
| 测算指标函数 | 是 | 否 | 否 | 是 | 否 | 
| 组件元数据共享 | 支持 | 是 | 否 | 是 | 否 | 
| 日期范围 | 支持 | 是 | 否 | 是 | 否 | 
| Dimensions | 是 | 否 | 否 | 是 | 否 | 
| 指标 | 是 | 否 | 否 | 是 | 否 | 
| Projects | 是 | 否 | 否 | 是 | 否 | 
| 报告顶级项 | 支持 | 是 | 否 | 是 | 否 | 
| Segments | 支持 | 是 | 是 | 是 | 否 | 
| 使用日志 | 支持 | 是 | 否 | 是 | 否 | 

 **示例** 

```
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)