Skip to content

Instantly share code, notes, and snippets.

@fforbeck
Created February 1, 2013 18:48
Show Gist options
  • Select an option

  • Save fforbeck/4693224 to your computer and use it in GitHub Desktop.

Select an option

Save fforbeck/4693224 to your computer and use it in GitHub Desktop.
estrutura do ranking de ad e domain por periodos do dia
{
"ad_id": 123,
"domain": "uol.com.br",
"periods": [
{
"id": "13_18",
"info": {
"bids": 20000,
"imps": 10000,
"costs": 150000000,
"cpms": 1000000,
"ctrs": 66700,
"count": 1
}
},
{
"id": "19_23",
"info": {
"bids": 20000,
"imps": 10001,
"costs": 150000000,
"cpms": 1000000,
"ctrs": 66700,
"count": 1
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment