AWS Mobile Analytics 自定义事件属性和指标命名约定

AWS Mobile Analytics custom event attribute and metric naming convention

我似乎多次提到使用带前缀的属性和指标名称 (a_, m_)。这是必要的还是 Redshift 在自动导出时会自动执行此操作?我可以省略 a_ & m_

'CUSTOM EVENT NAME', {
    'a_Attr_1': 'ATTRIBUTE_1_VALUE',
    'a_Attr_2': 'ATTRIBUTE_2_VALUE'
    /* ... */
}, {
    'm_METRIC_1': 1,
    'm_METRIC_2': 99.3
    /* ... */
}

是的,它是由 Amazon Mobile Analytics Auto-Export 自动添加的。

表示事件属性或指标。 你不应该自己添加它。

可以在文档中找到更多信息和详细信息http://docs.aws.amazon.com/mobileanalytics/latest/ug/auto-export.html