---
title: AutoPlacement
framework: applenewsformat
role: symbol
role_heading: Object
path: applenewsformat/autoplacement
---

# AutoPlacement

The object for automatically placing components within Apple News Format articles.

## Declaration

```data
object AutoPlacement
```

## Properties

advertisement: The automatic placement of advertisement components. By default, no advertising is automatically inserted.

## Mentioned in

Apple News Format Release Notes

## Discussion

Discussion Use the AutoPlacement object to define the metadata, appearance, and placement of advertising components within Apple News Format articles. Example {   "version": "1.9",   "identifier": "SampleArticle",   "language": "en",   "title": "Apple News",   "layout": {     "columns": 20,     "width": 1024,     "margin": 60,     "gutter": 20   },   "autoplacement": {     "advertisement": {       "enabled": true,       "bannerType": "any",       "distanceFromMedia": "10vh",       "frequency": 10,       "layout": {         "margin": 10       }     }   },   … }

## Relationships

### Inherited By

- [AdvertisementAutoPlacement](applenewsformat/advertisementautoplacement.md)

## See Also

### Dynamic Advertising

- [Managing Advertisements in Your Channel](applenews/managing-advertisements-in-your-channel.md)
- [AdvertisementAutoPlacement](applenewsformat/advertisementautoplacement.md)
- [AdvertisingSettings](applenewsformat/advertisingsettings.md)
