Skip to content

Instantly share code, notes, and snippets.

@jinwook-k
Created April 3, 2019 14:32
Show Gist options
  • Save jinwook-k/e0e1d689fb3949cad93767c24cecd661 to your computer and use it in GitHub Desktop.
Save jinwook-k/e0e1d689fb3949cad93767c24cecd661 to your computer and use it in GitHub Desktop.
[
{
"name": "account_id",
“type”: “STRING”,
“mode”: “NULLABLE”
},
{
“name”: “account_name”,
“type”: “INT64”,
“mode”: “NULLABLE”
},
{
“name”: “account_status”,
“type”: “STRING”,
“mode”: “NULLABLE”
},
{
“name”: “account_update_date”,
“type”: “DATE”,
“mode”: “NULLABLE”
},
{
“name”: “campaign_id”,
“type”: “INT64”,
“mode”: “NULLABLE”
},
{
“name”: “campaign_name”,
“type”: “STRING”,
“mode”: “NULLABLE”
},
{
“name”: “campaign_status”,
“type”: “STRING”,
“mode”: “NULLABLE”
},
{
“name”: “campaign_update_date”,
“type”: “DATE”,
“mode”: “NULLABLE”
},
{
“name”: “performance”,
“type”: “RECORD”,
“mode”: “REPEATED”,
“fields”: [
{
“name”: “performance_date”,
“type”: “DATE”,
“mode”: “NULLABLE”
},
{
“name”: “impressions”,
“type”: “INT64”,
“mode”: “NULLABLE”
},
{
“name”: “clicks”,
“type”: “INT64”,
“mode”: “NULLABLE”
},
{
“name”: “cost”,
“type”: “FLOAT64”,
“mode”: “NULLABLE”
},
{
“name”: “load_date”,
“type”: “DATE”,
“mode”: “NULLABLE”
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment