...
| Attribute | Required | Type | Description |
|---|---|---|---|
| name | yes | string | Creative name |
| advertiser_id | yes | integer | Advertiser Id |
| creative_type | yes | string | Creative type, enum value: "plain"/"3rd_party_creatives"/"dynamic_creatives""video"/"native_creatives" |
landing_page | no | string | Landing page URL (with macros) |
| assets | no | array of objects | Native creative assets |
| asset.type | yes | string | Asset type, enum value: "img","title","data","video" |
| asset.data_type | yes | integer | IAB asset data type ID
|
Site object
| Блок кода | ||||||
|---|---|---|---|---|---|---|
| ||||||
{
"name": "http://test.com",
"advertiser_id": 27,
"click_control": "false",
"feed_url": "http://names.ru/bitrix/catalog_export/rtb.xml"
} |
...