Skip to content

Instantly share code, notes, and snippets.

@doapp-jeremy
Last active August 29, 2015 14:13
Show Gist options
  • Save doapp-jeremy/cdb396c7545bbb940f70 to your computer and use it in GitHub Desktop.
Save doapp-jeremy/cdb396c7545bbb940f70 to your computer and use it in GitHub Desktop.
daily ad serving data
{
"date_range": {
"start": "2015-01-14",
"end": "2015-01-20"
},
"serving_data": [
{
"date": "2015-01-17 00:00:00",
"ad_id": "20093157",
"aggregate_impressions": "3807",
"aggregate_clicks": "21"
},
{
"date": "2015-01-18 00:00:00",
"ad_id": "20093157",
"aggregate_impressions": "5204",
"aggregate_clicks": "27"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment