@@ -4,13 +4,13 @@ type Inventory struct {
44 ID string `json:"id,omitempty"` // ID on the exchange
55 Name string `json:"name,omitempty"`
66 Domain string `json:"domain,omitempty"`
7- Cat []string `json:"cat,omitempty"` // Array of IAB content categories
8- SectionCat []string `json:"sectioncat,omitempty"` // Array of IAB content categories for subsection
9- PageCat []string `json:"pagecat,omitempty"` // Array of IAB content categories for page
10- PrivacyPolicy * int `json:"pivacypolicy ,omitempty"` // Default: 1 ("1": has a privacy policy)
11- Publisher * Publisher `json:"publisher,omitempty"` // Details about the Publisher
12- Content * Content `json:"content,omitempty"` // Details about the Content
13- Keywords string `json:"keywords,omitempty"` // Comma separated list of keywords about the site.
7+ Cat []string `json:"cat,omitempty"` // Array of IAB content categories
8+ SectionCat []string `json:"sectioncat,omitempty"` // Array of IAB content categories for subsection
9+ PageCat []string `json:"pagecat,omitempty"` // Array of IAB content categories for page
10+ PrivacyPolicy * int `json:"privacypolicy ,omitempty"` // Default: 1 ("1": has a privacy policy)
11+ Publisher * Publisher `json:"publisher,omitempty"` // Details about the Publisher
12+ Content * Content `json:"content,omitempty"` // Details about the Content
13+ Keywords string `json:"keywords,omitempty"` // Comma separated list of keywords about the site.
1414 Ext Extension `json:"ext,omitempty"`
1515}
1616
0 commit comments