Skip to content

Instantly share code, notes, and snippets.

@longlongjump
Created October 25, 2013 14:32
Show Gist options
  • Save longlongjump/7155599 to your computer and use it in GitHub Desktop.
Save longlongjump/7155599 to your computer and use it in GitHub Desktop.
{
'id': u'testbrqid', // какое айди
'tmax': 100,
'at': 2,
'app': {
'id': u'appid',
'name': u'appname',
'cat': [u'IAB1', u'IAB2-2'], // откуда будут браться категории
'publisher': {
'id': u'pubid',
'cat': [u'IAB3']
},
'content': {
'id': u'contentid',
'episode': 1,
'producer': {
'id': u'pubid',
'cat': [u'IAB3']
}
},
'keywords': u'key,word' // откуда будут браться кейворды
},
'device': {
'ip': u'123.1.2.3',
'make': u'Apple',
'devicetype': 1,
'geo': {
'lat': 54.3123,
'lon': 32.12312,
'country': u'US'
}
},
'user': {
'id': u'userid',
'yob': 2012,
'data': [
{
'id': u'dataid',
'segment': [{
'id': u'segmentid',
'name': u'yob',
'value': u'2012',
}]
}
]
},
'imp': [
{
'id': u'testimpid',
'bidfloorcur': u'USD', // ???
'banner': {
'w': 320,
'h': 50,
'pos': 1,
'mimes': [u'mime/type']
}
}
],
'ext': {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment