Go SDK integration with RudderStack
Get More out of RudderStack's Go SDK
The RudderStack Go SDK enables you to turn certain integration on or off. This way, you can filter and load your preferred destinations and disable sending your events to other destinations.
The Go SDK also allows you to import any historical data by simply adding the timestamp argument to any of your API calls. However, you can do this only for the destinations that accept historical, timestamped data, such as Amplitude, Mixpanel, etc.
What you can do with Go SDK
Track, capture, and send your customer event data from your website to a wide range of popular marketing, sales, and product tools. Also, send your events to a variety of cloud data warehouses
Automatically capture certain event-specific and user-specific information that highlight a customer's unique behavioral traits
Record pageviews along with other additional information on the page being viewed
Associate a user to a particular group - a company, project, or a team and accordingly record custom traits or properties related to that group
How to set up Go SDK Integration?
It's quite simple! Refer to our step-by-step guide and start using the Go SDK in no time!



FAQ
How can we help you?
What is Go SDK?
RudderStack's Go SDK allows you to track your customer event data from your Go code. Once enabled, the event requests hit the RudderStack servers. RudderStack then routes the events to the specified destination platforms as configured by you.
How do you install the RudderStack Go SDK?
The RudderStack Go SDK package can be simply installed via the go get command. We recommend that you use a tool like Godep to avoid issues related to the breaking API changes introduced between major versions of the library.
This site uses cookies to improve your experience. If you want to learn more about cookies and why we use them, visit our cookie policy. We'll assume you're ok with this, but you can opt-out if you wish