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.
2 parents 49dbddd + cbfef02 commit 14b04e0Copy full SHA for 14b04e0
client.go
@@ -51,9 +51,9 @@ func (c *Client) Send(h hitType) error {
51
52
url := ""
53
if cpy.UseTLS {
54
- url = "http://www.google-analytics.com/collect"
+ url = "https://www.google-analytics.com/collect"
55
} else {
56
- url = "https://ssl.google-analytics.com/collect"
+ url = "http://ssl.google-analytics.com/collect"
57
}
58
59
str := v.Encode()
0 commit comments