Training
For clients
Загружается...
An object describing a campaign ad.
Used in resources: Banners, Banner
Used in objects: AdGroup
| Field name | Type | Conditions | Description |
|---|---|---|---|
| id | uint32 | readable default_field | Ad identifier |
| created | datetime | readable | Creation time |
| updated | datetime | readable | Last update time |
| name | string | readable writable | Banner name |
| status | string | readable writable choices =
| Ad status. The deleted status may also be returned for deleted banners. For an ad with status deleted, only the status can be changed. |
| ad_group_id | uint32 | readable default_field | Ad group identifier |
| content | object with BannerContent as values | readable writable | Banner content. Must match the content structure of the banner field in the ad group’s package. |
| delivery | string | readable | Banner delivery status. Possible values: pending — banner is awaiting moderation; delivering — banner can be shown; not_delivering — banner cannot be shown; reasons are described in the issues field. |
| issues | list of object | readable | Description of reasons why the ad is not being shown:
|
| moderation_reasons | list of ModerationReason | readable | Reasons why the ad was banned |
| moderation_status | string | readable default_field | Ad moderation status. Possible values: pending — not moderated; allowed — approved; banned — rejected. |
| textblocks | object with Textblock as values | readable writable | Text content blocks. Must match the textblocks structure of the banner field in the ad group’s package. |
| urls | object with Urls as values | readable writable | Link objects. Must match the urls structure of the banner field in the ad group’s package. |
| ord_marker | string | readable max_length=32 default_field | Creative labeling token |