Traffic's source¶
traffic¶
Login required | Pagination |
---|---|
No | No |
List of available traffic sources (SourceType).
Example¶
requests.get('https://advgame.com/api/v1/traffic/')
[
{
"id": 1,
"name": "PopUp"
},
{
"id": 2,
"name": "ClickUnder"
},
{
"id": 3,
"name": "Contextual ads"
},
{
"id": 4,
"name": "Contextual Advertising on the Brand"
},
{
"id": 5,
"name": "Social Media Advertising"
},
{
"id": 6,
"name": "Motivated traffic"
},
{
"id": 7,
"name": "Teaser networks"
},
{
"id": 8,
"name": "Youtube Channel"
}
]