Skip to content

Commit 20dca94

Browse files
committed
Merge pull request #5 from dolzenko/patch-1
Add site.mobile
2 parents 7e80e53 + 64d127f commit 20dca94

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

site.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ type Site struct {
1313
Privacypolicy *int `json:"privacypolicy,omitempty"` // Default: 1 ("1": site has a privacy policy)
1414
Ref *string `json:"ref,omitempty"` // Referrer URL
1515
Search *string `json:"search,omitempty"` // Search string that caused naviation
16+
Mobile *int `json:"mobile,omitempty"` // Mobile ("1": site is mobile optimised)
1617
Publisher *Publisher `json:"publisher,omitempty"`
1718
// Content Content
1819
Keywords *string `json:"keywords,omitempty"`

0 commit comments

Comments
 (0)