Skip to content

Commit 2f7cdf8

Browse files
authored
2.6-202412
addition of genres and gtax attributes
1 parent 4cb42f0 commit 2f7cdf8

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

2.6.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2002,6 +2002,20 @@ This object describes the content in which the impression will appear, which may
20022002
<td>string</td>
20032003
<td>Genre that best describes the content (e.g., rock, pop, etc).</td>
20042004
</tr>
2005+
<tr>
2006+
<td><code>gtax</code></td>
2007+
<td>int; default 8</td>
2008+
<td>The taxonomy in use. Refer to list List: Category Taxonomies in AdCOM 1.0 for values. <br><br>
2009+
Refer to list <a href="https://github.com/InteractiveAdvertisingBureau/AdCOM/blob/master/AdCOM%20v1.0%20FINAL.md#list_categorytaxonomies">List: Category Taxonomies</a> in AdCOM 1.0 for values.<br><br>
2010+
If no gtax field is supplied rows listed, Content Category Taxonomy 3.1 is assumed</td>
2011+
</tr>
2012+
<tr>
2013+
<td><code>genres</code></td>
2014+
<td>int array</td>
2015+
<td>Array of categories that describe the genre of the content. The taxonomy to be used is defined by the <code>gtax</code> field. <br><br>
2016+
If no <code>gtax</code> field is supplied, rows listed in LINK TO TAXO REPO WITH SUBSET Content Category Taxonomy 3.1 is assumed.<br><br>
2017+
See Implementation Guidance for additional detail.</td>
2018+
</tr>
20052019
<tr>
20062020
<td><code>album</code></td>
20072021
<td>string</td>

0 commit comments

Comments
 (0)