ods_ga_install.avsc 751 Bytes
{
    "namespace": "mobvista.dmp.datasource.ga.bean",
    "type": "record",
    "name": "GaInstall",
    "separatorChar": "\t",
    "fields": [
        {
            "name": "device_id",
            "type": "string",
            "doc": "device id, gaid or idfa"
        },
        {
            "name": "device_type",
            "type": "string",
            "doc": "device type"
        },
        {
            "name": "platform",
            "type": "string",
            "doc": "platform"
        },
        {
            "name": "package_name",
            "type": "string",
            "doc": "package name"
        },
        {
            "name": "store_link",
            "type": "string",
            "doc": "商店连接"
        }
    ]
}