Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
M
mobvista-dmp
  • Project
    • Overview
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • 王金锋
  • mobvista-dmp
  • Repository

Switch branch/tag
  • mobvista-dmp
  • schema
  • etl
  • etl_adserver_install_daily.avsc
Find file
BlameHistoryPermalink
  • wang-jinfeng's avatar
    init mobvista-dmp · 5f348fef
    wang-jinfeng authored 4 years ago
    5f348fef
etl_adserver_install_daily.avsc 586 Bytes
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
{
    "type": "record",
    "name": "adserverInstall",
    "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"
        }
    ]
}
×

Replace etl_adserver_install_daily.avsc

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.