Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions AdCOM v1.0 FINAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ This object is the container for each asset comprising a native ad. Each asset
* Required if no other asset subtype object is specified.</td>
</tr>
<tr>
<td><code>image</code></td>
<td><code>img</code></td>
<td>object; required&nbsp;*</td>
<td><strong>Asset Subtype Object</strong> that indicates this is an image asset and provides additional detail as such. Refer to <a href="#object_imageasset">Object: ImageAsset</a>.<br/>
* Required if no other asset subtype object is specified.</td>
Expand Down Expand Up @@ -5012,8 +5012,10 @@ Only minor fixes, such as clarifications or corrections to descriptions, may be

Granular details of the changes can be seen by reviewing the commit history of the document.

**Rename "image" property of Asset to "img":** Rename "image" in Asset to "img" to match AssetFormat and the Native Ads Specification.

**Clarification:** mccmnc description and rwdd description for clarity. (2022/03/25)

**Change of terminology:** References to "whitelist" have been changed to "allow list" consistent with industry norms. (2021/05/11)

**Language improvements:** Word choice has been improved in places for clarity. (2020/02/14)
Expand Down