Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dde1bc1

Browse files
sumit116sumit sharma
andauthored
change iabSubCatId name to primaryCatId (prebid#2012)
Co-authored-by: sumit sharma <[email protected]>
1 parent 0554a2f commit dde1bc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev-docs/bidder-adaptor.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,7 @@ Adapter must add following new properties to bid response
675675
{% highlight js %}
676676
{
677677
meta: {
678-
iabSubCatId: '<iab sub category>', // only needed if you want to ensure competitive separation
678+
primaryCatId: '<iab sub category>', // only needed if you want to ensure competitive separation
679679
},
680680
video: {
681681
context: 'adpod',
@@ -734,7 +734,7 @@ getIabSubCategory(bidderCode, pCategory)
734734
{% highlight js %}
735735

736736
import { getIabSubCategory } from '../src/adapters/bidderFactory';
737-
let iabSubCatId = getIabSubCategory(bidderCode, pCategory)
737+
let primaryCatId = getIabSubCategory(bidderCode, pCategory)
738738

739739
{% endhighlight %}
740740

0 commit comments

Comments
 (0)