Skip to content

Commit

Permalink
Mark all native assets as optional
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich Loveland committed Jan 30, 2018
1 parent d371f5b commit bccf932
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dev-docs/adunit-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ The `native` object contains the following properties that correspond to the ass
| Name | Scope | Type | Description |
|---------------+----------+--------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| `type` | Optional | String | A [pre-defined native type]({{site.baseurl}}/dev-docs/show-native-ads.html#pre-defined-native-types) used as a shorthand, e.g., `type: 'image'` implies required fields `image`, `title`, `sponsoredBy`, `clickUrl`. |
| `title` | Required | Object | The title object is to be used for the title element of the native ad. For properties, see [`native.title`](#adUnit.mediaTypes.native.title). |
| `body` | Required | Object | Text of the ad copy. For properties, see [`native.body`](#adUnit.mediaTypes.native.body). |
| `sponsoredBy` | Required | String | The name of the brand associated with the ad. For properties, see [`native.sponsoredBy`](#adUnit.mediaTypes.native.sponsoredby). |
| `title` | Optional | Object | The title object is to be used for the title element of the native ad. For properties, see [`native.title`](#adUnit.mediaTypes.native.title). |
| `body` | Optional | Object | Text of the ad copy. For properties, see [`native.body`](#adUnit.mediaTypes.native.body). |
| `sponsoredBy` | Optional | String | The name of the brand associated with the ad. For properties, see [`native.sponsoredBy`](#adUnit.mediaTypes.native.sponsoredby). |
| `icon` | Optional | Object | The brand icon that will appear with the ad. For properties, see [`native.icon`](#adUnit.mediaTypes.native.icon). |
| `image` | Optional | Object | A picture that is associated with the brand, or grabs the user's attention. For properties, see [`native.image`](#adUnit.mediaTypes.native.image). |
| `clickUrl` | Optional | Object | Where the user will end up if they click the ad. For properties, see [`native.clickUrl`](#adUnit.mediaTypes.native.clickUrl). |
Expand Down

0 comments on commit bccf932

Please sign in to comment.