You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 2.6.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2002,6 +2002,20 @@ This object describes the content in which the impression will appear, which may
2002
2002
<td>string</td>
2003
2003
<td>Genre that best describes the content (e.g., rock, pop, etc).</td>
2004
2004
</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>
0 commit comments