Site Context¶
Value |
Type |
Description |
---|---|---|
id |
string |
(Recommended) An exchange specific identifier comprised of the Supplier’s
exchange name, and the target site ID appended following an underscore. For
example, if a Supplier such as Rubicon sends a bid request for site ID
|
name |
string |
Site name (may be masked by publisher request), for example,
|
domain |
string |
Domain of the site, used for advertiser side blocking.
|
pub |
object |
Publisher object, for more information, see the Publisher Object section. |
cattax |
int |
The taxonomy in use for the
|
cat |
array of strings |
Array of content categories for the site, based on |
sectcat |
array of strings |
Array of content categories for this section of the site, based on |
pagecat |
array of strings |
Array of content categories for this page, based on |
privpolicy |
integer |
Indicates if the site has a privacy policy, where |
page |
string |
URL of the page where the impression will be shown.
|
ref |
string |
Referrer URL that caused navigation to the current page, for example,
|
mobile |
integer |
Mobile-optimized signal, where |
amp |
integer |
Indicates if the page is built with AMP HTML, where |
Site JSON Example¶
{
"site":{
"id":"criteo_1234",
"name":"Example Site",
"domain":"examplesitedomain.com",
"amp":0,
"cattax":2,
"cat":[
"278",
"279"
],
"mobile":1,
"pub":{
"id":"criteo_9876",
"name":"Example Publisher, Inc.",
"domain":"examplepubdomain.com"
}
}
}