Site Object
Field | Type | Details |
---|---|---|
id | string | A Commerce Grid specific identifier |
name* | string | Site name (may be masked by publisher request), for example, |
domain* | string | Domain of the site, used for advertiser side blocking. |
content* | object | Passes the content object, see the Content Object section for details |
cattax* | int | The taxonomy in use for cat. If no cattax field is supplied, the IAB Content Category Taxonomy 1.0 (
|
sectioncat* | array of strings | Array of IAB content categories that describe the current section of the site. The taxonomy to be used is defined by the |
pagecat* | array of strings | Array of IAB content categories that describe the current page or view of the page. The taxonomy to be used is defined by the |
cat* | array of strings | Array of IAB content categories for the site. |
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, |
search* | string | Search string that caused navigation to the current page. |
privacypolicy* | integer | Indicates if the site has a privacy policy.
|
mobile* | integer | Mobile-optimized signal.
|
publisher* | object | Publisher object, for more information, see the Publisher Object section. |
keywords* | string | A comma separated list of keywords about the App, e.g |
kwarray* | array of string | An array of keywords about the App, e.g |
ext* | object | Site extension object |
{
"site":{
"id":"abc35123",
"name":"Site ABCD",
"domain":"siteabcd.com",
"cat":[
"IAB2-1",
"IAB2-2"
],
"page":"http://siteabcd.com/page.htm",
"ref":"http://referringsite.com/referringpage.htm",
"privacypolicy":1,
"ext":{
"inventorypartnerdomain":"examplepartnerdomain.com",
"amp": 0
},
"publisher":{
"id":"abc2345",
"name":"Publisher A"
}
}
}