Contents

AutoPlacement

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

Declaration

object AutoPlacement

Properties

NameTypeDescription
advertisementAdvertisementAutoPlacement

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

Mentioned in

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
      }
    }
  },

}

See Also

Dynamic Advertising