Native Configs
Describes all applicable native config, do not hesitate to ask us new configs
You have the option to choose between the two native configurations described below:
native_config=1
This configuration consists of:
Title, required
Image, main type, required
Sponsored, required
{
"ver":"1.2",
"assets":[
{ "id":0,
"required":1,
"title":{
"len":140
}
},
{
"id":1,
"required":1,
"img":{
"type":3
}
},
{
"id":2,
"required":1,
"data":{
"type":1
}
}
]
}
native_config=2
This configuration consists of:
Title, required
Image, main type, required
Description, required
{
"ver":"1.2",
"assets":[
{
"id":0,
"required":1,
"title":{
"len":140
}
},
{
"id":1,
"required":1,
"img":{
"type":3
}
},
{
"id":2,
"required":1,
"data":{
"type":2
}
}
]
}
Last updated
Was this helpful?