Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0554a2f commit dde1bc1Copy full SHA for dde1bc1
dev-docs/bidder-adaptor.md
@@ -675,7 +675,7 @@ Adapter must add following new properties to bid response
675
{% highlight js %}
676
{
677
meta: {
678
- iabSubCatId: '<iab sub category>', // only needed if you want to ensure competitive separation
+ primaryCatId: '<iab sub category>', // only needed if you want to ensure competitive separation
679
},
680
video: {
681
context: 'adpod',
@@ -734,7 +734,7 @@ getIabSubCategory(bidderCode, pCategory)
734
735
736
import { getIabSubCategory } from '../src/adapters/bidderFactory';
737
-let iabSubCatId = getIabSubCategory(bidderCode, pCategory)
+let primaryCatId = getIabSubCategory(bidderCode, pCategory)
738
739
{% endhighlight %}
740
0 commit comments