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 7e80e53 commit 64d127fCopy full SHA for 64d127f
site.go
@@ -13,6 +13,7 @@ type Site struct {
13
Privacypolicy *int `json:"privacypolicy,omitempty"` // Default: 1 ("1": site has a privacy policy)
14
Ref *string `json:"ref,omitempty"` // Referrer URL
15
Search *string `json:"search,omitempty"` // Search string that caused naviation
16
+ Mobile *int `json:"mobile,omitempty"` // Mobile ("1": site is mobile optimised)
17
Publisher *Publisher `json:"publisher,omitempty"`
18
// Content Content
19
Keywords *string `json:"keywords,omitempty"`
0 commit comments