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

Skip to content

Commit 1d23acd

Browse files
authored
PG targeting updates (prebid#4099)
1 parent 20cf36d commit 1d23acd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

prebid-server/features/pg/pbs-pg-targeting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ The full list of attributes supported by Prebid Server may differ by PG Host Com
5959
| --- | --- | --- | --- | --- | --- |
6060
| adunit.size | Ad Sizes | [{w: 300, h: 250},...] | OpenRTB | imp[].banner.format[] | intersects |
6161
| adunit.mediatype | Mediatype | string | OpenRTB | mediatype="banner" if imp.banner exists. mediatype="video-instream" if imp.video exists and placement is 1. mediatype="video-outstream" if imp.video exists and placement is <> 1. mediatype="native" if imp.native exists | intersects |
62-
| adunit.adslot | The ad server slot name | string | OpenRTB | imp[].ext.context.data.pbadslot | in, matches |
62+
| adunit.adslot | The ad server slot name | string | OpenRTB | imp[].ext.data.pbadslot OR imp[].ext.gpid OR imp[].tagid OR imp[].ext.data.adserver.adslot | in, matches |
6363
| site.domain | Site domain | string | OpenRTB | site.domain | in, matches |
6464
| site.referrer | Referring URL | string | OpenRTB | site.page | in, matches |
6565
| app.bundle | Mobile application bundle | string | OpenRTB | app.bundle | in, matches |
@@ -83,7 +83,7 @@ The full list of attributes supported by Prebid Server may differ by PG Host Com
8383
| user.ext.time.userdow | User Day of Week | 1=sun, 7=sat | Geo vendor + clock | user.ext.time.userdow | in|
8484
| user.ext.time.userhour | User Hour | 0-23 |Geo vendor + clock | user.ext.time.userhour | in|
8585
| ufpd.ATTR | User First Party Data | string | OpenRTB | user.ATTR or user.ext.data.ATTR | in, matches, intersects |
86-
| sfpd.ATTR | Site First Party Data | string | OpenRTB | imp[].ext.context.data.ATTR=VAL OR site.ext.data.ATTR=VAL OR app.ext.data.ATTR=VAL | in, matches, intersects |
86+
| sfpd.ATTR | Site First Party Data | string | OpenRTB | imp[].ext.data.ATTR=VAL OR imp[].ext.context.data.ATTR=VAL OR site.ext.data.ATTR=VAL OR app.ext.data.ATTR=VAL | in, matches, intersects |
8787
| segment.SOURCE | User Segment Data | string | OpenRTB | user.data[].id=SOURCE AND VALUE in user.data[].segment[].id | intersects |
8888
| bidp.BIDDER.ATTR | Bid Parameter Data | string | OpenRTB | imp[].ext.BIDDER.ATTR | in, matches, intersects|
8989

0 commit comments

Comments
 (0)